Changeset 3090 in orxonox.OLD for orxonox/branches/images/importer/material.h
- Timestamp:
- Dec 5, 2004, 12:10:08 AM (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/branches/images/importer/material.h
r3089 r3090 66 66 67 67 private: 68 struct tImageJPG68 struct Image 69 69 { 70 70 int rowSpan; 71 intsizeX;72 intsizeY;71 unsigned long sizeX; 72 unsigned long sizeY; 73 73 GLubyte *data; 74 74 }; … … 90 90 91 91 bool loadJPG (char* jpgName, GLuint* texture); 92 void decodeJPG(jpeg_decompress_struct* cinfo, tImageJPG*pImageData);92 void decodeJPG(jpeg_decompress_struct* cinfo, Image *pImageData); 93 93 94 94 bool loadTexToGL (int hight, int width, void* rawImage, GLuint* texture);
Note: See TracChangeset
for help on using the changeset viewer.