Changeset 7790 in orxonox.OLD for trunk/src/lib/graphics/importer
- Timestamp:
- May 24, 2006, 4:28:20 AM (18 years ago)
- Location:
- trunk/src/lib/graphics/importer
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/graphics/importer/texture.cc
r7789 r7790 101 101 } 102 102 103 Texture::Texture() 104 { 105 this->init(); 106 } 103 107 104 108 -
trunk/src/lib/graphics/importer/texture.h
r7788 r7790 48 48 { 49 49 public: 50 Texture(); 50 51 Texture(const Texture& texture); 51 Texture(GLenum target = GL_TEXTURE_2D);52 Texture(GLenum target); 52 53 Texture(const std::string& imageName, GLenum target = GL_TEXTURE_2D); 53 54 Texture(SDL_Surface* surface, GLenum target = GL_TEXTURE_2D);
Note: See TracChangeset
for help on using the changeset viewer.