5.18. FaceColor (element)

<facecolor> ‐ Color of a vertex in a subdivision (a mesh)

5.18.1. Attributes

NameTypeDefaults
indexINTEGERNone

5.18.2. Description

This element expects three values in its scope: three integer values which represent the three indices of the color value in the tabcolor. The index attribute is required when the facecolor is the child element of tabface.

5.18.3. Expected child

None.

5.18.4. Example

The example below defines the facecolor made of the first three color values.

<facecolor index="1">
  1 2 3
</face>