nw::gfx::AnimBlendOpTransform::Blend Member Function
virtual bool Blend(
anim::AnimResult * dst,
float * dstWeights,
const anim::AnimResult * src,
const float * srcWeight
) 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 | srcWeight | Weights of the inputs for the blend operation. |
true if the blending loop will continue. Performs blending. Sets the required flags and leaves processing up to TransformAnimBlendOpStandard.
CONFIDENTIAL