-
Notifications
You must be signed in to change notification settings - Fork 8
/
Emotions Configurations.xml
83 lines (83 loc) · 2.28 KB
/
Emotions Configurations.xml
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
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<emotions>
<angry>
<parts>
<arms>
<forward>
<max>0</max>
<min>-5</min>
</forward>
<openness>
<max>5</max>
<min>0</min>
</openness>
<upward>
<max>10</max>
<min>3</min>
</upward>
</arms>
<head>
<forward> <!--z from torso-->
<max>5</max> <!--halfway forward-->
<min>0</min> <!--center-->
</forward>
</head>
<knees>
<straight>
<max>0</max>
<min>-10</min>
</straight>
</knees>
<shoulders>
<forward>
<max>7</max>
<min>-7</min>
</forward>
<upward>
<max>10</max>
<min>-10</min>
</upward>
</shoulders>
</parts>
</angry>
<happy>
<parts>
<arms>
<forward>
<max>99</max>
<min>34</min>
</forward>
<openness>
<max>43</max>
<min>33</min>
</openness>
<upward>
<max>23</max>
<min>53</min>
</upward>
</arms>
<head>
<forward> <!--z from torso-->
<max>0</max> <!--center-->
<min>-5</min> <!--halfway backward-->
</forward>
</head>
<knees>
<straight>
<max>0</max>
<min>-10</min>
</straight>
</knees>
<shoulders>
<forward>
<max>33</max>
<min>11</min>
</forward>
<upward>
<max>10</max>
<min>-10</min>
</upward>
</shoulders>
</parts>
</happy>
</emotions>