File: roundnest.es

package info (click to toggle)
structure-synth 1.0.0-1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 2,072 kB
  • ctags: 1,176
  • sloc: cpp: 7,070; python: 167; makefile: 66; lisp: 25
file content (32 lines) | stat: -rw-r--r-- 656 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
/// The Nine Worthies
///  Syntopia 2009

set maxobjects 52200
set maxdepth 3000
set background #232
8 * { x 5 rz 360/8 }  1 * { b 0.4  color #0a0    color white } r1 
{ s 1000 1000 1 color white } box 

// Camera settings. Place these before first rule call.
set translation [-4.50383 -2.80381 -20]
set rotation [0.993991 0.0947988 -0.0545559 0.0140638 0.383866 0.923278 0.108471 -0.918504 0.380229]
set pivot [0 0 0]
set scale 0.209524

rule r1 w  10  {
  { rz 15 h 1  rx 1 y 1  h 4  z 0.01 s 0.9992  } r1 
   r2
}

rule r1 w 0.1 {
  { rx 1 } r1 
   r2
}

rule r2 {
  box
  { s 1.1 0.1 0.1  color orange  } box
  grid
}