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

« back to all changes in this revision

Viewing changes to Examples/Default.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
/*
 
2
        A simple demonstration of Structure Synth.
 
3
*/
 
4
 
 
5
set maxdepth 400
 
6
R1
 
7
R2
 
8
 
 
9
rule R1 {
 
10
  { x 1 rz 6 ry 6 s 0.99 } R1
 
11
  { s 2 } sphere
 
12
}
 
13
 
 
14
rule R2 {
 
15
  { x -1 rz 6 ry 6 s 0.99 } R2
 
16
  { s 2 } sphere
 
17
 
 
b'\\ No newline at end of file'