tracer
Class Light

java.lang.Object
  extended by tracer.Light

public class Light
extends java.lang.Object

Represents a point-light


Field Summary
 Vec3 color
           
 float intensity
           
 Vec3 location
           
 
Constructor Summary
Light()
           
 
Method Summary
 void parse(Parser p)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

location

public Vec3 location

color

public Vec3 color

intensity

public float intensity
Constructor Detail

Light

public Light()
Method Detail

parse

public void parse(Parser p)
           throws java.io.IOException
Throws:
java.io.IOException