Changeset 4370 in orxonox.OLD for orxonox/trunk/src/lib/graphics/importer/texture.h
- Timestamp:
- May 28, 2005, 4:20:02 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/texture.h
r4357 r4370 23 23 GLuint texture; //!< The Texture-ID of opengl from this Texture. 24 24 char* searchTextureInPaths(const char* texName) const; 25 void swap(unsigned char &a, unsigned char &b);26 25 27 26 bool bAlpha; //!< if the texture has an alpha channel.
Note: See TracChangeset
for help on using the changeset viewer.