<xs:element name="DoubleAxisHingeJoint">
<xs:annotation>
<xs:appinfo />
<xs:documentation />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DRigidJointNode">
<xs:attribute name="anchorPoint" type="SFVec3f" default="0 0 0" />
<xs:attribute name="axis1" type="SFVec3f" default="0 0 0" />
<xs:attribute name="axis2" type="SFVec3f" default="0 0 0" />
<xs:attribute name="desiredAngularVelocity1" type="SFFloat" default="0" />
<xs:attribute name="desiredAngularVelocity2" type="SFFloat" default="0" />
<xs:attribute name="maxAngle1" type="SFFloat" default="3.1416" />
<xs:attribute name="maxTorque1" type="SFFloat" default="0" />
<xs:attribute name="maxTorque2" type="SFFloat" default="0" />
<xs:attribute name="minAngle1" type="SFFloat" default="-3.1416" />
<xs:attribute name="stopBounce1" type="SFFloat" default="0" />
<xs:attribute name="stopConstantForceMix1" type="SFFloat" default="0.001" />
<xs:attribute name="stopErrorCorrection1" type="SFFloat" default="0.8" />
<xs:attribute name="suspensionErrorCorrection" type="SFFloat" default="0.8" />
<xs:attribute name="suspensionForce" type="SFFloat" default="0" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|