POV-Ray : Newsgroups : povray.off-topic : New LuxRender web site (http://www.luxrender.net) : Re: New LuxRender web site (http://www.luxrender.net) Server Time
11 Oct 2024 05:20:02 EDT (-0400)
  Re: New LuxRender web site (http://www.luxrender.net)  
From: triple r
Date: 22 Feb 2008 10:00:00
Message: <web.47bee24db014483dae42298f0@news.povray.org>
Mike Raiford <mra### [at] hotmailcom> wrote:
> Oh, nice, they actually simulate aperture opening shape in the focal blur.


This can be done in POV-Ray too... albeit the long way around.  If you think
about it, all you have to do is use the POV-Ray focal blur with a square
aperture, and add in a physical aperture.  Not a good solution to the problem,
but it does work...  Probably wouldn't be hard to patch into POV-Ray:

Pseudocode:

pick_random_point();
while (point_outside_aperture_shape)
     pick_a_new_point();


Works pretty well, but it didn't get much reaction so I didn't pursue it:

http://news.povray.org/povray.binaries.images/thread/%3Cweb.4299dcdc20345e88e702b90a0%40news.povray.org%3E/?ttop=264259
&toff=1950

 - Ricky


Post a reply to this message

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