nw::gfx::TransformAnimBlendOpAccScale::Blend Member Function

Syntax

virtual bool Blend(
     anim::AnimResult * dst,
     float * dstWeights,
     const anim::AnimResult * src,
     const float * srcWeights
) const;

Arguments

Name Description
inout dst Results of the blending operation.
inout dstWeights Cumulative values for weights of each component of the blending results. Not used with this blend operation.
in src Inputs for the blend operation.
in srcWeights Weights of the inputs for the blend operation.

Return Values

Returns true if the blending loop will continue.

Description

Performs blending.


CONFIDENTIAL