Ver Fonte

Cleanup examples (#27795)

As far as I can tell, setting `material.isClipping` doesn't do anything?
Nathan Bierema há 1 ano atrás
pai
commit
4abd4f26a4
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      examples/webgpu_clipping.html

+ 0 - 1
examples/webgpu_clipping.html

@@ -110,7 +110,6 @@
 
 				} );
 
-				material.isClipping = true;
 				const geometry = new THREE.TorusKnotGeometry( 0.4, 0.08, 95, 20 );
 
 				object = new THREE.Mesh( geometry, material );