Skip to content

Commit

Permalink
✨ Update default zoom value
Browse files Browse the repository at this point in the history
  • Loading branch information
chdonncha committed Aug 13, 2024
1 parent a7caa6f commit 918a700
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 918a700

Please sign in to comment.