OSDN Git Service

SAX対応
[mikutoga/Pmd2XML.git] / src / test / resources / testdata / pmd130128 / morph / allmorph.xml
1 <?xml version="1.0" encoding="UTF-8" ?>
2
3 <!--
4   MikuMikuDance
5     model-data(*.pmd) on XML
6 -->
7
8
9 <!-- [NAMELESS] -->
10 <pmdModel
11   xmlns="http://mikutoga.sourceforge.jp/xml/ns/pmdxml/130128"
12   xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
13   xsi:schemaLocation="http://mikutoga.sourceforge.jp/xml/ns/pmdxml/130128
14     http://mikutoga.sourceforge.jp/xml/xsd/pmdxml-130128.xsd"
15   schemaVersion="130128"
16
17   name=""
18 >
19
20
21 <description>
22 </description>
23
24 <license>
25 </license>
26
27 <credits>
28 </credits>
29
30 <meta name="siteURL" content="" />
31 <meta name="imageURL" content="" />
32
33 <materialList>
34
35   <material showEdge="true" surfaceGroupIdRef="sg0" >
36     <diffuse r="0.75" g="0.25" b="0.25" alpha="1.0" />
37     <specular r="0.0" g="0.0" b="0.0" shininess="5.0" />
38     <ambient r="0.25" g="0.75" b="0.25" />
39   </material>
40
41 </materialList>
42
43 <toonMap>
44   <toonDef toonFileId="tf0" index="0" winFileName="toon01.bmp" />
45   <toonDef toonFileId="tf1" index="1" winFileName="toon02.bmp" />
46   <toonDef toonFileId="tf2" index="2" winFileName="toon03.bmp" />
47   <toonDef toonFileId="tf3" index="3" winFileName="toon04.bmp" />
48   <toonDef toonFileId="tf4" index="4" winFileName="toon05.bmp" />
49   <toonDef toonFileId="tf5" index="5" winFileName="toon06.bmp" />
50   <toonDef toonFileId="tf6" index="6" winFileName="toon07.bmp" />
51   <toonDef toonFileId="tf7" index="7" winFileName="toon08.bmp" />
52   <toonDef toonFileId="tf8" index="8" winFileName="toon09.bmp" />
53   <toonDef toonFileId="tf9" index="9" winFileName="toon10.bmp" />
54 </toonMap>
55
56 <boneList>
57
58 <!--
59 Bone types:
60 [0 : ROTATE      : Rotate       : 回転           :]
61 [1 : ROTMOV      : Rotate/Move  : 回転/移動      :]
62 [2 : IK          : IK           : IK             :]
63 [3 : UNKNOWN     : Unknown      : 不明           :]
64 [4 : UNDERIK     : Under IK     : IK影響下(回転) :]
65 [5 : UNDERROT    : Under rotate : 回転影響下     :]
66 [6 : IKCONNECTED : IK connected : IK接続先       :]
67 [7 : HIDDEN      : Hidden       : 非表示         :]
68 [8 : TWIST       : Twist        : 捩り           :]
69 [9 : LINKEDROT   : Linked Rotate: 回転連動       :]
70 -->
71
72   <!-- testbone [回転/移動] -->
73   <bone name="testbone" boneId="bn0" type="ROTMOV" >
74     <position x="0.0" y="0.0" z="0.0" />
75     <boneChain />
76   </bone>
77
78 </boneList>
79
80 <boneGroupList>
81 </boneGroupList>
82
83 <ikChainList>
84 </ikChainList>
85
86 <morphList>
87
88 <!--
89 Morph types:
90 [1 : EYEBROW : まゆ   ]
91 [2 : EYE     : 目     ]
92 [3 : LIP     : リップ ]
93 [4 : EXTRA   : その他 ]
94 -->
95
96   <!-- testEyebrow -->
97   <morph name="testEyebrow" type="EYEBROW" >
98     <morphVertex vtxIdRef="vtx0" xOff="3.0" yOff="0.0" zOff="0.001" />
99   </morph>
100
101   <!-- testEye -->
102   <morph name="testEye" type="EYE" >
103     <morphVertex vtxIdRef="vtx0" xOff="0.0" yOff="3.0" zOff="0.0" />
104   </morph>
105
106   <!-- testLip -->
107   <morph name="testLip" type="LIP" >
108     <morphVertex vtxIdRef="vtx0" xOff="0.0" yOff="0.0" zOff="3.0" />
109   </morph>
110
111   <!-- testExtra -->
112   <morph name="testExtra" type="EXTRA" >
113     <morphVertex vtxIdRef="vtx0" xOff="3.0" yOff="3.0" zOff="3.0" />
114     <morphVertex vtxIdRef="vtx1" xOff="2.0" yOff="2.0" zOff="2.0" />
115   </morph>
116
117 </morphList>
118
119 <rigidList>
120 </rigidList>
121
122 <rigidGroupList>
123
124   <rigidGroup rigidGroupId="rg1" />
125   <rigidGroup rigidGroupId="rg2" />
126   <rigidGroup rigidGroupId="rg3" />
127   <rigidGroup rigidGroupId="rg4" />
128   <rigidGroup rigidGroupId="rg5" />
129   <rigidGroup rigidGroupId="rg6" />
130   <rigidGroup rigidGroupId="rg7" />
131   <rigidGroup rigidGroupId="rg8" />
132   <rigidGroup rigidGroupId="rg9" />
133   <rigidGroup rigidGroupId="rg10" />
134   <rigidGroup rigidGroupId="rg11" />
135   <rigidGroup rigidGroupId="rg12" />
136   <rigidGroup rigidGroupId="rg13" />
137   <rigidGroup rigidGroupId="rg14" />
138   <rigidGroup rigidGroupId="rg15" />
139   <rigidGroup rigidGroupId="rg16" />
140
141 </rigidGroupList>
142
143 <jointList>
144 </jointList>
145
146 <surfaceGroupList>
147
148   <surfaceGroup surfaceGroupId="sg0" >
149     <surface vtxIdRef1="vtx0" vtxIdRef2="vtx1" vtxIdRef3="vtx2" />
150   </surfaceGroup>
151
152 </surfaceGroupList>
153
154 <vertexList>
155
156   <vertex vtxId="vtx0" showEdge="true" >
157     <position x="0.0" y="0.0" z="0.0" />
158     <normal x="0.0" y="0.0" z="-1.0" />
159     <uvMap u="0.0" v="1.0" />
160     <skinning boneIdRef1="bn0" boneIdRef2="bn0" weightBalance="100" />
161   </vertex>
162
163   <vertex vtxId="vtx1" showEdge="true" >
164     <position x="-5.0" y="8.0" z="0.0" />
165     <normal x="0.0" y="0.0" z="-1.0" />
166     <uvMap u="0.0" v="1.0" />
167     <skinning boneIdRef1="bn0" boneIdRef2="bn0" weightBalance="100" />
168   </vertex>
169
170   <vertex vtxId="vtx2" showEdge="true" >
171     <position x="5.0" y="8.0" z="0.0" />
172     <normal x="0.0" y="0.0" z="-1.0" />
173     <uvMap u="0.0" v="1.0" />
174     <skinning boneIdRef1="bn0" boneIdRef2="bn0" weightBalance="100" />
175   </vertex>
176
177 </vertexList>
178
179 </pmdModel>
180
181 <!-- EOF -->