Rismosch / ris_engine

Barebones game engine. Home made passion project.
MIT License
2 stars 1 forks source link

view and projection matrices are incorrect #77

Closed Rismosch closed 7 months ago

Rismosch commented 7 months ago

they need to be transposed to properly work.

figure out why this is necessary and eliminate the transpose.

this is important, such that matrices work on gpu the same as on the cpu

Rismosch commented 7 months ago

follow this:

https://registry.khronos.org/OpenGL/specs/gl/GLSLangSpec.4.20.pdf