POV-Ray : Newsgroups : povray.general : Hi POV-Ray users : Re: Hi POV-Ray users Server Time
5 Aug 2024 04:18:15 EDT (-0400)
  Re: Hi POV-Ray users  
From: Tom Melly
Date: 26 Nov 2002 09:26:48
Message: <3de384a8$1@news.povray.org>
"Mikael Pohjola" <emp### [at] cchutfi> wrote in message
news:3de364d9@news.povray.org...
> Hi, to you all!
>

Hi Mikael

>   I was wondering how many are like me? I mean, follow this news-server, but
> don't write to it? There is a thight group who posts questions and
> especially answers, but how big is the community really?

"put your hand up if you never put your hand up" - I think there might be a
problem here....

>
>  The other reason why I posted this message was that I finally made my own
> signature. Take a look at it (it has a hidden feature). You are free to
> obfuscate it, but I will probably keep it like this, since this is MY sig.
>
> #declare P=<-5,0,20>;#macro L(N,D)#if(N>0)#declare P=P+D;box{-.5,.5translate
> z*mod(9*vlength(P),4)pigment{rgb P}rotate<45clock,0>translate P}L(N-1,D)#end
> #end#macro _(M,X,Y)#if(M>0)L(mod(M,8),<mod(X,3),mod(Y,3),1>-1)_(div(M,8),div
> (X,3),div(Y,3))#end#end _(2301603551,12850,60365)plane{y,-9pigment{rgb 1}}
> light_source{20*y rgb 1}
>

Nice - I played with something similiar (a shadow sig), but never finished it.
It's a shame the pigment on the blocks is so bright - why not try:
pigment{rgb D}
instead of:
pigment{rgb P}

>   My images are on my homepage (link below).
> --
>   Mikael Pohjola
>   emp### [at] cchutfi
>   http://www.kolumbus.fi/ee.pohjola/mikael/

Nice - are you using Rune's particle system on the fountains, etc.?


Post a reply to this message

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