Reputation: 1
For a university assignment, I need to draw various shapes using a vertex array, and one such shape that they have asked for is a circle.
I know that I would need to use sf::TriangleFan
but I'm not super experienced with SFML, so how would I go about this?
Upvotes: 0
Views: 146