Graphics Reference
In-Depth Information
C
Summary of Library Version
Changes
Starting from Chapter 5, we begin developing and evolving three software li-
braries. Tutorials will be developed based on these libraries: an MFC library for
GUI support, and two graphics libraries (OpenGL and D3D) to support graphics.
Here we provide a summary of all the libraries, with very brief descriptions. This
information is provided for references only. Readers must read the corresponding
chapters/tutorials to understand the details of each version of the library.
Because all filenames begin with uwbgl _ , we will omit this string when list-
ing filenames. For example, uwbgl _ Common.h will be listed as Common.h .In
addition, we will omit the header ( .h ) and source ( .cpp ) extensions when both
are present. For example, we will list filename: CircleGeom to represent uwbgl _
CircleGeom.h/.cpp . However, we will list D3D _ Lib1.h since there is no corre-
sponding .cpp file.
From library to library, only changes to source files are listed. Unlisted or
otherwise unmentioned files are assumed to be unchanged from previous versions.
507
 
Search WWH ::




Custom Search