Explorar o código

Examples: Clean up. (#27721)

Michael Herzog hai 1 ano
pai
achega
a9c39d78ce
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      examples/webgl_lights_spotlight.html

+ 1 - 1
examples/webgl_lights_spotlight.html

@@ -170,7 +170,7 @@
 				} );
 
 
-				gui.add( params, 'distance', 50, 200 ).onChange( function ( val ) {
+				gui.add( params, 'distance', 0, 20 ).onChange( function ( val ) {
 
 					spotLight.distance = val;