nw::gfx::TransformAnimBlendOpAccScale::Blend Member Function
virtual bool Blend(
anim::AnimResult * dst,
float * dstWeights,
const anim::AnimResult * src,
const float * srcWeights
) const;
| 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. |
true if the blending loop will continue. Performs blending.
CONFIDENTIAL