diff --git a/docs/1.7/materialTexture.cmn.md b/docs/1.7/materialTexture.cmn.md index dd943c23..f51c215d 100644 --- a/docs/1.7/materialTexture.cmn.md +++ b/docs/1.7/materialTexture.cmn.md @@ -10,7 +10,7 @@ The material texture definition. | Property | Type | Description | | --- | --- | --- | | **textureSetDefinitionId** | integer | The index in [layer.textureSetDefinitions](3DSceneLayer.cmn.md). | -| **texCoord** | integer | The set index of texture's TEXCOORD attribute used for texture coordinate mapping. Default is 0. | +| texCoord | integer | The set index of texture's TEXCOORD attribute used for texture coordinate mapping. Default is 0. | | 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*