Searched refs:groundAngle (Results 1 – 1 of 1) sorted by relevance
40 const double groundAngle = M_PI / 2.0 + getPitch(); in getProjMatrix() local41 …istance = std::sin(halfFov) * getCameraToCenterDistance() / std::sin(M_PI - groundAngle - halfFov); in getProjMatrix()