updated
git-svn-id: svn://anubis/misc/opengl@81 bd8a9e45-a331-0410-811e-c64571078777
This commit is contained in:
parent
07b6e80e7b
commit
0b030e341f
@ -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();
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user