File: Grinder.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 (28 lines) | stat: -rw-r--r-- 428 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
set maxobjects 117600
{ a 0.4 } grinder 

rule grinder { 
  36 * { ry 10 z 1.2 b 0.99 } 1 * { ry 34  rx 34 }  arm 

} 
rule arm {
xbox

 {  rz 2 rx 3 z 0.22 x 0.3 ry 10 s 0.999  x 0.5 sat 0.9995 hue 0.05 }  arm
}

rule arm {
   xbox

 {  rz 2 rx 3 z 0.22 x 0.3 ry 10 s 0.99  x 0.5 sat 0.9995 hue 0.15 }  arm
}
rule xbox {
  {    } box
{ s 0.9 } grid
}

rule xbox {
 { b 0.7   } box
{ s 0.9 } grid

}