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
We are currently drawing fill outlines with a line strip and are using degenerate vertices that get shifted outside the valid z range to split the strips. This is already causing bugs like #657 (comment) and will be even more problematic once we add a perspective view. We should switch to using indexed lines to match native.
The text was updated successfully, but these errors were encountered:
We are currently drawing fill outlines with a line strip and are using degenerate vertices that get shifted outside the valid z range to split the strips. This is already causing bugs like #657 (comment) and will be even more problematic once we add a perspective view. We should switch to using indexed lines to match native.
The text was updated successfully, but these errors were encountered: