Hey guys,
I’m making a game and when i call ofCircle i get a hexagon. It’s quite strange, because when i open an empty example and draw an ofCircle, it comes out normally.
Has anyone ever gotten this?
thanks,
best,
Lucas
Hi lucas,
Try to increase the number of parts that are used to draw the circle.
You can use ofSetCircleResolution() for that.
http://www.openframeworks.cc/documentat-…-Resolution
i.e. ofSetCircleResolution(100).
Best roxlu