Fixed "Texture is not power of two" warning
@@ -0,0 +1,5 @@
+decal-diffuse.png
+decal-normal.jpg
+
+Licensed under a CC0 1.0 Universal (CC0 1.0) Public Domain Dedication License:
+http://creativecommons.org/publicdomain/zero/1.0/
@@ -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,