-
-
Methods in org.web3d.x3d.sai.RigidBodyPhysics that return SliderJoint
| Modifier and Type |
Method |
Description |
SliderJoint |
SliderJoint.setAxis(float[] newValue) |
Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named axis.
|
SliderJoint |
SliderJoint.setBody1(RigidBody newValue) |
Accessor method to assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body1.
|
SliderJoint |
SliderJoint.setBody2(RigidBody newValue) |
Accessor method to assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body2.
|
SliderJoint |
SliderJoint.setForceOutput(java.lang.String[] newValue) |
Accessor method to assign String enumeration array (""ALL"" | ""NONE"") to inputOutput MFString field named forceOutput.
|
SliderJoint |
SliderJoint.setMaxSeparation(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named maxSeparation.
|
SliderJoint |
SliderJoint.setMetadata(X3DMetadataObject newValue) |
Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
SliderJoint |
SliderJoint.setMinSeparation(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named minSeparation.
|
SliderJoint |
SliderJoint.setSliderForce(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named sliderForce.
|
SliderJoint |
SliderJoint.setStopBounce(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named stopBounce.
|
SliderJoint |
SliderJoint.setStopErrorCorrection(float newValue) |
Accessor method to assign float value to inputOutput SFFloat field named stopErrorCorrection.
|