-
Notifications
You must be signed in to change notification settings - Fork 1
Improve Bezier rendering #80
Copy link
Copy link
Open
Labels
featureNew featureNew featureimprovementCode refactor or minor changes that are not new featuresCode refactor or minor changes that are not new features
Description
Activity
Metadata
Metadata
Assignees
Labels
featureNew featureNew featureimprovementCode refactor or minor changes that are not new featuresCode refactor or minor changes that are not new features
Look at how Dear ImGui implements Bezier rendering:
AddBezierCubic. It uses not only number_of_segments but if it's not provided thenCurveTessellationToltessellation tolerance is used to calculate the right number of segments for bezier. The implementation looks very easy.