Hey just getting into graphics after a look break, so forgive me if its a simple question.
But would it be correct to say tht to get the up, right or forward vectors for an object you would multiply the objects model matrix by the corresponding vector in world space, eg (0, 1, 0) * Modelmatrix for getting the up vector?
Or is this the wrong way to do it.