Tag: Star Drawing

17
Jul
2016

Star Drawing with OpenGL

Draw 4 stars in screen with OpenGL Screenshot: Code: #include <windows.h> #include <GL\glut.h> void myInit (void) {…