blob: 05b0d355394d0d3d70342fb7dd47990313277ee5 (
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
|
// Choreo version 1
actor "!Target1"
{
channel "Audio"
{
event speak "answer32"
{
time 0.133333 0.706508
param "npc_citizen.answer32"
param2 "75dB"
fixedlength
}
}
channel "Expression"
{
}
channel "Facial"
{
event flexanimation "Facial"
{
time 0.000000 0.860000
param ""
flexanimations samples_use_time
{
"inner_raiser" combo
{
0.1080 0.3900
0.1434 0.4400
0.2454 0.4400
0.2829 0.4000
0.3937 0.0800
}
{
}
"outer_raiser" combo
{
0.0645 0.0600
0.1400 0.3900
0.1754 0.4400
0.2754 0.4400
0.3129 0.4000
0.4237 0.0800
}
{
}
}
}
}
channel "Head"
{
event flexanimation "Head"
{
time 0.000000 0.846667
param ""
flexanimations samples_use_time
{
"head_updown" range 15.0 -15.0
{
0.0603 0.5354
0.1040 0.5462
0.2516 0.5512
0.4242 0.5267
0.5572 0.5072
}
}
}
}
}
scalesettings
{
"CChoreoView" "100"
"RampTool" "100"
"ExpressionTool" "100"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|