Home
last modified time | relevance | path

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

/NW4C-1.2.23/include/nw/gfx/
Dgfx_Camera.h184 math::MTX34& TextureProjectionMatrix() { return m_TextureProjectionMatrix; } in TextureProjectionMatrix()
187 const math::MTX34& TextureProjectionMatrix() const { return m_TextureProjectionMatrix; } in TextureProjectionMatrix()
743 math::MTX34 m_TextureProjectionMatrix; variable
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_Camera.cpp52 m_TextureProjectionMatrix(math::MTX34::Identity()), in Camera()
411 this->m_ProjectionUpdater->Update(&this->m_ProjectionMatrix, &this->m_TextureProjectionMatrix); in UpdateCameraMatrix()