POV-Ray : Newsgroups : povray.general : Planar structures : Re: Planar structures Server Time
21 Nov 2024 08:30:39 EST (-0500)
  Re: Planar structures  
From: Kenneth
Date: 9 Nov 2024 08:30:00
Message: <web.672f636246958d9c91c33a706e066e29@news.povray.org>
"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

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