Quellcode durchsuchen

Updated example

Mikael Emtinger vor 15 Jahren
Ursprung
Commit
408f05189c
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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 );

粤ICP备19079148号