git-svn-id: svn://anubis/misc/opengl@81 bd8a9e45-a331-0410-811e-c64571078777
This commit is contained in:
josh 2008-11-30 22:26:44 +00:00
parent 07b6e80e7b
commit 0b030e341f

View File

@ -1,3 +1,4 @@
#include <GL/gl.h>
#include <GL/glu.h>
#include <GL/glut.h>
@ -12,7 +13,7 @@ void init(void)
void idle(void)
{
r += 0.2;
r += 0.02;
glutPostRedisplay();
}