Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/SuperOrxoBros_HS18/data/particle/MineExpl.particle @ 12175

Last change on this file since 12175 was 12175, checked in by siramesh, 5 years ago

Super Orxo Bros (Sidharth Ramesh, Nisa Balta, Jeff Ren)

File size: 1.7 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 2
45                time_to_live_max 2.5
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 2
63                time_to_live_max 2.5
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 2
81                time_to_live_max 2.5
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       
91        affector Scaler
92        {
93                rate -2
94        }
95}
Note: See TracBrowser for help on using the repository browser.