Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 3096 in orxonox.OLD for orxonox/branches/images/importer/material.h


Ignore:
Timestamp:
Dec 5, 2004, 2:52:56 AM (19 years ago)
Author:
bensch
Message:

orxonox/branches/images: compressed TGA work to

File:
1 edited

Legend:

Unmodified
Added
Removed
  • orxonox/branches/images/importer/material.h

    r3095 r3096  
    100100  bool loadTGA(const char * tgaName, GLuint* texture);
    101101  bool loadUncompressedTGA(const char * filename, FILE * fTGA, GLuint* texture);
    102   //  bool LoadCompressedTGA(const char * filename, FILE * fTGA, GLuint* texture);
     102  bool loadCompressedTGA(const char * filename, FILE * fTGA, GLuint* texture);
    103103
    104104};
Note: See TracChangeset for help on using the changeset viewer.