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

« back to all changes in this revision

Viewing changes to Examples/Boxes II.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
// Boxes. Plenty of them.
 
2
 
 
3
60 * { y 1 } 60 * { z 1 } 1 * { sat 0.7 b 0.7 h 0   }   r1
 
4
 
 
5
rule r1 {   { s 4 1 1 h 0 } r2 }
 
6
rule r1 {  { s 1 1 1 h 50 } r2 }
 
7
rule r1 {   { s 2 1 1 h 90 } r2 }
 
8
rule r1 {  { s 3 1 1 h 220  } r2  }
 
9
 
 
10
rule r2 {   { rx 14 } box  } 
 
11
rule r2 {   { rx 24 } box  }
 
12
rule r2 {    box  }