소스 검색

Update webgpu_cubemap_adjustments.html (#26022)

sunag 2 년 전
부모
커밋
0a754b112f
1개의 변경된 파일0개의 추가작업 그리고 8개의 파일을 삭제
  1. 0 8
      examples/webgpu_cubemap_adjustments.html

+ 0 - 8
examples/webgpu_cubemap_adjustments.html

@@ -134,14 +134,6 @@
 
 					scene.add( gltf.scene );
 
-
-					setTimeout( () => {
-
-						gltf.scene.children[0].material.dispose();
-						gltf.scene.children[0].geometry.dispose();
-
-					}, 2000 )
-
 				} );
 
 				const sphereGeometry = new THREE.SphereGeometry( .5, 64, 32 );