rewrite glRotate?




Hi,

I have some game engine, where you can use
glRotate/glTranslate/glPushPop stuff.
However, you can also use glMultMatrix.
Thus, in order to get a point in camera space, I have to perform all
these with gl... commands, then glGetMatrix and then I can e.g. test
for frustum culling.

Now, would it be wise to perform all the glRotate stuff myself and
thus, have the matrix already at hand, or is it better to let OpenGL
do this and use glGetMatrix?




--
-Gernot
int main(int argc, char** argv) {printf
("%silto%c%cf%cgl%ssic%ccom%c", "ma", 58, 'g', 64, "ba", 46, 10);}



.