Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_CameraProjectionUpdater.h108 math::VEC2& TextureScale() { return m_TextureScale; } in TextureScale() function
111 const math::VEC2& TextureScale() const { return m_TextureScale; } in TextureScale() function
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_PerspectiveProjectionUpdater.cpp117 this->TextureScale().x, in Update()
118 this->TextureScale().y, in Update()
Dgfx_FrustumProjectionUpdater.cpp123 this->TextureScale().x, in Update()
124 this->TextureScale().y, in Update()
Dgfx_OrthoProjectionUpdater.cpp127 this->TextureScale().x, in Update()
128 this->TextureScale().y, in Update()