CameraAndFOV
Engine/source/T3D/gameFunctions.cpp
Camera and FOV info.
Public Variables
max number of ms to reach target FOV
current camera FOV
updated to camera FOV each frame
normal FOV
last time camera was updated
the desired FOV
A scale to apply to the normal visible distance typically used for tuning performance.
ms per 90deg fov change
Detailed Description
Camera and FOV info.
Public Variables
const U32 MaxZoomSpeed
max number of ms to reach target FOV
F32 sCameraFov
current camera FOV
F32 sConsoleCameraFov
updated to camera FOV each frame
F32 sDefaultFov
normal FOV
F32 sLastCameraUpdateTime
last time camera was updated
F32 sTargetFov
the desired FOV
F32 sVisDistanceScale
A scale to apply to the normal visible distance typically used for tuning performance.
S32 sZoomSpeed
ms per 90deg fov change