source: GTP/trunk/App/Demos/Illum/Ogre/Media/MORIA/FireBall.particle @ 2458

Revision 2458, 1.3 KB checked in by szirmay, 18 years ago (diff)
Line 
1Moria/FireBall
2{
3        renderer sprite
4        material        Fire
5    particle_width  0.17
6    particle_height 0.17
7    cull_each       false
8    quota           1000
9    //quota           1
10    billboard_type  point
11    //local_space       true
12   
13    emitter Point
14    {
15        colour_range_start 1 1 1 0.0
16                colour_range_end 0.8 1 0.5 0
17
18        emission_rate   100
19        time_to_live_min        0.3
20            time_to_live_max    0.4
21           //time_to_live 0
22        direction       0 1 0
23        angle           180
24        velocity_min    0.08
25        velocity_max    0.15             
26    }
27       
28    affector ColourFader2
29    {
30       alpha1 +6.0
31       alpha2 -6.0
32       state_change 0.15
33    }   
34}
35
36Moria/Explosion
37{
38        renderer sprite
39        material        Fire
40    particle_width  0.2
41    particle_height 0.2
42    cull_each       false
43    quota           1000
44    billboard_type  point
45    //local_space       true   
46   
47    emitter Point
48    {
49        colour_range_start 1 1 1 0.2
50                colour_range_end 0.8 1 0.5 0
51
52        emission_rate   0
53        time_to_live    0.8
54        direction       0 1 0
55        angle           80
56        velocity        3.0       
57    }
58
59   
60    affector ColourFader2
61    {
62       alpha1 +6.0
63       alpha2 -6.0
64       state_change 0.4
65    }   
66}
67
68
Note: See TracBrowser for help on using the repository browser.