POV-Ray : Newsgroups : povray.text.scene-files : Missing glows in 3.5? An alternative solution : Re: Missing glows in 3.5? An alternative solution Server Time
5 Jul 2024 09:51:09 EDT (-0400)
  Re: Missing glows in 3.5? An alternative solution  
From: Nekar Xenos
Date: 2 Oct 2001 09:24:19
Message: <3bb9c003@news.povray.org>
You can also try and disect this and see if you can come up with anything(Hint,
start at the pigment statement):

--
/* 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}


Post a reply to this message

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