#include <SO3Texture.h>
Public Member Functions | |
| STexture (SScene *scene, std::string groupName, std::string textureName, std::string path, int w=0, int h=0) | |
| ~STexture () | |
| void | SetPath (char *newPath) |
| void | SetPath (string newPath) |
| Ogre::TexturePtr | getOgreTexturePointer () |
| SScene * | GetScene () |
| std::string | GetGroupName () |
Protected Attributes | |
| Ogre::TexturePtr | O3TexturePtr |
| SScene * | mScene |
| std::string | mGroupName |
Definition at line 43 of file SO3Texture.h.
| SO3::STexture::STexture | ( | SScene * | scene, | |
| std::string | groupName, | |||
| std::string | textureName, | |||
| std::string | path, | |||
| int | w = 0, |
|||
| int | h = 0 | |||
| ) |
Definition at line 13 of file SO3Texture.cpp.
| SO3::STexture::~STexture | ( | ) |
Definition at line 61 of file SO3Texture.cpp.
| std::string SO3::STexture::GetGroupName | ( | ) |
Definition at line 78 of file SO3Texture.cpp.
| Ogre::TexturePtr SO3::STexture::getOgreTexturePointer | ( | ) |
Definition at line 83 of file SO3Texture.cpp.
| SScene * SO3::STexture::GetScene | ( | ) |
Definition at line 73 of file SO3Texture.cpp.
| void SO3::STexture::SetPath | ( | string | newPath | ) |
| void SO3::STexture::SetPath | ( | char * | newPath | ) |
std::string SO3::STexture::mGroupName [protected] |
Definition at line 49 of file SO3Texture.h.
SScene* SO3::STexture::mScene [protected] |
Definition at line 48 of file SO3Texture.h.
Ogre::TexturePtr SO3::STexture::O3TexturePtr [protected] |
Definition at line 47 of file SO3Texture.h.
1.6.3