POV-Ray : Newsgroups : povray.binaries.images : website buttons new versions : Re: website buttons new versions Server Time
6 Aug 2024 23:25:13 EDT (-0400)
  Re: website buttons new versions  
From: Mark Birch
Date: 22 Aug 2006 15:45:00
Message: <web.44eb5cfa4c7c91a54daddc090@news.povray.org>
I've found the two most important factors in radiosity are 'count' &
'error_bound'.

Try this as your radiosity block:

radiosity{
  // pretrace_start 0.02
  // pretrace_end 0.005
  count 100
  error_bound 0.1
  // nearest_count 10
}

This should be reasonably neat and give you an indication of where things
are heading, but the low error_bound will make things blotchy.  To smooth
it out, you will need to increase 'count' to 300-500, increase
'nearest_count' to 10 and lower the 'pretrace_start' & 'pretrace_end'
values.


Post a reply to this message

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