• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

Draw circle

Cat

Member
Have you tried using primitives? pr_linelist should do the trick. Just specify how many line segments (n), you want, then loop 2n + 1 times, drawing a vertex each time at lengthdir_(radius, i * (180/n)).

Hope that works!
 

Binsk

Member
Short answer: no

Long answer: no but you can make your own system that does. You'd have to look into how to draw primitives as suggested by Cat.
 
Top