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

« back to all changes in this revision

Viewing changes to Examples/Archived/Colorspyro.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 3000
 
2
set maxdepth 14000
 
3
{ sat 0.5  hue 50 b 0.9  } R1
 
4
set background #555
 
5
 
 
6
rule R1 {
 
7
{ y 0.5  rz 8 rx 1 h 6 s 1.01 1 1 ry 0.1  z 0.1 } R3
 
8
{ s 1 } sbox
 
9
}
 
10
 
 
11
rule R3  {
 
12
{ x 0.5  rz 8  rx -1  h 6 } R1
 
13
{ s 1 } sbox
 
14
}
 
15
 
 
16
rule R2 {
 
17
{ x -0.5 rz 3 rx 1  s 0.99 } R2
 
18
{ s 1 } sbox
 
19
 
20
 
 
21
rule sbox {
 
22
{ b 0.6 }   grid
 
23
    box
 
24
 
 
25
}
 
26
 
 
27
rule sbsox  w 2  {
 
28
{ color #555  }   grid
 
29
 
 
30
 
 
31
}
 
 
b'\\ No newline at end of file'