From 408f05189cc33db66422be21d08eb8b02a6ef3fc Mon Sep 17 00:00:00 2001 From: Mikael Emtinger Date: Thu, 24 Mar 2011 11:36:37 +0100 Subject: [PATCH] Updated example --- examples/webgl_stencil.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/webgl_stencil.html b/examples/webgl_stencil.html index 574371e8..6b698400 100644 --- a/examples/webgl_stencil.html +++ b/examples/webgl_stencil.html @@ -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 );