| 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.
|
| Modifier and Type | Method and Description |
|---|---|
SliderJointObject |
SliderJointObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
SliderJointObject |
SliderJointObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
SliderJointObject |
SliderJointObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
SliderJointObject |
SliderJointObject.addForceOutput(SFStringObject newValue)
Add singleton SFStringObject value to MFString forceOutput field.
|
SliderJointObject |
SliderJointObject.addForceOutput(java.lang.String newValue)
Add singleton String value to MFString forceOutput field.
|
SliderJointObject |
SliderJointObject.clearBody1()
Utility method to clear SFNode value of body1 field.
|
SliderJointObject |
SliderJointObject.clearBody2()
Utility method to clear SFNode value of body2 field.
|
SliderJointObject |
SliderJointObject.clearForceOutput()
Utility method to clear MFString value of forceOutput field.
|
SliderJointObject |
SliderJointObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
SliderJointObject |
SliderJointObject.setAxis(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named axis.
|
SliderJointObject |
SliderJointObject.setAxis(float x,
float y,
float z)
Assign values to SFVec3f axis field, similar to
setAxis(float[]). |
SliderJointObject |
SliderJointObject.setAxis(SFVec3fObject newValue)
Assign typed object value to SFVec3f axis field, similar to
setAxis(float[]). |
SliderJointObject |
SliderJointObject.setBody1(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body1.
|
SliderJointObject |
SliderJointObject.setBody1(RigidBody newValue)
Assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body1.
|
SliderJointObject |
SliderJointObject.setBody2(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field body2.
|
SliderJointObject |
SliderJointObject.setBody2(RigidBody newValue)
Assign RigidBody instance (using a properly typed node) to inputOutput SFNode field body2.
|
SliderJointObject |
SliderJointObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
SliderJointObject |
SliderJointObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
SliderJointObject |
SliderJointObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
SliderJointObject |
SliderJointObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
SliderJointObject |
SliderJointObject.setForceOutput(java.util.ArrayList<java.lang.String> newValue)
Assign ArrayList value of MFString forceOutput field, similar to
setForceOutput(String[]). |
SliderJointObject |
SliderJointObject.setForceOutput(MFStringObject newValue)
Assign typed object value to MFString forceOutput field, similar to
setForceOutput(String[]). |
SliderJointObject |
SliderJointObject.setForceOutput(SFStringObject newValue)
Assign single SFString object value to MFString forceOutput field, similar to
setForceOutput(String[]). |
SliderJointObject |
SliderJointObject.setForceOutput(java.lang.String newValue)
Assign singleton String value to MFString forceOutput field, similar to
setForceOutput(String[]). |
SliderJointObject |
SliderJointObject.setForceOutput(java.lang.String[] newValue)
Assign String enumeration array (""ALL""|""NONE"") ['"ALL"'|'"NONE"'|'"etc."'] to inputOutput MFString field named forceOutput.
|
SliderJointObject |
SliderJointObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
SliderJointObject |
SliderJointObject.setMaxSeparation(float newValue)
Assign float value to inputOutput SFFloat field named maxSeparation.
|
SliderJointObject |
SliderJointObject.setMaxSeparation(SFFloatObject newValue)
Assign typed object value to SFFloat maxSeparation field, similar to
setMaxSeparation(float). |
SliderJointObject |
SliderJointObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
SliderJointObject |
SliderJointObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
SliderJointObject |
SliderJointObject.setMinSeparation(float newValue)
Assign float value to inputOutput SFFloat field named minSeparation.
|
SliderJointObject |
SliderJointObject.setMinSeparation(SFFloatObject newValue)
Assign typed object value to SFFloat minSeparation field, similar to
setMinSeparation(float). |
SliderJointObject |
SliderJointObject.setSliderForce(float newValue)
Assign float value to inputOutput SFFloat field named sliderForce.
|
SliderJointObject |
SliderJointObject.setSliderForce(SFFloatObject newValue)
Assign typed object value to SFFloat sliderForce field, similar to
setSliderForce(float). |
SliderJointObject |
SliderJointObject.setStopBounce(float newValue)
Assign float value to inputOutput SFFloat field named stopBounce.
|
SliderJointObject |
SliderJointObject.setStopBounce(SFFloatObject newValue)
Assign typed object value to SFFloat stopBounce field, similar to
setStopBounce(float). |
SliderJointObject |
SliderJointObject.setStopErrorCorrection(float newValue)
Assign float value to inputOutput SFFloat field named stopErrorCorrection.
|
SliderJointObject |
SliderJointObject.setStopErrorCorrection(SFFloatObject newValue)
Assign typed object value to SFFloat stopErrorCorrection field, similar to
setStopErrorCorrection(float). |
SliderJointObject |
SliderJointObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
SliderJointObject |
SliderJointObject.setUSE(SliderJointObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
SliderJointObject |
SliderJointObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
| Modifier and Type | Method and Description |
|---|---|
SliderJointObject |
SliderJointObject.setUSE(SliderJointObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.