engineerOfLies/gfc

gfc_matrix major order confusion

Closed this issue · 1 comments

I need to clean this up. I seem to be mixing Column major order matrix and row major order matrices. I believe this may be why things like matrix inversion does not work for me. Since GLSL is column major, I need to go through the library and make sure that is how I am operating

it is specified right in the header, we are using ROW major order