| 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 |
ConeEmitterObject
X3D node tooltip: (X3D version 3.2 or later) [X3DParticleEmitterNode] ConeEmitter generates all available particles from a specific point in space.
|
| Modifier and Type | Method and Description |
|---|---|
ConeEmitter |
ConeEmitter.setAngle(float newValue)
Assign float value unit axis, angle (in radians) within allowed range of [0,3.1416] to inputOutput SFFloat field named angle.
|
ConeEmitter |
ConeEmitter.setCssClass(java.lang.String newValue)
Assign String value to inputOutput SFString field named class.
|
ConeEmitter |
ConeEmitter.setDEF(java.lang.String newValue)
Assign String value to inputOutput SFString field named DEF.
|
ConeEmitter |
ConeEmitter.setDirection(float[] newValue)
Assign 3-tuple float array within allowed range of [-1,1] to inputOutput SFVec3f field named direction.
|
ConeEmitter |
ConeEmitter.setMass(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named mass.
|
ConeEmitter |
ConeEmitter.setMetadata(X3DMetadataObject newValue)
Assign X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.
|
ConeEmitter |
ConeEmitter.setPosition(float[] newValue)
Assign 3-tuple float array to inputOutput SFVec3f field named position.
|
ConeEmitter |
ConeEmitter.setSpeed(float newValue)
Assign float value within allowed range of [0,infinity) to inputOutput SFFloat field named speed.
|
ConeEmitter |
ConeEmitter.setSurfaceArea(float newValue)
Assign float value within allowed range of [0,infinity) to initializeOnly SFFloat field named surfaceArea.
|
ConeEmitter |
ConeEmitter.setUSE(java.lang.String newValue)
Assign String value to inputOutput SFString field named USE.
|
ConeEmitter |
ConeEmitter.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.