Uses of Class
org.web3d.x3d.jsail.ParticleSystems.WindPhysicsModel
Package
Description
The Particle Systems component specifies how to model particles and their interactions through the application of basic physics principles to affect motion.
-
Uses of WindPhysicsModel in org.web3d.x3d.jsail.ParticleSystems
Modifier and TypeMethodDescriptionWindPhysicsModel.addComments
(String newComment) Add comment as String to contained commentsList.WindPhysicsModel.addComments
(String[] newComments) Add comments as String[] array to contained commentsList.WindPhysicsModel.addComments
(CommentsBlock newCommentsBlock) Add CommentsBlock to contained commentsList.WindPhysicsModel.clearIS()
Utility method to clear SFNode value of IS field.WindPhysicsModel.clearMetadata()
Utility method to clear SFNode value of metadata field.final WindPhysicsModel
WindPhysicsModel.setCssClass
(String newValue) Accessor method to assign String value to inputOutput SFString field named class.WindPhysicsModel.setCssClass
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssClass(String)
.final WindPhysicsModel
WindPhysicsModel.setCssStyle
(String newValue) Accessor method to assign String value to inputOutput SFString field named style.WindPhysicsModel.setCssStyle
(SFString newValue) Assign typed object value to SFString cssClass field, similar tosetCssStyle(String)
.final WindPhysicsModel
Accessor method to assign String value to inputOutput SFString field named DEF.Assign typed object value to SFString DEF field, similar tosetDEF(String)
.WindPhysicsModel.setDirection
(double[] newArray) Utility method: double-precision set-array accessor for X3D floating-point type, similar tosetDirection(float[])
.WindPhysicsModel.setDirection
(double x, double y, double z) Utility method: double-precision set-parameters accessor for X3D floating-point type, similar tosetDirection(float[])
.WindPhysicsModel.setDirection
(float[] newValue) Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named direction.WindPhysicsModel.setDirection
(float x, float y, float z) Assign values to SFVec3f direction field, similar tosetDirection(float[])
.WindPhysicsModel.setDirection
(SFVec3f newValue) Assign typed object value to SFVec3f direction field, similar tosetDirection(float[])
.WindPhysicsModel.setEnabled
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named enabled.WindPhysicsModel.setEnabled
(SFBool newValue) Assign typed object value to SFBool enabled field, similar tosetEnabled(boolean)
.WindPhysicsModel.setGustiness
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetGustiness(float)
.WindPhysicsModel.setGustiness
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named gustiness.WindPhysicsModel.setGustiness
(SFFloat newValue) Assign typed object value to SFFloat gustiness field, similar tosetGustiness(float)
.final WindPhysicsModel
Accessor method to assign String value to inputOutput SFString field named id.Assign typed object value to SFString HtmlID field, similar tosetHtmlID(String)
.Accessor method to assign IS instance (using a properly typed node) to inputOutput SFNode field IS.WindPhysicsModel.setMetadata
(ProtoInstance newValue) Assign ProtoInstance (using a properly typed node) to inputOutput SFNode field metadata.WindPhysicsModel.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.WindPhysicsModel.setSpeed
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetSpeed(float)
.WindPhysicsModel.setSpeed
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named speed.Assign typed object value to SFFloat speed field, similar tosetSpeed(float)
.WindPhysicsModel.setTurbulence
(double newValue) Utility method: double-precision set-parameter accessor for X3D floating-point type, similar tosetTurbulence(float)
.WindPhysicsModel.setTurbulence
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named turbulence.WindPhysicsModel.setTurbulence
(SFFloat newValue) Assign typed object value to SFFloat turbulence field, similar tosetTurbulence(float)
.final WindPhysicsModel
Accessor method to assign String value to inputOutput SFString field named USE.Assign typed object value to SFString USE field, similar tosetUSE(String)
.WindPhysicsModel.setUSE
(WindPhysicsModel DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.Modifier and TypeMethodDescriptionWindPhysicsModel.setUSE
(WindPhysicsModel DEFnode) Assign a USE reference to another DEF node of same node type, similar tosetUSE(String)
.