Silk.NETS
Silk.NET4y ago
Kai

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.
Was this page helpful?