Package de.javagl.swogl.scene

Basic classes for viewing a scene in a SwoglApplication

See:
          Description

Interface Summary
Camera Interface describing a camera.
CameraListener Interface for all classes that want to be informed when a property of a Camera changed
Light This interface describes a Light.
LightListener Interface for all classes that want to be informed when a property of a Light changes
LightSetup This interface describes the lighting setup in a SwoglApplication.
LightSetupListener Interface for all classes that want to be informed when a LightSetup changed
MutableCamera Interface for a mutable Camera.
View Interface describing a View configuration
 

Class Summary
CameraUtils A class containing utility methods for Camera operations.
DefaultCamera Default implementation of a MutableCamera.
DefaultLightSetup Default implementation of a LightSetup
DefaultView Default implementation of a View
Lights Methods for creating Light instances
LightSetups Utility methods for configuring LightSetups
ViewUtils A class containing utility methods for View operations.
 

Enum Summary
Light.Type The type of a Light
 

Package de.javagl.swogl.scene Description

Basic classes for viewing a scene in a SwoglApplication