net.sf.j3d.threeD.raytracer.graphics
Class ParticleGroupRenderer

java.lang.Object
  extended by net.sf.j3d.threeD.raytracer.graphics.ParticleGroupRenderer

public class ParticleGroupRenderer
extends Object

Author:
Mike Murray

Constructor Summary
ParticleGroupRenderer()
           
 
Method Summary
static void draw(ParticleGroup p, PinholeCamera c, Graphics g, double ox, double oy, double scale, double minSize, double maxSize, double far)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ParticleGroupRenderer

public ParticleGroupRenderer()
Method Detail

draw

public static void draw(ParticleGroup p,
                        PinholeCamera c,
                        Graphics g,
                        double ox,
                        double oy,
                        double scale,
                        double minSize,
                        double maxSize,
                        double far)