Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7499 in orxonox.OLD for trunk/src/lib/graphics/importer/height_map.h


Ignore:
Timestamp:
May 3, 2006, 10:45:46 AM (18 years ago)
Author:
patrick
Message:

orxonox: further work in variable renaming and code reformatting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/graphics/importer/height_map.h

    r7498 r7499  
    109109
    110110  private:
    111     SDL_Surface*                          heightMap;
    112     SDL_Surface*                          colorMap;
     111    SDL_Surface*                          heightMap;                          //!< image of the height map
     112    SDL_Surface*                          colorMap;                           //!< image of the color map
    113113    unsigned char*                        heights;
    114114    unsigned char*                        colors;
Note: See TracChangeset for help on using the changeset viewer.