forked from lznt/Oulutest
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Classic.particle.bak
169 lines (158 loc) · 3.04 KB
/
Classic.particle.bak
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
particle_system Classic
{
material eruption.material
particle_width 0.10
particle_height 0.10
quota 2000
cull_each false
sorted false
local_space false
iteration_interval 0.0
nonvisible_update_timeout 0.0
billboard_type point
billboard_origin center
billboard_rotation_type vertex
point_rendering false
accurate_facing false
emitter HollowEllipsoid
{
position 0.0 0.0 0.0
direction 0.0 0.0 1.0
angle 0.0
width 0.01
height 0.02
depth 10.0
inner_width 0.5
inner_height 0.5
inner_depth 0.5
emission_rate 10.0
velocity_min 0.10
velocity_max 0.10
time_to_live_min 0.10
time_to_live_max 0.20
duration_min 0.0
duration_max 0.0
repeat_delay_min 0.0
repeat_delay_max 0.0
colour_range_start 1 1 1 1
colour_range_end 1 1 1 1
}
emitter Point
{
position 0.0 0.0 0.0
direction 0.0 1.0 0.0
angle 1.2
emission_rate 50.67
velocity_min 0.10
velocity_max 0.10
time_to_live_min 1.19
time_to_live_max 4.92
duration_min 0.0
duration_max 0.0
repeat_delay_min 0.0
repeat_delay_max 0.0
colour_range_start 0 0 0 1
colour_range_end 0 0 0 1
}
emitter HollowEllipsoid
{
position 0.0 -200.0 0.0
direction 0.0 0.0 1.0
angle 180.0
width 0.10
height 0.10
depth 30.0
inner_width 0.9
inner_height 0.9
inner_depth 0.9
emission_rate 25.0
velocity_min 0.10
velocity_max 0.20
time_to_live_min 0.1
time_to_live_max 0.2
duration_min 0.0
duration_max 0.0
repeat_delay_min 0.0
repeat_delay_max 0.0
colour_range_start 1 1 1 1
colour_range_end 0 0 0 1
}
emitter HollowEllipsoid
{
position 0.0 650.0 0.0
direction 0.0 0.0 1.0
angle 0.0
width 0.10
height 10.0
depth 1400.0
inner_width 0.5
inner_height 0.5
inner_depth 0.5
emission_rate 200.0
velocity_min 1.0
velocity_max 1.0
time_to_live_min 0.10
time_to_live_max 0.20
duration_min 0.0
duration_max 0.0
repeat_delay_min 0.0
repeat_delay_max 0.0
colour_range_start 1 1 1 1
colour_range_end 1 1 1 1
}
emitter HollowEllipsoid
{
position 0.0 -200.0 0.0
direction 0.0 0.0 1.0
angle 0.0
width 0.1
height 0.1
depth 1800.0
inner_width 0.5
inner_height 0.5
inner_depth 0.5
emission_rate 50.0
velocity_min 1.0
velocity_max 1.0
time_to_live_min 5.0
time_to_live_max 5.0
duration_min 0.0
duration_max 0.0
repeat_delay_min 0.0
repeat_delay_max 0.0
colour_range_start 1 1 1 1
colour_range_end 1 1 1 1
}
affector DirectionRandomiser
{
randomness 4.0
scope 100.0
keep_velocity false
}
affector Scaler
{
rate 37.65
}
affector ColourInterpolator
{
time0 0.0
colour0 0 0 0 1
time1 0.2
colour1 1 0.137255 0.14902 1
time2 0.4
colour2 0.917647 1 0.0117647 1
time3 0.6
colour3 0 0.14902 1 1
time4 0.8
colour4 0 1 1 1
time5 1.0
colour5 0 0 0 1
}
affector Rotator
{
rotation_speed_range_start 20.0
rotation_speed_range_end 100.0
rotation_range_start 0.0
rotation_range_end 180.0
}
}