13.003 Computational Geometry and Visualization

OpenGL Drawing Style


While the geometric primitives describe what should be drawn, they do not specify how things should be drawn. The appearance of the geometry is controlled by setting the values of the OpenGL state.

State values for things such as color, line width, etc. stay into effect until changed.

Color

The alpha value is used to specify transparency.

Points

Lines


On to "OpenGL Mapping to the Viewport"
Back to "Introduction to graphics with OpenGL"
Back to "Lectures on OpenGL and Computer Graphics"