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

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

Uses of MutableCamera in de.javagl.swogl
 

Methods in de.javagl.swogl that return MutableCamera
 MutableCamera SwoglApplication.getCamera()
          Returns the Camera of this application.
 

Uses of MutableCamera in de.javagl.swogl.scene
 

Classes in de.javagl.swogl.scene that implement MutableCamera
 class DefaultCamera
          Default implementation of a MutableCamera.
 

Methods in de.javagl.swogl.scene with parameters of type MutableCamera
static void CameraUtils.adjustDistance(MutableCamera camera, float height)
          Adjust the distance between the eye point and the view point of the given Camera.