Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/particle/forcefield.particle @ 5497

Last change on this file since 5497 was 5497, checked in by Aurelian, 15 years ago

New Particle Effect for ForceField, not realy working jet

File size: 575 bytes
Line 
1
2Orxonox/forcefield
3{
4        quota   1200
5        material        PE/lensflare
6        particle_width  30
7        particle_height 30
8        cull_each       false
9        renderer        billboard
10        billboard_type  point
11
12        emitter Ring
13        {
14                angle   0
15                colour  1 1 1 1
16                colour_range_start      0 0.2 0.3 0
17                colour_range_end        0 0.4 1 0.1
18                direction       0 1 0
19                emission_rate   200
20                position        0 0 0
21                velocity        100
22                velocity_min    50
23                velocity_max    100
24                time_to_live    30
25                duration        0
26                duration_min    0
27                duration_max    0
28                repeat_delay    0
29                repeat_delay_min        0
30                repeat_delay_max        0
31                width   500
32                height  500
33                depth   400
34                inner_width     0.5
35                inner_height    0.5
36        }
37
38}
Note: See TracBrowser for help on using the repository browser.