File: Moduli%20Creatures.es

package info (click to toggle)
structure-synth 1.5.0-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 2,268 kB
  • ctags: 1,966
  • sloc: cpp: 10,209; python: 164; makefile: 71; sh: 15
file content (25 lines) | stat: -rw-r--r-- 580 bytes parent folder | download | duplicates (5)
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
// Moduli Creatures. Syntopia 2010.
// This one works best when raytraced in e.g. Sunflow.

// Camera settings. Place these before first rule call.
set translation [-8.07939 -6.42262 -20]
set rotation [-0.608586 0.78168 -0.136359 0.78734 0.616241 0.0185897 0.0985613 -0.0960483 -0.99048]
set pivot [0 0 0]
set scale 0.625595

set background grey
50 * { x 1 rz 5 s 0.99 color red } 20 * { y 1 rz 3 hue 1 } d

rule d md 30 {
{ z 1 rx 5 } d
{ s 0.01 1 1.2 sat 0.4 } box 
} 

rule d w 0.1 {
 e 
} 

rule e md 5 {
{ z 1 rx 5 } e
{ s 0.01  1 1.2 sat 0.4 } box 
}