Uses of Interface
raytracer.ILight

Packages that use ILight
raytracer   
 

Uses of ILight in raytracer
 

Classes in raytracer that implement ILight
 class OmniLight
           
 class PointLight
           
 

Methods in raytracer that return ILight
 ILight Scene.getLight(int num)
           
 

Methods in raytracer with parameters of type ILight
 void Scene.addLight(ILight light)
          add a light to the light list