You are on page 1of 2

-------------------------------------------------------------------------------

First person controller only


mouseheadingsensitivity - How sensitive the mouse is when looki
ng around in first person mode.
mousepitchsensitivity - Same as above but for pitch.
maxvelocity - The desired velocity set when moving
in a direction. Lerps towards.
orientationminchange - Lerp smallest change when orienting c
amera.
orientationsteps - Lerp number of steps to take when ori
enting camera.
translationminchange - Lerp smallest change when moving came
ra.
translationsteps - Lerp number of steps to take when mov
ing camera.
velocityminchange - Lerp smallest change in velocity when
lerping towards max velocity.
velocitysteps - Lerp number of steps to take when mov
ing towards max velocity.
fovminchange - Lerp smallest change when setting fie
ld of view.
fovsteps - Lerp number of steps to take when set
ting fov.
upperpitchlimit - How far up you can look in degrees of
f of horizontal. 0 means no limit.
lowerpitchlimit - How far down you can look in degrees
off of horizontal. 0 means no limit.
headinglimit - How far left or right you can look of
f dead ahead in degrees. 0 means no limit.

-------------------------------------------------------------------------------
Smooth sims1 controller only
keyboardrotationspeed - Lerp how fast the scene rotates.
keyboardrotationlerpsteps - Lerp number of steps to take when rot
ating to new rotation.
keyboardrotationlerpminchange - Lerp smallest change possible when ro
tating to new rotation.
keyboardtranslationspeed - Lerp how fast the camera moves.
keyboardtranslationlerpsteps - Lerp number of steps to take moving t
o new location.
keyboardtranslationlerpminchange - Lerp smallest change possible when mo
ving to new location.

-------------------------------------------------------------------------------
Create a sim controller only
minzoom - How far away from default location. (
bone location) the camera can zoom. Negative values are allowed.
maxzoom - How far in the camera can zoom. Same
rules as above.
zoomheading - Angle in degrees left off forward tha
t the camera zooms towards.
zoomelevation - Angle in degrees up off forward that
the camera zooms towards.
zoomenable - Enables/Disables zoom. 0 = disable, a
ny other number enables.
lerptostart - If 0, then camera desired and current
values are set to the same, and no lerping will occur from last controller posi
tion.
mousewheelsensitivity - How much the mouse wheel moves the ca
mera when zooming.

-------------------------------------------------------------------------------
Live camera only
subjectheightlerpsteps - Lerp number of steps to take when adj
usting the subject height. (point that the camera is looking at on a sim)
subjectheightlerpminchange - Lerp smallest change possible when ch
anging the subject height.
subjectheightslack - Amount of slack in world space units
to allow before changing the subject height. (How much a sim can change height b
efore the camera adjusts)

You might also like