Uses of Interface
org.web3d.x3d.sai.RigidBodyPhysics.SliderJoint
Package
Description
The Rigid Body Physics component describes how to model rigid bodies and their interactions through the application of basic physics principles to effect motion.
The Rigid Body Physics component describes how to model rigid bodies and their interactions through the application of basic physics principles to effect motion.
-
Uses of SliderJoint in org.web3d.x3d.jsail.RigidBodyPhysics
Modifier and TypeClassDescriptionclass
SliderJoint constrains all movement between body1 and body2 along a single axis. -
Uses of SliderJoint in org.web3d.x3d.sai.RigidBodyPhysics
Modifier and TypeMethodDescriptionSliderJoint.setAxis
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named axis.Accessor method to assign org.web3d.x3d.sai.RigidBodyPhysics.RigidBody instance (using a properly typed node) to inputOutput SFNode field body1.Accessor method to assign org.web3d.x3d.sai.RigidBodyPhysics.RigidBody instance (using a properly typed node) to inputOutput SFNode field body2.SliderJoint.setForceOutput
(String[] newValue) Accessor method to assign String enumeration array (""ALL"" | ""NONE"") to inputOutput MFString field named forceOutput.SliderJoint.setMaxSeparation
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named maxSeparation.SliderJoint.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.SliderJoint.setMinSeparation
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named minSeparation.SliderJoint.setSliderForce
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named sliderForce.SliderJoint.setStopBounce
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named stopBounce.SliderJoint.setStopErrorCorrection
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named stopErrorCorrection.