| 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 |
VolumeEmitterObject
X3D node tooltip: (X3D version 3.2 or later) [X3DParticleEmitterNode] VolumeEmitter emits particles from a random position confined within the given closed geometry volume.
|
| Modifier and Type | Method and Description |
|---|---|
VolumeEmitter |
VolumeEmitter.setCoord(X3DCoordinateNode newValue)
Assign X3DCoordinateNode instance (using a properly typed node) to inputOutput SFNode field coord.
|
VolumeEmitter |
VolumeEmitter.setCoordIndex(int[] newValue)
Assign int array within allowed range of [-1,infinity) to initializeOnly MFInt32 field named coordIndex.
|
VolumeEmitter |
VolumeEmitter.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
VolumeEmitter |
VolumeEmitter.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
VolumeEmitter |
VolumeEmitter.setDirection(float[] newValue)
Assign 3-tuple float array within allowed range of [-1,1] to inputOutput SFVec3f field named direction.
|
VolumeEmitter |
VolumeEmitter.setInternal(boolean newValue)
Assign boolean value to initializeOnly SFBool field named internal.
|
VolumeEmitter |
VolumeEmitter.setMass(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named mass.
|
VolumeEmitter |
VolumeEmitter.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
VolumeEmitter |
VolumeEmitter.setSpeed(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named speed.
|
VolumeEmitter |
VolumeEmitter.setSurfaceArea(float newValue)
Assign float value within allowed range of [0,infinity) to initializeOnly SFFloat field named surfaceArea.
|
VolumeEmitter |
VolumeEmitter.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
VolumeEmitter |
VolumeEmitter.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.