draw filled circle in QQuickItem::updatePaintNode
-
Hey guys,
I want to draw a filled circle in a custom QQuickItem.
If I'm not wrong I need to make it out of triangles and I'm wondering if there is no class in qt which takes care of the tesselation.I tried to use the Painter first, but because of performance-reasons I want to switch to the scene graph.
Any advise?