Colors ============= A simple example of loading and displaying a mesh with face colors. .. code:: ipython3 import trimesh .. code:: ipython3 m = trimesh.load("../models/machinist.XAML", process=False) .. code:: ipython3 m.visual.kind .. parsed-literal:: 'face' .. code:: ipython3 m.show() .. raw:: html