POV-Ray : Newsgroups : povray.advanced-users : OT - signatures : Re: OT - signatures Server Time
29 Jul 2024 14:12:16 EDT (-0400)
  Re: OT - signatures  
From: Soulstorm
Date: 5 Mar 2002 02:20:08
Message: <3c8471a8@news.povray.org>
Also, i was actualy referring to the signature that uses fractals to spell
out 'WARP'. Were those just random lucky guesses or did you know the seeds
to produce the letters?

btw, thanks ron for clearing the other one up for me as well - I was
battling to figure out why he uses 104 as the divider and not a multiple of
10...anyways - i'll be working on my cryptic sig soon (or fry trying). I've
only been working on POV for a month now so I am not too clued up on some of
the syntax but I'm getting there fast. I find the best way to learn
something is to do it - figure out how you did it and why it works later...

Thanks for your help.
-ss-

"Warp" <war### [at] tagpovrayorg> wrote in message
news:3c7e9d11@news.povray.org...
> Ron Parker <ron### [at] povrayorg> wrote:
> > :r povray/off-topic/48414
>
>   Thanks. :)
>
> > #macro N(D,I)#if(I<6)cylinder{M()#local
D[I]=div(D[I],104);M().5,2pigment{
> > rgb M()}}N(D,(D[I]>99?I:I+1))#end#end#macro
M()<mod(D[I],13)-6,mod(div(D[I
> > ],13),8)-3,10>#end blob{N(array[6]{11117333955,
> > 7382340,3358,3900569407,970,4254934330},0)}//                     -
Warp -
>
>   This is the older version of the signature. The current version has
> the array and the outer loop removed, which saved quite many characters.
>
> --
> #macro N(D)#if(D>99)cylinder{M()#local D=div(D,104);M().5,2pigment{rgb
M()}}
> N(D)#end#end#macro M()<mod(D,13)-6mod(div(D,13)8)-3,10>#end blob{
> N(11117333955)N(4254934330)N(3900569407)N(7382340)N(3358)N(970)}//  -
Warp -


Post a reply to this message

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