Home
last modified time | relevance | path

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

/NW4C-2.0.3/demos/Nw4cDemo/include/
DSmModel.h68 void SetWorldMatrix( const nw::math::MTX34* matrix );
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_RenderContext.cpp325 this->m_ShaderProgram->SetWorldMatrix(math::Matrix34::Identity()); in SetModelMatrixForModel()
347 this->m_ShaderProgram->SetWorldMatrix(worldMatrix); in SetModelMatrixForSkeletalModel()
349 this->m_ShaderProgram->SetWorldMatrix(skeletalModel->WorldMatrix()); in SetModelMatrixForSkeletalModel()
354 this->m_ShaderProgram->SetWorldMatrix(math::Matrix34::Identity()); in SetModelMatrixForSkeletalModel()
/NW4C-2.0.3/demos/Nw4cDemo/sources/
DSmModel.cpp139 void SmModel::SetWorldMatrix( const nw::math::MTX34* matrix ) in SetWorldMatrix() function in __anon0ab8b7d40111::SmModel
/NW4C-2.0.3/include/nw/gfx/
Dgfx_ShaderProgram.h171 void SetWorldMatrix(const math::MTX34& world) const in SetWorldMatrix() function