public bool Approx(Vertex other) =>
 Position.Approx(other.Position) &&
 Color.Approx(other.Color) &&
 Normal.Approx(other.Normal) &&
 Uv1.Approx(other.Uv1) &&
 Uv2.Approx(other.Uv2);