Skip to content

Commit

Permalink
texcoord optional (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
jfoster126 authored and Tamrat-B committed Jul 23, 2019
1 parent 97cc30e commit 39505cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/1.7/materialTexture.cmn.md
Original file line number Diff line number Diff line change
Expand Up @@ -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*
Expand Down

0 comments on commit 39505cc

Please sign in to comment.