|
|
"Thomas Fester" <tfe### [at] scivitde> wrote:
>
> after your great help with using loops for naming splines, here comes the work I
> have been using you advice for (I have been using the for-loop-approach - #for
> (I, 0, 3)
> #declare SplineXs[I] = spline {
> cubic_spline
> ...
> }
> #end).
>
Hmm. I cannot get that to work, in either 'official' v3.7.0 or v3.8 beta 1.
My own variation, which also fails...
#for(I, 0, 3)
#declare My_Sphere[I] = sphere {0,.2 translate .5*I*x}
#end
The fatal error is: "Expected '=', [ found instead."
It would be great if such a simple construction would work; are you using a
different POV-ray version, for your success?
Post a reply to this message
|
|