This class is the base class to describe a visual model.
|
|
| SB_DECLARE_DATA (SBMVisualModelTexture) |
| |
|
| SBCReferenceTarget () |
| |
|
virtual | ~SBCReferenceTarget () |
| |
|
unsigned int | getMemoryFootprint () const |
| |
|
void | printReferencesToOwners () const |
| |
|
|
unsigned int | getWidth () const |
| | Returns the width.
|
| |
|
void | setWidth (unsigned int diffuseMapWidth) |
| | Sets the width.
|
| |
|
unsigned int | getHeight () const |
| | Returns the height.
|
| |
|
void | setHeight (unsigned int diffuseMapHeight) |
| | Sets the height.
|
| |
|
unsigned char * | getTextureData () const |
| | Returns the texture data.
|
| |
|
void | setTextureData (unsigned char *diffuseMapTextureData) |
| | Sets the texture data.
|
| |
|
|
void | removeAllReferenceOwners () |
| |
|
| SBCReferenceTarget (SBCReferenceTargetData *dataPointer) |
| |
|
SBCReferenceTargetData * | dataPointer |
| |