Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_CameraProjectionUpdater.h106 math::VEC2& TextureScale() { return m_TextureScale; } in TextureScale() function
109 const math::VEC2& TextureScale() const { return m_TextureScale; } in TextureScale() function
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_PerspectiveProjectionUpdater.cpp115 this->TextureScale().x, in Update()
116 this->TextureScale().y, in Update()
Dgfx_FrustumProjectionUpdater.cpp121 this->TextureScale().x, in Update()
122 this->TextureScale().y, in Update()
Dgfx_OrthoProjectionUpdater.cpp125 this->TextureScale().x, in Update()
126 this->TextureScale().y, in Update()