Draw a sphere: Difference between revisions

Content added Content deleted
No edit summary
No edit summary
Line 157: Line 157:
=={{header|Delphi}}==
=={{header|Delphi}}==
{{trans|C}}
{{trans|C}}
'''Under Microsoft Windows:'''
If you notice the big sphere loses its roundness, then try increasing the width of the Windows console. By default it’s 80; so put to something bigger, let’s say 90.

Steps: Run the CMD Windows shell. Then follow this path to change the new width: '''Main Menu-> Properties -> Layout -> Window Size -> Width'''.

<lang Delphi>
<lang Delphi>
program DrawASphere;
program DrawASphere;