POV-Ray : Newsgroups : povray.general : media brightness flickers as scale changes : Re: media brightness flickers as scale changes Server Time
31 Jul 2024 22:16:25 EDT (-0400)
  Re: media brightness flickers as scale changes  
From: Eric Buddington
Date: 26 Aug 2006 15:40:01
Message: <web.44f0a348671db759abef64010@news.povray.org>
Looks like it was another scale issue. My density function:
1013.25 * pow(e,-.029*9.8*(pow(x*x+y*y+z*z,0.5)-earth_radius)/8.134/298)
with earth_radius a little less than 1000, may have pushed some
floating-point limits. Shrinking the entire scene helped, for now.


Post a reply to this message

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