Browse Source

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

Luis Arturo Pacheco 9 years ago
parent
commit
6ed74271e9
1 changed files with 1 additions and 1 deletions
  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 />