Posted inC/C++ OpenGL OpenGL Base Function (Triangle) Below is an example of a base program in OpenGL, resulting in a window with a red triangle in the center. [c] #include <stdlib.h> #include <GL/glut.h> //Call Back Function void… Posted by Lucas 2 September 2011