graphics.raytracers.tracer.primatives
Class Light

java.lang.Object
  extended by graphics.raytracers.tracer.primatives.Light

public final class Light
extends java.lang.Object


Field Summary
 double brightness
           
 Vector3d pos
           
 
Constructor Summary
Light()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

pos

public Vector3d pos

brightness

public double brightness
Constructor Detail

Light

public Light()