|
|
"Bald Eagle" <cre### [at] netscapenet> wrote:
> "Kenneth" <kdw### [at] gmailcom> wrote:
> >
> > My own variation, which also fails...
> >
> > #for(I, 0, 3)
> > #declare My_Sphere[I] = sphere {0,.2 translate .5*I*x}
> > #end
> >
>
> Are you preceding the loop with the necessary:
> #declare SplineXs = array [11];
Oh. So there is a pre-made *array*. Well, that explains it! My mistake.
I was still wrapped up in Thomas's previous post about auto-creating #declared
variable NAMES; I thought that this #for loop-- by itself-- was another similar
attempt. Duh. :-[
Post a reply to this message
|
|