File: floors.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 (42 lines) | stat: -rw-r--r-- 598 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
36
37
38
39
40
41
42



set background #fff

5 * { z 10 } s2

rule s2  {
{ s 20 20 0.3 } box
10  * { x 2 } 10  * { y 2 } 1 * { x -11 y -11 }  d1
 10  * { x 2 } 10  * { y 2 } 1 * { x -11 y -11 rx 180 }  d1
 }

rule d1  md 10 {
 { s 0.2 0.1 1 } box
{ z 1 ry 5 s 0.9  } d1
}

rule d1  md 10 {
 { s 0.2 0.1 1 } box
{ z 1 rx 5 s 0.9 } d1
}

rule d1  md 10 {
 { s 0.2 0.1 1 } box
{ z 1 rz 5 } d1
}

rule d1  md 10 {
 { s 0.2 0.1 1 } box
{ z 1 ry -5 s 0.9  } d1
}

rule d1  md 10 {
 { s 0.2 0.1 1 } box
{ z 1 rx -5 s 0.9 } d1
}

rule d1  md 10 {
 { s 0.2 0.1 1 } box
{ z 1 rz -5 } d1
}