Browse Source

Fixed parameter name in docs (#8764)

meshphongmaterial normalMapScale -> normalScale
weiserhei 9 years ago
parent
commit
1820cc4d03
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/api/materials/MeshPhongMaterial.html

+ 1 - 1
docs/api/materials/MeshPhongMaterial.html

@@ -38,7 +38,7 @@
 		bumpMap — Set bump map. Default is null.<br />
 		bumpMapScale — Set bump map scale. Default is 1.<br />
 		normalMap — Set normal map. Default is null.<br />
-		normalMapScale — Set normal map scale. Default is (1, 1).<br />
+		normalScale — Set normal map scale. Default is (1, 1).<br />
 		displacementMap — Set displacement map. Default is null.<br />
 		displacementScale — Set displacement scale. Default is 1.<br />
 		displacementBias — Set displacement offset. Default is 0.<br />