can i use glmultmatrix with center xyz coordinates somehow ? the purpose is to do rotation in centerxyz coords,but onlý centerxyz coords.what would be the best solution for my problem ?
Type: Posts; User: JPH
can i use glmultmatrix with center xyz coordinates somehow ? the purpose is to do rotation in centerxyz coords,but onlý centerxyz coords.what would be the best solution for my problem ?
THANKS,IT WORKED.
JPH
can glmultmatrix be used with glulookat?.(i mean if you want to for example rotate the view).thanks.
what is wrong in this code???
glMatrixMode(GL_MODELVIEW);glLoadIdentity();
glmultmatrif(m);
glulookat(......,.....);
,if m is a rotation matrix?
it just doesn't work.
thank you!!!
WHAT KIND OF CODE DO I NEED IN GLUTMOTIONFUNC
WHEN I AM TRYING TO LINK THE MOUSE IN GLULOOKAT-FUNCTION.THE PURPOSE IS TO ROTATE USING GLULOOKAT AND MOUSE.PLEASE HELP ME.