Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/data/particle/orxonox_explosionSparks.particle @ 12177

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

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

File size: 696 bytes
Line 
1
2particle_system orxonox/explosion_sparks
3{
4        quota   2000
5        material        PE/explosion
6        particle_width  1.5
7        particle_height 12.33
8        cull_each       false
9        renderer        billboard
10        billboard_type  oriented_self
11
12        emitter Point
13        {
14                angle   180
15                colour  1 1 1 1
16                colour_range_start      1 1 1 1
17                colour_range_end        1 1 1 1
18                direction       -0.684313 -0.325257 0.652628
19                emission_rate   1000
20                position        0 0 0
21                velocity        100
22                velocity_min    100
23                velocity_max    200
24                time_to_live    0.2
25                time_to_live_min        0.2
26                time_to_live_max        0.5
27                duration        0.1
28                duration_min    0.1
29                duration_max    0.1
30                repeat_delay    100000
31                repeat_delay_min        100000
32                repeat_delay_max        100000
33        }
34
35        affector ColourFader
36        {
37                red     0.2432
38                green   -1
39                blue    -1
40                alpha   -1
41        }
42}
Note: See TracBrowser for help on using the repository browser.