nw::anim::AnimBlendOpVector3::PostBlend Member Function
virtual bool PostBlend(
AnimResult * result,
const float * weights
) const;
| 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. |
true if successful. Performs post-blending operations.
CONFIDENTIAL