Uses of Class
raytracer.Raycaster

Packages that use Raycaster
material   
raytracer   
ui   
 

Uses of Raycaster in material
 

Methods in material with parameters of type Raycaster
 void LambertianEmitter.computeDirectLighting(IntersectionInfo intersection, IObject lumObject, RayState rs, Raycaster raycaster, IBSDF brdf, int numSamples, RGBColor amount)
           
 void IEmitter.computeDirectLighting(IntersectionInfo intersection, IObject lumObject, RayState rs, Raycaster raycaster, IBSDF brdf, int numSamples, RGBColor amount)
           
 

Uses of Raycaster in raytracer
 

Methods in raytracer that return Raycaster
 Raycaster Raycaster.getCopy()
          copies the raycaster
 Raycaster Scene.getRaycaster()
           
 

Methods in raytracer with parameters of type Raycaster
 void Scene.assignRaycaster(Raycaster raycaster)
          assigns the raycaster
 void PointLight.computeDirectLighting(IntersectionInfo intersection, RayState rs, Raycaster raycaster, IBSDF brdf, RGBColor amount)
           
 void OmniLight.computeDirectLighting(IntersectionInfo intersection, RayState rs, Raycaster raycaster, IBSDF brdf, RGBColor amount)
           
 void ILight.computeDirectLighting(IntersectionInfo intersection, RayState rs, Raycaster raycaster, IBSDF brdf, RGBColor amount)
          computes the lighting at the intersection point
 

Constructors in raytracer with parameters of type Raycaster
Rasterizer(Canvas canvas, Raycaster raycaster, IPixelFilter pixelfilter, int maxNumSamples, RasterSequence seq, java.awt.Color col)
          constructor
 

Uses of Raycaster in ui
 

Methods in ui with parameters of type Raycaster
 void Canvas.setRaycaster(Raycaster raycaster_)