blob: 8d79ee62f642e41797f4a995c009d47eed296c2c (
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
|
// Choreo version 1
actor "!Target1"
{
channel "Audio"
{
event speak "answer03"
{
time 0.006667 0.591860
param "npc_citizen.answer03"
param2 "75dB"
fixedlength
}
}
channel "Expression"
{
}
channel "Facial"
{
event flexanimation "Facial"
{
time 0.000000 1.006667
param ""
flexanimations samples_use_time
{
"lid_droop" combo
{
0.1795 0.8400
0.3306 0.9200
0.6674 0.8300
0.8400 0.2100
}
{
}
"inner_raiser" combo
{
0.1795 0.8400
0.3306 0.9200
0.6674 0.8300
0.8160 0.2100
}
{
}
"eyes_rightleft" range 30.0 -30.0
{
0.1115 0.2600
0.1289 0.2600
0.3306 0.2500
0.7894 0.2400
0.8160 0.2300
0.8982 0.4400
0.9128 0.4500
0.9502 0.5000
}
}
}
}
channel "Head"
{
event flexanimation "Head"
{
time 0.000000 1.006667
param ""
flexanimations samples_use_time
{
"head_updown" range 35.0 -30.0
{
0.1575 0.5633
0.2606 0.5666
0.6674 0.5617
}
"head_tilt" range 18.0 -18.0
{
0.1795 0.5800
0.2826 0.6000
0.6674 0.5900
}
}
}
}
}
scalesettings
{
"CChoreoView" "100"
"RampTool" "100"
"ExpressionTool" "100"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|