Uses of Class
net.sf.j3d.threeD.raytracer.lighting.DirectionalAmbientLight

Packages that use DirectionalAmbientLight
net.sf.j3d.threeD.raytracer.engine   
 

Uses of DirectionalAmbientLight in net.sf.j3d.threeD.raytracer.engine
 

Methods in net.sf.j3d.threeD.raytracer.engine with parameters of type DirectionalAmbientLight
static RGB RayTracingEngine.directionalAmbientLightingCalculation(Vector point, Vector rayDirection, Surface surface, Surface[] otherSurfaces, DirectionalAmbientLight light, Light[] otherLights, ShaderParameters p)
          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.