POV-Ray : Newsgroups : povray.binaries.images : Thingy... : Re: Thingy... Server Time
18 Aug 2024 18:19:20 EDT (-0400)
  Re: Thingy...  
From: Ron Parker
Date: 27 Apr 2001 11:31:47
Message: <slrn9ej474.963.ron.parker@fwi.com>
On Fri, 27 Apr 2001 17:22:39 +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(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

Now you just need something to fill in that blank space (sorta like the '32'
in the y component of my R vector, below, though it got there by mistake and 
I just left it because it pads the first line so nicely.)

Oh, and did anyone notice that I've modified mine from the version I posted in
off-topic, by way of making it contain the entire date of when I wrote it?

-- 
#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

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