| 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 |
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 |
|---|---|
CollidableShape |
CollidableShape.setBboxCenter(float[] newValue)
Assign 3-tuple float array to initializeOnly SFVec3f field named bboxCenter.
|
CollidableShape |
CollidableShape.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.
|
CollidableShape |
CollidableShape.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
CollidableShape |
CollidableShape.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
CollidableShape |
CollidableShape.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
CollidableShape |
CollidableShape.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
CollidableShape |
CollidableShape.setRotation(float[] newValue)
Assign 4-tuple float array unit axis, angle (in radians) to inputOutput SFRotation field named rotation.
|
CollidableShape |
CollidableShape.setShape(Shape newValue)
Assign Shape instance (using a properly typed node) to initializeOnly SFNode field shape.
|
CollidableShape |
CollidableShape.setTranslation(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named translation.
|
CollidableShape |
CollidableShape.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.