Draw a sphere: Difference between revisions

Content added Content deleted
Line 129: Line 129:


=={{header|J}}==
=={{header|J}}==

[[File:J-sphere.png|thumb|J Sphere]]


The simplest way to draw a sphere is to run the sphere demo code from J's simple demos. (This assumes J version 6.)
The simplest way to draw a sphere is to run the sphere demo code from J's simple demos. (This assumes J version 6.)


<lang j>load 'system/examples/graphics/opengl/simple/sphere.ijs'</lang>
<lang j>load 'system/examples/graphics/opengl/simple/sphere.ijs'</lang>

[[File:J-sphere.png|thumb|J Sphere]]


==Icon and {{header|Unicon}}==
==Icon and {{header|Unicon}}==