j3d.examples.particles.generationshapes
Interface GenerationShapeInterface
- All Known Implementing Classes:
- DiskGenerationShape, LineGenerationShape, PointGenerationShape, RadialGenerationShape
public interface GenerationShapeInterface
Defines the shape of the "nozzle" or source used to emit particles.
setEmitter
void setEmitter(ParticleEmitter anEmitter)
initializeParticlePosition
void initializeParticlePosition(Particle aParticle)
initializeParticleVelocity
void initializeParticleVelocity(Particle aParticle)