<xs:element name="SingleAxisHingeJoint">
<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="axis" type="SFVec3f" default="0 0 0" />
<xs:attribute name="maxAngle" type="SFFloat" default="3.1416" />
<xs:attribute name="minAngle" type="SFFloat" default="-3.1416" />
<xs:attribute name="stopBounce" type="SFFloat" default="0" />
<xs:attribute name="stopErrorCorrection" type="SFFloat" default="0.8" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|