POV-Ray : Newsgroups : povray.programming : Re: Motion Blurring : Re: XML (was Re: Toughts about implementing motion-blur in POV-Ray...) Server Time
13 Jul 2025 01:34:34 EDT (-0400)
  Re: XML (was Re: Toughts about implementing motion-blur in POV-Ray...)  
From: Jon A  Cruz
Date: 3 Dec 1999 00:34:49
Message: <3847568F.376E0360@geocities.com>
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] nigelscom)
> 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

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