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

« back to all changes in this revision

Viewing changes to Examples/Ball.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 maxdepth 2000
 
2
{ a 0.9 hue 30 } R1 
 
3
 
 
4
rule R1 w 10 { 
 
5
{ x 1  rz 3 ry 5  } R1
 
6
{ s 1 1 0.1 sat 0.9 } box
 
7
 
8
 
 
9
rule R1 w 10 { 
 
10
{ x 1  rz -3 ry 5  } R1
 
11
{ s 1 1 0.1 } box
 
12
 
13