The material texture definition.
cmn::materialDefinitions, cmn::pbrMetallicRoughness
Property | Type | Description |
---|---|---|
textureSetDefinitionId | integer | The index in layer.textureSetDefinitions. |
texCoord | integer | The set index of texture's TEXCOORD attribute used for texture coordinate mapping. Default is 0. Deprecated. |
factor | number | The normal texture: scalar multiplier applied to each normal vector of the normal texture. For occlusion texture,scalar multiplier controlling the amount of occlusion applied. Default=1 |
Note: properties in bold are required
{
"textureSetDefinitionId": 0,
"texCoord": 0
}