Skip to content

Commit

Permalink
Update camera near far plane (#14)
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 authored Sep 25, 2024
1 parent 85230e3 commit 3df5931
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ionic_demo/worlds/ionic.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
<scene>scene</scene>
<sky></sky>
<camera_clip>
<near>0.25</near>
<far>50000</far>
<near>0.01</near>
<far>500</far>
</camera_clip>
<camera_pose>-5.4 -1.15 1.75 0.0 0.11 0.73</camera_pose>
</plugin>
Expand Down

0 comments on commit 3df5931

Please sign in to comment.