Browse Source

Examples: Clean up.

Michael Herzog 11 months ago
parent
commit
b77e864e73
1 changed files with 0 additions and 3 deletions
  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号