File: Grinder.es

package info (click to toggle)
structure-synth 1.5.0-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,268 kB
  • ctags: 1,966
  • sloc: cpp: 10,209; python: 164; makefile: 71; sh: 15
file content (22 lines) | stat: -rw-r--r-- 370 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
// Grinder.es

set maxobjects 117600
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 {
  { b 0.7   } box
}