source: GTP/trunk/App/Demos/Geom/media/particle/smoke.particle @ 1030

Revision 1030, 824 bytes checked in by gumbau, 18 years ago (diff)

Ogre Stuff initial import

Line 
1// Example particle systems
2
3// smoke
4Examples/Smoke
5{
6        material                Examples/Smoke
7        particle_width          55
8        particle_height         55
9        cull_each               true
10        quota                   500
11        billboard_type          point
12   
13        // Area emitter
14        emitter Point
15        {
16                angle                           11
17                emission_rate                   15
18                time_to_live                    4
19                direction                       0 1 0
20                velocity_min                    150
21                velocity_max                    240     
22        }
23
24        affector ColourImage
25        {
26                image           smokecolors.png
27        }
28
29        affector Rotator
30        {
31                rotation_range_start            0
32                rotation_range_end              360
33                rotation_speed_range_start      -60
34                rotation_speed_range_end        200
35        }
36
37        affector Scaler
38        {
39        rate    100
40        }
41
42}
Note: See TracBrowser for help on using the repository browser.