Truthful, adj.: Dumb and Illiterate. Concept 3.2a : Drawing Points in 3D Space ========================================== Idea: ===== In OpenGL points are rendered by specifying the vertices within glBegin(GL_POINTS) and glEnd(). A point is drawn at each specified vertex. Experiment: =========== Can you render the initials of your first and last names by specifying the right vertices?