瀏覽代碼

BumpMapScale wonrt work, i belive its bumpScale (#9040)

Luis Arturo Pacheco 9 年之前
父節點
當前提交
6ed74271e9
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/api/materials/MeshPhongMaterial.html

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

@@ -36,7 +36,7 @@
 		emissiveMap — Set emissive map. Default is null.<br />
 		emissiveIntensity — Set emissive map intensity. Default is 1.<br />
 		bumpMap — Set bump map. Default is null.<br />
-		bumpMapScale — Set bump map scale. Default is 1.<br />
+		bumpScale — Set bump map scale. Default is 1.<br />
 		normalMap — Set normal map. Default is null.<br />
 		normalScale — Set normal map scale. Default is (1, 1).<br />
 		displacementMap — Set displacement map. Default is null.<br />