Skip to content

Commit

Permalink
Cleanup examples (#27795)
Browse files Browse the repository at this point in the history
As far as I can tell, setting `material.isClipping` doesn't do anything?
  • Loading branch information
Methuselah96 committed Feb 21, 2024
1 parent c97c257 commit 4abd4f2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/webgpu_clipping.html
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@

} );

material.isClipping = true;
const geometry = new THREE.TorusKnotGeometry( 0.4, 0.08, 95, 20 );

object = new THREE.Mesh( geometry, material );
Expand Down

0 comments on commit 4abd4f2

Please sign in to comment.