Large circles (planets) without any fancy graphics tricks

6

SP4CEBAR 2023-06-06 11:31 (Edited)

Buggy circles


        Open In Editor


Based on

Successors:


SP4CEBAR 2023-06-06 11:32

The jaggedness is caused by the circle improperly being turned into vectors by the first for loop in the code


SP4CEBAR 2024-12-08 08:18

Here, I couldn't get away with defining line segments for every few degrees of the circle. I had to change the algorithm to analyse circles instead of lines, which I did


Log in to reply.