PolygonGenerator: Finished main implementation
It's been 84 years, but the polygon generator not only works, but now has bezier support. The UI could still use some work, but this was the hardest part. I guess complex masking should be possible now, if perhaps slightly cumbersome until the UI is smoothed out.
This commit is contained in:
@@ -142,6 +142,13 @@ public:
|
||||
*/
|
||||
kVec4,
|
||||
|
||||
/**
|
||||
* Cubic bezier type that contains three X/Y coordinates, the main point, and two control points
|
||||
*
|
||||
* Resolves to `Bezier`
|
||||
*/
|
||||
kBezier,
|
||||
|
||||
/**
|
||||
* ComboBox type
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user