#include <Renderer_Ogre_Texture.h>
Inheritance diagram for OpenGUI::OgreTexture:

Public Member Functions | |
| OgreTexture () | |
| virtual | ~OgreTexture () |
| virtual void | getOgreUVScale (float &u, float &v)=0 |
| Pass through to OpenGUI::Texture::getUVs. | |
| virtual const Ogre::String & | getOgreTextureName () const =0 |
| Returns the name of this texture as held by Ogre. | |
|
|
|
|
|
|
|
|
Returns the name of this texture as held by Ogre.
Implemented in OpenGUI::OgreStaticTexture, and OpenGUI::OgreRenderTexture. |
|
||||||||||||
|
Pass through to OpenGUI::Texture::getUVs.
Implemented in OpenGUI::OgreStaticTexture, and OpenGUI::OgreRenderTexture. |