Skip to content

Commit

Permalink
Merge pull request #30 from chdonncha/feature/adjust-default-camera-zoom
Browse files Browse the repository at this point in the history
✨ Update default zoom value
  • Loading branch information
chdonncha authored Aug 13, 2024
2 parents a7caa6f + 918a700 commit 36327b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/RenderGrid/RenderGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ const RenderGrid: React.FC = () => {
position={[0, 200, 0]}
near={-500}
far={500}
zoom={50}
zoom={15}
makeDefault
/>
<GridAndAxes
Expand Down

0 comments on commit 36327b9

Please sign in to comment.