Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: orxonox.OLD/branches/new_class_id/src/lib/graphics/importer/resource_texture.cc @ 9781

Last change on this file since 9781 was 9781, checked in by bensch, 18 years ago

added new resource_texture class, that should be able to load Resourced Textures more easily than Texture

File size: 239 bytes
Line 
1
2
3#include "resource_texture.h"
4
5
6
7
8ResourceTexture::TextureResourcePointer::TextureResourcePointer(TextureData* data)
9{
10  this->pointer = new TextureData::Pointer(data);
11}
12
13
14Resource::Type ResourceTexture::type(Texture::staticClassID());
Note: See TracBrowser for help on using the repository browser.