Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/presentation2/data/particle/rocketfire.particle @ 6119

Last change on this file since 6119 was 6119, checked in by rgrieder, 14 years ago

svn:eol-style "native" should be set for all text files.

  • Property svn:eol-style set to native
File size: 861 bytes
Line 
1particle_system Orxonox/rocketfire
2{
3        quota   5000
4        material        PE/explosion
5        particle_width  9
6        particle_height 5
7        cull_each       false
8        renderer        billboard
9        sorted  false
10        local_space     false
11        iteration_interval      0
12        nonvisible_update_timeout       0
13        billboard_type  point
14        billboard_origin        center
15        billboard_rotation_type texcoord
16        common_up_vector        0 1 0
17        point_rendering false
18        accurate_facing false
19
20        emitter Ellipsoid
21        {
22                angle   2
23                colour  1 0.682759 1 1
24                colour_range_start      1 0.682759 1 1
25                colour_range_end        1 0.682759 1 1
26                direction       0 1 0
27                emission_rate   600
28                position        0 0 0
29                velocity        10
30                velocity_min    10
31                velocity_max    48
32                time_to_live    0.3
33                time_to_live_min        0.3
34                time_to_live_max        0.5
35                duration        0
36                duration_min    0
37                duration_max    0
38                repeat_delay    0
39                repeat_delay_min        0
40                repeat_delay_max        0
41                width   1.5
42                height  1.5
43                depth   0
44        }
45
46        affector Scaler
47        {
48                rate    -13.2
49        }
50}
Note: See TracBrowser for help on using the repository browser.