remove forceably shrinking the first and last pair of links. it doesn't fix the last quad emission issue, and it actively fights designer values

This commit is contained in:
AzaezelX 2026-04-26 15:57:42 -05:00
parent 0519d1069b
commit c07f68a0a0

View file

@ -608,8 +608,6 @@ void Ribbon::createBuffers(SceneRenderState *state, GFXVertexBufferHandle<GFXVer
tColor.interpolate(curColor, nextColor, positionDiff);
}
if (i < 2 || i > segments - 2) tRadius = POINT_EPSILON * POINT_EPSILON;
Point3F diff;
F32 length;
if (i == 0) {