Home
last modified time | relevance | path

Searched refs:texMtx (Results 1 – 3 of 3) sorted by relevance

/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_Util.cpp459 math::MTX23& texMtx = *pTexMtx; in CalcTextureMtx() local
476 texMtx.m[0][0] = a0; in CalcTextureMtx()
477 texMtx.m[0][1] = a1; in CalcTextureMtx()
478 texMtx.m[0][2] = texSRT.translate.x + center.x + a0 * (-center.x) + a1 * (-center.y); in CalcTextureMtx()
487 texMtx.m[1][0] = a0; in CalcTextureMtx()
488 texMtx.m[1][1] = a1; in CalcTextureMtx()
489 texMtx.m[1][2] = texSRT.translate.y + center.y + a0 * (-center.x) + a1 * (-center.y); in CalcTextureMtx()
498 texMtx.f._00 *= su; in CalcTextureMtx()
499 texMtx.f._01 *= su; in CalcTextureMtx()
500 texMtx.f._02 *= su; in CalcTextureMtx()
[all …]
Dlyt_Material.cpp651 math::MTX23 texMtx; in SetupGraphics() local
652 lyt::CalcTextureMtx(&texMtx, texSRT, texMap); in SetupGraphics()
654 LoadTexCoordMatrix(graphicsResource, i, texMtx.m); in SetupGraphics()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_MaterialState.cpp321 math::MTX44 texMtx; in ActivateTextureCoordinators() local
323 &texMtx, in ActivateTextureCoordinators()
331 texMtx34.v[0] = texMtx.v[0]; in ActivateTextureCoordinators()
332 texMtx34.v[1] = texMtx.v[1]; in ActivateTextureCoordinators()
333 texMtx34.v[2] = texMtx.v[2]; in ActivateTextureCoordinators()
583 math::MTX44 texMtx; in ActivateParticleTextureCoordinators() local
585 &texMtx, in ActivateParticleTextureCoordinators()
593 texMtx34.v[0] = texMtx.v[0]; in ActivateParticleTextureCoordinators()
594 texMtx34.v[1] = texMtx.v[1]; in ActivateParticleTextureCoordinators()
595 texMtx34.v[2] = texMtx.v[2]; in ActivateParticleTextureCoordinators()