Changeset 3087 in orxonox.OLD for orxonox/branches/images/importer/material.h
- Timestamp:
- Dec 4, 2004, 7:02:56 PM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/images/importer/material.h
r3086 r3087 85 85 86 86 // TEXTURING 87 bool loadImage(char* imageName, GLuint* texture); 88 87 89 bool loadBMP (char* bmpName, GLuint* texture); 90 88 91 bool loadJPG (char* jpgName, GLuint* texture); 89 92 void decodeJPG(jpeg_decompress_struct* cinfo, tImageJPG *pImageData);
Note: See TracChangeset
for help on using the changeset viewer.