Uses of Interface
net.sf.j3d.threeD.raytracer.engine.ParticleGroup

Packages that use ParticleGroup
net.sf.j3d.physics   
net.sf.j3d.threeD.raytracer.graphics   
net.sf.j3d.threeD.raytracer.lighting   
net.sf.j3d.threeD.raytracer.primitives   
 

Uses of ParticleGroup in net.sf.j3d.physics
 

Classes in net.sf.j3d.physics that implement ParticleGroup
 class Sphere
           
 

Uses of ParticleGroup in net.sf.j3d.threeD.raytracer.graphics
 

Methods in net.sf.j3d.threeD.raytracer.graphics with parameters of type ParticleGroup
static void ParticleGroupRenderer.draw(ParticleGroup p, PinholeCamera c, Graphics g, double ox, double oy, double scale, double minSize, double maxSize, double far)
           
 

Uses of ParticleGroup in net.sf.j3d.threeD.raytracer.lighting
 

Classes in net.sf.j3d.threeD.raytracer.lighting that implement ParticleGroup
 class RectangularLight
          A RectangularLight object provides PointLight samples that are randomly distributed across the a plane surface.
 

Uses of ParticleGroup in net.sf.j3d.threeD.raytracer.primitives
 

Classes in net.sf.j3d.threeD.raytracer.primitives that implement ParticleGroup
 class Plane
          A Plane object represents an plane in 3d space.
 class Triangle
          A Triangle object represents a triangle in 3d space.