Removed final attribute from UpdateProjectionMatrix()
This commit is contained in:
@@ -226,7 +226,7 @@ namespace OpenVulkano::Scene
|
|||||||
return 2.0f * atanf(tanf(m_fov * 0.5f) * m_aspect);
|
return 2.0f * atanf(tanf(m_fov * 0.5f) * m_aspect);
|
||||||
}
|
}
|
||||||
|
|
||||||
void UpdateProjectionMatrix() final
|
void UpdateProjectionMatrix()
|
||||||
{
|
{
|
||||||
m_projection = Math::Utils::perspectiveRH_ZO(m_fov, m_aspect, m_nearPlane, m_farPlane);
|
m_projection = Math::Utils::perspectiveRH_ZO(m_fov, m_aspect, m_nearPlane, m_farPlane);
|
||||||
UpdateViewProjectionMatrix();
|
UpdateViewProjectionMatrix();
|
||||||
|
|||||||
Reference in New Issue
Block a user