Uses of Interface
org.web3d.x3d.sai.ParticleSystems.WindPhysicsModel
| Package | Description |
|---|---|
| org.web3d.x3d.jsail.ParticleSystems | |
| org.web3d.x3d.sai.ParticleSystems |
-
Uses of WindPhysicsModel in org.web3d.x3d.jsail.ParticleSystems
Classes in org.web3d.x3d.jsail.ParticleSystems that implement WindPhysicsModel Modifier and Type Class Description classWindPhysicsModelObjectWindPhysicsModel applies a wind effect to the particles. -
Uses of WindPhysicsModel in org.web3d.x3d.sai.ParticleSystems
Methods in org.web3d.x3d.sai.ParticleSystems that return WindPhysicsModel Modifier and Type Method Description WindPhysicsModelWindPhysicsModel. setDirection(float[] newValue)Accessor method to assign 3-tuple float array to inputOutput SFVec3f field named direction.WindPhysicsModelWindPhysicsModel. setEnabled(boolean newValue)Accessor method to assign boolean value to inputOutput SFBool field named enabled.WindPhysicsModelWindPhysicsModel. setGustiness(float newValue)Accessor method to assign float value to inputOutput SFFloat field named gustiness.WindPhysicsModelWindPhysicsModel. setMetadata(X3DMetadataObject newValue)Accessor method to assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.WindPhysicsModelWindPhysicsModel. setSpeed(float newValue)Accessor method to assign float value to inputOutput SFFloat field named speed.WindPhysicsModelWindPhysicsModel. setTurbulence(float newValue)Accessor method to assign float value to inputOutput SFFloat field named turbulence.