POV-Ray : Newsgroups : povray.general : Let me get this straight--a local variable can't have the same name as a ma= : Re: Let me get this straight--a local variable can't have the same name as = Server Time
30 Jul 2024 18:19:54 EDT (-0400)
  Re: Let me get this straight--a local variable can't have the same name as =  
From: alphaQuad
Date: 28 Sep 2008 16:30:00
Message: <web.48dfe81deb380981a7a018af0@news.povray.org>
"Cousin Ricky" <ric### [at] yahoocom> wrote:
> I wrote a macro that caused the scene to bomb out because an include file had a
> macro with a *local* variable with the same name as my macro.  This TOTALLY
> DEFEATS THE PURPOSE of having local variables.
>
> This scenario illstrates the problem:

Also:
#declare a = <0,0,0>;
and the first function expecting 'a' to be a float, and doionk!

#declare inneradius = function(a,b,c) { blah }


Post a reply to this message

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