Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentationFS15/data/particle/orxonox_explosionShockwave2.particle @ 10491

Last change on this file since 10491 was 10485, checked in by maxima, 10 years ago

ParticleEffects branch merged to presentation. New level PresentationFS15. New SpaceShip spaceshipFS15 with both RocketFire and RocketFireOld

File size: 787 bytes
Line 
1
2particle_system orxonox/explosion_shockwave2
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.85 0.85 1 1
17                colour_range_start      0.85 0.85 1 1
18                colour_range_end        0.85 0.85 1 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    20
32                repeat_delay_min        20
33                repeat_delay_max        20
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.