POV-Ray : Newsgroups : povray.binaries.images : Alternate short code image Server Time
6 Aug 2024 19:28:26 EDT (-0400)
  Alternate short code image (Message 11 to 13 of 13)  
<<< Previous 10 Messages Goto Initial 10 Messages
From: Paolo Gibellini
Subject: Re: Alternate short code image
Date: 19 Dec 2006 04:42:00
Message: <4587b3e8$1@news.povray.org>
Interesting.
The 2th one seems like a strange corn.
Care to share the source?
;-)
Paolo

> "Jim Charter" wrote
[...]
>
> These runner's up are my own potential entrees that ultimately didn't
> make *my* cut.
>
> Le Salon des Refuses.
>


Post a reply to this message

From: Jim Charter
Subject: Re: Alternate short code image
Date: 19 Dec 2006 05:51:14
Message: <4587c422$1@news.povray.org>
Paolo Gibellini wrote:

> The 2th one seems like a strange corn.
> Care to share the source?

   not at all:

   light_source{9,1}
   #local I=26;#while(I>-17)
     blob{threshold.3
       cylinder{0,-y*99,4,1}
       #while(mod(I,9))
         sphere{0,3,-1
           scale y*9
           rotate z*9
           translate<4,-8>
           rotate 49*I*y
         }
       #local I=I-1;#end
       pigment{radial}
       normal{quilted.5turbulence.3}
       translate<I*2,0,60>
     }
   #local I=I-1;#end

   It is related to my entry entitled: Shaped Stone


Post a reply to this message

From: Paolo Gibellini
Subject: Re: Alternate short code image
Date: 20 Dec 2006 09:57:59
Message: <45894f77@news.povray.org>
Yes, a great pebble!
Thank you very much,
;-)
Paolo

> "Jim Charter" <jrc### [at] msncom> wrote
> Paolo Gibellini wrote:
>
> > The 2th one seems like a strange corn.
> > Care to share the source?
>
>    not at all:
>
>    light_source{9,1}
>    #local I=26;#while(I>-17)
>      blob{threshold.3
>        cylinder{0,-y*99,4,1}
>        #while(mod(I,9))
>          sphere{0,3,-1
>            scale y*9
>            rotate z*9
>            translate<4,-8>
>            rotate 49*I*y
>          }
>        #local I=I-1;#end
>        pigment{radial}
>        normal{quilted.5turbulence.3}
>        translate<I*2,0,60>
>      }
>    #local I=I-1;#end
>
>    It is related to my entry entitled: Shaped Stone


Post a reply to this message

<<< Previous 10 Messages Goto Initial 10 Messages

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