Uses of Interface
org.web3d.x3d.sai.ParticleSystems.X3DParticleEmitterNode
Package
Description
The Particle Systems component specifies how to model particles and their interactions through the application of basic physics principles to affect motion.
The Particle Systems component specifies how to model particles and their interactions through the application of basic physics principles to affect motion.
-
Uses of X3DParticleEmitterNode in org.web3d.x3d.jsail.ParticleSystems
Modifier and TypeClassDescriptionclass
ConeEmitter generates all available particles from a specific point in space.class
ExplosionEmitter generates all particles from a specific point in space at the initial time enabled.class
PointEmitter generates particles from a specific point in space using the specified direction and speed.class
PolylineEmitter emits particles along a single polyline.class
SurfaceEmitter generates particles from the surface of an object.class
VolumeEmitter emits particles from a random position confined within the given closed geometry volume.Modifier and TypeFieldDescriptionstatic final X3DParticleEmitterNode
ParticleSystem.EMITTER_DEFAULT_VALUE
SFNode field named emitter has default value null (Java syntax) or NULL (XML syntax).Modifier and TypeMethodDescriptionParticleSystem.getEmitter()
Provide org.web3d.x3d.sai.ParticleSystems.X3DParticleEmitterNode instance (using a properly typed node) from initializeOnly SFNode field emitter.Modifier and TypeMethodDescriptionParticleSystem.setEmitter
(X3DParticleEmitterNode newValue) Accessor method to assign org.web3d.x3d.sai.ParticleSystems.X3DParticleEmitterNode instance (using a properly typed node) to initializeOnly SFNode field emitter. -
Uses of X3DParticleEmitterNode in org.web3d.x3d.sai.ParticleSystems
Modifier and TypeInterfaceDescriptioninterface
ConeEmitter generates all available particles from a specific point in space.interface
ExplosionEmitter generates all particles from a specific point in space at the initial time enabled.interface
PointEmitter generates particles from a specific point in space using the specified direction and speed.interface
PolylineEmitter emits particles along a single polyline.interface
SurfaceEmitter generates particles from the surface of an object.interface
VolumeEmitter emits particles from a random position confined within the given closed geometry volume.Modifier and TypeMethodDescriptionParticleSystem.getEmitter()
Provide org.web3d.x3d.sai.ParticleSystems.X3DParticleEmitterNode instance (using a properly typed node) from initializeOnly SFNode field emitter.X3DParticleEmitterNode.setMass
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named mass.X3DParticleEmitterNode.setMetadata
(X3DMetadataObject newValue) Accessor method to assign org.web3d.x3d.sai.Core.X3DMetadataObject instance (using a properly typed node) to inputOutput SFNode field metadata.X3DParticleEmitterNode.setOn
(boolean newValue) Accessor method to assign boolean value to inputOutput SFBool field named on.X3DParticleEmitterNode.setSpeed
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named speed.X3DParticleEmitterNode.setSurfaceArea
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named surfaceArea.X3DParticleEmitterNode.setVariation
(float newValue) Accessor method to assign float value to inputOutput SFFloat field named variation.Modifier and TypeMethodDescriptionParticleSystem.setEmitter
(X3DParticleEmitterNode newValue) Accessor method to assign org.web3d.x3d.sai.ParticleSystems.X3DParticleEmitterNode instance (using a properly typed node) to initializeOnly SFNode field emitter.