POV-Ray : Newsgroups : povray.binaries.images : water bug (41kb) : Re: water bug (41kb) Server Time
18 May 2024 07:52:43 EDT (-0400)
  Re: water bug (41kb)  
From: Nekar Xenos
Date: 7 Oct 2006 09:28:58
Message: <4527ab9a@news.povray.org>
----- Original Message ----- 
From: "Samuel Benge" <stb### [at] hotmailcom>
Newsgroups: povray.binaries.images
Sent: Wednesday, October 04, 2006 2:30 AM
Subject: Re: water bug (41kb)

> Close, I use the rendered scene as input for the effect. It is averaged.
> Attached is the sample pattern for the effect. Q stands for quality. Q =
> 1 is the maximum, and uses about 236-237 samples, so there is some
> improvement to be made, yet. I will soon be posting the glare effect
> file to p.b.scene-files.

Wouldn't it be more realistic combining a heavily focal blurred scene with
the original in almost the same way you did this?

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