瀏覽代碼

Examples: Clean up. (#27721)

Michael Herzog 1 年之前
父節點
當前提交
a9c39d78ce
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 					spotLight.distance = val;