OSDN Git Service

テストデータ整備開始
[mikutoga/Vmd2XML.git] / src / test / testdata / minimum / test.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <!--
4   MikuMikuDance
5     motion-data(*.vmd) on XML
6 -->
7
8
9 <vmdMotion
10   xmlns="http://mikutoga.sourceforge.jp/xml/ns/vmdxml/110820"
11   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
12   xsi:schemaLocation="http://mikutoga.sourceforge.jp/xml/ns/vmdxml/110820
13     http://mikutoga.sourceforge.jp/xml/xsd/vmdxml-110820.xsd"
14   version="110820"
15 >
16
17 <meta name="generator" content="Vmd2XML 1.101.3-SNAPSHOT" />
18
19 <!--  -->
20 <modelName name="" />
21
22 <!--
23   bone-rotation has Quaternion parameters [boneRotQuat]
24   or YXZ-Euler angles [boneRotEyxz].
25   Quaternion is strongly recommended if you are data-exchanging.
26 -->
27 <!--
28   motion interpolation is defined by Bezier-cubic-curve.
29   implicit bezier curve point : P0=(0,0) P3=(127,127)
30   defLinear : MMD default linear curve. P1=(20,20) P2=(107,107) [DEFAULT]
31   defEaseInOut : MMD default ease-in-out curve. P1=(64,0) P2=(64,127)
32 -->
33 <boneMotionSequence>
34 </boneMotionSequence>
35
36 <morphSequence>
37 </morphSequence>
38
39 </vmdMotion>
40
41 <!-- EOF -->