Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/data/particle/smoke6.particle @ 12177

Last change on this file since 12177 was 12177, checked in by siramesh, 5 years ago

Super Orxo Bros Final (Sidharth Ramesh, Nisa Balta, Jeff Ren)

File size: 1.0 KB
Line 
1
2particle_system Orxonox/smoke6
3{
4        quota   50
5        material        PE/smoke2
6        particle_width  25
7        particle_height 10
8        cull_each       false
9        renderer        billboard
10        sorted  false
11        local_space     false
12        iteration_interval      0
13        nonvisible_update_timeout       0
14        billboard_type  oriented_self
15        billboard_origin        center
16        billboard_rotation_type texcoord
17        common_up_vector        0 1 0
18        point_rendering false
19        accurate_facing false
20
21        emitter Point
22        {
23                angle   180
24                colour  0 0 0 1
25                colour_range_start      0 0 0 1
26                colour_range_end        0 0 0 1
27                direction       0 1 0
28                emission_rate   50
29                position        0 0 0
30                velocity        40
31                velocity_min    40
32                velocity_max    60
33                time_to_live    1.5
34                time_to_live_min        1.5
35                time_to_live_max        1.5
36                duration        1
37                duration_min    1
38                duration_max    1
39                repeat_delay    5
40                repeat_delay_min        5
41                repeat_delay_max        5
42        }
43
44        affector Scaler
45        {
46                rate    100
47        }
48
49        affector ColourInterpolator
50        {
51                colour0 0.3 0.3 0.3 0.0
52                time0   0.1
53                colour1 0.2 0.2 0.2 0.2
54                time1   0.2
55                colour2 0.2 0.2 0.2 0.2
56                time2   0.6
57                colour3 0 0 0 0
58                time3   1
59                colour4 0 0 0 0
60                time4   1
61                colour5 0.5 0.5 0.5 0
62                time5   1
63        }
64}
Note: See TracBrowser for help on using the repository browser.