5.19. FaceTexture (element)

<facetexture> ‐ Texture coordinates for a face in a subdivision (a mesh)

5.19.1. Attributes

NameTypeDefaults
indexINTEGERNone

5.19.2. Description

This element expects three values in its scope: three integer values which represent the three indices of the texture coordinates in the tabtextureCoord. The index attribute is required when the faceTexture is the child element of tabface.

5.19.3. Expected child

None.

5.19.4. Example

The example below defines the faceTexture made of the first three texture coordinates.

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