sdformat 0.1.0

Parsing library for sdformat in Rust
Documentation
1
2
3
4
5
6
<element name="box" required="0">
  <description>Box shape</description>
  <element name="size" type="vector3" default="1 1 1" required="1">
    <description>The three side lengths of the box. The origin of the box is in its geometric center (inside the center of the box).</description>
  </element>
</element>