Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: data/media/particle/forcefield.particle @ 5516

Last change on this file since 5516 was 5516, checked in by Aurelian, 15 years ago

nice forcefield particles, level file is not really working, work is ongoing

File size: 1.2 KB
Line 
1
2Orxonox/forcefield
3{
4        quota   10000
5        material        PE/smoke
6        particle_width  20
7        particle_height 250
8        cull_each       true
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        1 0 0
18        point_rendering false
19        accurate_facing false
20
21        emitter Cylinder
22        {
23                angle   0
24                colour  0.744444 0 1 0.05
25                colour_range_start      0.744444 0 1 0.05
26                colour_range_end        0.533333 0 1 0.05
27                emission_rate   60
28                velocity        87.1
29                velocity_min    87.1
30                velocity_max    87.1
31                time_to_live    30
32                time_to_live_min        20
33                time_to_live_max        20
34                duration        0
35                duration_min    0
36                duration_max    0
37                repeat_delay    0
38                repeat_delay_min        0
39                repeat_delay_max        0
40                depth   1
41                width 300
42                height 300
43        }
44
45        emitter Cylinder
46        {
47                angle   0
48                colour  1 0.455556 0 0.05
49                colour_range_start      1 0.455556 0 0.05
50                colour_range_end        0 0 1 0.05
51                emission_rate   60
52                velocity        77.42
53                velocity_min    77.42
54                velocity_max    77.42
55                time_to_live    30
56                time_to_live_min        20
57                time_to_live_max        20
58                duration        0
59                duration_min    0
60                duration_max    0
61                repeat_delay    0
62                repeat_delay_min        0
63                repeat_delay_max        0
64                depth   0
65                width 300
66                height 300
67        }
68}
Note: See TracBrowser for help on using the repository browser.