nw::anim::AnimBlendOpVector3::PostBlend Member Function

Syntax

virtual bool PostBlend(
     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. Specify NULL if you don't need to renormalize the cumulative weight values for each component.

Return Values

Returns true if successful.

Description

Performs post-blending operations.


CONFIDENTIAL