Skip to content

Commit 1820cc4

Browse files
weiserheimrdoob
authored andcommitted
Fixed parameter name in docs (mrdoob#8764)
meshphongmaterial normalMapScale -> normalScale
1 parent 213b859 commit 1820cc4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/api/materials/MeshPhongMaterial.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ <h3>[name]([page:Object parameters])</h3>
3838
bumpMap — Set bump map. Default is null.<br />
3939
bumpMapScale — Set bump map scale. Default is 1.<br />
4040
normalMap — Set normal map. Default is null.<br />
41-
normalMapScale — Set normal map scale. Default is (1, 1).<br />
41+
normalScale — Set normal map scale. Default is (1, 1).<br />
4242
displacementMap — Set displacement map. Default is null.<br />
4343
displacementScale — Set displacement scale. Default is 1.<br />
4444
displacementBias — Set displacement offset. Default is 0.<br />

0 commit comments

Comments
 (0)