POV-Ray : Newsgroups : povray.animations : Recursion Server Time
28 Mar 2024 15:53:28 EDT (-0400)
  Recursion (Message 1 to 6 of 6)  
From: m@b
Subject: Recursion
Date: 6 Jun 2021 08:10:31
Message: <60bcbb37$1@news.povray.org>
An experiment in recursion inspired by "Three Spheres II", a lithograph 
print by the Dutch artist M. C. Escher

<https://youtu.be/gUzp0Bc6u1I>


Post a reply to this message

From: BayashiPascal
Subject: Re: Recursion
Date: 9 Jun 2021 00:05:00
Message: <web.60c03d548324b588a3e088d5e0f8c582@news.povray.org>
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>


Post a reply to this message

From: m@b
Subject: Re: Recursion
Date: 9 Jun 2021 04:10:24
Message: <60c07770@news.povray.org>
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

From: BayashiPascal
Subject: Re: Recursion
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

From: Thomas de Groot
Subject: Re: Recursion
Date: 9 Jun 2021 07:08:56
Message: <60c0a148$1@news.povray.org>
Op 6-6-2021 om 14:10 schreef m@b:
> An experiment in recursion inspired by "Three Spheres II", a lithograph 
> print by the Dutch artist M. C. Escher
> 
> <https://youtu.be/gUzp0Bc6u1I>

Very nice indeed.

-- 
Thomas


Post a reply to this message

From: Dick Balaska
Subject: Re: Recursion
Date: 24 Sep 2021 22:12:35
Message: <614e8593$1@news.povray.org>
On 6/6/2021 8:10 AM, m@b wrote:
> An experiment in recursion inspired by "Three Spheres II", a lithograph 
> print by the Dutch artist M. C. Escher
> 
> <https://youtu.be/gUzp0Bc6u1I>

I love the golf ball!

-- 
dik
Rendered 50,081,587,200 of 50,081,587,200 pixels (100%)


Post a reply to this message

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