RosettaCodeData/Task/Draw-a-sphere/OxygenBasic/draw-a-sphere.basic

18 lines
211 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
% Title "Sphere"
'% Animated
% PlaceCentral
uses ConsoleG
sub main
========
cls 0.0, 0.2, 0.7
shading
scale 10
pushstate
GoldMaterial.act
go sphere
popstate
end sub
EndScript