POV-Ray : Newsgroups : povray.unofficial.patches : Can't pass spline to macro : Can't pass spline to macro Server Time
28 Sep 2024 16:52:12 EDT (-0400)
  Can't pass spline to macro  
From: Rune
Date: 26 Sep 2003 04:18:34
Message: <3f73f65a$1@news.povray.org>
// Works in POV-Ray 3.5 but not in MegaPov 1.0
#declare MySpline = spline {0, x, 1, y}
#macro MyMacro (Spline,Value)
   Spline(Value)
#end
#declare MyVector = MyMacro(MySpline,0.5);

Isn't this a bug?

Rune
--
3D images and anims, include files, tutorials and more:
rune|vision:  http://runevision.com **updated Jul 25**
POV-Ray Ring: http://webring.povray.co.uk


Post a reply to this message

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