POV-Ray : Newsgroups : povray.animations : Recursion : Re: Recursion Server Time
28 Mar 2024 13:13:23 EDT (-0400)
  Re: Recursion  
From: BayashiPascal
Date: 9 Jun 2021 05:05:00
Message: <web.60c083b08324b588a3e088d5e0f8c582@news.povray.org>
Nice trick :-)



"m@b" <sai### [at] googlemailcom> wrote:
> On 09/06/2021 12:02 pm, BayashiPascal wrote:
> > Nice. Can you explain how you've done the recursion ?
> >
> > Pascal
> >
> > "m@b" <sai### [at] googlemailcom> wrote:
> >> An experiment in recursion inspired by "Three Spheres II", a lithograph
> >> print by the Dutch artist M. C. Escher
> >>
> >> <https://youtu.be/gUzp0Bc6u1I>
> >
> >
> >
>
>
>
> The image on the table is the previous frame of the animation:
> (frame_number-1)
>
>
> #declare File_name = concat("D:\\Files\\POV-Ray\\ANI0\\PovRay",
> str(frame_number-1,-4,0), ".png")
>
> box{<0,0,0>,<1,1,0.01> pigment{image_map{png File_name}}
> translate<-0.5,-0.5,0> scale<0.854,0.480,1>*15 rotate<90,1,0>}


Post a reply to this message

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