Searched refs:SetWorldMatrix (Results 1 – 4 of 4) sorted by relevance
66 void SetWorldMatrix( const nw::math::MTX34* matrix );
348 this->m_ShaderProgram->SetWorldMatrix(worldMatrix); in SetModelMatrix()350 this->m_ShaderProgram->SetWorldMatrix(model->WorldMatrix()); in SetModelMatrix()355 this->m_ShaderProgram->SetWorldMatrix(math::Matrix34::Identity()); in SetModelMatrix()360 this->m_ShaderProgram->SetWorldMatrix(math::Matrix34::Identity()); in SetModelMatrix()
137 void SmModel::SetWorldMatrix( const nw::math::MTX34* matrix ) in SetWorldMatrix() function in __anona1c612470111::SmModel
169 void SetWorldMatrix(const math::MTX34& world) const in SetWorldMatrix() function