~ubuntu-branches/ubuntu/lucid/structure-synth/lucid

« back to all changes in this revision

Viewing changes to Examples/BinaryKite.es

  • Committer: Bazaar Package Importer
  • Author(s): Miriam Ruiz
  • Date: 2009-04-13 13:28:45 UTC
  • Revision ID: james.westby@ubuntu.com-20090413132845-d7d42t4llxjxq0ez
Tags: upstream-0.9
ImportĀ upstreamĀ versionĀ 0.9

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set maxobjects 16000
 
2
10 * { y 1 } 10 * { z 1 }  1 * { a 0.8  sat 0.9  } r1 
 
3
set background #aaa
 
4
 
 
5
 
 
6
rule r1   {
 
7
  { x 1  ry 4 } r1
 
8
  xbox
 
9
}
 
10
 
 
11
rule r1   {
 
12
{ x 1  ry -4  } r1
 
13
xbox
 
14
}
 
15
 
 
16
rule r1   {
 
17
{ x 1  rz -8  s 0.95 } r1
 
18
xbox
 
19
}
 
20
 
 
21
rule r1   {
 
22
{ x 1  rz 8  s 0.95   } r1
 
23
xbox
 
24
}
 
25
 
 
26
 
 
27
 
 
28
rule r2 maxdepth 36 {
 
29
{ ry 1  ry -13 x  1.2 b 0.99 h 12  } r2 
 
30
xbox
 
31
}
 
32
 
 
33
rule xbox {
 
34
  { s 1.1   color #000   } grid
 
35
  { b 0.7  color #000   a 0.9  }  box
 
36
}
 
37
 
 
38
rule xbox {
 
39
 { s 1.1   color #000     } grid
 
40
 { b 0.7  color #ddd  a 0.9    } box
 
41
}