Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flatten] Fix infinite arc subdivision case
If the segment angle falls below epsilon, return MAX_LINES instead of 1u for the line segment count. Total number of lines per arc is now capped at 1000.
- Loading branch information