|
|
in news:3bc51a6c@news.povray.org Mark Wagner wrote:
> Try
>
> #declare A = 0+Spl(0.3);
Ah, I tried #declare A = Spl(0.3)+<0,0,0>; as a work around that didn't
work. Yours does.
> This tells the parser you are trying to declare a float or vector,
> rather than trying to copy a spline. I don't know why you get the
> particular error message you do; my development version gives
> "Expected: RValue to declare".
Shouldn't copying a spline be (made) possible?
Ingo
--
Photography: http://members.home.nl/ingoogni/
Pov-Ray : http://members.home.nl/seed7/
Post a reply to this message
|
|