Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/lyt/
Dlyt_GraphicsResource.h369 return m_MtxModelView; in GetMtxModelView()
378 m_MtxModelView = m; in SetMtxModelView()
505 glUniform4fv(loc, 3, m_MtxModelView.a); in LoadMtxModelView()
579 math::MTX34 m_MtxModelView; variable
/NW4C-2.0.3/sources/libraries/lyt/
Dlyt_GraphicsResource.cpp399 math::MTX34Identity(&m_MtxModelView); in FinishSetup()