41 public Ogre::ManualResourceLoader
51 Ogre::PixelBox mBuffer;
55 STexture(
SScene* scene,
const std::string& groupName,
const std::string& textureName,
const std::string& path,
const int&
w = 0,
const int& h = 0);
59 STexture(
SScene* scene,
const std::string& groupName,
const std::string& textureName, Ogre::Image image);
67 Ogre::TexturePtr getOgreTexturePointer();
75 void BlitAlphaTexture(PtrObjBitmap Bcolor, PtrObjBitmap Balpha);
79 void BlitTexture(PtrObjBitmap B);
83 std::string GetGroupName();
93 virtual void loadResource(Ogre::Resource* resource);
Ogre::TexturePtr O3TexturePtr