Rotating

Started by
2 comments, last by luckyyyyyy 13 years, 2 months ago
Hi,
I wanna to change the era of rotating in openGL when using "glRotatef ()" function. But I can't. How can I do it?


Thanks, for your help.
Advertisement
What do you mean by 'era of rotating'?
Can you please paste your code here?

glPushMatrix();
glRotatef (angle, x, y, z);
object(); // (era of roating or whatever) :P
glPopMatrix();

This topic is closed to new replies.

Advertisement