notebook.community
Edit and run
In [ ]: import trimesh
import trimesh
In [ ]: mesh = trimesh.load('../models/fuze.obj')
mesh = trimesh.load('../models/fuze.obj')
In [ ]: mesh.show()
mesh.show()
In [ ]: