nw::gfx::TransformAnimBlendOpAccScale::PostBlend Member Function

Syntax

virtual bool PostBlend(
     anim::AnimResult * result,
     const float * weights
) const;

Arguments

Name Description
inout result Results of the blending operation.
in weights Cumulative values for weights of each component of the blending results. Not used with this blend operation.

Return Values

Returns true if successful.

Description

Performs post-blending operations.


CONFIDENTIAL