|
 |
In article <397BB8B8.C551A8D3@skynet.be>, Fabien Mosen
<fab### [at] skynet be> wrote:
> I gave it another try, but but but :
> - it's impossible to pass a spline identifier as a #macro parameter
> - it's impossible to #declare a point :
> #declare Point = SplineIdent (Value);
These are bugs, of course...hopefully they will be fixed soon. And I
think there is a workaround for the second one:
#declare Point = <0,0,0> + SplineIdent(Value);
> - and I still miss the "linear natural cubic" quality of the other
> splines. (and if I write a #macro to evenly distribute the "samples"
> along the spline, the parsing times will go trough the roof, as it
> does, alas, when using Kari's #macro).
And this is just a missing feature. The point I was trying to make is
that the *syntax* is far better, and that this spline patch could easily
be extended to do these things.
--
Christopher James Huff - Personal e-mail: chr### [at] mac com
TAG(Technical Assistance Group) e-mail: chr### [at] tag povray org
Personal Web page: http://homepage.mac.com/chrishuff/
TAG Web page: http://tag.povray.org/
Post a reply to this message
|
 |