Camera moves horizontally at speed distance * CAMERA_HORIZONTAL_SPEED
.
Camera moves along forward axis (zooming) at speed distance * CAMERA_VERTICAL_SPEED
.
Do not zoom camera if it is within this distance of the desired distance.
Maximum camera distance multiplied by this gives maximum temporary distance
from terrain. Forward/backward camera motion is smooth within this range.
Step adjustment is applied outside of this range.
Minimum camera distance multiplied by this gives minimum temporary distance
from terrain. Forward/backward camera motion is smooth within this range.
Step adjustment is applied outside of this range.
Never move camera focus point closer than this to a map edge.
Maximum camera tilt in radians.
Minimum camera tilt in radians.