Home
last modified time | relevance | path

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

/NW4C-1.3.3/include/nw/gfx/
Dgfx_TransformAnim.h238 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() function
319 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() function
401 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() function
482 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() function
/NW4C-1.3.3/sources/libraries/gfx/
Dgfx_AnimObject.cpp680 blendOp->PostBlend(result, compWeights); in GetResult()
768 blendOp->PostBlend(result, compWeights); in GetResult()
859 blendOp->PostBlend(result, NULL); in GetResult()
Dgfx_TransformAnim.cpp1073 if (!blendOp->PostBlend(reinterpret_cast<anim::AnimResult*>(transform), NULL)) in GetResult()
1206 if (!blendOp->PostBlend(reinterpret_cast<anim::AnimResult*>(transform), NULL)) in GetResult()
1325 if (!blendOp->PostBlend(reinterpret_cast<anim::AnimResult*>(transform), NULL)) in GetResult()
/NW4C-1.3.3/include/nw/anim/
Danim_AnimBlend.h232 virtual bool PostBlend(AnimResult* result, const float* weights) const in PostBlend() function