Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_Model.h846 if (this->WorldTransform().IsEnabledFlags(CalculatedTransform::FLAG_IS_SCALE_ONE)) in UpdateModelViewMatrixAndNormalMatrix()
867 if (this->WorldTransform().IsEnabledFlags(CalculatedTransform::FLAG_IS_SCALE_ONE)) in UpdateModelViewMatrixAndNormalMatrix()
874 else if (this->WorldTransform().IsEnabledFlags(CalculatedTransform::FLAG_IS_UNIFORM_SCALE)) in UpdateModelViewMatrixAndNormalMatrix()
879 f32 scale = 1.0f / this->WorldTransform().Scale().x; in UpdateModelViewMatrixAndNormalMatrix()
894 if (this->WorldTransform().IsEnabledFlags(CalculatedTransform::FLAG_IS_SCALE_ONE)) in UpdateModelViewMatrixAndNormalMatrix()
899 else if (this->WorldTransform().IsEnabledFlags(CalculatedTransform::FLAG_IS_UNIFORM_SCALE)) in UpdateModelViewMatrixAndNormalMatrix()
903 f32 scale = 1.0f / this->WorldTransform().Scale().x; in UpdateModelViewMatrixAndNormalMatrix()
Dgfx_TransformNode.h204 CalculatedTransform& WorldTransform() { return m_CalculatedTransform; } in WorldTransform() function
209 const CalculatedTransform& WorldTransform() const { return m_CalculatedTransform; } in WorldTransform() function
320 return this->WorldTransform(); in TrackbackWorldTransform()
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_SkeletonUpdater.cpp102 … parentWorldTransform = &(skeleton->GetOwnerSkeletalModel()->WorldTransform()); in UpdateWorld()
147 … parentWorldTransform = &(skeleton->GetOwnerSkeletalModel()->WorldTransform()); in UpdateWorld()
191 … parentWorldTransform = &(skeleton->GetOwnerSkeletalModel()->WorldTransform()); in UpdateWorld()
Dgfx_TransformNode.cpp207 &this->WorldTransform(), in UpdateTransform()
/NW4C-1.3.3/demos/gfx/LowLayerDemo/sources/
DLowLayerDemo.cpp462 &node->WorldTransform(), in UpdateNode()
/NW4C-1.3.3/demos/gfx/ParticleLowLayerDemo/sources/
DParticleLowLayerDemo.cpp504 &node->WorldTransform(), in UpdateNode()
/NW4C-1.3.3/demos/gfx/LowLayerAnimationDemo/sources/
DLowLayerAnimationDemo.cpp507 &node->WorldTransform(), in UpdateNode()