xTibor / egui_extras_xt

MIT License
82 stars 9 forks source link

Remove polygon rendering hacks #7

Open xTibor opened 2 years ago

xTibor commented 2 years ago

egui currently doesn't support rendering concave polygons, so egui_extras_xt have to use the convex polygon rendering methods with some hacks to render concave polygons. Remove these workarounds when egui gets support for rendering concave polygons.

https://github.com/emilk/egui/issues/513

Affected places and hacks: