Re: Question about Visualization of Circles and Squares
by Paul Geisler <paul.geisler@[EMAIL PROTECTED]
>
Jun 27, 2008 at 10:31 PM
Usually you can obtain some value called "pixel aspect ratio" for the
system (maybe by some ogl functions) which is like
pixelwidth/pixelheigt. You can then try to draw your objects in the
correct aspect. The problem is, when those objects are small, they need
to be drawn with sub pixel precision, which usually needs some
supersampling / antalias methods, making the matter rather complex.