POV-Ray : Newsgroups : povray.unofficial.patches : Help with photons. Can't get rid of bright dots : Re: Help with photons. Can't get rid of bright dots Server Time
2 Sep 2024 06:12:23 EDT (-0400)
  Re: Help with photons. Can't get rid of bright dots  
From: Antti Markus
Date: 20 Apr 2000 09:19:39
Message: <38FF03E2.F5794FD7@chemnet.ee>
Nathan Kopp wrote:
> 

> If you comment out "smooth" in your height field, the white dots go away.  I
> don't yet know exactly what causes them.

If you don't comment out "smooth" and increase scale:

height_field
{ pattern 300, 300
  { hf_gray_16
    granite color_map { [0 rgb 0][1 rgb 1] }
    scale .8 //<--- changed from 0.5
  }
  smooth
  pigment
  { granite color_map { [0 rgb <1,.7,.3>][1 rgb <.8,.5,.1>] }
    scale .5
  }

then there are a lot less of these white dots. 

Antti


Post a reply to this message

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