File: Torus2.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 (17 lines) | stat: -rw-r--r-- 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
set maxobjects 160000
{ a 0.3  sat 0.5 } grinder 
set background #fff

rule grinder { 
   36 * { rz 10  y 0.1   }   36 * { ry 10  z 1.2 b 0.99 h 12  } xbox
} 

rule xbox {
  { s 1.1  } grid
  { b 0.7  color #eee   a 0.2  }  box
}

rule xbox {
 { s 1.1    } grid
 { b 0.7  color #fff  a 0.3    } box
}