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

Packages that use AmbientLight
net.sf.j3d.threeD.raytracer.engine   
net.sf.j3d.threeD.raytracer.lighting   
 

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

Methods in net.sf.j3d.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 net.sf.j3d.threeD.raytracer.lighting
 

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