blob: 4d6d76be5ca152313b2056edc322bc9ee1d9080d (
plain) (
blame)
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
|
// Choreo version 1
actor "Alyx"
{
channel "audio"
{
event speak "ep_02.al_car_runafter01"
{
time 0.326388 1.627885
param "ep_02.al_car_runafter01"
fixedlength
cctype "cc_master"
cctoken ""
}
}
channel "look at"
{
event lookat "!player"
{
time 0.041666 2.472222
param "!player"
event_ramp
{
0.2429 0.7904
0.4524 1.0000
1.9587 1.0000
2.1516 0.8383
}
}
}
channel "move to"
{
}
channel "gestures"
{
}
channel "postures"
{
}
channel "facial flex"
{
event flexanimation "Facial Animation"
{
time 0.006945 2.472223
param ""
flexanimations samples_use_time defaultcurvetype=curve_catmullrom_normalize_x_to_curve_catmullrom_normalize_x
{
"lid_raiser" combo
{
0.2857 0.1900
0.4120 0.1900
2.1400 0.1600
2.2320 0.1500
}
{
0.2857 0.5000
}
"inner_raiser" combo
{
0.2857 0.6000
0.4540 0.6600
0.9100 0.6600
1.3700 0.7200
1.7480 0.6800
2.0880 0.6900
2.2380 0.6400
}
{
0.2857 0.5000
}
"outer_raiser" combo
{
0.2857 0.1300
0.4020 0.1300
2.1160 0.1200
2.2440 0.1100
}
{
0.2857 0.5000
}
"cheek_raiser" combo
{
0.2857 0.1600
0.4380 0.1700
2.1160 0.1300
2.2260 0.1200
}
{
0.2857 0.5000
}
}
}
}
}
scalesettings
{
"CChoreoView" "96"
"ExpressionTool" "100"
"RampTool" "84"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
ignorePhonemes off
|