source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/OgreGames/SpaceStation/Media/Station/Station.particle @ 3255

Revision 3255, 1.4 KB checked in by szirmay, 15 years ago (diff)
Line 
1GTP/Station/Smoke
2{
3        renderer sprite
4       
5        material GTP/Station/Smoke_L_Depth_Illum
6
7        particle_width  1.6
8    particle_height 1.6
9    cull_each       false
10    quota           40
11    sorted                      true
12    //billboard_type  point
13   
14    // Area emitter
15    emitter Box
16    {
17       colour 1 1 1 0
18       //colour_range_start 1 1 1 0
19           //colour_range_end 1 1 1 0
20
21        angle           30
22        emission_rate   3
23        time_to_live    10
24        direction       0 1 0
25        velocity        0.25
26        width           1.4       
27        height          1.4
28        depth           1.4
29    }
30
31    affector ColourFader2
32    {
33       alpha1 +0.5
34       alpha2 -0.5
35       state_change 3
36    }
37}
38
39GTP/Station/Smoke_Little
40{
41        material        GTP/HPS/Smoke_S
42        renderer sprite
43    particle_width  1.15
44    particle_height 1.15
45    cull_each       false
46    quota           120
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.14
60       
61        width           0.3       
62        height          0.3
63        depth           0.3   
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.