POV-Ray : Newsgroups : povray.binaries.images : Just thougt I'd mention this... : Re: Just thougt I'd mention this... Server Time
31 Jul 2024 04:21:41 EDT (-0400)
  Re: Just thougt I'd mention this...  
From: Dave Blandston
Date: 1 Jun 2010 00:35:01
Message: <web.4c048cc6ddbaa883cba3fb0f0@news.povray.org>
clipka <ano### [at] anonymousorg> wrote:
> - Make sure your radiosity pretrace gathers a decent number of samples
> already. From my experience, at least about half of all the samples
> should be gathered during pretrace already. (If it doesn't, usually
> decreasing pretrace_end will do the job.)
>
> You can check this with the radiosity statistics. After render, POV-Ray
> will output a table like this, listing the number of samples gathered
> per pass and recursion depth:
>
> --------------------------------------------------------
>    Pass     Depth 0    Depth 1    Depth 2           Total
> --------------------------------------------------------
>    1           1544      40899       7794           50237
>    2           6079      72001       2232           80312
>    3          22457      95237       1677          119371
>    4          66516     106702       1274          174492
>    5+        246562     139354       2603          388519
>    Final      46489        161          -           46650
> --------------------------------------------------------
>    Total     389647     454354      15580          859581
>    Weight     0.199      0.057      0.027
> --------------------------------------------------------
>
> In the "Depth 0" column, the "Final" value should be no more than about
> half of the "Total" value.

Thanks! I'll tinker with the radiosity settings. It's so helpful to know what to
work on. I see that my settings must be way off, judging by the table below. The
"Final" number is almost the same as the "Total" number. I appreciate your help
very much.

radiosity {
   count 300
   error_bound .02
   pretrace_start .08
   pretrace_end .004
   recursion_limit 2
   normal on
} //radiosity

  Pass     Depth 0    Depth 1           Total
---------------------------------------------
  2              1        330             331
  3              6       1002            1008
  4             48       7766            7814
  5+           277      27392           27669
  Final      61083    1057679         1118762
---------------------------------------------
  Total      61415    1094169         1155584
  Weight     0.092      0.047

Regards,
Dave Blandston


Post a reply to this message

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