POV-Ray : Newsgroups : povray.animations : Re: A Media Fire Test : Re: A Media Fire Test Server Time
28 Jul 2024 10:15:04 EDT (-0400)
  Re: A Media Fire Test  
From: Nekar Xenos
Date: 26 May 2001 02:26:26
Message: <3b0f4c92@news.povray.org>
Looks good :)

Maybe you should just try to make the 'tongues' bigger.

--
/* 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}
"Kirk Hubbell" <kir### [at] yahoocom> wrote in message
news:3b0eba25@news.povray.org...
> I was messing around with the media function. I scaled the clock to pi/2 and
> grew the fire as a constant plus sin(Pi-clock) and decreased the emmision as
> cos(Pi-clock) with multiple overlapping instances of the media in different
> clock phases. What do you all think? Kirk
>
>
>


Post a reply to this message

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