| 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.
|
| Modifier and Type | Method and Description |
|---|---|
CollidableOffset |
CollidableOffset.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
CollidableOffset |
CollidableOffset.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.
|
CollidableOffset |
CollidableOffset.setCollidable(X3DNBodyCollidableNode newValue)
Assign X3DNBodyCollidableNode instance (using a properly typed node) to initializeOnly SFNode field collidable.
|
CollidableOffset |
CollidableOffset.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
CollidableOffset |
CollidableOffset.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
CollidableOffset |
CollidableOffset.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
CollidableOffset |
CollidableOffset.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
CollidableOffset |
CollidableOffset.setRotation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.
|
CollidableOffset |
CollidableOffset.setTranslation(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named translation.
|
CollidableOffset |
CollidableOffset.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.