CameraSystem
Functions
void
setDefaultFov(float defaultFOV)
Set the default FOV for a camera.
void
setFov(float FOV)
Set the FOV of the camera.
void
setZoomSpeed(int speed)
Set the zoom speed of the camera. This affects how quickly the camera changes from one field of view to another.
Detailed Description
Functions
setDefaultFov(float defaultFOV)
Set the default FOV for a camera.
Parameters:
defaultFOV | The default field of view in degrees |
setFov(float FOV)
Set the FOV of the camera.
Parameters:
FOV | The camera's new FOV in degrees |
setZoomSpeed(int speed)
Set the zoom speed of the camera. This affects how quickly the camera changes from one field of view to another.
Parameters:
speed | The camera's zoom speed in ms per 90deg FOV change |