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

Revision 2445, 788 bytes checked in by szirmay, 17 years ago (diff)
Line 
1
2MoriaDust
3{
4        quota   20
5        material        MoriaDust
6        particle_width  10
7        particle_height 10
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   100
24                position        0 0 0
25                velocity_min    0.1
26                velocity_max    0.3
27                time_to_live_min        3
28                time_to_live_max        5
29                duration        0
30                duration_min    0
31                duration_max    0
32                repeat_delay    0
33                repeat_delay_min        0
34                repeat_delay_max        0
35                width   10
36                height  10
37                depth   5
38        }
39
40        affector ColourFader2
41        {
42                red1    0
43                green1  0
44                blue1   0
45                alpha1  0.8
46                red2    0
47                green2  0
48                blue2   0
49                alpha2  -0.8
50                state_change    2
51        }
52}
Note: See TracBrowser for help on using the repository browser.