| 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.
|
| org.web3d.x3d.sai.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 | Class and Description |
|---|---|
class |
PointEmitterObject
X3D node tooltip: (X3D version 3.2 or later) [X3DParticleEmitterNode] PointEmitter generates particles from a specific point in space using the specified direction and speed
|
| Modifier and Type | Method and Description |
|---|---|
PointEmitter |
PointEmitter.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
PointEmitter |
PointEmitter.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
PointEmitter |
PointEmitter.setDirection(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named direction.
|
PointEmitter |
PointEmitter.setMass(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named mass.
|
PointEmitter |
PointEmitter.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
PointEmitter |
PointEmitter.setPosition(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named position.
|
PointEmitter |
PointEmitter.setSpeed(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named speed.
|
PointEmitter |
PointEmitter.setSurfaceArea(float newValue)
Assign float value within allowed range of [0,infinity) to initializeOnly SFFloat field named surfaceArea.
|
PointEmitter |
PointEmitter.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
PointEmitter |
PointEmitter.setVariation(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named variation.
|
Copyright ©2005-2017 Web3D Consortium under an open-source license, free for any use. Feedback is welcome.