Uses of Interface
de.javagl.swogl.scene.LightSetup

Packages that use LightSetup
de.javagl.swogl The core classes of Swogl. 
de.javagl.swogl.scene Basic classes for viewing a scene in a SwoglApplication 
 

Uses of LightSetup in de.javagl.swogl
 

Methods in de.javagl.swogl that return LightSetup
 LightSetup SwoglApplication.getLightSetup()
          Returns the LightSetup of this application
 

Uses of LightSetup in de.javagl.swogl.scene
 

Classes in de.javagl.swogl.scene that implement LightSetup
 class DefaultLightSetup
          Default implementation of a LightSetup
 

Methods in de.javagl.swogl.scene with parameters of type LightSetup
static void LightSetups.addDefaultLights(LightSetup lightSetup)
          Add two default Lights to the given LightSetup: One bright, white directional light from the upper left front, and one slightly darker white directional light from the lower right back.
 void LightSetupListener.lightSetupChanged(LightSetup lightSetup, java.util.List<Light> addedLights, java.util.List<Light> removedLights)
          Will be called when the given LightSetup changed.