SkinSpec constructor
SkinSpec(})
Creates a skin with the given stable id.
Implementation
SkinSpec(
this.id, {
List<LocalId>? joints,
required this.inverseBindMatrices,
this.skeleton,
}) : joints = joints ?? [];
Creates a skin with the given stable id.
SkinSpec(
this.id, {
List<LocalId>? joints,
required this.inverseBindMatrices,
this.skeleton,
}) : joints = joints ?? [];