POV-Ray : Newsgroups : povray.general : 3.1 beta4 macro 'bug' : Re: 3.1 beta4 macro 'bug' Server Time
13 Aug 2024 19:23:31 EDT (-0400)
  Re: 3.1 beta4 macro 'bug'  
From: Dan Connelly
Date: 7 Jul 1998 18:45:53
Message: <35A296FC.AE6A94D9@flash.net>
I don't know about the bug, but I would have
written the macro as follows:

#macro plus(X,Y)
   (X+Y)
#end

to avoid operator binding ambiguities.


K. Tyler wrote:
> 
> I rendered your statements exactly as listed below with only
> the addition of a camera. The warning did not appear. ???
> Perhaps something  else where in the scene or one of your
> include files is tripping the warning.

> 
> > The following macro, and its application, cause POV 3.1 to generate
> > a warning:
> >
> >    #macro plus(X,Y)
> >      X+Y
> >    #end

-- 
http://www.flash.net/~djconnel/


Post a reply to this message

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