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

Packages that use MutableCamera
de.javagl.swogl The core classes of Swogl. 
de.javagl.swogl.interaction   
de.javagl.swogl.scene   
 

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.interaction
 

Constructors in de.javagl.swogl.interaction with parameters of type MutableCamera
ArcballCameraBehavior(View view, MutableCamera camera)
          Creates a new ArcballCameraBehavior that uses the given view and camera.
 

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.