Hi Guys,
I’ve been trying to create a simple filled arc in oF.
Now i’ve worked with Processing before and it’s a pretty straightforward way.
In oF i’ve got
ofSetColor(clr4);
ofFill();
curve.arc( 100, 100, 50, 50, 0, 271);
curve.draw();
and all I’m getting is a white outline.
Thanks for the help!