797798799800801802803804
t = t.with(new Scale(-1, 0, 1)); if (rotate) t = t.with(Rotation.quarterRotations[2]); if (!(t instanceof RedundantTransformation)) models[orient].apply(new UVT(t.at(new Vector3(texCenterU, 0, texCenterV)))); } }