-
Notifications
You must be signed in to change notification settings - Fork 26
CameraController
Alessandro Febretti edited this page Jan 10, 2015
·
6 revisions
Last revision: ver. 6.0-beta6 - 8 January 2015
Implements a navigation technique applied to a camera.
Method(s) | Description |
---|---|
float getSpeed() , setSpeed(float speed)
|
Gets or sets the movement speed for the controller, in meters per second. |
(6.0-beta6) setFreeFlyEnabled(bool enabled) , bool isFreeFlyEnabled()
|
Gets or sets freefly mode. Freefly implementation is controller-specific but in general means that the user will have limited control on the camera orientation (typically only on yaw). |
reset() |
resets this controller navigation data. It can be used after manually setting the owner camera position or orientation, to tell the controller to update its internal state. |