Syntopia
Sunflower
Structure Synth structure. Rendered in SunFlow.
EisenScript:
// Camera settings. Place these before first rule call.
set translation [-2.70854 -0.808419 -20]
set rotation [-0.845321 0.486022 -0.221727 0.530545 0.812497 -0.241696 0.06268 -0.321951 -0.944678]
set pivot [0 0 0]
set scale 0.380927
set maxdepth 600
{ color red } R1
rule R1 {
{ x 1 rz 12 ry -6 s 0.99 } R1
{ s 0.99 } x3
}
rule R2 {
{ x -1 rx 7 rx -6 s 0.99 } R2
{ s 1 } x3
}
rule x3 maxdepth 20 {
set seed initial
{ rz 10 rz 9 s 1.2 y 1 h 1.5 } x3
cbox
}
rule x3 maxdepth 20 {
set seed initial
{ rz -10 rx -6 ry 3 s 0.99 z 1 h 1 } x3
cbox
}
rule cbox {
{ s 0.1 1 1 } box
{ s 0.1 1 1 color black } grid
}
Sunflower
Structure Synth structure. Rendered in SunFlow.
EisenScript:
// Camera settings. Place these before first rule call.
set translation [-2.70854 -0.808419 -20]
set rotation [-0.845321 0.486022 -0.221727 0.530545 0.812497 -0.241696 0.06268 -0.321951 -0.944678]
set pivot [0 0 0]
set scale 0.380927
set maxdepth 600
{ color red } R1
rule R1 {
{ x 1 rz 12 ry -6 s 0.99 } R1
{ s 0.99 } x3
}
rule R2 {
{ x -1 rx 7 rx -6 s 0.99 } R2
{ s 1 } x3
}
rule x3 maxdepth 20 {
set seed initial
{ rz 10 rz 9 s 1.2 y 1 h 1.5 } x3
cbox
}
rule x3 maxdepth 20 {
set seed initial
{ rz -10 rx -6 ry 3 s 0.99 z 1 h 1 } x3
cbox
}
rule cbox {
{ s 0.1 1 1 } box
{ s 0.1 1 1 color black } grid
}