Skip to content

Commit

Permalink
Fix incorrect light direction in tunnel.sdf example (#2264)
Browse files Browse the repository at this point in the history
The light on top of the vehicle was facing the wrong direction

---------

Signed-off-by: Serkan Mazlum <[email protected]>
  • Loading branch information
serkanMzlm authored Dec 13, 2023
1 parent a88340b commit 8ec622d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/worlds/tunnel.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -1165,7 +1165,7 @@
<outer_angle>1.1</outer_angle>
<falloff>1</falloff>
</spot>
<direction>0 -1 0</direction>
<direction>0 0 -1</direction>
<cast_shadows>1</cast_shadows>
</light>
<sensor name="camera" type="camera">
Expand Down

0 comments on commit 8ec622d

Please sign in to comment.