Draw a sphere: Difference between revisions

m
→‎{{header|PicoLisp}}: add {{libheader|GLUT}}
(Ada code addition)
m (→‎{{header|PicoLisp}}: add {{libheader|GLUT}})
Line 1,155:
 
=={{header|PicoLisp}}==
{{libheader|GLUT}}
This is for the 64-bit version.
<lang PicoLisp>(load "@lib/openGl.l")
Line 1,182 ⟶ 1,183:
(mouseFunc '((Btn State X Y) (bye)))
(glutMainLoop)</lang>
 
=={{header|PostScript}}==
Gradient filled circle:
Anonymous user