blob: 64ed6955f6ccb71ab9e3c49f306ddd379c3c63bf (
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
|
// Choreo version 1
actor "Alyx"
{
channel "audio"
{
event speak "ep_01.al_finale_herewego_alt"
{
time 0.138889 1.317302
param "ep_01.al_hospital_letsgo"
fixedlength
cctype "cc_master"
cctoken ""
}
}
channel "look at"
{
event lookat "look at player"
{
time 0.080000 1.255833
param "!player"
event_ramp
{
0.1211 0.3204 "curve_bspline_to_curve_bspline"
0.7921 0.5525 "curve_bspline_to_curve_bspline"
0.8467 0.5580 "curve_bspline_to_curve_bspline"
0.9813 0.3481 "curve_bspline_to_curve_bspline"
}
}
}
channel "move to"
{
}
channel "gestures"
{
}
channel "postures"
{
}
channel "facial flex"
{
}
}
scalesettings
{
"CChoreoView" "96"
"ExpressionTool" "100"
"RampTool" "98"
"GestureTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|