void SetNormalizationEnabled(
bool enabled
);
| Name | Description | |
|---|---|---|
| enabled |
Sets whether to normalize blend weight for animations.
Specifying true, normalizes blend weights to a combined total 1 and then performs blending. Specifying false, uses the weights specified using SetWeight() as-is, so pay attention to weight settings.
Normalization is peformed only once during the first animation blend after executing SetWeight().
This setting is ignored if true is specified for Builder::IsOldMethod.
The default value is true.
CONFIDENTIAL