-
Interface Summary
| Interface |
Description |
| BoundedPhysicsModel |
BoundedPhysicsModel provides user-defined geometrical boundaries for particle motion.
|
| ConeEmitter |
ConeEmitter generates all available particles from a specific point in space.
|
| ExplosionEmitter |
ExplosionEmitter generates all particles from a specific point in space at the initial time enabled.
|
| ForcePhysicsModel |
ForcePhysicsModel applies a constant force value to the particles.
|
| ParticleSystem |
ParticleSystem specifies a complete particle system.
|
| PointEmitter |
PointEmitter generates particles from a specific point in space using the specified direction and speed.
|
| PolylineEmitter |
PolylineEmitter emits particles along a single polyline.
|
| SurfaceEmitter |
SurfaceEmitter generates particles from the surface of an object.
|
| VolumeEmitter |
VolumeEmitter emits particles from a random position confined within the given closed geometry volume.
|
| WindPhysicsModel |
WindPhysicsModel applies a wind effect to the particles.
|
| X3DParticleEmitterNode |
The X3DParticleEmitterNode abstract type represents any node that is an emitter of particles.
|
| X3DParticlePhysicsModelNode |
The X3DParticlePhysicsModelNode abstract type represents any node that applies a form of constraints on the particles after they have been generated.
|