SkinData

Qualified name: algan.mobs.three\_d\_models.scene\_data.SkinData

class SkinData(bone_names=<factory>, inverse_bind_matrices=None, bone_indices=None, weights=None)[source]

Bases: object

Linear-blend-skinning data for a mesh. Consumed by the skeletal animation phase (baked to per-frame vertex positions); ignored by static import.

Methods

Attributes

bone_indices

inverse_bind_matrices

weights

bone_names

Parameters:
  • bone_names (list[str])

  • inverse_bind_matrices (Tensor | None)

  • bone_indices (Tensor | None)

  • weights (Tensor | None)