Skip to content

Commit

Permalink
Need to fix ortho camera
Browse files Browse the repository at this point in the history
  • Loading branch information
tomheeleynz committed Jul 21, 2023
1 parent 8c917bf commit fb277f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arcane/src/Arcane/Renderer/Camera.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ namespace Arcane
{
struct ViewData
{
glm::vec3 CameraPosition = {0.0f, 1.0f, 3.0f};
glm::vec3 CameraPosition = {0.0f, 0.0f, 3.0f};
glm::vec3 CameraLookDir = {0.0f, 0.0f, 0.0f};
glm::vec3 CameraUpDir = {0.0f, 1.0f, 0.0f};
};
Expand Down

0 comments on commit fb277f1

Please sign in to comment.