Ver Fonte

Examples: Clean up. (#27721)

Michael Herzog há 1 ano atrás
pai
commit
a9c39d78ce
1 ficheiros alterados com 1 adições e 1 exclusões
  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;