~ubuntu-branches/ubuntu/oneiric/structure-synth/oneiric

« back to all changes in this revision

Viewing changes to Examples/Menger.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
R1
 
2
 
 
3
rule R1 maxdepth 3 > c2 {
 
4
        { s 1/3 x -1 y -1  } R1 
 
5
        { s 1/3 x -1 y -1  z -1 } R1 
 
6
        { s 1/3 x -1 y -1  z +1 } R1 
 
7
        { s 1/3 x 1 y -1  } R1 
 
8
        { s 1/3 x 1 y -1  z -1 } R1 
 
9
        { s 1/3 x 1 y -1  z +1 } R1 
 
10
        { s 1/3  y -1  z -1 } R1  
 
11
        { s 1/3  y -1  z +1 } R1 
 
12
        { s 1/3 x -1 y 1  } R1 
 
13
        { s 1/3 x -1 y 1  z -1 } R1 
 
14
        { s 1/3 x -1 y 1  z +1 } R1 
 
15
        { s 1/3 x 1 y 1  } R1 
 
16
        { s 1/3 x 1 y 1  z -1 } R1 
 
17
        { s 1/3 x 1 y 1  z +1 } R1 
 
18
        { s 1/3  y 1  z -1 } R1  
 
19
        { s 1/3  y 1  z +1 } R1 
 
20
        { s 1/3 x -1   z -1 } R1 
 
21
        { s 1/3 x -1   z +1 } R1 
 
22
        { s 1/3 x 1    z -1 } R1 
 
23
        { s 1/3 x 1    z +1 } R1 
 
24
}
 
25
 
 
26
rule c2 {
 
27
 box
 
28
}
 
29
 
 
30
 
 
31
 
 
32