No matter what goes wrong, it will probably look right Concept2 : Window Size ============================= Idea: ===== In OpenGL we define the size of the window using the command glutInitWindowSize(x, y). Here x, y are integers which define the window size (width and height) on the screen. Experiment: =========== Use the slide bar to change values.