POV-Ray : Newsgroups : povray.beta-test : strange recursion error : Re: strange recursion error Server Time
29 Jul 2024 20:22:51 EDT (-0400)
  Re: strange recursion error  
From: Gleb
Date: 15 Mar 2002 18:25:00
Message: <3c9282cc@news.povray.org>
"W?odzimierz ABX Skiba" <abx### [at] babilonorg> wrote in message
news:at849uk68rnqhu92mhbkng6ho01tl23178@4ax.com...
> POV 3.5 b 13 icl on WinNT Sp 6 PII 233 with 128 MB
>   #local g=function(_){ceil(_)-_};
>   plane{-z,-5 pigment{function{ g(atan2(x,y))}} finish{ambient 1}}
> returns:
>   Rendering Error: Stack full. Possible infinite recursive function call.
> but when I inline function and write script this way:
>   plane{-z,-5 pigment{function{ ceil(atan2(x,y))-atan2(x,y) }}
finish{ambient 1}}
> then it is rendered fine. Any confirmation ?
> As extended testing example use my signature :-)

Confirm (PIII-1000 512 Mb Win2000)
Your signature fails with the same message.

Gleb


Post a reply to this message

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