Skip to content

Commit

Permalink
Decrease far clip lower bound (#435)
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <nate@openrobotics.org>

Co-authored-by: Nate Koenig <nate@openrobotics.org>
  • Loading branch information
2 people authored and scpeters committed Dec 15, 2020
1 parent fc33aef commit 101c93a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion sdf/1.6/camera.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<description>Near clipping plane</description>
</element>

<element name="far" type="double" default="100" min="10.0" required="1">
<element name="far" type="double" default="100" min="0.1" required="1">
<description>Far clipping plane</description>
</element>
</element> <!-- End Clip -->
Expand Down
2 changes: 1 addition & 1 deletion sdf/1.7/camera.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<description>Near clipping plane</description>
</element>

<element name="far" type="double" default="100" min="10.0" required="1">
<element name="far" type="double" default="100" min="0.1" required="1">
<description>Far clipping plane</description>
</element>
</element> <!-- End Clip -->
Expand Down

0 comments on commit 101c93a

Please sign in to comment.