rstar000

Results 2 comments of rstar000

Hi! Maybe i'm a bit late, but it seems like the model-view matrix is actually inverted. This is the result of projecting model-space axes using the returned model-view matrix, but...

@patrikhuber Hey, sorry, I just found a silly bug in my projection code. I was using row vectors instead of column vectors for some reason. The matrix returned from pose.get_modelview()...