Searched refs:m_fov (Results 1 – 2 of 2) sorted by relevance
33 m_fov = M_PI / 4; // 45° in Camera()48 float range = m_near * tan(m_fov / 2.0); in calculateProjectionMatrix()
43 float m_fov; // field of view variable