Home
last modified time | relevance | path

Searched defs:weights (Results 1 – 3 of 3) sorted by relevance

/NW4C-1.2.23/include/nw/gfx/
Dgfx_TransformAnim.h238 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend()
319 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend()
401 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend()
482 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_TransformAnim.cpp53 CheckWeightsNearyZero(const float* weights) in CheckWeightsNearyZero()
68 DisableSRTWeightsIfNeeded(float* weights, const AnimObject* animObj) in DisableSRTWeightsIfNeeded()
/NW4C-1.2.23/include/nw/anim/
Danim_AnimBlend.h232 virtual bool PostBlend(AnimResult* result, const float* weights) const in PostBlend()