added summerhack
[summerhack] / data / test2.psys
1 # --- particle system options ---
2 # psize: <scalar>  (particle size)
3 # psize-r: <scalar> (particle size range, unused currently)
4 # life: <scalar> (particle life in seconds)
5 # life-r: <scalar> (particle life range)
6 # birth-rate: <scalar> (birth rate, particles/sec)
7 # birth-rate-r: <scalar> (birth rate range)
8 # grav: <vecror3> (gravity vector)
9 # shoot: <vector3> (shoot vector, direction AND force)
10 # shoot-r: <vector3> (shoot vector range)
11 # friction: <scalar> (environment friction multiplier)
12 # spawn_off: <vector3> (spawn particles in specified offset from the emitter position)
13 # spawn_off-r: <vector3> (range of spawn-offset random vector)
14 # tex: <string> (texture filename)
15 # color_start: <vector4> (color at time of birth, alpha included)
16 # color_end: <vector4> (color at time of death, alpha included)
17 # color: <vector4> (specify the same color for start/end)
18 # rot: <scalar> (particle rotation in rad/sec)
19 # halo: <string> (halo texture filename)
20 # halo_size: <scalar> (halo size)
21 # halo_rot: <scalar> (halo rotation in rad/sec)
22 # big_particles: <boolean> (requirement for big screen-space particles)
23
24 psize: 1000.0
25 psize_end: 0.1
26 life: 3.5
27 birth-rate: 100.0
28 grav: 0, 0, 0
29 friction: 0
30 tex: data/img/scl_blobs0000.png
31 color_start: 0.25, 0.4, 1.0, 0.9
32 color_end: 0.5, 0.8, 1.0, 0.2
33 rot: 4.0
34 glob_rot: 2.0
35
36 big_particles: true