| 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 |
SurfaceEmitterObject
X3D node tooltip: (X3D version 3.2 or later) [X3DParticleEmitterNode] SurfaceEmitter generates particles from the surface of an object.
|
| Modifier and Type | Method and Description |
|---|---|
SurfaceEmitter |
SurfaceEmitter.setCoordIndex(int[] newValue)
Assign int array within allowed range of [-1,infinity) to initializeOnly MFInt32 field named coordIndex.
|
SurfaceEmitter |
SurfaceEmitter.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
SurfaceEmitter |
SurfaceEmitter.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
SurfaceEmitter |
SurfaceEmitter.setMass(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named mass.
|
SurfaceEmitter |
SurfaceEmitter.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
SurfaceEmitter |
SurfaceEmitter.setSpeed(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named speed.
|
SurfaceEmitter |
SurfaceEmitter.setSurface(X3DGeometryNode newValue)
Assign X3DGeometryNode instance (using a properly typed node) to initializeOnly SFNode field surface.
|
SurfaceEmitter |
SurfaceEmitter.setSurfaceArea(float newValue)
Assign float value within allowed range of [0,infinity) to initializeOnly SFFloat field named surfaceArea.
|
SurfaceEmitter |
SurfaceEmitter.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
SurfaceEmitter |
SurfaceEmitter.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.