Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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


Ignore:
Timestamp:
Dec 4, 2004, 7:02:56 PM (21 years ago)
Author:
bensch
Message:

orxonox/branches/images: check for different File-types

File:
1 edited

Legend:

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

    r3086 r3087  
    8585
    8686  // TEXTURING
     87  bool loadImage(char* imageName, GLuint* texture);
     88
    8789  bool loadBMP (char* bmpName, GLuint* texture);
     90
    8891  bool loadJPG (char* jpgName, GLuint* texture);
    8992  void decodeJPG(jpeg_decompress_struct* cinfo, tImageJPG *pImageData);
Note: See TracChangeset for help on using the changeset viewer.