Changeset 3089 in orxonox.OLD for orxonox/branches/images/importer/material.h
- Timestamp:
- Dec 4, 2004, 11:09:25 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/images/importer/material.h
r3087 r3089 71 71 int sizeX; 72 72 int sizeY; 73 unsigned char*data;73 GLubyte *data; 74 74 }; 75 75 … … 91 91 bool loadJPG (char* jpgName, GLuint* texture); 92 92 void decodeJPG(jpeg_decompress_struct* cinfo, tImageJPG *pImageData); 93 94 bool loadTexToGL (int hight, int width, void* rawImage, GLuint* texture); 93 95 }; 94 96 #endif
Note: See TracChangeset
for help on using the changeset viewer.