Home
last modified time | relevance | path

Searched refs:UpdateModelViewMatrixAndNormalMatrix (Results 1 – 5 of 5) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_SceneUpdateHelper.h108 … model->UpdateModelViewMatrixAndNormalMatrix(this->m_Camera->ViewMatrix(), isModelCoordinate); in operator()
121 model->UpdateModelViewMatrixAndNormalMatrix(this->m_Camera->ViewMatrix(), false); in operator()
Dgfx_Model.h505 NW_INLINE void UpdateModelViewMatrixAndNormalMatrix(
816 Model::UpdateModelViewMatrixAndNormalMatrix( in UpdateModelViewMatrixAndNormalMatrix() function
/NW4C-1.2.23/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp570 (*model)->UpdateModelViewMatrixAndNormalMatrix(s_BaseCamera->ViewMatrix(), false); in SubmitView()
/NW4C-1.2.23/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp617 (*node)->UpdateModelViewMatrixAndNormalMatrix(s_BaseCamera->ViewMatrix(), false); in SubmitView()
/NW4C-1.2.23/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp664 … (*model)->UpdateModelViewMatrixAndNormalMatrix(s_BaseCamera->ViewMatrix(), isModelCoordinate); in SubmitView()