element CollisionSpace
diagram x3d-3.3_diagrams/x3d-3.3_p29.png
type extension of X3DNBodyCollisionSpaceNode
properties
content complex
children IS MetadataBoolean MetadataDouble MetadataFloat MetadataInteger MetadataSet MetadataString CollidableOffset CollidableShape CollisionSpace ProtoInstance
used by
elements CollisionCollection CollisionSpace
group SceneGraphFragmentContentModel
attributes
Name  Type  Use  Default  Fixed  Annotation
DEF  xs:ID        
appinfo

DEF defines a unique ID name for each node, referenceable by other nodes.
USE  xs:IDREF        
appinfo

USE means reuse an already DEF-ed node ID, excluding all child nodes and all other attributes (except for containerField, which can have a different value).
class  xs:NMTOKENS        
appinfo

The class attribute is a space-separated list of classes, reserved for use by Cascading Style Sheets (CSS) and XML stylesheets.
bboxCenter  SFVec3f    0 0 0    
bboxSize  bboxSizeType    -1 -1 -1    
enabled  SFBool    true    
useGeometry  SFBool    false    
containerField  xs:NMTOKEN    children    
annotation
appinfo
<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"/>
                CollisionSpace holds collection of objects considered together for resolution of inter-object collisions.
source <xs:element name="CollisionSpace">
 
<xs:annotation>
   
<xs:appinfo>
     
<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"/>
                CollisionSpace holds collection of objects considered together for resolution of inter-object collisions.
</xs:appinfo>
   
<xs:documentation source="https://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/rigid_physics.html#CollisionSpace"/>
 
</xs:annotation>
 
<xs:complexType>
   
<xs:complexContent>
     
<xs:extension base="X3DNBodyCollisionSpaceNode">
       
<xs:choice minOccurs="0" maxOccurs="unbounded">
         
<xs:element ref="CollidableOffset">
           
<xs:annotation>
             
<xs:documentation>collider</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element ref="CollidableShape">
           
<xs:annotation>
             
<xs:documentation>collider</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element ref="CollisionSpace">
           
<xs:annotation>
             
<xs:documentation>collider</xs:documentation>
           
</xs:annotation>
         
</xs:element>
         
<xs:element ref="ProtoInstance">
           
<xs:annotation>
             
<xs:documentation>Appropriately typed substitution node</xs:documentation>
           
</xs:annotation>
         
</xs:element>
       
</xs:choice>
       
<xs:attribute name="useGeometry" type="SFBool" default="false"/>
       
<xs:attribute name="containerField" type="xs:NMTOKEN" default="children"/>
     
</xs:extension>
   
</xs:complexContent>
 
</xs:complexType>
</xs:element>

attribute CollisionSpace/@useGeometry
type SFBool
properties
default false
source <xs:attribute name="useGeometry" type="SFBool" default="false"/>

attribute CollisionSpace/@containerField
type xs:NMTOKEN
properties
default children
source <xs:attribute name="containerField" type="xs:NMTOKEN" default="children"/>


XML Schema documentation generated by XMLSpy Schema Editor http://www.altova.com/xmlspy