MTexture

From MaratisWiki
Jump to: navigation, search


Contents

API

MTextureRef* MTexture::m_texRefNone

M_TEX_GEN_MODES MTexture::m_genModeNone

M_WRAP_MODES MTexture::m_wrapMode[2][2]

MVector2 MTexture::m_texTranslateNone

MVector2 MTexture::m_texScaleNone

float MTexture::m_texRotateNone

MTexture::MTexture(MTextureRef *texRef)

MTexture::MTexture(const MTexture &texture)

void MTexture::setTextureRef(MTextureRef *texRef)

MTextureRef* MTexture::getTextureRef(void)

void MTexture::setGenMode(M_TEX_GEN_MODES genMode)

M_TEX_GEN_MODES MTexture::getGenMode(void)

void MTexture::setUWrapMode(M_WRAP_MODES wrapMode)

void MTexture::setVWrapMode(M_WRAP_MODES wrapMode)

M_WRAP_MODES MTexture::getUWrapMode(void)

M_WRAP_MODES MTexture::getVWrapMode(void)

void MTexture::setTexTranslate(const MVector2 &texTranslate)

void MTexture::setTexScale(const MVector2 &texScale)

void MTexture::setTexRotate(float texRotate)

MVector2 MTexture::getTexTranslate(void) const

MVector2 MTexture::getTexScale(void) const

float MTexture::getTexRotate(void)

Personal tools
Namespaces
Variants
Actions
Navigation
Toolbox