hello.
i draw an ellipse with “radians” a and b.
is there a formula, which gives out the amount of used lines for drawing this ellipse depending on a and b, so that on the one side the ellipse looks good (not like a polygon) and on the other side, rendering time is not too expensive.
for example:
a=b=2 => i think 6-8 lines are ok.
thx,
yadaddy.
p.s. i just tested a little bit, for a=b<=30 20 lines were enough.
so i think you can get out, what i mean by “look good”.