POV-Ray : Newsgroups : povray.general : [bug] Very slow rendering : Re: [bug] Very slow rendering Server Time
31 Jul 2024 14:29:58 EDT (-0400)
  Re: [bug] Very slow rendering  
From: William Peska
Date: 26 Jan 2007 20:44:15
Message: <45baae6f@news.povray.org>
Tim Attwood wrote:
> The bug is in the quartic, it appears
> not to work predicably with radiosity
> (even if you bound it).

The bug remains if the quartic is replaced with isosurface:

  isosurface{
   function { x*x + z*z - 1/4 }
   contained_by { box{ <-1, -5, -1>, <1, 5, 1> } }
   max_gradient 8
  }

> The easy solution is just to replace it
> with a long cylinder... 

This will not fix the bug.
I have a scene with isosurface (which can not be replaced), in which the 
rendering freezes during a radiosity pre-trace pass.

William


Post a reply to this message

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