Skip to content

Commit

Permalink
fix(core): camera felt heavy on close distances
Browse files Browse the repository at this point in the history
  • Loading branch information
HoyosJuan committed Jul 22, 2024
1 parent 35bfd05 commit 5ceb4e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/core/Worlds/src/simple-camera.ts
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ export class SimpleCamera extends BaseCamera implements Updateable, Disposable {
controls.smoothTime = 0.2;
controls.dollyToCursor = true;
controls.infinityDolly = true;
controls.minDistance = 6;
return controls;
}

Expand Down

0 comments on commit 5ceb4e6

Please sign in to comment.