浏览代码

Updated example

Mikael Emtinger 14 年之前
父节点
当前提交
408f05189c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      examples/webgl_stencil.html

+ 1 - 1
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 );