source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/OgreGames/MoriaBattle/Media/MORIA/Particles.particle @ 3255

Revision 3255, 1.4 KB checked in by szirmay, 15 years ago (diff)
Line 
1GTP/Moria/Smoke_Large
2{
3        renderer sprite
4       
5        material                GTP/Moria/Smoke_L_Depth_Illum
6        particle_width  4.2
7    particle_height 4.2
8    cull_each       false
9    quota           700
10    sorted                      true
11    //billboard_type  point
12   
13    // Area emitter
14    emitter Box
15    {
16       colour 0.69 0.72 0.7 0
17       //colour_range_start 1 1 1 0
18           //colour_range_end 1 1 1 0
19
20        angle           30
21        emission_rate   15
22        time_to_live    10
23        direction       0 1 0
24        velocity        1
25        width           20       
26        height          20
27        depth           0.6
28    }
29 
30    affector ColourFader2
31    {
32       alpha1 +0.15
33       alpha2 -0.15
34       state_change 5
35    }
36}
37
38
39GTP/Moria/Smoke_Little
40{
41        material        GTP/HPS/Smoke_S
42        renderer sprite
43    particle_width  1.5
44    particle_height 1.5
45    cull_each       false
46    quota           400
47    //billboard_type  point
48   
49    // Area emitter
50    emitter Ellipsoid
51    {
52        colour 1 1 1 0
53        //colour_range_start 1 1 1 0
54                //colour_range_end 1 1 1 0
55        angle           160
56        emission_rate   20
57        time_to_live    6
58        direction       0 1 0
59        velocity        0.25
60       
61        width           0.5       
62        height          0.5
63        depth           0.5   
64    }
65    affector ColourFader2
66    {
67       alpha1 +0.5
68       alpha2 -0.5
69       state_change 2
70    }
71}
Note: See TracBrowser for help on using the repository browser.