Computer Graphics Mini Project using OpenGL API and C++
Steps: 1->Save the file with .cpp extension 2->Download and install the required glut,glut3 library files 3->Compile the file using g++ or gcc i.e>>g++ filename.cpp -l GL -l GLU -l glut 4->Execute by typing ./a.out