ABSTRACT

In this final chapter, we will show how to integrate all the computer graphics algorithms studied in the book to build 3D graphic systems. Two subsystems make up a 3D graphics system: modeling and rendering. We now present three 3D system architectures that combine, in the most natural way, the various techniques of these two areas. The systems are as follows:

System A. Generative modeling + rendering with Z-buffer.