nw::anim::AnimBlendOpRgbaColor::Blend Member Function

Syntax

virtual bool Blend(
     AnimResult * dst,
     float * dstWeights,
     const 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. Specify NULL if you don't need to renormalize the cumulative weight values for each component.
in src Inputs for the blend operation.
in srcWeights Weights of the inputs for the blend operation. Some blend operations share weights for all components, and others allow different weights for each components.

Return Values

Returns true if the blending loop will continue.

Description

Performs blending.


CONFIDENTIAL