Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_Camera.h218 math::MTX34& TextureProjectionMatrix() { return m_TextureProjectionMatrix; } in TextureProjectionMatrix()
221 const math::MTX34& TextureProjectionMatrix() const { return m_TextureProjectionMatrix; } in TextureProjectionMatrix()
814 math::MTX34 m_TextureProjectionMatrix; variable
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_Camera.cpp55 m_TextureProjectionMatrix(math::MTX34::Identity()), in Camera()
612 this->m_ProjectionUpdater->Update(&this->m_ProjectionMatrix, &this->m_TextureProjectionMatrix); in UpdateCameraMatrix()