Skip to content

Commit

Permalink
hide fade control
Browse files Browse the repository at this point in the history
  • Loading branch information
aardgoose committed Sep 23, 2024
1 parent 2d7cb85 commit c3eea7e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions examples/webgpu_shadowmap_csm.html
Original file line number Diff line number Diff line change
Expand Up @@ -155,13 +155,17 @@

} );

/* fade not supported
gui.add( params, 'fade' ).onChange( function ( value ) {
csm.fade = value;
csm.updateFrustums();
} );
*/

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

renderer.shadowMap.enabled = value;
Expand Down

0 comments on commit c3eea7e

Please sign in to comment.