Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/Media/particle/shot2.particle @ 5143

Last change on this file since 5143 was 5143, checked in by landauf, 16 years ago

reduced amount of particles

File size: 934 bytes
RevLine 
[5141]1
2Orxonox/shot2
3{
[5143]4        quota   25
[5141]5        material        PE/point_lensflare
[5143]6        particle_width  40
7        particle_height 100
[5141]8        cull_each       false
9        renderer        billboard
10        sorted  false
11        local_space     false
12        iteration_interval      0
13        nonvisible_update_timeout       0
[5143]14        billboard_type  oriented_self
[5141]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   0
[5143]24                colour  0 0 0 1
25                colour_range_start      0 0 0 1
26                colour_range_end        0.5 0.5 0.7 1
[5141]27                direction       0 -1 0
[5143]28                emission_rate   40
[5141]29                position        0 0 0
[5143]30                velocity        200
31                velocity_min    200
[5141]32                velocity_max    300
[5143]33                time_to_live    0.5
34                time_to_live_min        0.5
35                time_to_live_max        0.5
[5141]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
[5143]44        affector Scaler
45        {
46                rate    -20
47        }
[5141]48
49        affector ColourFader
50        {
[5143]51                red     -0.8
52                green   -0.8
53                blue    -0.5
[5141]54                alpha   0
55        }
56}
Note: See TracBrowser for help on using the repository browser.