Rings
Version 0.3

Uses of Class
threeD.raytracer.lighting.AmbientLight

Packages that use AmbientLight
threeD.raytracer.engine   
threeD.raytracer.lighting   
 

Uses of AmbientLight in threeD.raytracer.engine
 

Methods in threeD.raytracer.engine with parameters of type AmbientLight
static RGB RayTracingEngine.ambientLightingCalculation(Vector point, Vector rayDirection, Surface surface, Surface[] otherSurfaces, AmbientLight light)
          Performs the lighting calculations for the specified surface at the specified point of interesection on that surface using the lighting data from the specified AmbientLight object and returns an RGB object that represents the color of the point.
 

Uses of AmbientLight in threeD.raytracer.lighting
 

Subclasses of AmbientLight in threeD.raytracer.lighting
 class DirectionalAmbientLight
          A DirectionAmbientLight object represents an ambient light source that always comes from a particular direction.
 


Rings
Version 0.3

Copyright 2003-05 Mike Murray