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

« back to all changes in this revision

Viewing changes to Examples/Archived/Grid.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
//  Produced by Structure Synth V 0.4
 
2
//  (http://structuresynth.sf.net/)
 
3
 
 
4
set maxdepth 25 
 
5
set background #252
 
6
{ h 30 sat 0.7  h 67 b 0.8 a 1  } s2
 
7
 
 
8
rule s2 w 2  { 
 
9
  {  z 5  s 0.4 0.4 10  }  sbox
 
10
  { rz 3 z 5  sat 0.98 s 0.9 h 10   }  s2
 
11
}
 
12
 
 
13
rule s2  { 
 
14
{ rz 1 z 5  s 0.4 0.4 10  }  sbox
 
15
{ rz 4 z 5  sat 0.98 s 1.1    }  s2
 
16
}
 
17
 
 
18
 
 
19
 
 
20
rule s2  w 2  { 
 
21
{ z 5  s 0.4  0.4 10  } sbox
 
22
{ rz 1 z 5 rx 90 b 1.2  }  s2
 
23
{ rz 1  z 5 ry -90 b 0.8  }  s2
 
24
}
 
25
 
 
26
 
 
27
rule sbox {
 
28
box
 
29
{ color #110 } grid
 
30
}
 
31