source: GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/MoriaDust.particle @ 2376

Revision 2376, 826 bytes checked in by szirmay, 17 years ago (diff)
Line 
1
2MoriaDust
3{
4        quota   200
5        material        MoriaDust
6        particle_width  25
7        particle_height 25
8        cull_each       false
9        renderer        billboard
10        sorted  false
11        local_space     false
12        iteration_interval      0
13        nonvisible_update_timeout       0
14        renderer sprite
15       
16        emitter Box
17        {
18                angle   180
19                colour  1 1 1 0
20                colour_range_start      1 1 1 0
21                colour_range_end        1 1 1 0
22                direction       0 1 0
23                emission_rate   64.52
24                position        0 0 0
25                velocity_min    0.1
26                velocity_max    0.3
27                time_to_live    2.258
28                time_to_live_min        2.258
29                time_to_live_max        18.06
30                duration        0
31                duration_min    0
32                duration_max    0
33                repeat_delay    0
34                repeat_delay_min        0
35                repeat_delay_max        0
36                width   40
37                height  40
38                depth   10
39        }
40
41        affector ColourFader2
42        {
43                red1    0
44                green1  0
45                blue1   0
46                alpha1  0.3
47                red2    0
48                green2  0
49                blue2   0
50                alpha2  -0.3
51                state_change    12.26
52        }
53}
Note: See TracBrowser for help on using the repository browser.