dgrzech/sobfu

is your Mat4f column major or row major

bigdimboom opened this issue · 1 comments

float4 Mat4f ::data[4];

is data column or row major?

data[0] is row 0
data[1] is row 1
data[2] is row 2
data[3] is row 3

image