nw::gfx::AnimWeightNearlyEqualZero Function
bool AnimWeightNearlyEqualZero(
const float weight
);
| Name | Description | |
|---|---|---|
| in | weight | Weight. |
true if weight is nearly equal to zero (in other words, if their difference is less than or equal to the margin of error). Compares animation weights to determine if they are close to zero.
CONFIDENTIAL