POV-Ray : Newsgroups : povray.binaries.images : Oscilloscope : Re: Oscilloscope Server Time
19 Apr 2024 13:13:56 EDT (-0400)
  Re: Oscilloscope  
From: Alain Martel
Date: 5 Feb 2023 13:14:40
Message: <63dff210$1@news.povray.org>
Le 2023-02-05 à 05:42, m@b a écrit :


You need to increase the sample value.
Using the two values version may help.
Have the pretrace go deeper.
As for the count, use the two values version for nearest_count.

Try this version :

global_settings {
  assumed_gamma 1
  #if (Radiosity)
   radiosity {
    pretrace_start 0.04
    pretrace_end 0.0025 // or even 0.00125
  // more pretrace sampling almost always reduce noise and artefacts.
    count 350 999 // Should reduce those dark splotches.
  // Second value set a sampling direction pool.
  // Second value MUST be greater than the first
    recursion_limit 2 // 1 may even be enough.
    nearest_count 20 5 // enable adaptive sampling and pretrace
  // second value must be the smaller one.
  // Larger first value often help to reduce the dark splotches,
  // and also make then less sharp.
    error_bound 0.35
   }
  #end
}

Try raising the oscilloscope a little bit above the table. After all, 
most have rubber pads under them acting as short legs.


Post a reply to this message

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