SkinT constructor

SkinT({
  1. List<int>? joints,
  2. List<MatrixT>? inverseBindMatrices,
  3. int skeleton = 0,
})

Implementation

SkinT({
    this.joints,
    this.inverseBindMatrices,
    this.skeleton = 0});