POV-Ray : Newsgroups : povray.beta-test : Known Bugs 24 Dec 2001 (beta 9) : Re: Known Bugs 24 Dec 2001 (beta 9) Server Time
30 Jul 2024 06:26:55 EDT (-0400)
  Re: Known Bugs 24 Dec 2001 (beta 9)  
From: R  Suzuki
Date: 26 Dec 2001 10:54:22
Message: <3c29f2ae@news.povray.org>
It crashes on my PC (Win Me, beta9.icl) if sin(X) is negative.  
So, the following code also crashes.
//----------- 
#declare X = .1;
#while(X <= 4)
  sphere { <X, (-0.4)^(-0.4), -.1>, .05 pigment { rgb 1 } }
  #declare X = X+.1;
#end
//-----------

In this case, POV-Ray should stop the rendering with an error message.

R. Suzuki


Post a reply to this message

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