nw::gfx::TransformAnimEvaluator::DisableSRTWeightsIfNeeded Member Function

Syntax

static void DisableSRTWeightsIfNeeded(
     float * weights,
     const AnimObject * animObj
);

Arguments

Name Description
in weights The weights for each SRT.
in animObj Animation object.

Return Values

None.

Description

Disables the weight of each SRT if necessary.

If the argument animObj is an instance of TransformAnimEvaluator, settings that disable animation will be reflected in the weights.

See Also

GetIsScaleDisabled
GetIsRotateDisabled
GetIsTranslateDisabled


CONFIDENTIAL