Skip to content

Commit

Permalink
Clean up (#26475)
Browse files Browse the repository at this point in the history
  • Loading branch information
WestLangley authored Jul 22, 2023
1 parent 39305cf commit 291a16e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion examples/webgl_nodes_loader_gltf_iridescence.html
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
camera.position.set( 0.35, 0.05, 0.35 );

controls = new OrbitControls( camera, renderer.domElement );
controls.addEventListener( 'change', render );
controls.target.set( 0, 0.2, 0 );
controls.update();

Expand Down
1 change: 0 additions & 1 deletion examples/webgpu_lights_ies_spotlight.html
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,6 @@
camera.position.set( 16, 4, 1 );

const controls = new OrbitControls( camera, renderer.domElement );
controls.addEventListener( 'change', render );
controls.minDistance = 2;
controls.maxDistance = 50;
controls.enablePan = false;
Expand Down

0 comments on commit 291a16e

Please sign in to comment.