10-27-2000, 08:03 PM
I have a function called Render(), that contains the one function, glutClearColor(0.0f,0.0f,1.0f,1.0f);
And i use glutDisplayFunc(Render);
And then glutMainLoop();
however, it wont clear the window with the blue! Whats wrong?
And i use glutDisplayFunc(Render);
And then glutMainLoop();
however, it wont clear the window with the blue! Whats wrong?