forked from sanskarchand/bone-animator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathman_figure.xml
More file actions
34 lines (31 loc) · 1.21 KB
/
man_figure.xml
File metadata and controls
34 lines (31 loc) · 1.21 KB
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
<?xml version="1.0" encoding="UTF-8"?>
<figure name="protagonist">
<!-- torso/trunk. root node, one end is wunderkind -->
<bone type="line" len="70" angle="90" color="0|255|0">
<!-- upper torso-->
<bone type="line" len="70" angle="0" color="255|255|255">
<!-- head -->
<bone type="circle" len="80" angle="0"/>
<!-- right arm -->
<bone type="line" len="80" angle="-90">
<bone type="line" len="60" angle="0"/>
</bone>
<!-- left arm -->
<bone type="line" color="55|55|55" len="80" angle="90">
<bone type="line" len="60" angle="0"/>
</bone>
</bone>
<!-- right leg, attached to wunderkind gimbal-->
<bone w="w" type="line" len="90" angle="-60">
<bone type="line" len="90" angle="0">
<bone type="line" len="20" angle="60"/>
</bone>
</bone>
<!-- left left, attached to wunderkind gimbal -->
<bone w="w" type="line" len="90" angle="240">
<bone type="line" len="90" angle="0">
<bone type="line" len="20" angle="-60"/>
</bone>
</bone>
</bone>
</figure>