POV-Ray : Newsgroups : povray.binaries.images : WIP - Penrose Floor Server Time
7 Aug 2024 05:19:47 EDT (-0400)
  WIP - Penrose Floor (Message 1 to 10 of 10)  
From: Janet
Subject: WIP - Penrose Floor
Date: 17 Jun 2006 15:05:01
Message: <web.4494513cc659528fa30dd5a00@news.povray.org>
Just a floor right now. The code was modified from some code by PM 2Ring,
which was modified from some code by John VanSickle.
See PM 2Ring's post:
http://news.povray.org/povray.binaries.images/message/%3Cweb.4386daf17ed7ae6c2eef1b3b0%40news.povray.org%3E/#%3Cweb.438
6daf17ed7ae6c2eef1b3b0%40news.povray.org%3E


Post a reply to this message


Attachments:
Download 'penfloortiles.jpg' (223 KB)

Preview of image 'penfloortiles.jpg'
penfloortiles.jpg


 

From: PM 2Ring
Subject: Re: WIP - Penrose Floor
Date: 18 Jun 2006 09:30:00
Message: <web.44955495577206901bd1c060@news.povray.org>
"Janet" <par### [at] attnet> wrote:
> Just a floor right now. The code was modified from some code by PM 2Ring,
> which was modified from some code by John VanSickle.

Nice colours (as usual), Janet.

Are those curves on the tiles derived from the Conway lines? If not they
sure look a lot look like Conway lines.

With those colours it could be a stained glass wall as well as a floor.


Post a reply to this message

From: Janet
Subject: Re: WIP - Penrose Floor
Date: 18 Jun 2006 11:45:01
Message: <web.449573c757720690d76f1f750@news.povray.org>
"PM 2Ring" <nomail@nomail> wrote:
> Are those curves on the tiles derived from the Conway lines? If not they
> sure look a lot look like Conway lines.
>
> With those colours it could be a stained glass wall as well as a floor.

Stained Glass... that could be nice. I'd have to work on the leading. Thanks
for the idea.
I don't know what Conway lines are, but please enlighten me. The lines are a
normal function:
#declare phi=Phi-1;
#declare Fc1 = Phi;
#declare Fc2 = phi;
#declare Func = function {
         cos(x) * cos(z) + cos((sqrt(Fc1)*x-z)/Fc2) *
         cos((x+sqrt(Fc1)*z)/Fc2) + cos((sqrt(Fc1)*x+z)/Fc2) *
         cos((x-sqrt(Fc1)*z)/Fc2) }

You can change Fc1 and Fc2 to get different patterns. I found this function
here: http://www.interq.or.jp/blue/kawashu/gallery/unofficial.html


Post a reply to this message

From: Ross
Subject: Re: WIP - Penrose Floor
Date: 19 Jun 2006 11:07:53
Message: <4496bdc9$1@news.povray.org>
"PM 2Ring" <nomail@nomail> wrote in message
news:web.44955495577206901bd1c060@news.povray.org...
> "Janet" <par### [at] attnet> wrote:
> > Just a floor right now. The code was modified from some code by PM
2Ring,
> > which was modified from some code by John VanSickle.
>
> Nice colours (as usual), Janet.
>
> Are those curves on the tiles derived from the Conway lines? If not they
> sure look a lot look like Conway lines.
>
> With those colours it could be a stained glass wall as well as a floor.
>

I agree. If the title didn't mention "floor", I would have assumed a stained
glass window.

very vibrant image


Post a reply to this message

From: Jon Buller
Subject: Re: WIP - Penrose Floor
Date: 19 Jun 2006 13:40:01
Message: <web.4496e04a5772069048362b170@news.povray.org>
"Janet" <par### [at] attnet> wrote:
> "PM 2Ring" <nomail@nomail> wrote:
> > Are those curves on the tiles derived from the Conway lines? If not they
> > sure look a lot look like Conway lines.
> >
> > With those colours it could be a stained glass wall as well as a floor.
>
> Stained Glass... that could be nice. I'd have to work on the leading. Thanks
> for the idea.
> I don't know what Conway lines are, but please enlighten me. The lines are a
> normal function:
> #declare phi=Phi-1;
> #declare Fc1 = Phi;
> #declare Fc2 = phi;
> #declare Func = function {
>          cos(x) * cos(z) + cos((sqrt(Fc1)*x-z)/Fc2) *
>          cos((x+sqrt(Fc1)*z)/Fc2) + cos((sqrt(Fc1)*x+z)/Fc2) *
>          cos((x-sqrt(Fc1)*z)/Fc2) }
>
> You can change Fc1 and Fc2 to get different patterns. I found this function
> here: http://www.interq.or.jp/blue/kawashu/gallery/unofficial.html

I'm not sure exactly what "PM2 Ring" meant by "Conway lines", but look at
the circles in the tiles on this page:

http://www2.spsu.edu/math/tile/aperiodic/penrose/penrose2.htm

The circles are usually used to make sure that the tiles are not put
together into rhombuses that just repeat across the plane like squares do.
I believe Conway added those circles as a simpler way of enforcing the rules
than what Penrose had done.

The other thing that comes to my mind (working on "lines" instead of
"Conway") is Ammon Bars.  To see them, take a look at the colored straight
lines running across all the tiles at:

http://www2.spsu.edu/math/tile/aperiodic/empires/ammanbars.htm

