Getting the pose of the camera?

Started by redfalcon, November 15, 2011, 10:16:07 AM

Previous topic - Next topic

redfalcon

Hello,

is it possible to get the pose of the camera? I tried getting the backbuffer matrix with getBack(), but that doesn't seem to be the same. If I apply e.g. a translation on the camera, the backbuffer matrix will remain the same as before the transformation.

EgonOlsen

The back matrix reflects the rotations. If you want the position, use getPosition().