POV-Ray : Newsgroups : povray.newusers : How to set the texture of the tiles like in this post? : Re: How to set the texture of the tiles like in this post? Server Time
25 Apr 2024 01:16:36 EDT (-0400)
  Re: How to set the texture of the tiles like in this post?  
From: clipka
Date: 9 Feb 2018 06:38:14
Message: <5a7d8826$1@news.povray.org>
Am 09.02.2018 um 04:43 schrieb mathzhaoliang:

> Hi clipka: Thanks for your help! But my problem is still there: my tiling shapes
> are not among these built-in ones, it's like the penrose tilings but the
> rhombus are arranged in other way (each rhombi is computed and specified by its
> 4 corners, in fact it's called aperiodic tilings), and I have to set the texture
> for each rhombi manually. So the normal type identifier **tiling Tiling** does
> not work in my problem.

To be nitpicking, the Penrose tilings /are/ aperiodic tilings. They're
/quasicrystals/ though, which not all aperiodic tilings are.

If your tiling is not a Penrose tiling, then you're out of luck with the
`tiling` pattern: If it's not in the repertoire, you can't get it this way.

It may be possible to achieve your goal with a function pattern, but I'd
expect it to be non-trivial, and also potentially slow to render.

The inbuilt Penrose tiling is not implemented via precomputed rhombus
corners, but rather via an iterative algorithm based on substitution
rules, so this approach cannot be extended to non-regular aperiodic tilings.


Post a reply to this message

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