|
2620 | 2620 | </element> |
2621 | 2621 | </children> |
2622 | 2622 | </element> |
| 2623 | + <element name="fromto" repeated="true" namespace="sensor"> |
| 2624 | + <attributes> |
| 2625 | + <attribute name="name" type="identifier"/> |
| 2626 | + <attribute name="noise" type="float"/> |
| 2627 | + <attribute name="user" type="array" array_type="float"/> |
| 2628 | + <attribute name="cutoff" type="float"/> |
| 2629 | + <attribute name="geom1" type="reference" required="true" reference_namespace="geom"/> |
| 2630 | + <attribute name="geom2" type="reference" required="true" reference_namespace="geom"/> |
| 2631 | + <attribute name="body1" type="reference" required="true" reference_namespace="body"/> |
| 2632 | + <attribute name="body2" type="reference" required="true" reference_namespace="body"/> |
| 2633 | + </attributes> |
| 2634 | + </element> |
| 2635 | + <element name="normal" repeated="true" namespace="sensor"> |
| 2636 | + <attributes> |
| 2637 | + <attribute name="name" type="identifier"/> |
| 2638 | + <attribute name="noise" type="float"/> |
| 2639 | + <attribute name="user" type="array" array_type="float"/> |
| 2640 | + <attribute name="cutoff" type="float"/> |
| 2641 | + <attribute name="geom1" type="reference" required="true" reference_namespace="geom"/> |
| 2642 | + <attribute name="geom2" type="reference" required="true" reference_namespace="geom"/> |
| 2643 | + <attribute name="body1" type="reference" required="true" reference_namespace="body"/> |
| 2644 | + <attribute name="body2" type="reference" required="true" reference_namespace="body"/> |
| 2645 | + </attributes> |
| 2646 | + </element> |
| 2647 | + <element name="distance" repeated="true" namespace="sensor"> |
| 2648 | + <attributes> |
| 2649 | + <attribute name="name" type="identifier"/> |
| 2650 | + <attribute name="noise" type="float"/> |
| 2651 | + <attribute name="user" type="array" array_type="float"/> |
| 2652 | + <attribute name="cutoff" type="float"/> |
| 2653 | + <attribute name="geom1" type="reference" required="true" reference_namespace="geom"/> |
| 2654 | + <attribute name="geom2" type="reference" required="true" reference_namespace="geom"/> |
| 2655 | + <attribute name="body1" type="reference" required="true" reference_namespace="body"/> |
| 2656 | + <attribute name="body2" type="reference" required="true" reference_namespace="body"/> |
| 2657 | + </attributes> |
| 2658 | + </element> |
2623 | 2659 | </children> |
2624 | 2660 | </element> |
2625 | 2661 | <element name="keyframe"> |
|
0 commit comments