dorythecat / VulkanGameEngine

A Game Engine, based on the Vulkan API, made as a project for myself.
GNU General Public License v3.0
1 stars 0 forks source link

[BUG] The engine doesn't treat the projection matrix correctly. #3

Open dorythecat opened 1 year ago

dorythecat commented 1 year ago

After generating the perspective projection matrix with the glm::perspective function, we have to switch some matrix values aferwards for it to work as expected. As can be verified in the original file, the GLM calculations are correct, so the problem isn't there, instead, it's probably hidden in the engine's code.

dorythecat commented 1 year ago

Solve Issue #3