Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentationFS15/data/particle/orxonox_explosionAfterglow.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: 804 bytes
Line 
1
2particle_system orxonox/explosion_afterglow
3{
4        quota   200
5        material        PE/Flare
6        particle_width  40
7        particle_height 40
8        cull_each       false
9        renderer        billboard
10        billboard_type  oriented_self
11
12        emitter Point
13        {
14                angle   180
15                colour  0.664063 0.917969 0.925781 1
16                colour_range_start      0.664063 0.917969 0.925781 1
17                colour_range_end        0.0820313 0.757813 0.980469 1
18                direction       0 1 0
19                emission_rate   700
20                position        0 0 0
21                velocity        20
22                velocity_min    20
23                velocity_max    75
24                time_to_live    0.2
25                time_to_live_min        0.2
26                time_to_live_max        5
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        }
34
35        affector ColourFader
36        {
37                red     -0.7273
38                green   -0.7049
39                blue    -0.6216
40                alpha   0
41        }
42
43        affector Scaler
44        {
45                rate    20
46        }
47}
Note: See TracBrowser for help on using the repository browser.