Package j3d.examples.particles.generationshapes

Interface Summary
IGenerationShape Defines the shape of the "nozzle" or source used to emit particles.
 

Class Summary
DiskGenerationShape Emits particles from within a circle or disk.
GenerationShape Base class for all particle generation shapes.
LineGenerationShape Emits particles along a line.
PointGenerationShape Emits particles from a single point.
RadialGenerationShape Emits particles from within a circle or disk.