POV-Ray : Newsgroups : povray.beta-test : Tiny function-script that crashes v3.5.beta.6.icl.win32 : Re: Tiny function-script that crashes v3.5.beta.6.icl.win32 Server Time
30 Jul 2024 14:24:07 EDT (-0400)
  Re: Tiny function-script that crashes v3.5.beta.6.icl.win32  
From: Christoph Hormann
Date: 22 Oct 2001 17:29:49
Message: <3BD48FCD.F738ECDD@gmx.de>
Tor Olav Kristensen wrote:
> 
> Here it is:
> (Crashes in Win98 on my 100 MHz Pentium.)
> 
> union {
>   sphere { y, 1 }
> //  sphere { z, 1 }                  // Uncomment these lines
> //  pigment { color rgb <1, 1, 1,> } // to get rid of warnings
> }
> 
> #local Fn = function(x) { x }
> 
> #debug ""
> 
> #declare Fn = function(x) { x }
> 
> [...]

I think that's the same bug that made the waveform sample in the insert
menu crash.  An '#undef Fn' between should help.

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.