Updated example

This commit is contained in:
Mikael Emtinger
2011-03-24 11:36:37 +01:00
parent a25155bde6
commit 408f05189c
+1 -1
View File
@@ -144,7 +144,7 @@
boxMesh.rotation.x = Math.sin( t ) * 180 * Math.PI / 180;
light.position.x = Math.sin( t );
light.position.y = 1;
light.position.y = 1.5;
light.position.z = Math.cos( t );
lightCube.position.copy( light.position );