Browse Source

remove window.csm

Garrett Johnson 5 years ago
parent
commit
ca92a4eb4b
1 changed files with 0 additions and 2 deletions
  1. 0 2
      examples/webgl_shadowmap_csm.html

+ 0 - 2
examples/webgl_shadowmap_csm.html

@@ -130,8 +130,6 @@
 
 				var gui = new GUI();
 
-				window.csm = csm;
-
 				gui.add( params, 'orthographic' ).onChange( function ( value ) {
 
 					csm.camera = value ? orthoCamera : camera;