Difference between revisions of "CollidableShape"
From Web3D.org
(Created page with "*Node Reference ==CollidableShape== Specification Link: [http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/rigid_physics.html#CollidableShape C...") |
|||
Line 2: | Line 2: | ||
==CollidableShape== | ==CollidableShape== | ||
− | Specification Link: [http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/rigid_physics.html#CollidableShape | + | Specification Link: [http://www.web3d.org/documents/specifications/19775-1/V3.3/Part01/components/rigid_physics.html#CollidableShape CollidableShape] |
<pre> | <pre> |
Revision as of 15:00, 13 May 2015
Contents
CollidableShape
Specification Link: CollidableShape
CollidableShape : X3DNBodyCollidableNode { SFBool [in,out] enabled TRUE SFNode [in,out] metadata NULL [X3DMetadataObject] SFRotation [in,out] rotation 0 0 1 0 [0,1] SFVec3f [in,out] translation 0 0 0 (-&inf;,&inf;) SFvec3f [] bboxCenter 0 0 0 (-&inf;,&inf;) SFV3c3f [] bboxSize -1 -1 -1 [0,&inf;) or -1 -1 -1 SFNode [] shape NULL [Shape] }
DTD Validation
Children
Children must appear as follows:
- A single, optional IS.
- A single, optional node derived from X3DMetadataObject for the metadata field.
- A single, optional node of one of the following types:
- An appropriately typed Prototype node
- Shape
Attributes
- There is no check that the values in the rotation field are acceptable.
- There is no check that the values in the bboxSize field are acceptable.
Schema Validation
Children
Children must appear as follows:
- A single, optional IS.
- A single, optional node derived from X3DMetadataObject for the metadata field.
- A single, optional node of one of the following types:
- An appropriately typed Prototype node
- Shape
Attributes
- There is some checking that the values of the first three components in the rotation field are acceptable.
- There is some checking that the values in the bboxSize field are acceptable.
Schematron validation
TBD