glRotate(); glTranslate();

Started by
2 comments, last by addicted2cheese 21 years, 2 months ago
Hellos, im wondering about how i can use glRotate(); and glTranslate(); so that it does not continuously move but will rotate just few degrees then stop, or move a small distance then stop. Thanks
Advertisement
COuld u clarify that a little...? What is it doing now, and what do you want it to do?
As you no doubt guessed im very new to OpenGL, im still trying to figure out how everything works :-/ .

Currently when i use glRotatef(1,1,1,1); it continuously rotates the cube. I want it to only do half a rotation then stop, so im wondering if it is possible to do this with glRotatef() or if there is another function i need to use.

Similarly with glTranslatef(), i'd like it to move the cube along the X axis for a specific distance and then stop. Currently the cube moves non-stop.

Thanks once again

[edited by - addicted2cheese on January 28, 2003 5:07:57 AM]
Hmm.. actually i think i just figured it out, hehe, thanx anyway.

:/

This topic is closed to new replies.

Advertisement