File: Trees%203d.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 (25 lines) | stat: -rw-r--r-- 402 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
23
24
25

set background white

{ h 30 sat 0.7 } seed
{ ry 180 h 30 sat 0.7 } seed
 
rule seed weight 100 { 
  box   
  { y 0.4 rx 1 s 0.995 b 0.995 } seed
}

rule seed weight 100 { 
  box   
  { y 0.4 rx 1 ry 1 s 0.995 b 0.995 } seed
}

rule seed weight 100 { 
  box   
  { y 0.4 rx 1 rz -1 s 0.995 b 0.995 } seed
}

rule seed weight 6 {  
  { rx 15 }  seed
  { ry 180 h 3  }  seed
}