|
1680 | 1680 | <element name="flex" repeated="true" namespace="deformable"> |
1681 | 1681 | <attributes> |
1682 | 1682 | <attribute name="name" type="identifier"/> |
1683 | | - <attribute name="group" type="reference" reference_namespace="default"/> |
1684 | | - <attribute name="dim" type="reference" required="true" reference_namespace="geom"/> |
1685 | | - <attribute name="radius" type="reference" required="true" reference_namespace="geom"/> |
1686 | | - <attribute name="material" type="int"/> |
| 1683 | + <attribute name="group" type="reference"/> |
| 1684 | + <attribute name="dim" type="int" required="true"/> |
| 1685 | + <attribute name="radius" type="float" required="true"/> |
| 1686 | + <attribute name="material" type="reference"/> |
1687 | 1687 | <attribute name="rgba" type="array" array_type="float" array_size="4"/> |
1688 | 1688 | <attribute name="flatskin" type="array" array_type="float" array_size="2"/> |
1689 | | - <attribute name="body" type="array" array_type="float" array_size="2"/> |
| 1689 | + <attribute name="body" type="string"/> |
1690 | 1690 | <attribute name="vertex" type="array" array_type="float" array_size="5"/> |
1691 | | - <attribute name="element" type="float"/> |
1692 | | - <attribute name="texcoord" type="float"/> |
1693 | | - <attribute name="elemtexcoord" type="float"/> |
| 1691 | + <attribute name="element" type="array" array_type="int"/> |
| 1692 | + <attribute name="texcoord" type="array" array_type="float"/> |
| 1693 | + <attribute name="elemtexcoord" type="array" array_type="float"/> |
1694 | 1694 | <attribute name="node" type="array" array_type="float" array_size="3"/> |
1695 | 1695 | </attributes> |
1696 | 1696 | <children> |
|
1834 | 1834 | <attribute name="active" type="keyword" valid_values="false true"/> |
1835 | 1835 | <attribute name="solref" type="array" array_type="float" array_size="2"/> |
1836 | 1836 | <attribute name="solimp" type="array" array_type="float" array_size="5"/> |
1837 | | - <attribute name="flex" type="string"/> |
| 1837 | + <attribute name="flex" type="identifier"/> |
1838 | 1838 | </attributes> |
1839 | 1839 | </element> |
1840 | 1840 | </children> |
|
0 commit comments