File: DistortedSpiral.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 (36 lines) | stat: -rw-r--r-- 472 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
set maxobjects 60000

R1 { rz 180 } R2

set background white

Rule R1 {
// set seed initial
{ s 2 2 3} box
{ z 2 rx -5 s 0.98} R1 R3
}
Rule R2{

{ s 2 2 3} box
{ z -2 rx -5 s 0.98} R2 
{x -2 rz 5 s 0.98} R3
}
Rule R3 weight 0.1{
}
Rule R3{
{ s 3 2 2} box
{x -2 rz 5 s 0.98}R3
}
Rule R3{
set seed initial
{ s 2 3 2} box
{y 2 rz -5 s 0.98}R3
}
Rule R3{
{ s 2 3 2} box
{y -2 rz -5 s 0.98}R3
}
Rule R3{
{ s 2 3 2} box
{x 2 rz -5 s 0.98}R3
}