POV-Ray : Newsgroups : povray.binaries.images : Thingy... Server Time
18 Aug 2024 14:22:20 EDT (-0400)
  Thingy... (Message 1 to 10 of 18)  
Goto Latest 10 Messages Next 8 Messages >>>
From: Zeger Knaepen
Subject: Thingy...
Date: 26 Apr 2001 10:39:54
Message: <3ae8333a@news.povray.org>
I started with Warp's lightflow-demo-image-imitation and came up with
this...

--
camera{location -z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro
L(b,e,k,l)#localC=0;#while(C<50)sphere{G(b,e),.1pigment{rgb
G(k,l)}finish{ambient
1}}#localC=C+1;#end#endL(<-1,1>,<0,1>,<1,0>,<1,1>)L(<0,1>,<-1,-1>,<1,1>,<0,1
>)L(<-1,-1>,<0,-1>,<0,1>,<0,1,1>)L(<0,-1>,<0,1>,<0,1,1>,<1,1,0>)L(0,<1,1>,<.
5,1,.5>,<1,0>)L(0,<1,-1>,<.5,1,.5>,<1,0>)  // ZK http://www.povplace.be.tf


Post a reply to this message


Attachments:
Download 'thing.jpg' (46 KB)

Preview of image 'thing.jpg'
thing.jpg


 

From: Shay
Subject: Re: Thingy...
Date: 26 Apr 2001 11:34:28
Message: <3ae84004@news.povray.org>
I like that pig. what's the rgb for it?

 Shay
Zeger Knaepen <zeg### [at] studentkuleuvenacbe> wrote in message
news:3ae8333a@news.povray.org...
> I started with Warp's lightflow-demo-image-imitation and came up with
> this...
>
> --
> camera{location -z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro
> L(b,e,k,l)#localC=0;#while(C<50)sphere{G(b,e),.1pigment{rgb
> G(k,l)}finish{ambient
>
1}}#localC=C+1;#end#endL(<-1,1>,<0,1>,<1,0>,<1,1>)L(<0,1>,<-1,-1>,<1,1>,<0,1
>
>)L(<-1,-1>,<0,-1>,<0,1>,<0,1,1>)L(<0,-1>,<0,1>,<0,1,1>,<1,1,0>)L(0,<1,1>,<.
> 5,1,.5>,<1,0>)L(0,<1,-1>,<.5,1,.5>,<1,0>)  // ZK http://www.povplace.be.tf
>
>
>


Post a reply to this message

From: Zeger Knaepen
Subject: Re: Thingy...
Date: 26 Apr 2001 11:40:03
Message: <3ae84153$1@news.povray.org>
> I like that pig. what's the rgb for it?
pigment { rgb <.3,.2,.05> }
The same as Warp used...

cu!

--
camera{location -z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro
L(b,e,k,l)#localC=0;#while(C<50)sphere{G(b,e),.1pigment{rgb
G(k,l)}finish{ambient
1}}#localC=C+1;#end#endL(<-1,1>,<0,1>,<1,0>,<1,1>)L(<0,1>,<-1,-1>,<1,1>,<0,1
>)L(<-1,-1>,<0,-1>,<0,1>,<0,1,1>)L(<0,-1>,<0,1>,<0,1,1>,<1,1,0>)L(0,<1,1>,<.
5,1,.5>,<1,0>)L(0,<1,-1>,<.5,1,.5>,<1,0>)  // ZK http://www.povplace.be.tf


Post a reply to this message

From: Warp
Subject: Re: Thingy...
Date: 27 Apr 2001 08:12:46
Message: <3ae9623e@news.povray.org>
The surface normal makes it look very cool. I like.

-- 
#local D=array[6]{11117333955,7382340,3358,3900569407,970,4254934330}
#local I=0;#macro M()<mod(D[I],13)-6,mod(div(D[I],13),8)-3,10>#end
#while(I<6)cylinder{M()#local D[I]=div(D[I],104);M().1
pigment{rgb M()}}#local I=(D[I]>99?I:I+1);#end              /*- Warp -*/


Post a reply to this message

From: Zeger Knaepen
Subject: Re: Thingy...
Date: 27 Apr 2001 10:20:13
Message: <3ae9801d@news.povray.org>
>   The surface normal makes it look very cool. I like.
tnx


-- 
camera{location -z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro L(b,e,k,l)
#local C=0;#while(C<50)sphere{G(b,e),.1pigment{rgb G(k,l)}finish{ambient
1}}#local C=C+1;#end#end L(<-1,1>,<0,1>,<1,0>,<1,1>)L(<0,1>,<-1,-1>,<1,1>,
<0,1>)L(<-1,-1>,<0,-1>,<0,1>,<0,1,1>)L(<0,-1>,<0,1>,<0,1,1>,<1,1,0>)L(0,
<1,1>,<.5,1,.5>,<1,0>)L(0,<1,-1>,<.5,1,.5>,<1,0>)
// ZK http://www.povplace.be.tf


Post a reply to this message

From: Ron Parker
Subject: Re: Thingy...
Date: 27 Apr 2001 10:27:12
Message: <slrn9ej0e1.907.ron.parker@fwi.com>
On Fri, 27 Apr 2001 16:19:50 +0200, Zeger Knaepen wrote:
>-- 
>camera{location -z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro L(b,e,k,l)
>#local C=0;#while(C<50)sphere{G(b,e),.1pigment{rgb G(k,l)}finish{ambient
>1}}#local C=C+1;#end#end L(<-1,1>,<0,1>,<1,0>,<1,1>)L(<0,1>,<-1,-1>,<1,1>,
><0,1>)L(<-1,-1>,<0,-1>,<0,1>,<0,1,1>)L(<0,-1>,<0,1>,<0,1,1>,<1,1,0>)L(0,
><1,1>,<.5,1,.5>,<1,0>)L(0,<1,-1>,<.5,1,.5>,<1,0>)
>// ZK http://www.povplace.be.tf

