<xs:element name="MotorJoint">
<xs:annotation>
<xs:appinfo />
<xs:documentation />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DRigidJointNode">
<xs:attribute name="autoCalc" type="SFBool" default="false" />
<xs:attribute name="axis1Angle" type="SFFloat" default="0" />
<xs:attribute name="axis1Torque" type="SFFloat" default="0" />
<xs:attribute name="axis2Angle" type="SFFloat" default="0" />
<xs:attribute name="axis2Torque" type="SFFloat" default="0" />
<xs:attribute name="axis3Angle" type="SFFloat" default="0" />
<xs:attribute name="axis3Torque" type="SFFloat" default="0" />
<xs:attribute name="enabledAxes" default="1">
<xs:simpleType>
<xs:restriction base="SFInt32">
<xs:minInclusive value="0" />
<xs:maxInclusive value="3" />
</xs:restriction>
</xs:simpleType>
</xs:attribute>
<xs:attribute name="motor1Axis" type="SFVec3f" default="0 0 0" />
<xs:attribute name="motor2Axis" type="SFVec3f" default="0 0 0" />
<xs:attribute name="motor3Axis" type="SFVec3f" default="0 0 0" />
<xs:attribute name="stop1Bounce" type="SFFloat" default="0" />
<xs:attribute name="stop1ErrorCorrection" type="SFFloat" default="0.8" />
<xs:attribute name="stop2Bounce" type="SFFloat" default="0" />
<xs:attribute name="stop2ErrorCorrection" type="SFFloat" default="0.8" />
<xs:attribute name="stop3Bounce" type="SFFloat" default="0" />
<xs:attribute name="stop3ErrorCorrection" type="SFFloat" default="0.8" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|