fewer telescoping sections

This commit is contained in:
ethan merchant 2024-12-08 01:28:14 -05:00
parent 61d911a9e6
commit 81def53f8c

View file

@ -134,7 +134,7 @@ static class Arts
Vec3 b = Vec3.Lerp(p[1], p[2], t);
Vec3 c = Vec3.Lerp(p[2], p[3], t);
Vec3 pos = Vec3.Lerp(Vec3.Lerp(a, b, t), Vec3.Lerp(b, c, t), t);
float thc = (1.0f + Maths.precision(t, 0.2f) * 2.0f) * U.mm;
float thc = (1.0f + Maths.precision(t, 0.333f) * 2.0f) * U.mm;
Lines.Add(
pastPos,
pos,