Home
last modified time | relevance | path

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

/NW4C-2.0.3/include/nw/gfx/
Dgfx_TransformAnimEvaluator.h322 static void DisableSRTWeightsIfNeeded(float* weights, const AnimObject* animObj) in DisableSRTWeightsIfNeeded() argument
330 weights[0] = TransformAnimBlendOp::WeightDiscard; in DisableSRTWeightsIfNeeded()
335 weights[1] = TransformAnimBlendOp::WeightDiscard; in DisableSRTWeightsIfNeeded()
340 weights[2] = TransformAnimBlendOp::WeightDiscard; in DisableSRTWeightsIfNeeded()
352 static bool CheckWeightsNearlyZero(const float* weights) in CheckWeightsNearlyZero() argument
354 NW_NULL_ASSERT(weights); in CheckWeightsNearlyZero()
357 AnimWeightNearlyEqualZero(weights[0]) && in CheckWeightsNearlyZero()
358 AnimWeightNearlyEqualZero(weights[1]) && in CheckWeightsNearlyZero()
359 AnimWeightNearlyEqualZero(weights[2]); in CheckWeightsNearlyZero()
Dgfx_TransformAnimBlendOp.h239 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() argument
241 (void)weights; in PostBlend()
320 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() argument
322 (void)weights; in PostBlend()
402 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() argument
404 (void)weights; in PostBlend()
483 virtual bool PostBlend(anim::AnimResult* result, const float* weights) const in PostBlend() argument
485 (void)weights; in PostBlend()
596 float weights[3] = { *weight, *weight, *weight }; in PostBlend()
599 weights); in PostBlend()
/NW4C-2.0.3/include/nw/anim/
Danim_AnimBlend.h130 virtual bool PostBlend(AnimResult* result, const float* weights) const in PostBlend() argument
133 (void)weights; in PostBlend()