Texture ============= Load and display a mesh with UV coordinates and texture images. .. code:: ipython3 import trimesh .. code:: ipython3 mesh = trimesh.load("../models/fuze.obj") .. code:: ipython3 mesh.show() .. raw:: html
.. code:: ipython3 mesh.visual.uv.shape .. parsed-literal:: (664, 2)