com.jme.input.controls.controller.camera
Interface CameraPerspective

All Known Implementing Classes:
FixedCameraPerspective

public interface CameraPerspective

CameraPerspective implementations can be added to the CameraController that can be cycled over to provide different camera angles and types.

Author:
Matthew D. Hicks

Method Summary
 void setActive(Camera camera, Spatial spatial, boolean active)
           
 void update(Camera camera, Spatial spatial, float time)
           
 

Method Detail

setActive

void setActive(Camera camera,
               Spatial spatial,
               boolean active)

update

void update(Camera camera,
            Spatial spatial,
            float time)