跳转到内容

weightarrayblend

新命名的项目默认权重为1.0。

void  weightarrayblend(string &names[], float &weights[], string newname, float blend)

使用指定的混合值将现有数组与新项目进行混合。

void  weightarrayblend(string &names[], float &weights[], string newnames[], float newweights[], float blend)

使用指定的混合值将现有数组与另一个数组进行混合。结果包含每个输入数组中的项目并集。