glutInitWindowSize(500, 500);\r
glutCreateWindow("Scene Editor");\r
\r
- /*glShadeModel(GL_SMOOTH); // Enables Smooth Shading\r
- glClearColor(0.0f, 0.0f, 0.0f, 0.0f); // Black Background\r
- glClearDepth(1.0f); // Depth Buffer Setup\r
- glEnable(GL_DEPTH_TEST); // Enables Depth Testing\r
- glDepthFunc(GL_LEQUAL); // the type\r
+ //glShadeModel(GL_SMOOTH); // Enables Smooth Shading\r
+ //glClearColor(0.0f, 0.0f, 0.0f, 0.0f); // Black Background\r
+ //glClearDepth(1.0f); // Depth Buffer Setup\r
+ //glEnable(GL_DEPTH_TEST); // Enables Depth Testing\r
+ //glDepthFunc(GL_LEQUAL); // the type\r
\r
// glHint(GL_PERSPECTIVE_CORRECTION_HINT, GL_NICEST); // Really Nice Perspective Calculations\r
\r
glutReshapeFunc(windowReshape);\r
glutDisplayFunc(display);\r
- glutMouseFunc(mouse);*/\r
+ glutMouseFunc(mouse);\r
\r
makeMenu();\r
\r