And now I have a question too.  The colors are wonderful, sometimes paired
up across an edge, and sometimes not.  How did you select them and apply
them to the triangles?

Jon

P.S. I have a set of macros that do Penrose Rhombs, and another that do
Penrose Kites and Darts (more like your image).  I have found them easier
to work with and more flexible than any other ones I've seen posted, but
I'm probably rather biased.  The others were helpful with a few hints and a
push to actually do it, though.  If you (or anyone else) is interested, I'll
finish cleaning them up and post them.


Post a reply to this message

From: Janet
Subject: Re: WIP - Penrose Floor
Date: 19 Jun 2006 22:35:01
Message: <web.44975d9357720690597ba2120@news.povray.org>
"Jon Buller" <jon### [at] bullersnet> wrote:
> I'm not sure exactly what "PM2 Ring" meant by "Conway lines", but look at
> the circles in the tiles on this page:
>
> http://www2.spsu.edu/math/tile/aperiodic/penrose/penrose2.htm
>
> The circles are usually used to make sure that the tiles are not put
> together into rhombuses that just repeat across the plane like squares do.
> I believe Conway added those circles as a simpler way of enforcing the rules
> than what Penrose had done.

Okay thanks, I couldn't find Conway lines anywhere on the internet. But I
have seen these lines before. There's a great program called Penrose Tiler
that creates the lines, or kites and darts, etc here ==>
http://www.westmaster.com/zidek/research/
Here's a picture I did with Penrose Tiler, Illustraor and Photoshop (not
POV-Ray but, oh well) http://www.deviantart.com/view/27686652/

> And now I have a question too.  The colors are wonderful, sometimes paired
> up across an edge, and sometimes not.  How did you select them and apply
> them to the triangles?

The colors are generated randomly.
#declare R1 = seed(676);
pigment { rgb<rand(R1)*1,rand(R1)*1,rand(R1)*1> }
I'm not really sure how all the code works. I will post it if you would like
to see it.

> P.S. I have a set of macros that do Penrose Rhombs, and another that do
> Penrose Kites and Darts (more like your image).  I have found them easier
> to work with and more flexible than any other ones I've seen posted, but
> I'm probably rather biased.  The others were helpful with a few hints and a
> push to actually do it, though.  If you (or anyone else) is interested, I'll
> finish cleaning them up and post them.

I'm interested. Even if they are unclean.
Thanks, Janet


Post a reply to this message

From: Jon Buller
Subject: Re: WIP - Penrose Floor
Date: 20 Jun 2006 00:30:01
Message: <web.449778f5577206902ff3aa640@news.povray.org>
"Janet" <par### [at] attnet> wrote:

> The colors are generated randomly.
> #declare R1 = seed(676);
> pigment { rgb<rand(R1)*1,rand(R1)*1,rand(R1)*1> }
> I'm not really sure how all the code works. I will post it if you would like
> to see it.

I was picking colors that way for a while, but I didn't remember them being
quite so bright and vibrant.  OTOH, my daughter wanted one of those images
for her desktop wallpaper and it was really bright and vibrant too, so maybe
it was similar to your colors... 8^)  I think I might go back to that again,
or at least play with it a bit more.

[ I wrote... ]
> > P.S. I have a set of macros that do Penrose Rhombs, and another that do
> > Penrose Kites and Darts (more like your image).  I have found them easier
> > to work with and more flexible than any other ones I've seen posted, but
> > I'm probably rather biased.  The others were helpful with a few hints and a
> > push to actually do it, though.  If you (or anyone else) is interested, I'll
> > finish cleaning them up and post them.
>
> I'm interested. Even if they are unclean.
> Thanks, Janet

I'll clean them up a bit, delete all the fluff and cruft, and make a demo
image or two.  Expect to see the demo images here in a day or two, and the
files in the same post or in p.b.s-f depending on how long they turn out to
be.

Jon


Post a reply to this message

From: Sven Littkowski
Subject: Re: WIP - Penrose Floor
Date: 20 Jun 2006 10:31:46
Message: <449806d2@news.povray.org>
A wonderful, beautiful caleidoscope out of my childhood days...

The memories make me feeling blue. Pretty creation.

Greetings,

Sven


Post a reply to this message

From: Janet
Subject: Re: WIP - Penrose Floor
Date: 20 Jun 2006 20:50:01
Message: <web.44989677577206902236d51e0@news.povray.org>
"Jon Buller" <jon### [at] bullersnet> wrote:
> I'll clean them up a bit, delete all the fluff and cruft, and make a demo
> image or two.  Expect to see the demo images here in a day or two, and the
> files in the same post or in p.b.s-f depending on how long they turn out to
> be.

Thank you Jon, I'll watch for the decruftified files.


Post a reply to this message

From: PM 2Ring
Subject: Re: WIP - Penrose Floor
Date: 26 Jun 2006 08:50:00
Message: <web.449fd7b3577206901bd1c060@news.povray.org>
"Janet" <par### [at] attnet> wrote:

> Okay thanks, I couldn't find Conway lines anywhere on the internet. But I
> have seen these lines before. There's a great program called Penrose Tiler
> that creates the lines, or kites and darts, etc here ==>
> http://www.westmaster.com/zidek/research/

I have Penrose Tiler 2, version 3.1. Down the bottom of the View menu it has
3 options controlling Conway lines. This program was invaluable in helping
me develop the code for the pentagonal variant of the Penrose tiling.


Post a reply to this message

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