Uses of Class
net.jinx.video.Light

Packages that use Light
net.jinx.video.model This package contains the core components of the Vertex Modeler application.

Model designers will be most interested in the Model and VertexUtil classes; examine their documentation closely, since you'll be using them extensively.  Being aware of the other classes in this package would be handy, as well.
 
 

Uses of Light in net.jinx.video.model
 

Methods in net.jinx.video.model that return Light
static Light ModelUtil.loadLight(Hierarchy h)
          Constructs a Light object from the given Hierarchy.
 Light[] Modeler.loadLights(Hierarchy config)
          Constructs and configures an array of Light objects.