News

So I'm taking a computer graphics course in openGL right now, and for the first lab we are to among other things implement three line drawing routines. First off a normal DDA algorithm, that's ...
Next: Triangle algorithmTriangle algorithm In computer graphics the triangle is the fundamental graphic primitive. All the others, such as lines and even complex polygons can be formed from triangles.