Package net.sf.j3d.threeD.raytracer.camera

Interface Summary
Camera Implementations of the Camera interface provide a method for calculating viewing rays.
 

Class Summary
OrthographicCamera The OrthographicCamera class provides an orthographic porjection camera.
PinholeCamera A PinholeCamera object represents a camera in 3D.
ThinLensCamera A ThinLensCamera object provides a camera with viewing rays that originate from a random point on a circular lens.