Browse Source

Softer shadows in Minecraft AO example.

Mr.doob 12 years ago
parent
commit
76803e913b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      examples/webgl_geometry_minecraft_ao.html

+ 1 - 1
examples/webgl_geometry_minecraft_ao.html

@@ -98,7 +98,7 @@
 				// sides
 
 				var light = new THREE.Color( 0xffffff );
-				var shadow = new THREE.Color( 0x404040 );
+				var shadow = new THREE.Color( 0x505050 );
 
 				var pxGeometry = new THREE.PlaneGeometry( 100, 100 );
 				pxGeometry.faces[ 0 ].materialIndex = 1;