Specifies vertex colors for polygon vertices.
This allows you to define vertex color discontinuities at the vertex level, without having to duplicate the vertices.
v1.3/v2.0/v3.0. Made obsolet in v3.5, this template is replaced by SI_Shape, which is nested in the SI_Mesh template.
|
Member name |
Type |
Array Size |
Description |
|
nVertexColors |
int |
|
Number of vertex colors defined. |
|
vertexColors |
array ColorRGBA |
nVertexColors |
Vertex colors array. |
|
nFaceVertexColors |
int |
|
Number of polygon vertex color indices. |
|
faceVertexColors |
array SI_MeshFace |
nFaceVertexColors |
Polygon vertex color indices (specifies index of vertex color for each vertex of each polygon in a mesh). |
The mechanism is identical to the SI_MeshTextureCoords template, with the difference that the indices point into a palette of vertex colors.
Autodesk Crosswalk v3.2