소스 검색

Examples: Clean up.

Michael Herzog 9 달 전
부모
커밋
b77e864e73
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      examples/webgpu_layers.html

+ 0 - 3
examples/webgpu_layers.html

@@ -52,9 +52,6 @@
 
 				scene.backgroundNode = horizontalEffect.add( lightEffect );
 
-
-				scene.add( camera );
-
 				const sprite = new THREE.TextureLoader().load( 'textures/sprites/blossom.png' );
 				sprite.colorSpace = THREE.SRGBColorSpace;
 

粤ICP备19079148号