Uses of Class
simogl.effect.light.Light

Packages that use Light
simogl.geometry   
simogl.level   
 

Uses of Light in simogl.geometry
 

Methods in simogl.geometry with parameters of type Light
 void AbstractMesh.setDrawShadow(boolean useShadow, Light light0)
          Sets whether the shadow of the mesh ought to be drawn.
 

Uses of Light in simogl.level
 

Fields in simogl.level with type parameters of type Light
static java.util.ArrayList<Light> AbstractLevel.lights