Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/particleEffectsHS15/data/particle/MineExpl.particle @ 10901

Last change on this file since 10901 was 10901, checked in by holzerj, 8 years ago

Added explosions effects when the mine explodes.

File size: 1.9 KB
Line 
1particle_system Orxonox/MineExpl
2{
3        material PE/lensflare
4        particle_width 65.0
5        particle_height 40.0
6        quota 500
7        cull_each false
8        sorted false
9        local_space false
10        iteration_interval 0.0
11        nonvisible_update_timeout 0.0
12        billboard_type oriented_self
13        billboard_origin center
14        billboard_rotation_type vertex
15        point_rendering false
16        accurate_facing false
17
18        emitter Point
19        {
20                position 0.0 0.0 0.0
21                direction -1.0 0.0 0.0
22                angle 55
23                emission_rate 1250
24                velocity_min 300
25                velocity_max 300
26                time_to_live_min 1
27                time_to_live_max 2
28                duration_min 0.1
29                duration_max 0.1
30                repeat_delay_min 10
31                repeat_delay_max 10
32                colour_range_start 0 0.333333 1 1
33                colour_range_end 0 0.333333 1 1
34        }
35
36        emitter Point
37        {
38                position 0.0 0.0 0.0
39                direction 1.0 0.0 0.0
40                angle 55
41                emission_rate 200
42                velocity_min 300
43                velocity_max 300
44                time_to_live_min 1
45                time_to_live_max 2
46                duration_min 0.1
47                duration_max 0.1
48                repeat_delay_min 10
49                repeat_delay_max 10
50                colour_range_start 0 0.333333 1 1
51                colour_range_end 0 0.333333 1 1
52        }
53
54        emitter Point
55        {
56                position 0.0 0.0 0.0
57                direction 0.0 0.0 -1.0
58                angle 55
59                emission_rate 1250
60                velocity_min 300
61                velocity_max 300
62                time_to_live_min 1
63                time_to_live_max 2
64                duration_min 0.1
65                duration_max 0.1
66                repeat_delay_min 10
67                repeat_delay_max 10
68                colour_range_start 0 0.333333 1 1
69                colour_range_end 0 0.333333 1 1
70        }
71
72        emitter Point
73        {
74                position 0.0 0.0 0.0
75                direction 0.0 0.0 1.0
76                angle 55
77                emission_rate 1250
78                velocity_min 300
79                velocity_max 300
80                time_to_live_min 1
81                time_to_live_max 2
82                duration_min 0.1
83                duration_max 0.1
84                repeat_delay_min 10
85                repeat_delay_max 10
86                colour_range_start 0 0.333333 1 1
87                colour_range_end 0 0.333333 1 1
88        }
89
90        affector DeflectorPlane
91        {
92                plane_point 0 -2 0
93                plane_normal 0 1 0
94                bounce 1
95        }
96
97        affector DeflectorPlane
98        {
99                plane_point 0 2 0
100                plane_normal 0 -1 0
101                bounce 1
102        }
103        affector Scaler
104        {
105                rate -2
106        }
107}
Note: See TracBrowser for help on using the repository browser.