Aviatrix3D
2.1.0

Uses of Class
org.j3d.aviatrix3d.Light

Packages that use Light
org.j3d.aviatrix3d A core set of lightweight Object Oriented scenegraph-based wrapper objects for OpenGL. 
org.j3d.renderer.aviatrix3d.loader Implementations of file loaders that produce an Aviatrix3D scene graph. 
 

Uses of Light in org.j3d.aviatrix3d
 

Subclasses of Light in org.j3d.aviatrix3d
 class AmbientLight
          Representation of a purely ambient light source with no other abilities.
 class DirectionalLight
          Representation of a directional light source.
 class PointLight
          Representation of a point light source.
 class SpotLight
          Representation of a spot light source.
 

Methods in org.j3d.aviatrix3d with parameters of type Light
 int SpotLight.compareTo(Light l)
          Compares this object with the specified object for order.
 int PointLight.compareTo(Light l)
          Compares this object with the specified object for order.
 int Light.compareTo(Light l)
          Compares this object with the specified object for order.
 int DirectionalLight.compareTo(Light l)
          Compares this object with the specified object for order.
 

Uses of Light in org.j3d.renderer.aviatrix3d.loader
 

Methods in org.j3d.renderer.aviatrix3d.loader that return types with arguments of type Light
 java.util.List<Light> AVModel.getLights()
          Get the list of lights that are contained in the file.
 


Aviatrix3D
2.1.0

Latest Info from http://aviatrix3d.j3d.org/
Copyright © 2003 - 2009 j3d.org