Home
last modified time | relevance | path

Searched refs: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() argument
240 (void)weights; in PostBlend()
319 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() argument
321 (void)weights; in PostBlend()
401 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() argument
403 (void)weights; in PostBlend()
482 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() argument
484 (void)weights; in PostBlend()
/NW4C-1.2.23/sources/libraries/gfx/
Dgfx_TransformAnim.cpp53 CheckWeightsNearyZero(const float* weights) in CheckWeightsNearyZero() argument
56 AnimWeightNearlyEqualZero(weights[0]) && in CheckWeightsNearyZero()
57 AnimWeightNearlyEqualZero(weights[1]) && in CheckWeightsNearyZero()
58 AnimWeightNearlyEqualZero(weights[2]); in CheckWeightsNearyZero()
68 DisableSRTWeightsIfNeeded(float* weights, const AnimObject* animObj) in DisableSRTWeightsIfNeeded() argument
76 weights[0] = WEIGHT_DISCARD; in DisableSRTWeightsIfNeeded()
80 weights[1] = WEIGHT_DISCARD; in DisableSRTWeightsIfNeeded()
84 weights[2] = WEIGHT_DISCARD; in DisableSRTWeightsIfNeeded()
/NW4C-1.2.23/include/nw/anim/
Danim_AnimBlend.h232 virtual bool PostBlend(AnimResult* result, const float* weights) const in PostBlend() argument
235 (void)weights; in PostBlend()