POV-Ray : Newsgroups : povray.general : Siggy Server Time
6 Aug 2024 14:15:56 EDT (-0400)
  Siggy (Message 1 to 10 of 15)  
Goto Latest 10 Messages Next 5 Messages >>>
From: Corey Woodworth
Subject: Siggy
Date: 22 Mar 2002 07:24:59
Message: <3c9b229b@news.povray.org>
After seeing everyone's spiffy sigs I thought I'd try one:

#declare Rad=.8;#declare Str=1;#declare Thresh=.7;#declare I=1;union{blob{
threshold Thresh #while(I<=5)sphere{<-I,1,10>,Rad,Str}sphere {<-I,-1,
10>,Rad,
Str}#declare I=I+1;#end sphere{<-5,0,10>,Rad,Str}}blob{threshold Thresh
sphere
{<5,1,10>,Rad,Str}sphere{<5,0,10>,Rad,Str}sphere{<3,0,10>,Rad,Str}sphere{<1,
0,
10>,Rad,Str}sphere{<1,1,10>,Rad,Str}#declare I=1;#while(I<=
5)sphere{<I,-1,10>
,Rad,Str}#declare I=I + 1;#end}scale 20 pigment{color rgb 10.0}}


Post a reply to this message

From: Corey Woodworth
Subject: Re: Siggy [ARGGGH!]
Date: 22 Mar 2002 07:29:41
Message: <3c9b23b5$1@news.povray.org>
Argh!!!! I sent the wrong version. Here is the one I meant to send. Sorry
Sorry :(

#declare R=.8;#declare S=1;#declare T=.7;#declare I=1;union{blob{threshold T
#while(I<=5)sphere{<-I,1,10>,R,S}sphere {<-I,-1, 10>,R,S}#declare I=I+1;#end
sphere{<-5,0,10>,R,S}}blob{threshold T
sphere{<5,1,10>,R,S}sphere{<5,0,10>,R,S}
sphere{<3,0,10>,R,S}sphere{<1,0,10>,R,S}sphere{<1,1,10>,R,S}#declare
I=1;#while
(I<= 5)sphere{<I,-1,10>,R,S}#declare I=I + 1;#end}scale 20 pigment{rgb
10.0}}


Post a reply to this message

From:
Subject: Re: Siggy
Date: 22 Mar 2002 07:30:55
Message: <qs8m9usfuklgfgg4d3ed6rjnfp1f9oihsr@4ax.com>
On Fri, 22 Mar 2002 07:30:06 -0500, "Corey Woodworth" <cdw### [at] mpinetnet>
wrote:
> After seeing everyone's spiffy sigs I thought I'd try one:

It's not a sig.
It is a scene file becouse it not fits into typical sig size.

ABX


Post a reply to this message

From: Corey Woodworth
Subject: Re: Siggy
Date: 22 Mar 2002 07:33:59
Message: <3c9b24b7@news.povray.org>

news:qs8m9usfuklgfgg4d3ed6rjnfp1f9oihsr@4ax.com...
> On Fri, 22 Mar 2002 07:30:06 -0500, "Corey Woodworth" <cdw### [at] mpinetnet>
> wrote:
> > After seeing everyone's spiffy sigs I thought I'd try one:
>
> It's not a sig.
> It is a scene file becouse it not fits into typical sig size.

I tried to make it small. What is typical sig size?
80 chars a line and so many lines?

Corey


Post a reply to this message

From:
Subject: Re: Siggy
Date: 22 Mar 2002 07:47:11
Message: <2q9m9u4d4ltskajs3a0mjvhsnr4gq5o94e@4ax.com>
On Fri, 22 Mar 2002 07:39:06 -0500, "Corey Woodworth" <cdw### [at] mpinetnet>
wrote:
> I tried to make it small. What is typical sig size?
> 80 chars a line and so many lines?

it is good to have less then 80 chars (78, 76) in 4 lines

be carefull - in next post I will post my version of your sig
if you prefer own fun with adjusting then don't look there :-)

ABX


Post a reply to this message

From: Corey Woodworth
Subject: Re: Siggy
Date: 22 Mar 2002 07:51:12
Message: <3c9b28c0$1@news.povray.org>
> > I tried to make it small. What is typical sig size?
> > 80 chars a line and so many lines?
>
> it is good to have less then 80 chars (78, 76) in 4 lines

