GltfSkin constructor

GltfSkin({
  1. String? name,
  2. int? inverseBindMatrices,
  3. int? skeleton,
  4. List<int> joints = const [],
})

Implementation

GltfSkin({
  this.name,
  this.inverseBindMatrices,
  this.skeleton,
  this.joints = const [],
});