Graphic program to plot the points using OpenGL Primitives

Note that the program defines a display callback function named display Every glut program must have a display callback The display callback is executed whenever OpenGL decides the display must be refreshed, for example when the window is opened The main function ends with the program entering an event loop.

Leave a Reply