Original Post
I'm making a space-shooter-demo for fun and I have built a matrix that stores rotation and position of the ship. I've tried it and it rotates correctly and everything but when I change the position nothing happens, the ship is still at the origin. I'm using glMultMatrix() for this and I would like to know what format OpenGL uses for the transformation matrix and why I can't move the ship.