13.016 Introduction to Geometric Modeling and Computation


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 mapping to the viewport...
Back to geometric primitives...
Back to the overview...