<xs:element name="RigidBodyCollection">
<xs:annotation>
<xs:appinfo />
<xs:documentation />
</xs:annotation>
<xs:complexType mixed="false">
<xs:complexContent mixed="false">
<xs:extension base="X3DChildNode">
<xs:group ref="RigidBodyCollectionContentModel" minOccurs="0" />
<xs:attribute name="autoDisable" type="SFBool" default="false" />
<xs:attribute name="constantForceMix" type="SFFloat" default="0.0001" />
<xs:attribute name="contactSurfaceThickness" type="SFFloat" default="0" />
<xs:attribute name="disableAngularSpeed" type="SFFloat" default="0" />
<xs:attribute name="disableLinearSpeed" type="SFFloat" default="0" />
<xs:attribute name="disableTime" type="SFTime" default="0" />
<xs:attribute name="enabled" type="SFBool" default="true" />
<xs:attribute name="errorCorrection" type="SFFloat" default="0.8" />
<xs:attribute name="gravity" type="SFVec3f" default="0 -9.8 0" />
<xs:attribute name="iterations" type="SFInt32" default="10" />
<xs:attribute name="maxCorrectionSpeed" type="SFFloat" default="-1" />
<xs:attribute name="preferAccuracy" type="SFBool" default="false" />
</xs:extension>
</xs:complexContent>
</xs:complexType>
</xs:element>
|