Uses of Package
tracer

Classes in tracer used by tracer
Camera
          Represents the camera: viewing window = [left,bottom] x [right,top], with z-coordinate near
IntersectionInfo
          Used for returning information about intersections from Traceable.intersect.
Light
          Represents a point-light
Material
          Holds shading parameters.
NearestSampler
           
Parser
          This class knows how to read scene files
Ray
          Represents a ray: a ray can `trace' itself, calculating a color.
Sampler2D
           
Traceable
          Base class for all visible objects.
Vec3
          Represents a 3-dimensional vector.