| Package | Description |
|---|---|
| org.web3d.x3d.jsail.ParticleSystems |
The Particle Systems component specifies how to model particles and their interactions
through the application of basic physics principles to affect motion.
|
| Modifier and Type | Method and Description |
|---|---|
WindPhysicsModelObject |
WindPhysicsModelObject.addComments(CommentsBlock newCommentsBlock)
Add CommentsBlock to contained commentsList.
|
WindPhysicsModelObject |
WindPhysicsModelObject.addComments(java.lang.String newComment)
Add comment as String to contained commentsList.
|
WindPhysicsModelObject |
WindPhysicsModelObject.addComments(java.lang.String[] newComments)
Add comments as String[] array to contained commentsList.
|
WindPhysicsModelObject |
WindPhysicsModelObject.clearMetadata()
Utility method to clear SFNode value of metadata field.
|
WindPhysicsModelObject |
WindPhysicsModelObject.setCssClass(SFStringObject newValue)
Assign typed object value to SFString cssClass field, similar to
setCssClass(String). |
WindPhysicsModelObject |
WindPhysicsModelObject.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
WindPhysicsModelObject |
WindPhysicsModelObject.setDEF(SFStringObject newValue)
Assign typed object value to SFString DEF field, similar to
setDEF(String). |
WindPhysicsModelObject |
WindPhysicsModelObject.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
WindPhysicsModelObject |
WindPhysicsModelObject.setDirection(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named direction.
|
WindPhysicsModelObject |
WindPhysicsModelObject.setDirection(float x,
float y,
float z)
Assign values to SFVec3f direction field, similar to
setDirection(float[]). |
WindPhysicsModelObject |
WindPhysicsModelObject.setDirection(SFVec3fObject newValue)
Assign typed object value to SFVec3f direction field, similar to
setDirection(float[]). |
WindPhysicsModelObject |
WindPhysicsModelObject.setEnabled(boolean newValue)
Assign boolean value to inputOutput SFBool field named enabled.
|
WindPhysicsModelObject |
WindPhysicsModelObject.setEnabled(SFBoolObject newValue)
Assign typed object value to SFBool enabled field, similar to
setEnabled(boolean). |
WindPhysicsModelObject |
WindPhysicsModelObject.setGustiness(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named gustiness.
|
WindPhysicsModelObject |
WindPhysicsModelObject.setGustiness(SFFloatObject newValue)
Assign typed object value to SFFloat gustiness field, similar to
setGustiness(float). |
WindPhysicsModelObject |
WindPhysicsModelObject.setIS(ISObject newValue)
Assign field named IS for establishing IS/connect field connections between ProtoInterface fields and internal ProtoBody nodes.
|
WindPhysicsModelObject |
WindPhysicsModelObject.setMetadata(ProtoInstanceObject newValue)
Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.
|
WindPhysicsModelObject |
WindPhysicsModelObject.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
WindPhysicsModelObject |
WindPhysicsModelObject.setSpeed(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named speed.
|
WindPhysicsModelObject |
WindPhysicsModelObject.setSpeed(SFFloatObject newValue)
Assign typed object value to SFFloat speed field, similar to
setSpeed(float). |
WindPhysicsModelObject |
WindPhysicsModelObject.setTurbulence(float newValue)
Assign float value within allowed range of [0,1] to inputOutput SFFloat field named turbulence.
|
WindPhysicsModelObject |
WindPhysicsModelObject.setTurbulence(SFFloatObject newValue)
Assign typed object value to SFFloat turbulence field, similar to
setTurbulence(float). |
WindPhysicsModelObject |
WindPhysicsModelObject.setUSE(SFStringObject newValue)
Assign typed object value to SFString USE field, similar to
setUSE(String). |
WindPhysicsModelObject |
WindPhysicsModelObject.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
WindPhysicsModelObject |
WindPhysicsModelObject.setUSE(WindPhysicsModelObject DEFnode)
Assign a USE reference to another DEF node of same node type, similar to
setUSE(String). |
| Modifier and Type | Method and Description |
|---|---|
WindPhysicsModelObject |
WindPhysicsModelObject.setUSE(WindPhysicsModelObject 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.