Home
last modified time | relevance | path

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

/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_MaterialState.cpp314 math::MTX34 texMtx34; in ActivateTextureCoordinators() local
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()
333 coordinator.GetTextureMatrix().v[0] = texMtx34.v[0]; in ActivateTextureCoordinators()
334 coordinator.GetTextureMatrix().v[1] = texMtx34.v[1]; in ActivateTextureCoordinators()
335 coordinator.GetTextureMatrix().v[2] = texMtx34.v[2]; in ActivateTextureCoordinators()
340 texMtx34 = coordinator.GetTextureMatrix(); in ActivateTextureCoordinators()
373 projectionTranslate.x = texMtx34._03; in ActivateTextureCoordinators()
374 projectionTranslate.y = texMtx34._13; in ActivateTextureCoordinators()
[all …]