Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/particle/Media/particle/schuss.particle @ 360

Last change on this file since 360 was 360, checked in by sweber, 16 years ago

sweber: uploaded my files for using the particle and needed script-files

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