Renamed some glm::vec3 to Vector3

This commit is contained in:
Antoine Pilote
2023-07-19 00:31:22 -04:00
parent 3800587c07
commit 4e4d203666
24 changed files with 59 additions and 96 deletions

View File

@@ -50,7 +50,7 @@ namespace Nuake {
}
}
glm::mat4 LightComponent::GetProjection()
Matrix4 LightComponent::GetProjection()
{
return glm::ortho(-25.0f, 25.0f, -25.0f, 25.0f, -25.0f, 25.0f);
}