Rings
Version 0.3

Uses of Interface
threeD.raytracer.engine.ParticleGroup

Packages that use ParticleGroup
threeD.raytracer.graphics   
threeD.raytracer.lighting   
threeD.raytracer.primitives   
 

Uses of ParticleGroup in threeD.raytracer.graphics
 

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

Uses of ParticleGroup in threeD.raytracer.lighting
 

Classes in 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 threeD.raytracer.primitives
 

Classes in 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.
 


Rings
Version 0.3

Copyright 2003-05 Mike Murray