Problem Statement: Implement DDA and Bresenham line drawing algorithm to draw: i) Simple Line ii) Dotted Line iii) Dashed Line iv) Solid l...
Read More
2 Basic OpenGL Program to Display a Line
Program: #include<GL/glut.h> void MyInit() { glClearColor(1,1,1,1); // Seting Background Color White with full trasparent ...
Read More
Subscribe to:
Posts (Atom)