Home
last modified time | relevance | path

Searched refs:WorldMatrixPose (Results 1 – 6 of 6) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_StandardSkeleton.h133 virtual MatrixPose& WorldMatrixPose() { return m_WorldMatrixPose; } in WorldMatrixPose() function
139 virtual const MatrixPose& WorldMatrixPose() const { return m_WorldMatrixPose; } in WorldMatrixPose() function
Dgfx_Skeleton.h345 virtual MatrixPose& WorldMatrixPose() = 0;
351 virtual const MatrixPose& WorldMatrixPose() const = 0;
Dgfx_RenderQueue.h182 Skeleton::MatrixPose& pose = this->model->GetSkeleton()->WorldMatrixPose(); in operator()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_SkeletonUpdater.cpp76 Skeleton::MatrixPose::MatrixRange range = skeleton->WorldMatrixPose().GetAllMatrices(); in UpdateWorld()
233 Skeleton::MatrixPose::MatrixRange range = skeleton->WorldMatrixPose().GetAllMatrices(); in UpdateView()
Dgfx_MeshRenderer.cpp543 Skeleton::MatrixPose& matrixPose = skeleton->WorldMatrixPose(); in SetMatrixPalette()
/NW4C-1.2.23/demos/gfx/ConstraintDemo/sources/
DConstraintDemo.cpp222 nw::gfx::Skeleton::MatrixPose& pose = skeleton->WorldMatrixPose(); in Invoke()
732 nw::gfx::Skeleton::MatrixPose& pose = s_SkeletalModel->GetSkeleton()->WorldMatrixPose(); in ConstrainLight()