Explorar el Código

reduce greeness of light in morph example.

Ben Houston hace 10 años
padre
commit
cdd6d71522
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      examples/webgl_animation_skinning_morph.html

+ 1 - 1
examples/webgl_animation_skinning_morph.html

@@ -127,7 +127,7 @@
 
 				//
 
-				var light = new THREE.DirectionalLight( 0x497f13, 1 );
+				var light = new THREE.DirectionalLight( 0x493f13, 1 );
 				light.position.set( 0, -1, 0 );
 				scene.add( light );