|
Maratis Engine
|
#include <MTexture.h>
Public Member Functions | |
| MTexture (MTextureRef *texRef) | |
| MTexture (const MTexture &texture) | |
| void | setTextureRef (MTextureRef *texRef) |
| MTextureRef * | getTextureRef (void) |
| void | setGenMode (M_TEX_GEN_MODES genMode) |
| M_TEX_GEN_MODES | getGenMode (void) |
| void | setUWrapMode (M_WRAP_MODES wrapMode) |
| void | setVWrapMode (M_WRAP_MODES wrapMode) |
| M_WRAP_MODES | getUWrapMode (void) |
| M_WRAP_MODES | getVWrapMode (void) |
| void | setTexTranslate (const MVector2 &texTranslate) |
| void | setTexScale (const MVector2 &texScale) |
| void | setTexRotate (float texRotate) |
| MVector2 * | getTexTranslate (void) |
| MVector2 * | getTexScale (void) |
| float | getTexRotate (void) |
| MTexture::MTexture | ( | MTextureRef * | texRef | ) | [inline] |
| MTexture::MTexture | ( | const MTexture & | texture | ) | [inline] |
| M_TEX_GEN_MODES MTexture::getGenMode | ( | void | ) | [inline] |
| float MTexture::getTexRotate | ( | void | ) | [inline] |
| MVector2* MTexture::getTexScale | ( | void | ) | [inline] |
| MVector2* MTexture::getTexTranslate | ( | void | ) | [inline] |
| MTextureRef* MTexture::getTextureRef | ( | void | ) | [inline] |
| M_WRAP_MODES MTexture::getUWrapMode | ( | void | ) | [inline] |
| M_WRAP_MODES MTexture::getVWrapMode | ( | void | ) | [inline] |
| void MTexture::setGenMode | ( | M_TEX_GEN_MODES | genMode | ) | [inline] |
| void MTexture::setTexRotate | ( | float | texRotate | ) | [inline] |
| void MTexture::setTexScale | ( | const MVector2 & | texScale | ) | [inline] |
| void MTexture::setTexTranslate | ( | const MVector2 & | texTranslate | ) | [inline] |
| void MTexture::setTextureRef | ( | MTextureRef * | texRef | ) | [inline] |
| void MTexture::setUWrapMode | ( | M_WRAP_MODES | wrapMode | ) | [inline] |
| void MTexture::setVWrapMode | ( | M_WRAP_MODES | wrapMode | ) | [inline] |
1.7.3