Changes between Version 32 and Version 33 of GraphicsApi


Ignore:
Timestamp:
Aug 3, 2012, 9:18:20 PM (12 years ago)
Author:
davea
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GraphicsApi

    v32 v33  
    157157Several graphics-related classes were developed for SETI@home. They may be of general utility.
    158158
     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.
    159163`REDUCED_ARRAY`
    160164    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.
    163165`RIBBON_GRAPH`
    164166    Represents of 3D graph of a function of 1 variable.
     
    167169`STARFIELD`
    168170    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.
    171171
    172 The file `api/txf_util.C` has support functions from drawing nice-looking 3D text.
     172The file `api/ttfont.cpp` has support functions from drawing nice-looking 3D text.
    173173
    174174== Displaying a static image ==