CMP 477 Computer Graphics: Module 4 Basic Geometric Objects
CMP 477 Computer Graphics: Module 4 Basic Geometric Objects
Line
The edges of the polygon are then obtained by traversing the vertices in the given
order;
The edge list is sufficient for wireframe drawings. Two consecutive vertices define one
edge.
We close the polygon by connecting the last vertex to the first.
Face list is required in order to fill the polygon.
We can decompose a scene from real world into a collection of polygons of simple
shapes.
For example, a simple house can be constructed with a square and a rectangle.
However, neither straight lines nor polygons precisely describe a real world scene;
It is only an approximation of the scene we can get; such scenes actually seem to be
of fractal nature.
Polygon..
Graphics Pipeline