blob: 5563025026c2f79fc4fd20b26bf33fdf3f623ac7 (
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
|
// Choreo version 1
actor "!Target1"
{
channel "Audio"
{
event speak "answer01"
{
time 0.006667 1.186486
param "npc_citizen.answer01"
param2 "75dB"
fixedlength
}
}
channel "Expression"
{
}
channel "Facial"
{
event flexanimation "Facial"
{
time 0.000000 1.180000
param ""
flexanimations samples_use_time
{
"lid_droop" combo
{
0.1929 0.6400
0.2890 0.5400
0.7215 0.4400
0.8858 0.3000
1.0396 0.0300
}
{
}
"inner_raiser" combo
{
0.1929 1.0000
0.2890 0.9000
0.7215 0.8000
0.8858 0.6600
1.0396 0.2100
}
{
}
}
}
}
channel "Head"
{
event flexanimation "Head"
{
time 0.000000 1.186667
param ""
flexanimations samples_use_time
{
"head_updown" range 35.0 -30.0
{
0.1498 0.5600
0.2459 0.5800
}
"head_tilt" range 18.0 -18.0
{
0.2165 0.5500
0.3125 0.5600
0.8862 0.5400
}
}
}
}
}
scalesettings
{
"CChoreoView" "100"
"RampTool" "100"
"ExpressionTool" "102"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|