#declare R=.8;#declare S=1;#declare T=.7;#declare I=1;union{blob{threshold T
#while(I<=5)sphere{<-I,1,10>,R,S}sphere {<-I,-1,10>,R,S}#declare I=I+1;#end
sphere{<-5,0,10>,R,S}}blob{threshold T sphere{<5,1,10>,R,S}sphere{<5,0,10>,R
,S} sphere{<3,0,10>,R,S}sphere{<1,0,10>,R,S}sphere{<1,1,10>,R,S}#declare I=1
;#while(I<=5)sphere{<I,-1,10>,R,S}#declare I=I + 1;#end} pigment{rgb 10.0}}

One line too long :(

> be carefull - in next post I will post my version of your sig
> if you prefer own fun with adjusting then don't look there :-)

Well considering I'm such a novice with macros I might have a look
Should be fun! :)

Corey


Post a reply to this message

From:
Subject: Re: Siggy
Date: 22 Mar 2002 07:51:22
Message: <m2am9uo755ncf7d7j223jdsgnhlq9trggu@4ax.com>

wrote:
> be carefull - in next post I will post my version of your sig
> if you prefer own fun with adjusting then don't look there :-)

#macro _(C,W)sphere{20*<C,W,10>,16,1}#end blob{threshold.7_(-5,0)_(5,1)_(5,0)
_(3,0)_(1,0)_(1,1)#local I=5;#while(I)_(I,-1)#local I=I-1;_(-I-1,1)_(-I-1,-1)
#end pigment{rgb 9}}

probably can be shorten in hands of Warp or Ron or somebody else.

ABX


Post a reply to this message

From:
Subject: Re: Siggy
Date: 22 Mar 2002 08:01:16
Message: <5lam9ugp70l9a8136abg2qae98kq4n96a8@4ax.com>

wrote:
> probably can be shorten in hands of Warp or Ron or somebody else...

or even in my own - two spaces shorten

blob{threshold#macro _(C,W)sphere{20*<C,W,10>,16,1pigment{rgb 9}}#end.7_(-5,0
)_(5,1)_(5,0)_(3,0)_(1,0)_(1,1)#local I=5;#while(I)_(I,-1)#local I=I-1;_(-I-1
,1)_(-I-1,-1)#end}

ABX


Post a reply to this message

From: Corey Woodworth
Subject: Re: Siggy
Date: 22 Mar 2002 09:38:09
Message: <3c9b41d1$1@news.povray.org>

news:5lam9ugp70l9a8136abg2qae98kq4n96a8@4ax.com...

<abx### [at] babilonorg>
> wrote:
> > probably can be shorten in hands of Warp or Ron or somebody else...
>
> or even in my own - two spaces shorten
>
> blob{threshold#macro _(C,W)sphere{20*<C,W,10>,16,1pigment{rgb
9}}#end.7_(-5,0
> )_(5,1)_(5,0)_(3,0)_(1,0)_(1,1)#local I=5;#while(I)_(I,-1)#local
I=I-1;_(-I-1
> ,1)_(-I-1,-1)#end}

WOW! I thought this was beyond all understanding untill I spaced it out like
this:

blob{
  threshold

  #macro _(C,W)
    sphere{20*<C,W,10>,16,1 pigment{rgb 9} }
  #end.7_(-5,0)_(5,1)_(5,0)_(3,0)_(1,0)_(1,1)

  #local I=5;
  #while(I)_(I,-1)
    #local I=I-1;_(-I-1,1)_(-I-1,-1)
  #end
}

 I'm not gonna tell you how long I was looking for the _ operator in the
help files :)

Corey


Post a reply to this message

From: Warp
Subject: Re: Siggy
Date: 22 Mar 2002 11:04:32
Message: <3c9b5610@news.povray.org>

> blob{threshold#macro _(C,W)sphere{20*<C,W,10>,16,1pigment{rgb 9}}#end.7_(-5,0
> )_(5,1)_(5,0)_(3,0)_(1,0)_(1,1)#local I=5;#while(I)_(I,-1)#local I=I-1;_(-I-1
> ,1)_(-I-1,-1)#end}

blob#macro L(I)#if(I)_(-1I)_(1,-I)_(-1,-I)L(I-1)#end#end{threshold#macro _(W,
C)sphere{20*<C,W,10>16,1pigment{rgb 9}}#end.7_(0,-5)_(1,5)_(0,5)_(0,3)_(0,1)_
(1,1)L(5)}


-- 
#macro M(A,N,D,L)plane{-z,-9pigment{mandel L*9translate N color_map{[0rgb x]
[1rgb 9]}scale<D,D*3D>*1e3}rotate y*A*8}#end M(-3<1.206434.28623>70,7)M(
-1<.7438.1795>1,20)M(1<.77595.13699>30,20)M(3<.75923.07145>80,99)// - Warp -


Post a reply to this message

Goto Latest 10 Messages Next 5 Messages >>>

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