zig {
sides 5
paint blue
sides 3
ifon none {
paint orange
create zag
left
create zag
} { }
}
zag {
sides 5
paint blue
left
sides 3
ifon none {
paint orange
create zig
left
create zig
} { }
}
This blog is devoted to patterns made with polygons. I'll try to have something interesting posted regularly.
Wednesday, September 20, 2006
Not the Zipper
Well this is the pattern that is related to yesterday's zipper. The program to create this pattern is fairly simple. It has two different local patterns: one that looks like a propeller spinning clockwise and one that looks like a propeller spinning counter-clockwise. In the program below I have labeled them zig and zag.
Subscribe to:
Post Comments (Atom)
Popular Posts
-
This one was fun to make. I wanted a cool snowflake to be a backdrop for a presentation (http://prezi.com/jie04ey9bhjr/zulo/) that I wa...
-
Unlike normal, I was able to deliver the square version of the descending pentagons quickly. There was no math to figure out. although ...
-
Tileland+ interface Along with an interface update , I added a some language extras. The native Tileland instructions remain (polygon...
No comments:
Post a Comment