ModelImporter.maxBonesPerVertex

public int maxBonesPerVertex;

Description

The maximum number of bones per vertex stored in this mesh data.

Range: 1 - 32, inclusive. Note that higher bone counts may have a performance cost, especially above 4 bones per vertex.

This setting affects the underlying mesh data; vertices with more than this number will have the lowest weighted bones discarded.

You can limit the number of bones that Unity takes into account when performing skinning using the QualitySettings.skinWeights and SkinnedMeshRenderer.quality APIs. Note that these settings do not affect the underlying mesh data.

See Also: Mesh.minBoneWeight, QualitySettings.skinWeights, SkinnedMeshRenderer.quality, Mesh.SetBoneWeights, Mesh.GetAllBoneWeights, Mesh.GetBonesPerVertex, Mesh.boneWeights, Mesh.GetBoneWeights.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答