Drawing points and lines in OpenGL
Drawing something is easy once you understand how OpenGL works. Points and lines are the primitives for any drawing. This article will make you capable of drawing points and lines using OpenGL implemented in C++ (i.e. g++).
Recent Comments