Skip to content

Commit

Permalink
update sdf spec
Browse files Browse the repository at this point in the history
Signed-off-by: Ian Chen <[email protected]>
  • Loading branch information
iche033 committed Jun 14, 2024
1 parent 4e11717 commit ca11244
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion sdf/1.11/particle_emitter.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</attribute>

<attribute name="type" type="string" default="point" required="1">
<description>The type of a particle emitter. One of "box", "cylinder", "cone", "ellipsoid", or "point".</description>
<description>The type of a particle emitter. One of "box", "cylinder", "ellipsoid", or "point".</description>
</attribute>

<element name="emitting" type="bool" default="true" required="0">
Expand Down
4 changes: 1 addition & 3 deletions sdf/1.12/particle_emitter.sdf
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
</attribute>

<attribute name="type" type="string" default="point" required="1">
<description>The type of a particle emitter. One of "box", "cone", "cylinder", "ellipsoid", or "point".</description>
<description>The type of a particle emitter. One of "box", "cylinder", "ellipsoid", or "point".</description>
</attribute>

<element name="emitting" type="bool" default="true" required="0">
Expand All @@ -26,8 +26,6 @@
depending on the emmiter type:
- point: The area is ignored.
- box: The area is interpreted as width X height X depth.
- cone: The area is interpreted as the bounding box of the
cone. The cone is oriented along the Z-axis.
- cylinder: The area is interpreted as the bounding box of the
cylinder. The cylinder is oriented along the Z-axis.
- ellipsoid: The area is interpreted as the bounding box of an
Expand Down

0 comments on commit ca11244

Please sign in to comment.