public VertexBoneAssignment(VertexBoneAssignment other) { this.vertexIndex = other.vertexIndex; this.boneIndex = other.boneIndex; this.weight = other.weight; }
public VertexBoneAssignment(VertexBoneAssignment other) { vertexIndex = other.vertexIndex; boneIndex = other.boneIndex; weight = other.weight; }