Browse Source

Open the helper folder by default

Garrett Johnson 5 năm trước cách đây
mục cha
commit
b98a3a3044
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  1. 2 0
      examples/webgl_shadowmap_csm.html

+ 2 - 0
examples/webgl_shadowmap_csm.html

@@ -235,6 +235,8 @@
 
 				helperFolder.add( params, 'updateHelper' ).name( 'update' );
 				
+				helperFolder.open();
+
 				window.addEventListener( 'resize', function () {
 
 					camera.aspect = window.innerWidth / window.innerHeight;