浏览代码

Updated normalScale for new texture

Red Solar 10 年之前
父节点
当前提交
64c7a61c1f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgl_decals.html

+ 1 - 1
examples/webgl_decals.html

@@ -53,7 +53,7 @@
 			specular: 0x444444,
 			map: decalDiffuse,
 			normalMap: decalNormal,
-			normalScale: new THREE.Vector2( .15, .15 ),
+			normalScale: new THREE.Vector2( 1, 1 ),
 			shininess: 30,
 			transparent: true,
 			depthTest: true,