Home
last modified time | relevance | path

Searched defs:weight (Results 1 – 7 of 7) sorted by relevance

/NW4C-2.0.3/include/nw/gfx/
Dgfx_AnimObject.h40 AnimWeightNearlyEqual(const float weight, const float value) in AnimWeightNearlyEqual()
55 AnimWeightNearlyEqualZero(const float weight) in AnimWeightNearlyEqualZero()
68 AnimWeightNearlyEqualOne(const float weight) in AnimWeightNearlyEqualOne()
Dgfx_AnimAdder.h149 void SetWeight(int animObjIdx, float weight) in SetWeight()
Dgfx_AnimInterpolator.h173 void SetWeight(int animObjIdx, float weight) in SetWeight()
Dgfx_TransformAnimBlendOp.h583 virtual bool PostBlend(anim::AnimResult* result, const float* weight) const in PostBlend()
/NW4C-2.0.3/sources/libraries/gfx/
Dgfx_AnimInterpolator.cpp75 const float weight = m_Weights[animIdx]; in GetResult() local
Dgfx_TransformAnimInterpolator.cpp65 const float weight = m_Weights[animIdx]; in GetResult() local
Dgfx_TransformAnimBlendOp.cpp55 const float weight, in BlendVector3()