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

« back to all changes in this revision

Viewing changes to Examples/Torus2.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 160000
 
2
{ a 0.3  sat 0.5 } grinder 
 
3
set background #fff
 
4
 
 
5
rule grinder { 
 
6
   36 * { rz 10  y 0.1   }   36 * { ry 10  z 1.2 b 0.99 h 12  } xbox
 
7
 
8
 
 
9
rule xbox {
 
10
  { s 1.1  } grid
 
11
  { b 0.7  color #eee   a 0.2  }  box
 
12
}
 
13
 
 
14
rule xbox {
 
15
 { s 1.1    } grid
 
16
 { b 0.7  color #fff  a 0.3    } box
 
17
}