POV-Ray : Newsgroups : povray.binaries.images : Lame Short Code Contest attempt : Re: Lame Short Code Contest attempt Server Time
11 Aug 2024 23:23:16 EDT (-0400)
  Re: Lame Short Code Contest attempt  
From:
Date: 25 Feb 2004 23:02:27
Message: <403d6fd3@news.povray.org>
// >>AAARGH!<<
// I had counted the characters by looking at the column
// indicator in the POV-Ray editor's status line with the
// edit cursor at the end of the line, but this number
// is [number of characters in line] + 1 !
//                                  ^^^^^
// Here is my new version, now 62+57+54+30 = 203 characters
// long (204 if single line) -- an improvement of 10 over my
// last post: 4 due to counting correctly, 6 really saved.
//
//   Sputnik

// +SP8 +EP8 +A0.1 +AM2 +R2 -FN
//       1         2         3         4         5   5  5  6 6
//345678901234567890123456789012345678901234567890123456789012
//                           !                       !  !    !
#declare f=function{pigment{mandel 1e3interior 1,1translate-.2
color_map{[0rgb 0][1rgb.1]}scale 2}}light_source{<0,.7.4>
1}height_field{function 999,999{f(x,y,z).x}pigment{rgb
1}translate.7*z-.5rotate-x*45}


Post a reply to this message

Copyright 2003-2023 Persistence of Vision Raytracer Pty. Ltd.