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

« back to all changes in this revision

Viewing changes to Examples/Archived/Chaos II.es

  • Committer: Bazaar Package Importer
  • Author(s): Miriam Ruiz
  • Date: 2009-05-17 16:09:43 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20090517160943-ednszxqc0ppyirni
Tags: 0.9.5.1-1
New upstream release

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
set maxdepth 400
2
 
{ b 0.9 h 45  } R3
3
 
 
4
 
rule r3  maxdepth 3 > R1 {
5
 
  { sat 0.9  a 0.9 hue 120  } r3
6
 
 r1
7
 
}
8
 
 
9
 
rule R1 w 100 { 
10
 
{ x 1 rz 6 ry 6 s 0.99 h 0.9 } R1
11
 
{ s 1 } box 
12
 
13
 
 
14
 
rule R1 w 100 { 
15
 
{ x 1 rz -6 ry 6 s 0.99 h -0.8  } R1
16
 
{ s 1 } box 
17
 
18
 
 
19
 
rule R1 w 10 { 
20
 
{ x 1 rz -6 ry 6 s 0.99 a 0.9 h 1 } R1
21
 
{ s 1 } box 
22
 
23
 
 
24
 
rule R1 w 3  { 
25
 
  R1
26
 
  { x -1 rx 70 } R1
27
 
28
 
 
29
 
rule R1 w 3  { 
30
 
R1
31
 
{ x -1 ry 70 } R1
32
 
33
 
 
34
 
 
35