OSDN Git Service

Merge release/v2.103.2
[mikutoga/Vmd2XML.git] / src / test / resources / testdata / vmd110820 / small / onlyCamera.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 <!--
18   camera-rotation has polar-coordinates parameters.
19   xRad = -radian(UI_X) [latitude]
20   yRad =  radian(UI_Y) [longitude]
21   zRad =  radian(UI_Z) [roll]
22   range = -(UI_RANGE)
23 -->
24 <!--
25   motion-interpolation is described with Bezier-cubic-curve.
26   implicit bezier curve point : P0=(0,0) P3=(127,127)
27   defLinear : MMD default linear curve. P1=(20,20) P2=(107,107) [DEFAULT]
28   defEaseInOut : MMD default ease-in-out curve. P1=(64,0) P2=(64,127)
29 -->
30 <cameraSequence>
31
32   <cameraMotion frame="0" >
33     <cameraTarget xPos="0.0" yPos="10.0" zPos="0.0" />
34     <cameraRotation xRad="0.0" yRad="0.0" zRad="0.0" />
35     <cameraRange range="-35.0" />
36     <projection vertDeg="45" />
37   </cameraMotion>
38
39 </cameraSequence>
40
41 <luminousSequence>
42 </luminousSequence>
43
44 <shadowSequence>
45 </shadowSequence>
46
47 </vmdMotion>
48
49 <!-- EOF -->