source: GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/Particles.particle @ 2328

Revision 2328, 1.4 KB checked in by szirmay, 17 years ago (diff)
RevLine 
[2315]1GTP/Moria/Smoke_Large
2{
3        renderer sprite
4       
5        material                GTP/Moria/Smoke_L_Depth_Illum
[2328]6        particle_width  4.2
7    particle_height 4.2
[2315]8    cull_each       false
[2328]9    quota           700
[2315]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
[2328]21        emission_rate   15
[2315]22        time_to_live    10
23        direction       0 1 0
24        velocity        1
25        width           20       
26        height          20
[2328]27        depth           0.6
[2315]28    }
29 
30    affector ColourFader2
31    {
[2328]32       alpha1 +0.15
33       alpha2 -0.15
34       state_change 5
[2315]35    }
36}
37
38
39GTP/Moria/Smoke_Little
40{
41        material        GTP/HPS/Smoke_S
42        renderer sprite
[2328]43    particle_width  1.5
44    particle_height 1.5
[2315]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
[2328]59        velocity        0.25
[2315]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.