Jump to content

Draw a sphere: Difference between revisions

add Evaldraw (.kc) solution for draw sphere
(add Evaldraw (.kc) solution for draw sphere)
Line 2,438:
</pre>
 
=={{header|Evaldraw}}==
 
Draw a sphere. We dont need to wrap the main () function with braces if we have no functions.
 
<syntaxhighlight lang="C">
()
cls(0);
clz(1e32);
setcam(0,0,-5,0,0);
setcol(128,64,64);
drawsph(0,0,0,1);
</syntaxhighlight>
 
=={{header|Factor}}==
63

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.