POV-Ray : Newsgroups : povray.beta-test : #while crash.. : #while crash.. Server Time
30 Jul 2024 04:22:26 EDT (-0400)
  #while crash..  
From: Peter Hertel
Date: 6 Jan 2002 09:51:27
Message: <3c38646f@news.povray.org>
hey!
crash with the following code:

#local Q = 0;
#while (Q<1)
sphere {0,0.1
pigment {rgb 1}
translate x*(-2^Q)
}
#local Q = Q+0.1;
#end

first time POV just quit with no msg, then windows came up with that program
error window.. (don't know its english name :)

PII 450mhz 256ram Win2000 (norwegian)

-Peter


Post a reply to this message

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