Skip to content

Format

typescript
BoneWeight.weight0

class: BoneWeight

Description

Skinning weight of the first bone.

Skinning weight represents the degree of influence of each bone on a vertex. By assigning appropriate skinning weights to each vertex, it is possible to achieve the effect of the model's shape changing with bone transformations in skeletal animation.

Parameters

param_nametypedescription

Return

typedescription
numberSkinning weight

Code Example