POV-Ray : Newsgroups : povray.beta-test : WinPov crash with too many max_gradient warnings Server Time
30 Jul 2024 10:19:01 EDT (-0400)
  WinPov crash with too many max_gradient warnings (Message 1 to 1 of 1)  
From: Christoph Hormann
Subject: WinPov crash with too many max_gradient warnings
Date: 31 Oct 2001 11:29:36
Message: <3BE026F0.B59858FA@gmx.de>
The following scene crashes while displaying the max_gradient warnings
after the render.  I remember something in that direction being mentioned
before (possibly during pre-beta) but i'm not sure.

#declare Cnt=5;       // no crash
//#declare Cnt=50;    // crash
           
#while (Cnt>0)                
    
  isosurface {
    function { x }
    contained_by { sphere { 0, 3 } }
    evaluate 1, 1.2, 0.99 
    pigment { rgb <0, 0.2, 1.1> } 
    translate 5*Cnt        
  }    
    
  #declare Cnt=Cnt-1;                                  
#end 

(beta 7, both intel and msvc, Athlon, WinNT4)

BTW, it does not crash with beta 6, but the message window stays empty
after the first run.

Christoph

-- 
Christoph Hormann <chr### [at] gmxde>
IsoWood include, radiosity tutorial, TransSkin and other 
things on: http://www.schunter.etc.tu-bs.de/~chris/


Post a reply to this message

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