Uses of Class
artofillusion.object.Light

Packages that use Light
artofillusion.object   
 

Uses of Light in artofillusion.object
 

Subclasses of Light in artofillusion.object
 class DirectionalLight
          DirectionalLight represents a distant light source which emits light in one direction from outside the scene.
 class PointLight
          PointLight represents a light source which emits light equally in all directions.
 class ProceduralDirectionalLight
          This is a DirectionalLight whose emitted light is calculated by a Procedure.
 class ProceduralPointLight
          This is a PointLight whose emitted light is calculated by a Procedure.
 class SpotLight
          SpotLight represents a light source which emits a cone of light in a specified direction.
 



Copyright © 1999-2011 by Peter Eastman.