Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: code/branches/SuperOrxoBros_HS18/data/particle/RingExp3.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: 944 bytes
Line 
1
2particle_system Orxonox/RingExp3
3{
4        quota   500
5        material        PE/ringflare
6        particle_width  35
7        particle_height 35
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 vertex
17        common_up_vector        0 1 0
18        point_rendering false
19        accurate_facing false
20
21        emitter Point
22        {
23                angle   30
24                colour  1 1 1 1
25                colour_range_start      1 1 1 1
26                colour_range_end        1 0.7 0.7 1
27                direction       0 -1 0
28                emission_rate   1000
29                position        0 0 0
30                velocity        50
31                velocity_min    50
32                velocity_max    100
33                time_to_live    4
34                time_to_live_min        4
35                time_to_live_max        4
36                duration        0.5
37                duration_min    0.5
38                duration_max    0.5
39                repeat_delay    10
40                repeat_delay_min        10
41                repeat_delay_max        10
42        }
43
44        affector ColourFader
45        {
46                red     -0.3
47                green   -0.3
48                blue    -0.3
49                alpha   -0.3
50        }
51
52        affector DirectionRandomiser
53        {
54                randomness      5
55                scope   1.0
56                keep_velocity   true
57        }
58}
Note: See TracBrowser for help on using the repository browser.