Death Star: Difference between revisions

m
→‎{{header|POV-Ray}}: Changed syntax highlight language to "pov" to make it work
(Added Algol 68)
m (→‎{{header|POV-Ray}}: Changed syntax highlight language to "pov" to make it work)
(One intermediate revision by one other user not shown)
Line 289:
{{Trans|C}}{{Trans|11l}}
<syntaxhighlight lang="algol68">
BEGIN # draw a "Death Star" - tranlsatedtranslated from the C and 11l samples #
STRING shades = ".:!*oe&#%@";
 
Line 2,068:
 
=={{header|POV-Ray}}==
<syntaxhighlight lang="pov-ray">camera { perspective location <0.0 , .8 ,-3.0> look_at 0
aperture .1 blur_samples 20 variance 1/100000 focal_point 0}
12

edits