Controller
From Moviesandbox
Contents |
class Controller
derived from: Actor
The Controller allows the User to control certain Actors with mouse and keyboard through states. It also controls when to start or to stop a scene and manages the node trees in a scene. The Controller can "possess" actors and will use the possessed actors' position and rotation as the viewport camera.
Members:
Actor * cameraActor
The viewport position reference. Also the Actor that gets moved when in MOVECAMERASTATE.