2D Animations in OpenGL | GLUT Tutorial
Welcome to my Computer Graphics Programming using OpenGL GLUT Tutorial.
In this video you will learn how to animate 2D objects in OpenGL.
Queries covered:-
Rotation along particular axis in opengl
What is Double buffering in opengl
What is Front and Back buffer in opengl
How does glutSwapBuffer() function work
When does animation take place
How to use rotation matrix in opengl
What is glutPostRedisplay
How does glutIdleFunc() work