| 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 |
RigidBodyCollectionObject
X3D node tooltip: (X3D version 3.2 or later) [X3DChildNode] RigidBodyCollection represents a system of bodies that interact within a single physics model
|
| Modifier and Type | Method and Description |
|---|---|
RigidBodyCollection |
RigidBodyCollection.setAutoDisable(boolean newValue)
Assign boolean value to inputOutput SFBool field named autoDisable.
|
RigidBodyCollection |
RigidBodyCollection.setBodies(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field bodies.
|
RigidBodyCollection |
RigidBodyCollection.setCollider(CollisionCollection newValue)
Assign CollisionCollection instance (using a properly typed node) to initializeOnly SFNode field collider.
|
RigidBodyCollection |
RigidBodyCollection.setConstantForceMix(float newValue)
Assign float value to inputOutput SFFloat field named constantForceMix.
|
RigidBodyCollection |
RigidBodyCollection.setContactSurfaceThickness(float newValue)
Assign float value to inputOutput SFFloat field named contactSurfaceThickness.
|
RigidBodyCollection |
RigidBodyCollection.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
RigidBodyCollection |
RigidBodyCollection.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
RigidBodyCollection |
RigidBodyCollection.setDisableAngularSpeed(float newValue)
Assign float value to inputOutput SFFloat field named disableAngularSpeed.
|
RigidBodyCollection |
RigidBodyCollection.setDisableLinearSpeed(float newValue)
Assign float value to inputOutput SFFloat field named disableLinearSpeed.
|
RigidBodyCollection |
RigidBodyCollection.setDisableTime(double newValue)
Assign double value in seconds within allowed range of [0,infinity) to inputOutput SFTime field named disableTime.
|
RigidBodyCollection |
RigidBodyCollection.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
RigidBodyCollection |
RigidBodyCollection.setErrorCorrection(float newValue)
Assign float value to inputOutput SFFloat field named errorCorrection.
|
RigidBodyCollection |
RigidBodyCollection.setGravity(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named gravity.
|
RigidBodyCollection |
RigidBodyCollection.setIterations(int newValue)
Assign int value to inputOutput SFInt32 field named iterations.
|
RigidBodyCollection |
RigidBodyCollection.setJoints(X3DNode[] newValue)
Assign X3DNode array (using an array consisting of properly typed nodes or ProtoInstanceObjects) to inputOutput MFNode field joints.
|
RigidBodyCollection |
RigidBodyCollection.setMaxCorrectionSpeed(float newValue)
Assign float value to inputOutput SFFloat field named maxCorrectionSpeed.
|
RigidBodyCollection |
RigidBodyCollection.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
RigidBodyCollection |
RigidBodyCollection.setPreferAccuracy(boolean newValue)
Assign boolean value to inputOutput SFBool field named preferAccuracy.
|
RigidBodyCollection |
RigidBodyCollection.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.