BoneWeightCollection

class BoneWeightCollection : System.Collections.ObjectModel.Collection<BoneWeight>, System.Collections.Generic.IList<BoneWeight>, System.Collections.Generic.ICollection<BoneWeight>, System.Collections.Generic.IEnumerable<BoneWeight>, System.Collections.IEnumerable, System.Collections.IList, System.Collections.ICollection, System.Collections.Generic.IReadOnlyList<BoneWeight>, System.Collections.Generic.IReadOnlyCollection<BoneWeight>

Collection of bone weights of a vertex.

public void NormalizeWeights()

Normalizes the contents of the weights list.

public void NormalizeWeights(int maxWeights)

Normalizes the contents of the bone weights list.

Parameters:
  • maxWeights (int) – Maximum number of weights allowed.