Skip to content

Commit

Permalink
Remove usages of FirstPersonControls.noFly (#26374)
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 authored Jul 4, 2023
1 parent 775ff28 commit 08d5c96
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion examples/webaudio_sandbox.html
Original file line number Diff line number Diff line change
Expand Up @@ -227,7 +227,6 @@

controls.movementSpeed = 70;
controls.lookSpeed = 0.05;
controls.noFly = true;
controls.lookVertical = false;

//
Expand Down
1 change: 0 additions & 1 deletion examples/webgl_shadowmap.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,6 @@

controls.lookSpeed = 0.0125;
controls.movementSpeed = 500;
controls.noFly = false;
controls.lookVertical = true;

controls.lookAt( scene.position );
Expand Down
1 change: 0 additions & 1 deletion examples/webgl_shadowmap_performance.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@

controls.lookSpeed = 0.0125;
controls.movementSpeed = 500;
controls.noFly = false;
controls.lookVertical = true;

controls.lookAt( scene.position );
Expand Down

0 comments on commit 08d5c96

Please sign in to comment.