|
 |
Nigel Stewart wrote:
> > <sphere radius=1>
> > <pigment>
> > <color rgb='#ff00ff'>
> > </pigment>
> > <rotate x=0 y=10 z=0>
> > </sphere>
>
> OK, so what does a for loop look like in this
> imaginary XML povscript?
>
> I guess that we can simply plug-in the appropriate
> editors for different groups in the XML file?
> Plug-in the sphere editor, bezier editor, spline,
> etc...
>
> --
> Nigel Stewart (nig### [at] nigels com)
> Research Student, Software Developer, Tokyo Dweller
> "The Australian Government wants to read your email."
<loop counter=foo initial=1 final=5 step =1>
<sphere radius=1>
<center x=0 y=0 z=0/>
<pigment>
<color rgb='#ff00ff'/>
</pigment>
<rotate x=0 y=10 z=0/>
<translate>
<y>foo + 1 * 5</y>
</translate>
</sphere>
</loop>
Arrggggghhh! no! stop stop stop!!!
My head is exploding!
;-)
I think this little exercise is getting out of hand.
--
"My new computer's got the clocks, it rocks
But it was obsolete before I opened the box" - W.A.Y.
Post a reply to this message
|
 |