Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 5, 2004, 4:05:57 AM (20 years ago)
Author:
bensch
Message:

orxonox/branches/images: libPNG included, and also a routine to read it, but this one is not the best i Could find.

File:
1 edited

Legend:

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

    r3096 r3098  
    1919#include <jpeglib.h>
    2020}
     21#include <png.h>
    2122//! Class to handle Materials.
    2223class Material
     
    102103  bool loadCompressedTGA(const char * filename, FILE * fTGA, GLuint* texture);
    103104
     105  bool loadPNG(const char* pngName, GLuint* texture);
    104106};
    105107#endif
Note: See TracChangeset for help on using the changeset viewer.