tux Drawing Line With DDA Algorithm using OpenGL in C++

The code is based on the popularly used dda line drawing algorithm.It picks up two point from the window and change the color of pixels which are closest to vectorial line between them.
(more…)

December 6, 2009
Posted in C++, OpenGL — TaZ @ 9:38 pm