|
@@ -128,7 +128,7 @@
|
|
|
var uniforms = THREE.UniformsUtils.clone( shader.uniforms );
|
|
|
|
|
|
uniforms[ "tNormal" ].texture = THREE.ImageUtils.loadTexture( "obj/leeperrysmith/Infinite-Level_02_Tangent_SmoothUV.jpg" );
|
|
|
- uniforms[ "uNormalScale" ].value = - 0.8;
|
|
|
+ uniforms[ "uNormalScale" ].value = 0.8;
|
|
|
|
|
|
uniforms[ "tDiffuse" ].texture = THREE.ImageUtils.loadTexture( "obj/leeperrysmith/Map-COL.jpg" );
|
|
|
uniforms[ "tSpecular" ].texture = THREE.ImageUtils.loadTexture( "obj/leeperrysmith/Map-SPEC.jpg" );
|