1 2#include "GL/freeglut.h" 3 4const GLsizei windowWidth = 800; 5const GLsizei windowHeight = 800; 6 7// This function renders the scene using OpenGL. 8void RenderScene() { 9