Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/ogreode/demos/Media/myExplosion.particle @ 21

Last change on this file since 21 was 21, checked in by nicolasc, 17 years ago

added ogreode and Colladaplugin

File size: 1.7 KB
RevLine 
[21]1
2myExplosionTemplate
3{
4        quota   5000
5        material        PE/Streak
6        particle_width  0.2
7        particle_height 0.2
8        cull_each       false
9        renderer        billboard
10        billboard_type  point
11
12        emitter Point
13        {
14                angle   180
15                colour  1 1 0 1
16                colour_range_start      1 1 0 1
17                colour_range_end        1 0 0 1
18                direction       0 1 0
19                emission_rate   2000
20                position        0 0 0
21                velocity        0
22                velocity_min    0
23                velocity_max    26.09
24                time_to_live    0.5348
25                time_to_live_min        0.1048
26                time_to_live_max        0.5548
27                duration        0.1304
28                duration_min    0.1304
29                duration_max    0.1604
30                repeat_delay    0
31                repeat_delay_min        0
32                repeat_delay_max        0
33        }
34}
35
36
37myExplosionSmokewhiteTemplate
38{
39        quota   5000
40        material        PE/smoke
41        particle_width  2
42        particle_height 2
43        cull_each       false
44        renderer        billboard
45        billboard_type  oriented_self
46
47        emitter Point
48        {
49                angle   180
50                colour  1 1 1 1
51                colour_range_start      1 1 1 1
52                colour_range_end        1 1 1 0.1
53                direction       0 1 0
54                emission_rate   2000
55                position        0 0 0
56                velocity        0
57                velocity_min    0
58                velocity_max    6.522
59                time_to_live    0.2348
60                time_to_live_min        0.1048
61                time_to_live_max        0.2548
62                duration        0.1304
63                duration_min    0.1304
64                duration_max    0.1604
65                repeat_delay    0
66                repeat_delay_min        0
67                repeat_delay_max        0
68        }
69}
70
71
72myExplosionSmokeTemplate
73{
74        quota   5000
75        material        PE/smoke
76        particle_width  2
77        particle_height 2
78        cull_each       false
79        renderer        billboard
80        billboard_type  oriented_self
81
82        emitter Point
83        {
84                angle   180
85                colour  0 0 0 0.575342
86                colour_range_start      0 0 0 0.575342
87                colour_range_end        0 0 0 0.1
88                direction       0 1 0
89                emission_rate   2000
90                position        0 0 0
91                velocity        0
92                velocity_min    0
93                velocity_max    6.522
94                time_to_live    0.2348
95                time_to_live_min        0.1348
96                time_to_live_max        0.3348
97                duration        0.1304
98                duration_min    0.1304
99                duration_max    0.1604
100                repeat_delay    0
101                repeat_delay_min        0
102                repeat_delay_max        0
103        }
104}
Note: See TracBrowser for help on using the repository browser.