Thank you for visiting our website. Your personal privacy is absolutely respected and protected by the website. To help you understand how the website collects, uses and protects your personal information, be sure to read the website "Privacy Policy". Thank you!
ACCEPT AND PROCEED

Opengl 2 [better] Page

#include <GL/glut.h> void display() glClear(GL_COLOR_BUFFER_BIT

For those who didn't start there, OpenGL 2 introduced the shader model (1.10/1.20) and still fully supported the fixed-function pipeline. But in practice, most people associate "OpenGL 2" with immediate mode ( glBegin/glEnd ), glVertex , glMatrixMode , and lighting via glLight . opengl 2

Anyone else still occasionally writing fixed-function OpenGL for fun? 😄 #include &lt;GL/glut