Spaces:
Paused
Paused
File size: 130 Bytes
1ac2018 |
1 2 3 4 5 |
import trimesh
def load_mesh_util(input_fname):
mesh = trimesh.load(input_fname, force='mesh', process=False)
return mesh |