Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/lyt/
Dlyt_Util.cpp377 math::MTX23& texMtx = *pTexMtx; in CalcTextureMtx() local
394 texMtx.m[0][0] = a0; in CalcTextureMtx()
395 texMtx.m[0][1] = a1; in CalcTextureMtx()
396 texMtx.m[0][2] = texSRT.translate.x + center.x + a0 * (-center.x) + a1 * (-center.y); in CalcTextureMtx()
405 texMtx.m[1][0] = a0; in CalcTextureMtx()
406 texMtx.m[1][1] = a1; in CalcTextureMtx()
407 texMtx.m[1][2] = texSRT.translate.y + center.y + a0 * (-center.x) + a1 * (-center.y); in CalcTextureMtx()
416 texMtx.f._00 *= su; in CalcTextureMtx()
417 texMtx.f._01 *= su; in CalcTextureMtx()
418 texMtx.f._02 *= su; in CalcTextureMtx()
[all …]
Dlyt_Material.cpp649 math::MTX23 texMtx; in SetupGraphics() local
650 lyt::CalcTextureMtx(&texMtx, texSRT, texMap); in SetupGraphics()
652 LoadTexCoordMatrix(graphicsResource, i, texMtx.m); in SetupGraphics()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_MaterialState.cpp319 math::MTX44 texMtx; in ActivateTextureCoordinators() local
321 &texMtx, in ActivateTextureCoordinators()
329 texMtx34.v[0] = texMtx.v[0]; in ActivateTextureCoordinators()
330 texMtx34.v[1] = texMtx.v[1]; in ActivateTextureCoordinators()
331 texMtx34.v[2] = texMtx.v[2]; in ActivateTextureCoordinators()
581 math::MTX44 texMtx; in ActivateParticleTextureCoordinators() local
583 &texMtx, in ActivateParticleTextureCoordinators()
591 texMtx34.v[0] = texMtx.v[0]; in ActivateParticleTextureCoordinators()
592 texMtx34.v[1] = texMtx.v[1]; in ActivateParticleTextureCoordinators()
593 texMtx34.v[2] = texMtx.v[2]; in ActivateParticleTextureCoordinators()