Try this one on for size:

camera{location-z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro L(b,e,k,l)#local C=0
;#while(C<50)sphere{G(b,e),.1pigment{rgb G(k,l)}finish{ambient 1}}#local C=C+1
;#end#end L(y-x,y,x,x+y)L(y,-x-y,x+y,y)L(-x-y,-y,y,y+z)L(-y,y,y+z,x+y)L(0,x+y,
<.5,1,.5>,x)L(0,x-y,<.5,1,.5>,x)               // ZK http://www.povplace.be.tf  



-- 
#local R=<7084844682857967,32787982,826975826580>#macro L(P)concat(#while(P)chr(
mod(P,100)),#local P=P/100;#end"")#end background{rgb 1}text{ttf L(R.x)L(R.y)0,0
translate<-.8,0,-1>}text{ttf L(R.x)L(R.z)0,0translate<-1.6,-.75,-1>}sphere{z/9e3
4/26/2001finish{reflection 1}}//ron.parker@povray.org My opinions, nobody else's


Post a reply to this message

From: Sander
Subject: Re: Thingy...
Date: 27 Apr 2001 10:44:03
Message: <MPG.1553a444cb2781ca98974c@NEWS.POVRAY.ORG>
In article <slr### [at] fwicom>, Ron Parker says...
> #local R=<7084844682857967,32787982,826975826580>#macro L(P)concat(#while(P)chr(
> mod(P,100)),#local P=P/100;#end"")#end background{rgb 1}text{ttf L(R.x)L(R.y)0,0
> translate<-.8,0,-1>}text{ttf L(R.x)L(R.z)0,0translate<-1.6,-.75,-1>}sphere{z/9e3
> 4/26/2001finish{reflection 1}
> 
My POV_Ray says: "can't open font file" :(
-- 
Regards,  Sander


Post a reply to this message

From: Zeger Knaepen
Subject: Re: Thingy...
Date: 27 Apr 2001 10:47:24
Message: <3ae9867c$1@news.povray.org>
> Try this one on for size:
>
> camera{location-z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro L(b,e,k,l)#local
C=0
> ;#while(C<50)sphere{G(b,e),.1pigment{rgb G(k,l)}finish{ambient 1}}#local
C=C+1
> ;#end#end
L(y-x,y,x,x+y)L(y,-x-y,x+y,y)L(-x-y,-y,y,y+z)L(-y,y,y+z,x+y)L(0,x+y,
> <.5,1,.5>,x)L(0,x-y,<.5,1,.5>,x)               // ZK
http://www.povplace.be.tf
Good idea...  Didn't think of that :)

tnx!

cu!
--
camera{location-z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro L(b,e,k,l)#local
C=0
;#while(C<50)sphere{G(b,e),.1pigment{rgb G(k,l)}finish{ambient 1}}#local
C=C+1
;#end#end
L(y-x,y,x,x+y)L(y,-x-y,x+y,y)L(-x-y,-y,y,y+z)L(-y,y,y+z,x+y)L(0,x+y,
<.5,1,.5>,x)L(0,x-y,<.5,1,.5>,x)               // ZK
http://www.povplace.be.tf


Post a reply to this message

From: Ron Parker
Subject: Re: Thingy...
Date: 27 Apr 2001 10:49:11
Message: <slrn9ej1n9.91k.ron.parker@fwi.com>
On Fri, 27 Apr 2001 16:47:04 +0200, Zeger Knaepen wrote:
>> Try this one on for size:
>>
>> camera{location-z*3}#macro G(b,e)b+(e-b)*(C/50)#end#macro L(b,e,k,l)#local
>C=0
>> ;#while(C<50)sphere{G(b,e),.1pigment{rgb G(k,l)}finish{ambient 1}}#local
>C=C+1
>> ;#end#end
>L(y-x,y,x,x+y)L(y,-x-y,x+y,y)L(-x-y,-y,y,y+z)L(-y,y,y+z,x+y)L(0,x+y,
>> <.5,1,.5>,x)L(0,x-y,<.5,1,.5>,x)               // ZK
>http://www.povplace.be.tf
>Good idea...  Didn't think of that :)

You also need to fix the word-wrap setting on your newsreader, though.

-- 
#local R=<7084844682857967,32787982,826975826580>#macro L(P)concat(#while(P)chr(
mod(P,100)),#local P=P/100;#end"")#end background{rgb 1}text{ttf L(R.x)L(R.y)0,0
translate<-.8,0,-1>}text{ttf L(R.x)L(R.z)0,0translate<-1.6,-.75,-1>}sphere{z/9e3
4/26/2001finish{reflection 1}}//ron.parker@povray.org My opinions, nobody else's


Post a reply to this message

From: Ron Parker
Subject: Re: Thingy...
Date: 27 Apr 2001 10:50:20
Message: <slrn9ej1pe.91k.ron.parker@fwi.com>
On Fri, 27 Apr 2001 16:44:38 +0200, Sander wrote:
>My POV_Ray says: "can't open font file" :(

You need cour.ttf somewhere in your library path.

-- 
#local R=<7084844682857967,32787982,826975826580>#macro L(P)concat(#while(P)chr(
mod(P,100)),#local P=P/100;#end"")#end background{rgb 1}text{ttf L(R.x)L(R.y)0,0
translate<-.8,0,-1>}text{ttf L(R.x)L(R.z)0,0translate<-1.6,-.75,-1>}sphere{z/9e3
4/26/2001finish{reflection 1}}//ron.parker@povray.org My opinions, nobody else's


Post a reply to this message

Goto Latest 10 Messages Next 8 Messages >>>

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