|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
| |
|
|
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
|
|
| |
| |
|
|
|
|
| |
|
|