Home
last modified time | relevance | path

Searched refs:FOV_Target (Results 1 – 2 of 2) sorted by relevance

/dports/games/alephone/alephone-release-20190331/Source_Files/RenderOther/
H A DViewControl.cpp135 bool View_AdjustFOV(float& FOV, float FOV_Target) in View_AdjustFOV() argument
140 if (FOV > FOV_Target) in View_AdjustFOV()
143 FOV = MAX(FOV,FOV_Target); in View_AdjustFOV()
146 else if (FOV < FOV_Target) in View_AdjustFOV()
149 FOV = MIN(FOV,FOV_Target); in View_AdjustFOV()
H A DViewControl.h58 bool View_AdjustFOV(float& FOV, float FOV_Target);