|
@@ -77,7 +77,6 @@
|
|
|
{ material: new THREE.MeshDepthMaterial( { overdraw: true } ), doubleSided: false },
|
|
|
{ material: new THREE.MeshNormalMaterial( { overdraw: true } ), doubleSided: false },
|
|
|
{ material: new THREE.MeshBasicMaterial( { map: THREE.ImageUtils.loadTexture( 'textures/land_ocean_ice_cloud_2048.jpg' ) } ), doubleSided: false },
|
|
|
- { material: new THREE.MeshLambertMaterial( { map: THREE.ImageUtils.loadTexture( 'textures/land_ocean_ice_cloud_2048.jpg' ) } ), doubleSided: false },
|
|
|
{ material: new THREE.MeshBasicMaterial( { envMap: THREE.ImageUtils.loadTexture( 'textures/envmap.png', new THREE.SphericalReflectionMapping() ) } ), doubleSided: false }
|
|
|
|
|
|
];
|