Cubicubicubic
I was so impressed by subblue's example, that I had to try my own hand at this. I'm sure my eisen script is probably not as elegant, but it was a good learning exercise for me in Structure Synth coding.
Here it is large. For those interested, here's my eisen script: set maxdepth 8 R1 rule R1 { { rx 0 } R2 { x 1.5 y 1.5 z 1.5 s 0.5 } R1 { x 1.5 y 1.5 z -0.5 s 0.5} R1 { x -0.5 y 1.5 z 1.5 s 0.5} R1 { x -0.5 y 1.5 z -0.5 s 0.5} R1 } rule R2 { { x 0 y 1 z 0 s 0.25 2.25 0.25 } box // top { x 0 y 0 z 1 s 0.25 0.25 2.25 } box // top { x 0 y 1 z 2 s 0.25 2.25 0.25 } box // top { x 0 y 2 z 1 s 0.25 0.25 2.25 } box // top { x 1 y 0 z 0 s 2.25 0.25 0.25 } box //vertical { x 1 y 2 z 0 s 2.25 0.25 0.25 } box //vertical { x 1 y 2 z 2 s 2.25 0.25 0.25 } box //vertical { x 1 y 0 z 2 s 2.25 0.25 0.25 } box //vertical { x 2 y 1 z 0 s 0.25 2.25 0.25 } box // bottom { x 2 y 0 z 1 s 0.25 0.25 2.25 } box // bottom { x 2 y 1 z 2 s 0.25 2.25 0.25 } box // bottom { x 2 y 2 z 1 s 0.25 0.25 2.25 } box // bottom } And here it is as an anaglyph. ©2008 David C. Pearson, M.D. Commentsfpsurgeon
|
[?]
TagsAdditional Information
|
Paraheadache
says:
Is it possible to do a stereogram of these? I bet it would be really cool.
Posted 13 months ago. ( permalink )