POV-Ray : Newsgroups : povray.general : [bug] Very slow rendering : Re: [bug] Very slow rendering Server Time
31 Jul 2024 14:27:56 EDT (-0400)
  Re: [bug] Very slow rendering  
From: Tim Attwood
Date: 27 Jan 2007 22:44:53
Message: <45bc1c35@news.povray.org>
The line
#local fchecker = function { pigment { checker } }
probably should have been
#local fchecker = function { pigment { checker 0 1} };
The default colors for a checker pigment are green
and blue. Since you later evaluate the gray values,
which should be nearly equal, I think somewhere
the pov engine gets confused.

After making this change it rendered fine for me
at 1000x1000 no AA and default radiosity (23 sec)


Post a reply to this message

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