You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently SDFs for strokes are getting calculated twice and combined. According to the math in https://iquilezles.org/articles/distfunctions2d/ the sdf could be calculated once and transformed to a stroke with:
Currently SDFs for strokes are getting calculated twice and combined. According to the math in https://iquilezles.org/articles/distfunctions2d/ the sdf could be calculated once and transformed to a stroke with:
We should make that optimization.