Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_StandardSkeleton.h134 virtual MatrixPose& WorldMatrixPose() { return m_WorldMatrixPose; } in WorldMatrixPose()
140 virtual const MatrixPose& WorldMatrixPose() const { return m_WorldMatrixPose; } in WorldMatrixPose()
186 m_WorldMatrixPose(poseWorldMatrices), in StandardSkeleton()
201 MatrixPose m_WorldMatrixPose; variable