Uses of Interface
j3d.examples.particles.shapes.IShape3DFactory

Packages that use IShape3DFactory
j3d.examples.particles   
j3d.examples.particles.shapes   
 

Uses of IShape3DFactory in j3d.examples.particles
 

Constructors in j3d.examples.particles with parameters of type IShape3DFactory
Shape3DParticleSystem(ParticleEmitter anEmitter, IShape3DFactory aFactory)
           
 

Uses of IShape3DFactory in j3d.examples.particles.shapes
 

Classes in j3d.examples.particles.shapes that implement IShape3DFactory
 class CloudPuffFactory
           
 class ColorCubeFactory
           
 class FakeSphereFactory
           
 class FuzzBallFactory
           
 class PhantomFactory
           
 class RockFactory
           
 class Shape3DFactory
          Abstract class for all shape particle factories.