POV-Ray : Newsgroups : povray.binaries.images : Another blurred dice theme : Re: Another blurred dice theme Server Time
15 Aug 2024 00:16:11 EDT (-0400)
  Re: Another blurred dice theme  
From: Rene Schwietzke
Date: 20 Aug 2002 08:51:26
Message: <3d623b4e@news.povray.org>
Of course I used the POV-Ray 3.5 focual blur feature, see my settings:

// ----------------------------------------
camera {
  location  <.5, 30, .5>
  right     x*image_width/image_height
  look_at   <0, 0, 0>
  angle 50

  // focal blur settings
  aperture 0.5           // [0...N] larger is narrower depth of field
(blurrier)
  blur_samples 150        // number of rays per pixel for sampling
  focal_point <0,22,0>    // point that is in focus <X,Y,Z>
  variance 0
  confidence 0.9999999
}

Any questions, do not hesitate to ask!

Rene

"_Light_Beam_" <fac### [at] aolcom> wrote in message
news:3d620967@news.povray.org...
> Did you used povray's focal blur ? So how ?
>

> news: 3d61e095@news.povray.org...
> > Hi,
> >
> > looking forward to your comments. Rendering time 2days 11 hours on a
> > Pentium-II-400.
> >
> > Rene
> >
> > --
> > Rene Schwietzke
> > r.schwietzke<at>reneschwietzke.de
> >
>
>


Post a reply to this message

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