POV-Ray : Newsgroups : povray.unofficial.patches : Media method 3 bug : Re: Media method 3 bug Server Time
2 Sep 2024 16:18:14 EDT (-0400)
  Re: Media method 3 bug  
From: Nathan Kopp
Date: 17 Nov 1999 23:53:00
Message: <3833862c@news.povray.org>
I tried to reuse samples between intervals (i.e. the last sample of an
interval would be reused as the first sample of the next).  Unfortunately,
the samples already had a weight applied to them that was proportional to
the length of the interval.  Thus, one sample from all intervals except for
the first could have an incorrect weight

The problem would not show up if all the intervals were the same length (all
the same weight).  However, if one interval was shorter (because it
represented a lit interval that was part of a spotlight), then the weights
would be thrown off and things would look bad.  More samples meant that the
error in that one sample would not show up as much.

The solution is to not reuse the samples.  this means a bit slower
rendering, but it at least produces correct results.  I tried to reuse the
samples and compensate for the incorrect weights, but it didn't work.

-Nathan

TonyB <ben### [at] panamaphoenixnet> wrote in...
> What was it?
>
>


Post a reply to this message

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