Пример #1
0
 public VertexBoneAssignment(VertexBoneAssignment other)
 {
     this.vertexIndex = other.vertexIndex;
     this.boneIndex   = other.boneIndex;
     this.weight      = other.weight;
 }
Пример #2
0
 public VertexBoneAssignment(VertexBoneAssignment other)
 {
     vertexIndex = other.vertexIndex;
     boneIndex   = other.boneIndex;
     weight      = other.weight;
 }