Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

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

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

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

File size: 843 bytes
Line 
1
2particle_system orxonox/explosion_shockwave
3{
4        quota   4000
5        material        orxonox/explosion_shockwave
6        particle_width  20
7        particle_height 20
8        cull_each       false
9        renderer        billboard
10        billboard_type  oriented_common
11        common_direction        0 0.25 0.5
12
13        emitter Point
14        {
15                angle   0
16                colour  0.441667 0.441667 0.441667 1
17                colour_range_start      0.441667 0.441667 0.441667 1
18                colour_range_end        0.441667 0.441667 0.441667 1
19                direction       0 1 0
20                emission_rate   10
21                position        0 0 0
22                velocity        0
23                velocity_min    0
24                velocity_max    0
25                time_to_live    1
26                time_to_live_min        1
27                time_to_live_max        1
28                duration        0.1
29                duration_min    0.1
30                duration_max    0.1
31                repeat_delay    100000
32                repeat_delay_min        100000
33                repeat_delay_max        100000
34        }
35
36        affector Scaler
37        {
38                rate    500
39        }
40
41        affector ColourFader
42        {
43                red     -1
44                green   -1
45                blue    -1
46                alpha   0
47        }
48}
Note: See TracBrowser for help on using the repository browser.