Skip to content

Commit

Permalink
Merge pull request #1283 from gazebosim/merge_12_13_20230518
Browse files Browse the repository at this point in the history
Merge sdf12 ➡️ sdf13
  • Loading branch information
scpeters committed May 18, 2023
2 parents 449b2c4 + 1f3e879 commit f54bb1b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions sdf/1.10/light.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
<description>When true, the light is on.</description>
</element>

<element name="visualize" type="bool" default="true" required="0">
<description>If true, the light is visualized in the GUI</description>
</element>

<element name="intensity" type="double" default="1" required="0">
<description>Scale factor to set the relative power of a light.</description>
</element>
Expand Down
4 changes: 4 additions & 0 deletions sdf/1.9/light.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@
<description>When true, the light is on.</description>
</element>

<element name="visualize" type="bool" default="true" required="0">
<description>If true, the light is visualized in the GUI</description>
</element>

<element name="intensity" type="double" default="1" required="0">
<description>Scale factor to set the relative power of a light.</description>
</element>
Expand Down

0 comments on commit f54bb1b

Please sign in to comment.