Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/tutorial/Media/particle/treibwerk.particle @ 859

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

more or less a copy of the trunk

File size: 896 bytes
Line 
1
2Orxonox/treibwerk
3{
4        quota   1000
5        material        PE/bigFlame
6        particle_width  20
7        particle_height 20
8        cull_each       false
9        renderer        billboard
10        billboard_type  point
11
12        emitter HollowEllipsoid
13        {
14                angle   0
15                colour  0.493151 0.246575 0.0410959 1
16                colour_range_start      0.493151 0.246575 0.0410959 1
17                colour_range_end        0.684932 0.547945 0.315068 1
18                direction       0 1 0
19                emission_rate   130.4
20                position        0 0 0
21                velocity        18
22                velocity_min    18
23                velocity_max    30
24                time_to_live    0.9
25                time_to_live_min        0.9
26                time_to_live_max        2
27                duration        0
28                duration_min    0
29                duration_max    0
30                repeat_delay    0
31                repeat_delay_min        0
32                repeat_delay_max        0
33                width   20
34                height  20
35                depth   2.8
36                inner_width     0.8
37                inner_height    0.8
38                inner_depth     0.8
39        }
40
41
42        affector ColourFader2
43        {
44                red1    0
45                green1  0
46                blue1   0
47                alpha1  0
48                red2    -0.2
49                green2  -0.4
50                blue2   -0.4
51                alpha2  0
52                state_change    0.9
53        }
54}
Note: See TracBrowser for help on using the repository browser.