| Package | Description |
|---|---|
| org.web3d.x3d.jsail.RigidBodyPhysics |
The Rigid Body Physics component describes how to model rigid bodies and their interactions
through the application of basic physics principles to effect motion.
|
| org.web3d.x3d.sai.RigidBodyPhysics |
The Rigid Body Physics component describes how to model rigid bodies and their interactions
through the application of basic physics principles to effect motion.
|
| Modifier and Type | Class and Description |
|---|---|
class |
CollidableOffsetObject
X3D node tooltip: (X3D version 3.2 or later) [X3DNBodyCollidableNode] CollidableOffset repositions geometry relative to center of owning body.
|
class |
CollidableShapeObject
X3D node tooltip: (X3D version 3.2 or later) [X3DNBodyCollidableNode] CollidableShape connects the collision detection system, the rigid body model, and the renderable scene graph.
|
| Modifier and Type | Method and Description |
|---|---|
X3DNBodyCollidableNode |
CollidableOffsetObject.getCollidable()
Provide X3DNBodyCollidableNode instance (using a properly typed node) from initializeOnly SFNode field collidable.
|
X3DNBodyCollidableNode |
ContactObject.getGeometry1()
Provide X3DNBodyCollidableNode instance (using a properly typed node) from inputOutput SFNode field geometry1.
|
X3DNBodyCollidableNode |
ContactObject.getGeometry2()
Provide X3DNBodyCollidableNode instance (using a properly typed node) from inputOutput SFNode field geometry2.
|
| Modifier and Type | Method and Description |
|---|---|
CollidableOffsetObject |
CollidableOffsetObject.setCollidable(X3DNBodyCollidableNode newValue)
Assign X3DNBodyCollidableNode instance (using a properly typed node) to initializeOnly SFNode field collidable.
|
ContactObject |
ContactObject.setGeometry1(X3DNBodyCollidableNode newValue)
Assign X3DNBodyCollidableNode instance (using a properly typed node) to inputOutput SFNode field geometry1.
|
ContactObject |
ContactObject.setGeometry2(X3DNBodyCollidableNode newValue)
Assign X3DNBodyCollidableNode instance (using a properly typed node) to inputOutput SFNode field geometry2.
|
| Modifier and Type | Method and Description |
|---|---|
RigidBodyObject |
RigidBodyObject.setGeometry(java.util.ArrayList<X3DNBodyCollidableNode> newValue)
Assign ArrayList value of MFNode geometry field, similar to
RigidBodyObject.setGeometry(X3DNode[]). |
| Modifier and Type | Interface and Description |
|---|---|
interface |
CollidableOffset
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
interface |
CollidableShape
Abstract node interface, defined by X3D specification to support X3D Java interoperability.
|
| Modifier and Type | Method and Description |
|---|---|
X3DNBodyCollidableNode |
CollidableOffset.getCollidable()
Provide X3DNBodyCollidableNode instance (using a properly typed node) from initializeOnly SFNode field collidable.
|
X3DNBodyCollidableNode |
Contact.getGeometry1()
Provide X3DNBodyCollidableNode instance (using a properly typed node) from inputOutput SFNode field geometry1.
|
X3DNBodyCollidableNode |
Contact.getGeometry2()
Provide X3DNBodyCollidableNode instance (using a properly typed node) from inputOutput SFNode field geometry2.
|
X3DNBodyCollidableNode |
X3DNBodyCollidableNode.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
X3DNBodyCollidableNode |
X3DNBodyCollidableNode.setBboxSize(float[] newValue)
Assign 3-tuple float array within allowed range of [0,infinity), or default value [-1 -1 -1], to initializeOnly SFVec3f field named bboxSize.
|
X3DNBodyCollidableNode |
X3DNBodyCollidableNode.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
X3DNBodyCollidableNode |
X3DNBodyCollidableNode.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
X3DNBodyCollidableNode |
X3DNBodyCollidableNode.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
X3DNBodyCollidableNode |
X3DNBodyCollidableNode.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
X3DNBodyCollidableNode |
X3DNBodyCollidableNode.setRotation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.
|
X3DNBodyCollidableNode |
X3DNBodyCollidableNode.setTranslation(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named translation.
|
X3DNBodyCollidableNode |
X3DNBodyCollidableNode.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
CollidableOffset |
CollidableOffset.setCollidable(X3DNBodyCollidableNode newValue)
Assign X3DNBodyCollidableNode instance (using a properly typed node) to initializeOnly SFNode field collidable.
|
Contact |
Contact.setGeometry1(X3DNBodyCollidableNode newValue)
Assign X3DNBodyCollidableNode instance (using a properly typed node) to inputOutput SFNode field geometry1.
|
Contact |
Contact.setGeometry2(X3DNBodyCollidableNode newValue)
Assign X3DNBodyCollidableNode instance (using a properly typed node) to inputOutput SFNode field geometry2.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.