Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/particleEffectsHS15/data/particle/rocketfire.particle @ 10671

Last change on this file since 10671 was 10671, checked in by holzerj, 9 years ago

New particleeffects

  • Property svn:eol-style set to native
File size: 765 bytes
Line 
1particle_system Orxonox/rocketfire
2{
3        material PE/Special.001
4        particle_width 6.67000007629395
5        particle_height 3.80999994277954
6        quota 300
7        cull_each false
8        sorted false
9        local_space false
10        iteration_interval 0.0
11        nonvisible_update_timeout 0.0
12        billboard_type point
13        billboard_origin center
14        billboard_rotation_type texcoord
15        point_rendering false
16        accurate_facing false
17
18        emitter Ellipsoid
19        {
20                position 0.0 0.0 3.0
21                direction 0.0 0.0 1.0
22                angle 0
23                width 0
24                height 0
25                depth 0
26                emission_rate 1200
27                velocity_min 10
28                velocity_max 48
29                time_to_live_min 0.1
30                time_to_live_max 0.19
31                duration_min 0
32                duration_max 0
33                repeat_delay_min 0
34                repeat_delay_max 0
35                colour_range_start 1 0.333333 0 1
36                colour_range_end 1 0 0 1
37        }
38
39        affector Scaler
40        {
41                rate -8
42        }
43}
Note: See TracBrowser for help on using the repository browser.