twisted hex grid

If you have a design you're proud of, share the cfdg file here. It's also a good place to ask for feedback and collaborate.

Moderators: MtnViewJohn, chris, mtnviewmark

Post Reply
User avatar
chris
Site Admin
Posts: 72
Joined: Wed May 04, 2005 10:57 am
Location: New York, NY
Contact:

twisted hex grid

Post by chris »

Uses the i_polygons and I wrote about in the next thread down.

Image

Code: Select all

startshape seed

include /i_polygons.cfdg

rule seed {
 seed_up {y 0.866025 x -0.5}
 seed_up {r 180}
}

rule seed_up {
 seed_up {y 0.866025 x -0.5 s 0.97 b 0.05 r 1}
 seed_left {x -1}
 seed_right {}
}

rule seed_left {
 seed_left {x -1 s 0.97 b 0.05}
 polygon6sided {}
}

rule seed_right {
 seed_right {x 1 s 0.97 b 0.05}
 polygon6sided {}
}
Current Project: I'm creative director of OKCUPID at http://www.okcupid.com

User avatar
emrainey
Posts: 6
Joined: Fri May 06, 2005 9:37 am
Location: Dallas, TX
Contact:

Twisted Hex

Post by emrainey »

Very nice!
e.m.rainey

The next remark is false.
The previous remark is true.

Post Reply