Rings
Version 0.3

Uses of Class
threeD.raytracer.lighting.DirectionalAmbientLight

Packages that use DirectionalAmbientLight
threeD.raytracer.engine   
 

Uses of DirectionalAmbientLight in threeD.raytracer.engine
 

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


Rings
Version 0.3

Copyright 2003-05 Mike Murray