texCoord
texCoord: undefined | number
The set index of the texture's TEXCOORD attribute used for texture coordinate mapping.
For example, if texCoord
is 2
, an attribute named TEXCOORD_2
must exist containing the texture coordinates.
Default: 0.
Defined in
- core/frontend/src/gltf/GltfSchema.ts Line 346
Last Updated: 20 June, 2023