POV-Ray : Newsgroups : povray.beta-test : Struggling with gamma... : Re: Struggling with gamma... Server Time
2 Jul 2024 10:28:37 EDT (-0400)
  Re: Struggling with gamma...  
From: Alain
Date: 27 Jun 2010 13:17:03
Message: <4c27878f@news.povray.org>


> // Dust
> box {
>    <-4.999, -0.499, -4.999>,
>    <  4.999,  0.499,  0.499>
>    pigment { rgbt 1 }
>    hollow
>    interior {
>      media {
>        intervals 20
>        scattering {
>          2, rgb 0.1
>        }
>      }
>    }
> }
>

Unrelated to your problem, but you should NOT use intervals 20.
Much, much beter to leave it to it's default value of 1 and set samples 
instead.
You'll see that for the same final number of samples, the rendering 
speed get much beter.


Alain


Post a reply to this message

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