blob: 9d06650187b61fdf8327a6621685d373d6e4db9d (
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
|
// Choreo version 1
actor "Alyx"
{
channel "audio"
{
event speak "npc_alyx.gordon_dist01"
{
time 0.173611 0.849869
param "npc_alyx.gordon_dist01"
fixedlength
cctype "cc_master"
cctoken ""
}
}
channel "look at"
{
}
channel "gestures"
{
}
channel "postures"
{
}
channel "facial flex"
{
event flexanimation "Facial Animation"
{
time 0.013889 1.131944
param ""
flexanimations samples_use_time defaultcurvetype=curve_catmullrom_normalize_x_to_curve_catmullrom_normalize_x
{
"inner_raiser" combo
{
0.3750 0.5700
}
{
0.3750 0.5000
}
"outer_raiser" combo
{
0.3750 0.2000
}
{
0.3750 0.5000
}
"lowerer" combo
{
0.3750 0.3000
}
{
0.3750 0.5000
}
}
}
}
}
scalesettings
{
"CChoreoView" "96"
"ExpressionTool" "100"
"RampTool" "98"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
ignorePhonemes off
|