Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/Media/particle/thruster2.particle @ 5153

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

new emitters, renamed some of the old ones

File size: 738 bytes
Line 
1Orxonox/thruster2
2{
3        quota   200
4        material        PE/bigFlame
5        particle_width  12
6        particle_height 12
7        cull_each       false
8        renderer        billboard
9        billboard_type  point
10
11        emitter HollowEllipsoid
12        {
13                angle   0
14                colour  0.46875 0.8125 0.93359375 1
15                colour_range_start      .6640625 .91796875 .92578125 1
16                colour_range_end        .08203125 .7578125 .98046875 1
17                direction       0 1 0
18                emission_rate   200
19                position        0 0 0
20                velocity        5
21                velocity_min    4
22                velocity_max    6
23                time_to_live    0.1
24                time_to_live_min        0.15
25                time_to_live_max        0.25
26                duration        0
27                duration_min    0
28                duration_max    0
29                repeat_delay    0
30                repeat_delay_min        0
31                repeat_delay_max        0
32                width   4
33                height  2.5
34                depth   1.3
35                inner_width     0.5
36                inner_height    0.3
37                inner_depth     0.2
38        }
39}
Note: See TracBrowser for help on using the repository browser.