iirc OpenGL uses Column-Major and we use Row-Major matrices, this means you have to transpose when p
iirc OpenGL uses Column-Major and we use Row-Major matrices, this means you have to transpose when passing the matrix. post-multiplying with column-major matrices produces the same result as pre-multiplying with row-major matrices.
