File: Colorspyro.es

package info (click to toggle)
structure-synth 1.0.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,072 kB
  • ctags: 1,176
  • sloc: cpp: 7,070; python: 167; makefile: 66; lisp: 25
file content (31 lines) | stat: -rw-r--r-- 402 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
set maxobjects 3000
set maxdepth 14000
{ sat 0.5  hue 50 b 0.9  } R1
set background #555

rule R1 {
{ y 0.5  rz 8 rx 1 h 6 s 1.01 1 1 ry 0.1  z 0.1 } R3
{ s 1 } sbox
}

rule R3  {
{ x 0.5  rz 8  rx -1  h 6 } R1
{ s 1 } sbox
}

rule R2 {
{ x -0.5 rz 3 rx 1  s 0.99 } R2
{ s 1 } sbox
} 

rule sbox {
{ b 0.6 }   grid
    box

}

rule sbsox  w 2  {
{ color #555  }   grid


}