So I have an analog clock that sits in the background of a project I am working on and the second, hour, minute hands look pretty jagged as I rotate them to show the time, currently they are simply png images that I set an anchor point on and rotate them each tick accordingly. Is there a way to make the hands of the clock look smoother? Can I draw them using primitives with anti-aliasing or something?
Any help would be appreciated, thanks!