Program: #include<GL/glut.h> #include<iostream> using namespace std; void myInit() { gluOrtho2D(0,500,0,500); glClear...
Read More
6 Program to draw Ring Pattern using Bresenham Circle Drawing Algorithm using OpenGL
Program 1: #include<GL/glut.h> #include<iostream> #include <math.h> using namespace std; void myInit() { gluOrtho2D...
Read More
Subscribe to:
Posts (Atom)