lwjgl/doc/templates/BonedModelTemplate.xml

49 lines
1.3 KiB
XML

<?xml version="1.0" standalone="no"?>
<bonemodel xmlns="x-schema:BoneModelSchema.xml"
modelname="" material="" vertexcount=""
type="" bones="">
<mesh>
<triangle a="" b="" c="" adjacency="" />
</mesh>
<skin>
<texcoord u="" v="" />
</skin>
<colors>
<color red="" green="" blue="" alpha=""/>
</colors>
<animation>
<sequence sequencename="">
<frame>
<bonematrix>
<m00></m00>
<m01></m01>
<m02></m02>
<m03></m03>
<m10></m10>
<m11></m11>
<m12></m12>
<m13></m13>
<m20></m20>
<m21></m21>
<m22></m22>
<m23></m23>
<m30></m30>
<m31></m31>
<m32></m32>
<m33></m33>
</bonematrix>
<time></time>
<action></action>
</frame>
</sequence>
</animation>
<vertices>
<vertex x="" y="" z="" nx="" ny="" nz="">
<weights>
<bone></bone>
<weight></weight>
</weights>
</vertex>
</vertices>
</bonemodel>