diagram | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
type | extension of X3DChildNode | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
properties |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
children | IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString CollidableOffset CollidableShape CollisionSpace ProtoInstance | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
used by |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
attributes |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
annotation |
|
||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
source | <xs:element name="CollisionCollection"> <xs:annotation> <xs:appinfo> <xs:attribute name="additionalInterface" type="xs:string" default="X3DBoundedObject"/> <xs:attribute name="appliedParameters" type="appliedParametersChoices"/> <xs:element name="collidables" type="MFNode" fixed="inputOutputField" default="X3DNBodyCollisionSpaceNode|X3DNBodyCollidableNode"/> <xs:attribute name="componentName" type="componentNameChoices" fixed="RigidBodyPhysics"/> <xs:attribute name="componentLevel" type="xs:positiveInteger" fixed="1"/> CollisionCollection holds a collection of objects that can be managed as a single entity for resolution of inter-object collisions. </xs:appinfo> <xs:documentation source="https://www.web3d.org/specifications/X3Dv4/ISO-IEC19775-1v4-IS/Part01/components/rigidBodyPhysics.html#CollisionCollection"/> </xs:annotation> <xs:complexType> <xs:complexContent> <xs:extension base="X3DChildNode"> <xs:choice minOccurs="0" maxOccurs="unbounded"> <xs:annotation> <xs:documentation>collidables</xs:documentation> </xs:annotation> <xs:element ref="CollidableOffset"/> <xs:element ref="CollidableShape"/> <xs:element ref="CollisionSpace"/> <xs:element ref="ProtoInstance"> <xs:annotation> <xs:documentation>Appropriately typed substitution node</xs:documentation> </xs:annotation> </xs:element> </xs:choice> <xs:attribute name="appliedParameters" type="MFString" default='"BOUNCE"'> <xs:annotation> <xs:documentation>Array of appliedParametersChoices. Note that strict validation of appliedParameters enumeration values does not occur via schema since MFString allows any value in any order.</xs:documentation> </xs:annotation> </xs:attribute> <xs:attribute name="bounce" default="0"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="0"/> <xs:maxInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="description" type="SFString"> <xs:annotation> <xs:appinfo>added in X3D version 4</xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="enabled" type="SFBool" default="true"/> <xs:attribute name="frictionCoefficients" type="SFVec2f" default="0 0"> <xs:annotation> <xs:appinfo> <xs:minInclusive value="0"/> </xs:appinfo> </xs:annotation> </xs:attribute> <xs:attribute name="minBounceSpeed" default="0.1"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="slipFactors" type="SFVec2f" default="0 0"/> <xs:attribute name="softnessConstantForceMix" default="0.0001"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="0"/> <xs:maxInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="softnessErrorCorrection" default="0.8"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="0"/> <xs:maxInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> <xs:attribute name="surfaceSpeed" type="SFVec2f" default="0 0"/> <xs:attribute name="bboxCenter" type="SFVec3f" default="0 0 0"/> <xs:attribute name="bboxSize" type="bboxSizeType" default="-1 -1 -1"/> <xs:attribute name="bboxDisplay" type="SFBool" default="false"/> <xs:attribute name="visible" type="SFBool" default="true"/> <xs:attribute name="containerField" type="xs:NMTOKEN" default="collider"/> </xs:extension> </xs:complexContent> </xs:complexType> </xs:element> |
type | MFString | ||
properties |
|
||
annotation |
|
||
source | <xs:attribute name="appliedParameters" type="MFString" default='"BOUNCE"'> <xs:annotation> <xs:documentation>Array of appliedParametersChoices. Note that strict validation of appliedParameters enumeration values does not occur via schema since MFString allows any value in any order.</xs:documentation> </xs:annotation> </xs:attribute> |
type | restriction of SFFloat | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="bounce" default="0"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="0"/> <xs:maxInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | SFString | ||
annotation |
|
||
source | <xs:attribute name="description" type="SFString"> <xs:annotation> <xs:appinfo>added in X3D version 4</xs:appinfo> </xs:annotation> </xs:attribute> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="enabled" type="SFBool" default="true"/> |
type | SFVec2f | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
annotation |
|
|||||||||
source | <xs:attribute name="frictionCoefficients" type="SFVec2f" default="0 0"> <xs:annotation> <xs:appinfo> <xs:minInclusive value="0"/> </xs:appinfo> </xs:annotation> </xs:attribute> |
type | restriction of SFFloat | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="minBounceSpeed" default="0.1"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="0"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | SFVec2f | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="slipFactors" type="SFVec2f" default="0 0"/> |
type | restriction of SFFloat | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="softnessConstantForceMix" default="0.0001"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="0"/> <xs:maxInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | restriction of SFFloat | ||||||||||||
properties |
|
||||||||||||
facets |
|
||||||||||||
source | <xs:attribute name="softnessErrorCorrection" default="0.8"> <xs:simpleType> <xs:restriction base="SFFloat"> <xs:minInclusive value="0"/> <xs:maxInclusive value="1"/> </xs:restriction> </xs:simpleType> </xs:attribute> |
type | SFVec2f | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="surfaceSpeed" type="SFVec2f" default="0 0"/> |
type | SFVec3f | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="bboxCenter" type="SFVec3f" default="0 0 0"/> |
type | bboxSizeType | |||||||||
properties |
|
|||||||||
facets |
|
|||||||||
source | <xs:attribute name="bboxSize" type="bboxSizeType" default="-1 -1 -1"/> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="bboxDisplay" type="SFBool" default="false"/> |
type | SFBool | ||
properties |
|
||
source | <xs:attribute name="visible" type="SFBool" default="true"/> |
type | xs:NMTOKEN | ||
properties |
|
||
source | <xs:attribute name="containerField" type="xs:NMTOKEN" default="collider"/> |