Uses of Class
apps.lightrays.raytracer.scene.Lighting

Packages that use Lighting
apps.lightrays.raytracer.scene   
 

Uses of Lighting in apps.lightrays.raytracer.scene
 

Methods in apps.lightrays.raytracer.scene that return Lighting
 Lighting Scene.getLighting()
          Gets the lighting.
 

Methods in apps.lightrays.raytracer.scene with parameters of type Lighting
 void Scene.setLighting(Lighting lighting)
          Sets the lighting.