Searched defs:yFov (Results 1 – 2 of 2) sorted by relevance
194 …const float yFov = (aspectRatio > 1.0f) ? fovY : (2.0f * Math::atan(Math::tan(fovY * 0.5f) / aspec… in UpdateCameraViewport() local
2131 const float yFov = Math::clamp(light.spotLightParams.w * 2.0f, 0.0f, Math::PI); in ProcessShadowCamera() local