Skin constructor
Skin({})
Implementation
Skin({
required super.root,
required this.inverseBindMatrices,
required this.skeleton,
required this.joints,
});
Skin({
required super.root,
required this.inverseBindMatrices,
required this.skeleton,
required this.joints,
});