|
@@ -129,7 +129,7 @@
|
|
|
scene.addLight( dirLight );
|
|
|
|
|
|
ambientLight = new THREE.AmbientLight( 0xFFFFFF );
|
|
|
- scene.addLight( ambientLight );
|
|
|
+ //scene.addLight( ambientLight );
|
|
|
|
|
|
var planetTexture = THREE.ImageUtils.loadTexture( "textures/planets/earth_atmos_2048.jpg" ),
|
|
|
cloudsTexture = THREE.ImageUtils.loadTexture( "textures/planets/earth_clouds_1024.png" ),
|