-
Notifications
You must be signed in to change notification settings - Fork 4
/
Big_Smoke.particle
79 lines (74 loc) · 1.21 KB
/
Big_Smoke.particle
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
smoke_big
{
quota 60
material smoke.material
particle_width 0.05
particle_height 0.05
cull_each true
renderer billboard
sorted false
local_space false
iteration_interval 0
nonvisible_update_timeout 0
billboard_type point
billboard_origin center
billboard_rotation_type vertex
common_up_vector 0 1 0
point_rendering false
accurate_facing false
emitter Point
{
angle 5
colour 0 0 128 1
colour_range_start 1 1 1 1
colour_range_end 1 1 1 1
direction 0 10 -1
emission_rate 10
position 0 0 0
velocity 0.6
velocity_min 0.5
velocity_max 0.9
time_to_live 4
time_to_live_min 2
time_to_live_max 6
duration 0
duration_min 0
duration_max 0
repeat_delay 0
repeat_delay_min 0
repeat_delay_max 0
}
affector ColourFader
{
red -0.1
green -0.1
blue -0.1
alpha -0.5
}
affector Scaler
{
rate 0.5
}
affector ColourInterpolator
{
colour0 0 0 128 1
time0 0
colour1 0 0 128 0.490196
time1 0.2
colour2 0 0 128 1
time2 0.4
colour3 0 0 128 0.698039
time3 0.6
colour4 0 0 128 0.498039
time4 0.8
colour5 0 0 128 1
time5 1
}
affector Rotator
{
rotation_speed_range_start -100
rotation_speed_range_end 100
rotation_range_start 0
rotation_range_end 100
}
}