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

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

Uses of IGenerationShape in j3d.examples.particles.emitters
 

Constructors in j3d.examples.particles.emitters with parameters of type IGenerationShape
ParticleEmitter(IGenerationShape generationShape, float emissionRate, float emissionRateVariance, float particleVelocity, float particleVelocityVariance, float particleLife, float particleLifeVariance, float emitterLife)
           
ParticleEmitter(IGenerationShape generationShape, float emissionRate, float emissionRateVariance, float particleVelocity, float particleVelocityVariance, float particleLife, float particleLifeVariance, float emitterLife, boolean motionBlur)
           
ParticleEmitter(IGenerationShape 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 IGenerationShape in j3d.examples.particles.generationshapes
 

Classes in j3d.examples.particles.generationshapes that implement IGenerationShape
 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.