Procházet zdrojové kódy

Updated normalScale for new texture

Red Solar před 10 roky
rodič
revize
64c7a61c1f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. 1 1
      examples/webgl_decals.html

+ 1 - 1
examples/webgl_decals.html

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