blag/assets/2011-11-04-crystal1.cfdg
2019-11-04 22:58:26 -05:00

38 lines
621 B
Plaintext

startshape Main
background { b -1 }
rule Main {
#12 * { h 30 a -0.1 } Hex { b 0.1 sat 0 }
ChangeColor { }
}
rule ChangeColor 1 {
4 * { h 10 r 90 a -0.01 } Hex { b 0.1 sat 0 a -0.4 }
}
rule ChangeColor 200 {
ChangeColor { h 10 }
}
rule Hex {
1 * { r 60 x 0.5 y 0.333 h 10 } Section { }
}
rule Section 2 {
TRIANGLE { }
Section { s 0.9 b 0.1 y 0.1 r 10 sat -0.1 h 0.5 }
}
rule Section 1 {
TRIANGLE { }
Section { s 1.1 b -0.1 y -0.2 r 20 h -0.5 }
}
rule Section 2 {
TRIANGLE { }
Section { s 0.9 b -0.1 x 0.3 r -10 sat 0.1 h 1 }
}
rule Section 1 {
TRIANGLE { }
Section { s 1.1 b 0.1 x -0.2 r -10 h -1 }
}