Last change
on this file since 11289 was
5781,
checked in by rgrieder, 15 years ago
|
Reverted trunk again. We might want to find a way to delete these revisions again (x3n's changes are still available as diff in the commit mails).
|
-
Property svn:eol-style set to
native
|
File size:
1.2 KB
|
Line | |
---|
1 | |
---|
2 | particle_system Orxonox/smoke3 |
---|
3 | { |
---|
4 | quota 10 |
---|
5 | material PE/smoke2 |
---|
6 | particle_width 30 |
---|
7 | particle_height 30 |
---|
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 point |
---|
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 180 |
---|
24 | colour 0 0 0 0 |
---|
25 | colour_range_start 0 0 0 0 |
---|
26 | colour_range_end 0 0 0 0 |
---|
27 | direction 0 1 0 |
---|
28 | emission_rate 10 |
---|
29 | position 0 0 0 |
---|
30 | velocity 7 |
---|
31 | velocity_min 7 |
---|
32 | velocity_max 7 |
---|
33 | time_to_live 5 |
---|
34 | time_to_live_min 5 |
---|
35 | time_to_live_max 5 |
---|
36 | duration 1 |
---|
37 | duration_min 1 |
---|
38 | duration_max 1 |
---|
39 | repeat_delay 1000000 |
---|
40 | repeat_delay_min 1000000 |
---|
41 | repeat_delay_max 1000000 |
---|
42 | } |
---|
43 | |
---|
44 | affector Scaler |
---|
45 | { |
---|
46 | rate 20 |
---|
47 | } |
---|
48 | |
---|
49 | affector DirectionRandomiser |
---|
50 | { |
---|
51 | randomness 150 |
---|
52 | scope 1 |
---|
53 | keep_velocity true |
---|
54 | } |
---|
55 | |
---|
56 | affector Rotator |
---|
57 | { |
---|
58 | rotation_speed_range_start -20 |
---|
59 | rotation_speed_range_end 20 |
---|
60 | rotation_range_start 0 |
---|
61 | rotation_range_end 0 |
---|
62 | } |
---|
63 | |
---|
64 | affector ColourInterpolator |
---|
65 | { |
---|
66 | colour0 0 0 0 0 |
---|
67 | time0 0 |
---|
68 | colour1 0.5 0.5 0.5 0.2 |
---|
69 | time1 0.2 |
---|
70 | colour2 0.5 0.5 0.5 0.5 |
---|
71 | time2 0.5 |
---|
72 | colour3 0 0 0 0 |
---|
73 | time3 1 |
---|
74 | colour4 0.5 0.5 0.5 0 |
---|
75 | time4 1 |
---|
76 | colour5 0.5 0.5 0.5 0 |
---|
77 | time5 1 |
---|
78 | } |
---|
79 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.