File: Chaos%20II.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 (35 lines) | stat: -rw-r--r-- 438 bytes parent folder | download
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
32
33
34
35
set maxdepth 400
{ b 0.9 h 45  } R3

rule r3  maxdepth 3 > R1 {
  { sat 0.9  a 0.9 hue 120  } r3
 r1
}

rule R1 w 100 { 
{ x 1 rz 6 ry 6 s 0.99 h 0.9 } R1
{ s 1 } box 
} 

rule R1 w 100 { 
{ x 1 rz -6 ry 6 s 0.99 h -0.8  } R1
{ s 1 } box 
} 

rule R1 w 10 { 
{ x 1 rz -6 ry 6 s 0.99 a 0.9 h 1 } R1
{ s 1 } box 
} 

rule R1 w 3  { 
  R1
  { x -1 rx 70 } R1
} 

rule R1 w 3  { 
R1
{ x -1 ry 70 } R1
}