POV-Ray : Newsgroups : povray.binaries.images : Oscilloscope : Re: Oscilloscope Server Time
18 Apr 2024 19:49:03 EDT (-0400)
  Re: Oscilloscope  
From: Alain Martel
Date: 6 Feb 2023 09:22:08
Message: <63e10d10$1@news.povray.org>
Le 2023-02-06 à 02:41, m@b a écrit :
> This helped, the blotchiness is acceptable for a still image but still 
> jumpy in animation.
> 
> Raising the 'scope - yes, good point.
>

Try those one by one :
Slightly increasing error_bound (this will make the rendering go a 
little bit faster)
(your actual value is 0.35)
error_bound 0.37
error_bound 0.4
error_bound 0.44

Increase count
count 450 12347
count 700 25000
nearest_count 20 7

Set minimum_reuse slightly smaller than pretrace_end such as :
(default is minimum_reuse 0.015 for a default pretrace_end of 0.04)
pretrace_end 0.0025
minimum_reuse 0.002

pretrace_end 0.00125
minimum_reuse 0.001

Set low_error_factor to a smaller value (default is 0.5)
low_error_factor 0.3
low_error_factor 0.1


Post a reply to this message

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