Skip to content

Commit

Permalink
update default dolly
Browse files Browse the repository at this point in the history
  • Loading branch information
moskopio committed Nov 22, 2024
1 parent c7350a3 commit 3279e00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/state/camera.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export function createDefaultCamera(): Camera {
zFar: 50,
target: [0, 0, 0] as Vec3,
rotation: { theta: -20, phi: 0 },
dolly: 2.5,
dolly: 4,
track: { x: 0, y : 0 }
}
}
Expand Down

0 comments on commit 3279e00

Please sign in to comment.