Example: OpenGL
Modeling
Transformation
Viewing
Transformation
Projection
Transformation
Lighting
Image
Clipping
Scan
Conversion
OpenGL executes steps
of 3D rendering pipeline
for each polygon
glBegin(GL_POLYGON);
glVertex3f(0.0, 0.0, 0.0);
glVertex3f(0.0, 0.0, 0.0);
glVertex3f(0.0, 0.0, 0.0);
glVertex3f(0.0, 0.0, 0.0);
glEnd();
Previous slide
Next slide
Back to first slide
View graphic version