|
@@ -159,7 +159,7 @@
|
|
|
|
|
|
loader.load( "models/ctm/ben.ctm", function( geometry ) {
|
|
|
|
|
|
- var material = new THREE.MeshLambertMaterial( { color: 0xffaa00, map: THREE.ImageUtils.loadTexture( "textures/ash_uvgrid01.jpg" ), envMap: reflectionCube, combine: THREE.MixOperation, reflectivity: 0.3 } );
|
|
|
+ var material = new THREE.MeshLambertMaterial( { color: 0xffaa00, map: THREE.ImageUtils.loadTexture( "textures/UV_Grid_Sm.jpg" ), envMap: reflectionCube, combine: THREE.MixOperation, reflectivity: 0.3 } );
|
|
|
callbackModel( geometry, 450, material, 0, -200, 0, 0, 0 );
|
|
|
checkTime();
|
|
|
|