DynamicTexture Class Reference
List of all members.
Public Member Functions |
| DynamicTexture (const std::string &_textureName, unsigned int _width, unsigned int _height, bool _enableAlpha=true, int _mipmaps=0) |
virtual void | loadResource (Ogre::Resource *resource)=0 |
void | update (const Ogre::PixelBox &_box) |
const std::string | getName () const |
Ogre::TexturePtr | getTexture () |
Ogre::PixelFormat | getPixelFormat () |
Protected Member Functions |
void | createTexture (void) |
Protected Attributes |
unsigned int | mWidth |
unsigned int | mHeight |
std::string | mName |
Ogre::PixelFormat | mFormat |
int | mMipMaps |
Ogre::TexturePtr | mTexture |
The documentation for this class was generated from the following files:
- d:/VisualExperiments.com/Demos/OgreCanvas/include/DynamicTexture.h
- d:/VisualExperiments.com/Demos/OgreCanvas/src/DynamicTexture.cpp