Changeset 4357 in orxonox.OLD for orxonox/trunk/src/lib/graphics/importer/texture.h
- Timestamp:
- May 28, 2005, 12:05:46 PM (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
orxonox/trunk/src/lib/graphics/importer/texture.h
r3966 r4357 14 14 #include "debug.h" 15 15 16 #include <SDL_image.h> 16 enum TEXTURE_TYPE { TEXTURE_RADIAL_ALIAS, 17 TEXTURE_NOISE }; 17 18 18 19 //! A Class, that reads in Textures from different fileformats. … … 27 28 public: 28 29 Texture(const char* imageName = NULL); 30 Texture(TEXTURE_TYPE type, int resolution); 29 31 ~Texture(void); 30 32
Note: See TracChangeset
for help on using the changeset viewer.