Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentationFS15merge/data/particle/orxonox_explosionFlame2.particle @ 10613

Last change on this file since 10613 was 10613, checked in by landauf, 9 years ago

merged branch ParticleEffectsFS15 (but without changes in CMakeLists.txt for particle universe plugin)

File size: 933 bytes
Line 
1
2particle_system orxonox/explosion_flame2
3{
4        quota   500
5        material        PE/bigFlame
6        particle_width  20.52
7        particle_height 20.25
8        cull_each       false
9        renderer        billboard
10        billboard_type  point
11
12        emitter Box
13        {
14                angle   180
15                colour  1 0.566667 0.5 1
16                colour_range_start      1 0.566667 0.5 1
17                colour_range_end        1 0.566667 0.5 1
18                direction       1 0 0
19                emission_rate   2000
20                position        0 0 0
21                velocity        30
22                velocity_min    30
23                velocity_max    80
24                time_to_live    1
25                time_to_live_min        1
26                time_to_live_max        3
27                duration        0.1
28                duration_min    0.1
29                duration_max    0.1
30                repeat_delay    20
31                repeat_delay_min        20
32                repeat_delay_max        20
33                width   2
34                height  2
35                depth   2
36        }
37
38        affector Scaler
39        {
40                rate    20
41        }
42
43        affector ColourFader
44        {
45                red     -1
46                green   -1
47                blue    -0.7027
48                alpha   -1
49        }
50
51        affector Rotator
52        {
53                rotation_speed_range_start      -360
54                rotation_speed_range_end        360
55                rotation_range_start    0
56                rotation_range_end      360
57        }
58}
Note: See TracBrowser for help on using the repository browser.