Browse Source

Cleanup examples (#27795)

As far as I can tell, setting `material.isClipping` doesn't do anything?
Nathan Bierema 1 năm trước cách đây
mục cha
commit
4abd4f26a4
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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 );