I am wondering if OF has a module for rendering vector graphics? So that I can store bezier curves and draw them.
Thanks
I am wondering if OF has a module for rendering vector graphics? So that I can store bezier curves and draw them.
Thanks
you can use ofPath
What is the memory footprint of that, if I would have to draw a circle? In a quadratic bezier curve, I should be able to draw it with 4 curves. The reason I am asking is, that I have to draw a lot of curves and I would like to know the odd’s inbefore.
Thanks!