浏览代码

Fixed name of optional parameter for MeshStandardMaterial (#9836)

Nick Powers 8 年之前
父节点
当前提交
843e733876
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/materials/MeshStandardMaterial.html

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

@@ -53,7 +53,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 XY 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 />