Changes between Version 32 and Version 33 of GraphicsApi
- Timestamp:
- Aug 3, 2012, 9:18:20 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GraphicsApi
v32 v33 157 157 Several graphics-related classes were developed for SETI@home. They may be of general utility. 158 158 159 `TEXTURE_DESC` 160 Represents a JPEG image displayed in 3 dimensions. 161 `PROGRESS` and `PROGRESS_2D` 162 Represent progress bars, depicted in 3 or 2 dimensions. 159 163 `REDUCED_ARRAY` 160 164 Represents a two-dimensional array of data, which is reduced to a smaller dimension by averaging or taking extrema. Includes member functions for drawing the reduced data as a 3D graph in several ways (lines, rectangles, connected surface). 161 `PROGRESS` and `PROGRESS_2D`162 Represent progress bars, depicted in 3 or 2 dimensions.163 165 `RIBBON_GRAPH` 164 166 Represents of 3D graph of a function of 1 variable. … … 167 169 `STARFIELD` 168 170 Represents a set of randomly-generated stars that move forwards or backwards in 3 dimensions. 169 `TEXTURE_DESC`170 Represents a JPEG image displayed in 3 dimensions.171 171 172 The file `api/t xf_util.C` has support functions from drawing nice-looking 3D text.172 The file `api/ttfont.cpp` has support functions from drawing nice-looking 3D text. 173 173 174 174 == Displaying a static image ==