Explorar o código

Fixed parameter name in docs (#8764)

meshphongmaterial normalMapScale -> normalScale
weiserhei %!s(int64=9) %!d(string=hai) anos
pai
achega
1820cc4d03
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 />