Difference between revisions of "CollisionSpace"
From Web3D.org
Line 6: | Line 6: | ||
<pre> | <pre> | ||
CollisionSpace : X3DNBodyCollisionSpaceNode { | CollisionSpace : X3DNBodyCollisionSpaceNode { | ||
− | MFNode [in,out] collidables | + | MFNode [in,out] collidables [] [X3DNBodyCollisionSpaceNode, X3DNBodyCollidableNode] |
− | SFBool [in,out] enabled | + | SFBool [in,out] enabled TRUE |
− | SFNode [in,out] metadata | + | SFNode [in,out] metadata NULL [X3DMetadataObject] |
− | SFBool [in,out] useGeometry | + | SFBool [in,out] useGeometry FALSE |
− | SFVec3f [] bboxCenter | + | SFVec3f [] bboxCenter 0 0 0 (-∞,∞) |
− | SFVec3f [] bboxSize | + | SFVec3f [] bboxSize -1 -1 -1 [0,∞) or -1 -1 -1 |
} | } | ||
</pre> | </pre> |
Latest revision as of 18:00, 9 June 2015
Contents
CollisionSpace
Specification Link: CollisionSpace
CollisionSpace : X3DNBodyCollisionSpaceNode { MFNode [in,out] collidables [] [X3DNBodyCollisionSpaceNode, X3DNBodyCollidableNode] SFBool [in,out] enabled TRUE SFNode [in,out] metadata NULL [X3DMetadataObject] SFBool [in,out] useGeometry FALSE SFVec3f [] bboxCenter 0 0 0 (-∞,∞) SFVec3f [] bboxSize -1 -1 -1 [0,∞) or -1 -1 -1 }
DTD Validation
Children
Children must appear as follows:
- A single, optional IS.
- A single, optional node derived from X3DMetadataObject for the metadata field.
- Any number of nodes, including zero, of the following types:
- An appropriately typed Prototype node
- CollidableOffset
- CollidableShape
- CollisionSpace
Attributes
- There are no fields requiring attribute value checking.
Schema Validation
Children
Children must appear as follows:
- A single, optional IS.
- A single, optional node derived from X3DMetadataObject for the metadata field.
- Any number of nodes, including zero, of the following types:
- An appropriately typed Prototype node
- CollidableOffset
- CollidableShape
- CollisionSpace
Attributes
- There are no fields requiring attribute value checking.
Schematron validation
TBD