Reimplemented into newer develop version

This commit is contained in:
2016-06-09 12:01:24 +02:00
parent 593b9547cf
commit 69561794d8
26 changed files with 185 additions and 3 deletions
+1
View File
@@ -91,6 +91,7 @@ void configureOpenGL()
glEnable(GL_LIGHTING);
glEnable(GL_LIGHT0);
//glEnable(GL_COLOR_MATERIAL);
glutSetCursor(GLUT_CURSOR_NONE);
}