Uses of Interface
j3d.examples.particles.generationshapes.GenerationShapeInterface

Packages that use GenerationShapeInterface
j3d.examples.particles.emitters   
j3d.examples.particles.generationshapes   
 

Uses of GenerationShapeInterface in j3d.examples.particles.emitters
 

Constructors in j3d.examples.particles.emitters with parameters of type GenerationShapeInterface
ParticleEmitter(GenerationShapeInterface generationShape, float emissionRate, float emissionRateVariance, float particleVelocity, float particleVelocityVariance, float particleLife, float particleLifeVariance, float emitterLife)
           
ParticleEmitter(GenerationShapeInterface generationShape, float emissionRate, float emissionRateVariance, float particleVelocity, float particleVelocityVariance, float particleLife, float particleLifeVariance, float emitterLife, boolean motionBlur)
           
ParticleEmitter(GenerationShapeInterface generationShape, float emissionRate, float emissionRateVariance, float particleVelocity, float particleVelocityVariance, javax.vecmath.Vector3f particleRotationRate, javax.vecmath.Vector3f particleRotationRateVariance, float particleLife, float particleLifeVariance, float emitterLife)
           
 

Uses of GenerationShapeInterface in j3d.examples.particles.generationshapes
 

Classes in j3d.examples.particles.generationshapes that implement GenerationShapeInterface
 class DiskGenerationShape
          Emits particles from within a circle or disk.
 class LineGenerationShape
          Emits particles along a line.
 class PointGenerationShape
          Emits particles from a single point.
 class RadialGenerationShape
          Emits particles from within a circle or disk.