Top "Glrotate" questions

OpenGL function that produces a rotation of angle degrees around the vector x y z .

OpenGL glRotatef

What is the difference between glRotatef(angle, 1.0f, 0.0f, 0.0f); glRotatef(angle, 0.0f, 0.0f, 1.0f); and glRotatef(angle, 1.0f, 0.0f, 1.0…

opengl glrotate
glRotate(angle,x,y,z), what is x,y,z in this case?

I've read the documentation here: http://www.opengl.org/sdk/docs/man2/xhtml/glRotate.xml It specifies that angle is …

opengl glrotate
How to rotate a lightsource around a fixed object (OpenGL)?

I'm trying to make a light source rotate around my character model in my OpenGL project, but as I try …

opengl rotation lighting translate-animation glrotate