Skip to content

Commit

Permalink
remove window.csm
Browse files Browse the repository at this point in the history
  • Loading branch information
gkjohnson authored Feb 27, 2020
1 parent e47bac2 commit ca92a4e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/webgl_shadowmap_csm.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@

var gui = new GUI();

window.csm = csm;

gui.add( params, 'orthographic' ).onChange( function ( value ) {

csm.camera = value ? orthoCamera : camera;
Expand Down

0 comments on commit ca92a4e

Please sign in to comment.