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
I know this is just a demo so it's probably not that important.
When I played around with the triangulated lines demo I quickly produced ugly slivers.
It happens whenever you move the snake in one direction and then reverse the direction.
Mere self-intersection (snake bites its tail) doesn't cause it unless the circle is too small.
The text was updated successfully, but these errors were encountered:
Thanks :) This is a known bug with extrude-polyline. I have to revisit the code that handles miter limiting, so that if the miter is too long, it should fall back to a regular bevel join.
I know this is just a demo so it's probably not that important.
When I played around with the triangulated lines demo I quickly produced ugly slivers.
It happens whenever you move the snake in one direction and then reverse the direction.
Mere self-intersection (snake bites its tail) doesn't cause it unless the circle is too small.
The text was updated successfully, but these errors were encountered: