Skip to content
Snippets Groups Projects
Commit 9eb16366 authored by Vanessa Karolek's avatar Vanessa Karolek
Browse files

[#42][Fix] fix up vector, camera coordinate system, depth

Vulkan uses a left handed coordinate system. Thus, we need to define GLM_FORCE_LEFT_HANDED and adjust left and right movement of the camera.

We also need to define GLM_DEPTH_ZERO_TO_ONE for the depth values which range between 0 and 1 in Vulkan.

Although the up vector is pointing upwards again, it seems that the rendered scene is not flipped along y axis... is this correct?
parent 9fed028f
No related branches found
No related tags found
1 merge request!35Resolve "Kamera - Trackballkamera"
Pipeline #25475 passed
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment