MeshArtist.update_vertexcolors
- MeshArtist.update_vertexcolors(colors)[source]
Update the colors of the vertices.
- Parameters
colors (dict[int, tuple[float, float, float]]) – Mapping between vertex identifiers and colors. Missing vertices get the default color:
MeshArtist.default_vertexcolor
.- Returns
None