POV-Ray : Newsgroups : povray.general : POV Photons : Re: POV Photons Server Time
7 Aug 2024 11:26:01 EDT (-0400)
  Re: POV Photons  
From: Nekar Xenos
Date: 29 Nov 2001 02:55:10
Message: <3c05e9de@news.povray.org>
I seldom use this one but here goes
--
/* Nekar Xenos */#local N=<-20,40,100>;#local K=<20,-40,100>;#local R=seed(0);
blob{#while((K-N).x>0)#local X=N;#local N=N+<rand(R),rand(R),1>/3;#local N=(
vlength(N-K)<vlength(X-K)?N:2*X-N);sphere{<N.y,-N.x,N.z>,1,1 scale .02}sphere{N
,1,1 scale.02}sphere{<-N.x-40,N.y,N.z>1,1 scale.01}sphere{<N.x+40,-N.y,N.z>1,1
scale.01 }#end pigment{rgbt 1}interior{media{emission <2,4,5>*5}}hollow}

"s1631001" <s16### [at] namtarqubacuk> wrote in message
news:3C0### [at] namtarqubacuk...
> Ron Parker wrote:
> > I was right there with you right up to the point where you mentioned
> > tachyons, which haven't been proven to exist.
> I was using the word tachyon to refer to a particle travelling faster
> than local c. Sorry, that wasn't very nice of me...
>
> BTW: I'm trying to put together a collection of all the news.povray.org
> signatures; does anyone care?
>
> --
> From the Grey Knight
> file://@---signature---
> contact{ email "gre### [at] yahoocom" }
> //  Grey Knight's site of the week:
> url{ "http://mathworld.wolfram.com" }


---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.298 / Virus Database: 161 - Release Date: 2001/11/13


Post a reply to this message

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