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