Skip to content

Commit

Permalink
Bump up min distance
Browse files Browse the repository at this point in the history
  • Loading branch information
brentyi committed Dec 12, 2024
1 parent 2355d1d commit 28b2434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/viser/client/src/CameraControls.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ export function SynchronizedCameraControls() {
return (
<CameraControls
ref={viewer.cameraControlRef}
minDistance={0.0001}
minDistance={0.01}
dollySpeed={0.3}
smoothTime={0.05}
draggingSmoothTime={0.0}
Expand Down

0 comments on commit 28b2434

Please sign in to comment.