texture
In [1]:
"""
Load and display a mesh with UV coordinates and texture images.
"""
Out[1]:
'\nLoad and display a mesh with UV coordinates and texture images.\n'
In [2]:
import trimesh
In [3]:
mesh = trimesh.load('../models/fuze.obj')
In [4]:
mesh.show()
Out[4]: