Home
last modified time | relevance | path

Searched refs:fov_smooth (Results 1 – 5 of 5) sorted by relevance

/dports/games/stuntrally/stuntrally-2.6.1/source/vdrift/
H A Dsettings.h52 float fov_min, fov_max, fov_smooth; variable
H A Dsettings.cpp106 Param(c,w, "hud_size.fov_smooth", fov_smooth); in Serialize()
196 ,fov_min(90.f), fov_max(120.f), fov_smooth(5.f) in SETTINGS()
H A Dcardynamics_update.cpp448 fBoostFov += (boostVal - fBoostFov) * pSet->fov_smooth * 0.0001f; in UpdateBody()
/dports/games/stuntrally/stuntrally-2.6.1/config/
H A Dgame-default.cfg205 fov_smooth = 5.000000
/dports/games/stuntrally/stuntrally-2.6.1/source/ogre/
H A DGui_Init.cpp254 sv= &svFovSm; sv->Init("FovSm", &pSet->fov_smooth, 0.f, 15.f, 1.5f); sv->DefaultF(5.f); in InitGui()