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

Revision 3255, 648 bytes checked in by szirmay, 15 years ago (diff)
Line 
1CarDemo_Fire
2{
3        renderer sprite
4        material        Fire
5    particle_width  1.5
6    particle_height 1.5
7    cull_each       false
8    quota           3000
9    billboard_type  point
10   
11    // Area emitter
12    emitter Point
13    {
14        colour_range_start 1 1 1 0.2
15                colour_range_end 0.8 1 0.5 0
16
17        emission_rate   0
18        time_to_live    0.8
19        direction       0 1 0
20        angle           80
21        velocity        3.0       
22    }
23   
24    affector Scaler
25        {
26                rate 10
27        }
28   
29
30    affector ColourFader2
31    {
32       alpha1 +1.5
33       alpha2 -3.5
34       state_change 0.4
35    }
36   
37   
38
39}
40
41
Note: See TracBrowser for help on using the repository browser.