| 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 |
SliderJointObject
SliderJoint constrains all movement between body1 and body2 along a single axis.
|
| Modifier and Type | Method and Description |
|---|---|
SliderJoint |
SliderJoint.setAxis(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named axis.
|
SliderJoint |
SliderJoint.setBody1(RigidBody newValue)
Assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body1.
|
SliderJoint |
SliderJoint.setBody2(RigidBody newValue)
Assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body2.
|
SliderJoint |
SliderJoint.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
SliderJoint |
SliderJoint.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
SliderJoint |
SliderJoint.setForceOutput(java.lang.String[] newValue)
Assign String enumeration array (""ALL""|""NONE"") ['"ALL"'|'"NONE"'|'"etc."'] to inputOutput MFString field named forceOutput.
|
SliderJoint |
SliderJoint.setMaxSeparation(float newValue)
Assign float value to inputOutput SFFloat field named maxSeparation.
|
SliderJoint |
SliderJoint.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
SliderJoint |
SliderJoint.setMinSeparation(float newValue)
Assign float value to inputOutput SFFloat field named minSeparation.
|
SliderJoint |
SliderJoint.setSliderForce(float newValue)
Assign float value to inputOutput SFFloat field named sliderForce.
|
SliderJoint |
SliderJoint.setStopBounce(float newValue)
Assign float value to inputOutput SFFloat field named stopBounce.
|
SliderJoint |
SliderJoint.setStopErrorCorrection(float newValue)
Assign float value to inputOutput SFFloat field named stopErrorCorrection.
|
SliderJoint |
SliderJoint.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.