|
|
|
|
|
|
| |
| |
|
|
|
|
| |
| |
|
|
In another thread Norbert Kern mentioned working through older
contributions of textures for his 300+ materials study and finding
mysterious techniques. I'm with him on being amazed at what others have
worked out over time. His comment reminded me of a particular trick Tek
found 10 years or more back to create lace like patterns from rotations
and warp repeat statements with flipping across axes. I tried again over
the past couple days to make sense of why the trick works at all. Many
experiments and variations and no luck. It is still a mystery to me.
I decided to turn one - not very lace like - result of Tek's trick into
a more complete image before moving on to other things.
Bill P.
Post a reply to this message
Attachments:
Download 'tekwallpuzzle.jpg' (296 KB)
Preview of image 'tekwallpuzzle.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
William F Pokorny <ano### [at] anonymousorg> wrote:
.... a particular trick Tek
> found 10 years or more back to create lace like patterns from rotations
> and warp repeat statements with flipping across axes.
That's some crazy stuff right there!
http://news.povray.org/povray.binaries.images/thread/%3C3ff78b57%241%40news.povray.org%3E/
I was unaware of "flip"
I wonder if it's possible to discretize the warp and vary the color so that
maybe you can see what's going on better. Maybe create an animation that lays
down each "step".
I've also noticed in my dabbling that POV-Ray is now so huge and packed with
tools and features that it's sometimes confusing to even know which variation of
a feature to use. Surely there is much to be discovered in all the combinations
of things one has the option to use.
....and of course you couldn't figure it out --- that's the EVIL part of his
super brain! ;)
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
See animation in p.b.a.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Bald Eagle" <cre### [at] netscapenet> wrote:
> ....and of course you couldn't figure it out --- that's the EVIL part of his
> super brain! ;)
lace patterns were a nice (simple?) code masterpiece. Variating patterns shows
influence of code vs. patterns. Below is shown - with the same setup and
colormap - quilted, wrinkles and granite.
Norbert
Post a reply to this message
Attachments:
Download 'tek-laces.jpg' (635 KB)
Preview of image 'tek-laces.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
"Bald Eagle" <cre### [at] netscapenet> wrote:
> ....and of course you couldn't figure it out --- that's the EVIL part of his
> super brain! ;)
by the way - lace patterns code reminds to a similar masterpiece (imho) -
Kingdom from Samuel T. Benge (
http://news.povray.org/povray.binaries.scene-files/thread/%3C486725ee%40news.povray.org%3E/?ttop=328092&toff=50
).
Shown below are wrinkles, crackle metric 700 and ripples...
Norbert
Post a reply to this message
Attachments:
Download 'benge-kingdoms.jpg' (838 KB)
Preview of image 'benge-kingdoms.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 10/09/2014 04:34 PM, Norbert Kern wrote:
>
> lace patterns were a nice (simple?) code masterpiece. Variating patterns shows
> influence of code vs. patterns. Below is shown - with the same setup and
> colormap - quilted, wrinkles and granite.
>
> Norbert
>
Neat & thanks for the pointer to Sam's similar invention.
Code vs patterns. Yes, a good way to think of it. Though, thus far I am
unable to understand the whole of what is happening on the path from
code & pattern to result.
Bill P.
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |
| |
|
|
William F Pokorny <ano### [at] anonymousorg> wrote:
> unable to understand the whole of what is happening on the path from
> code & pattern to result.
> Bill P.
IMHO, it's understandable seeing at the center.
In short, rotation + warp repeat y flip y acts as a kaleidoscope, as long as you
rotate 180 degrees (ncount_max * fA) or a multiple of it.
To show, what I mean, I add an image with code spippets included.
Distance from origin is needed to get rid of the kaleidoscope effect...
Norbert
Post a reply to this message
Attachments:
Download 'lace pattern 2.jpg' (608 KB)
Preview of image 'lace pattern 2.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
On 10/10/2014 05:40 PM, Norbert Kern wrote:
>
> IMHO, it's understandable seeing at the center.
> In short, rotation + warp repeat y flip y acts as a kaleidoscope, as long as you
> rotate 180 degrees (ncount_max * fA) or a multiple of it.
>
> To show, what I mean, I add an image with code spippets included.
> Distance from origin is needed to get rid of the kaleidoscope effect...
>
> Norbert
>
Hi Norbert,
I agree with your outline for how the method works. However, at a
fundamental level this trick still confuses me. Attached is a series of
4 renders of a unit square centered at the origin. On the left is just
All good thus far in that it makes sense to me. The introduction of the
warp in the third introduces no change as I'd expect given the repeat
should not happen until +- 1.0 in Y. Now for the final image on the
nothing more than what I would see from the two rotations of the
original pattern.
Instead, there is a discontinuity in the pattern in the upper left and
lower right quadrants. I believe this a necessary component of the
method, but I do not really understand what happened to pull the repeat
quadrants of the square +-0.5 in x&y. In other words I expect the second
than the original rotated -36*z pattern into the first warp.
and this continues in the full method as we layer the repeats. Is the
trailing repeat partly folding or collapsing the spatial coordinates of
the one before it?
We get very cool results I suppose no matter whether I can understand
things...
and I thought - more interesting result.
Bill P.
Post a reply to this message
Attachments:
Download 'z.jpg' (40 KB)
Download 'dualflips.jpg' (21 KB)
Preview of image 'z.jpg'
Preview of image 'dualflips.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
William F Pokorny <ano### [at] anonymousorg> wrote:
> and this continues in the full method as we layer the repeats. Is the
> trailing repeat partly folding or collapsing the spatial coordinates of
> the one before it?
>
> Bill P.
This is right, if I watch at the results.
Repeating your renders I got left the expected (only rotation), but after a
single rotation and warp there is the discontinuity. Adding another rotation and
warp (third from left) and with fA = 10 the result is strange.
Obviously the warp displaces the rotated pattern one unit in y axis. Since
scaling doesn't match the pattern, you see one discontinuity. After a second
rotation and warp you see two lines of discontinuity (enlarging would clarify it
more). Every rotation + warp adds another discontinuity...
Norbert
Post a reply to this message
Attachments:
Download 'lace patterns 3.jpg' (655 KB)
Preview of image 'lace patterns 3.jpg'
|
|
| |
| |
|
|
|
|
| |
| |
|
|
> William F Pokorny <ano### [at] anonymousorg> wrote:
> .... a particular trick Tek
>> found 10 years or more back to create lace like patterns from rotations
>> and warp repeat statements with flipping across axes.
>
> That's some crazy stuff right there!
>
http://news.povray.org/povray.binaries.images/thread/%3C3ff78b57%241%40news.povray.org%3E/
>
> I was unaware of "flip"
>
> I wonder if it's possible to discretize the warp and vary the color so that
> maybe you can see what's going on better. Maybe create an animation that lays
> down each "step".
>
> I've also noticed in my dabbling that POV-Ray is now so huge and packed with
> tools and features that it's sometimes confusing to even know which variation of
> a feature to use. Surely there is much to be discovered in all the combinations
> of things one has the option to use.
>
> ....and of course you couldn't figure it out --- that's the EVIL part of his
> super brain! ;)
>
If you add warp { repeat x flip x } the pattern fill the plane.
--
Lionel
<b>Do not judge my words, judge my actions.</b>
---
http://www.avast.com
Post a reply to this message
|
|
| |
| |
|
|
|
|
| |