source: GTP/branches/IllumWPdeliver2008dec/IlluminationWP/demos/OgreDemos/media/MoriaScene/Troll/FireBall.particle @ 3255

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