Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/core5/data/particle/sparks2.particle @ 5891

Last change on this file since 5891 was 5891, checked in by landauf, 15 years ago

Added fancy particle effects in the pong level, based on the named events fired by the Pong gametype. Also added a new particle effect with colorful sparks.

  • Property svn:eol-style set to native
File size: 859 bytes
Line 
1
2particle_system Orxonox/sparks2
3{
4        quota   1000
5        material        PE/Flare
6        particle_width  15
7        particle_height 40
8        cull_each       true
9        renderer        billboard
10        sorted  false
11        local_space     false
12        iteration_interval      0
13        nonvisible_update_timeout       0
14        billboard_type  oriented_self
15        billboard_origin        center
16        billboard_rotation_type texcoord
17        common_up_vector        0 1 0
18        point_rendering false
19        accurate_facing false
20
21        emitter Point
22        {
23                angle   180
24                colour  0.1 0.1 0.1 1
25                colour_range_start      0.1 0.1 0.1 1
26                colour_range_end        1 1 1 1
27                direction       0 0 -1
28                emission_rate   5000
29                position        0 0 0
30                velocity        10
31                velocity_min    15
32                velocity_max    150
33                time_to_live    0.5
34                time_to_live_min        0.5
35                time_to_live_max        0.5
36                duration        0
37                duration_min    0
38                duration_max    0
39                repeat_delay    0
40                repeat_delay_min        0
41                repeat_delay_max        0
42        }
43
44        affector ColourFader
45        {
46                red     -2.0
47                green   -2.0
48                blue    -2.0
49                alpha   0
50        }
51}
Note: See TracBrowser for help on using the repository browser.