blob: c535aaa02111303d354939d1db2fa2de3a4a3aec (
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
|
// Choreo version 1
actor "Alyx"
{
channel "Sound"
{
event speak "ep_01.al_platform_getin"
{
time 0.206666 1.071133
param "eli_lab.al_cmongord01"
fixedlength
cctype "cc_master"
cctoken ""
}
}
channel "gesture"
{
}
channel "look at"
{
event lookat "!player"
{
time 0.093333 2.993334
param "!player"
event_ramp
{
0.3880 0.4540
2.4567 0.4512
}
}
}
channel "Postures"
{
}
channel "Trigger"
{
}
}
scalesettings
{
"CChoreoView" "100"
"ExpressionTool" "100"
"GestureTool" "100"
"RampTool" "100"
"SceneRampTool" "100"
}
fps 60
snap off
|