Hello,
I'm trying to implement an arcball.
I'm using glRotate() and i would like to accumulate the rotation in order for the object to start rotating from the last position and not reset to it's origin position.
i've tried using glGet(MODELVIEW,matrix) after calling glRotate() and using multMatrix(matrix) before and it doesn't seems to work..
thanks in advance..



