datastructure.xml 2.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. <importedScene>
  2. <version name="1.2" /> <smiley code=":-)" />
  3. <node>
  4. <name />
  5. <transformation type="matrix4x4" />
  6. <mesh refid="0" />
  7. <!--More mesh definitions-->
  8. <mesh />
  9. <childnode />
  10. <childnode />
  11. </node>
  12. <meshes>
  13. <mesh id="0">
  14. <meshheader type="MatID, Vertexcount, Facecount, a.s.o." />
  15. <vertices>
  16. <vertex type="xyz" />
  17. <!-- More vertex definitions -->
  18. <vertex />
  19. </vertices>
  20. <texturecoords index="0">
  21. <texturecoord type="uv" />
  22. <texturecoord />
  23. </texturecoords>
  24. <texturecoords index="..." />
  25. <vertexcolors index="0">
  26. <color type="rgba" />
  27. <color />
  28. </vertexcolors>
  29. <vertexcolors index="..." />
  30. <normals>
  31. <normal type="xyz" />
  32. <!-- More normal definitions -->
  33. <normal />
  34. </normals>
  35. <tangents>
  36. <tangent type="xyz" />
  37. <!-- More tangent definitions -->
  38. <tangent />
  39. </tangents>
  40. <bitangents>
  41. <bitangent type="xyz" />
  42. <!-- More bitanget defiitions... -->
  43. <bitangent />
  44. </bitangents>
  45. <faces>
  46. <face numIndices="3" indices="p1, p2, p3" />
  47. <!-- More faces -->
  48. <face />
  49. </faces>
  50. <bones>
  51. <bone>
  52. <name />
  53. <offset type="matrix4x4" />
  54. <weights>
  55. <weight type="v, w" />
  56. <!-- More weights -->
  57. <weight />
  58. </weights>
  59. </bone>
  60. <!-- More bones -->
  61. <bone />
  62. </bones>
  63. </mesh>
  64. <!-- More meshes -->
  65. <mesh id="x" />
  66. </meshes>
  67. <anims>
  68. <anim name="rudern" duration="4500" ticksPerSecond="50">
  69. <animbone nameOfAnimatedNode="bla">
  70. <rotation>
  71. <rotkey time="0" rot="xyzw" />
  72. <rotkey time="100" rot="xyzw" />
  73. </rotation>
  74. <translation>
  75. <transkey time="0" trans="xyz" />
  76. <transkey time="100" trans="xyz" />
  77. </translation>
  78. <scaling>
  79. <scalekey time="0" scale="xyz" />
  80. <scalekey time="100" scale="xyz" />
  81. </scaling>
  82. </animbone>
  83. <animbone nameOfAnimatedNode="blubb">
  84. </animbone>
  85. </anim>
  86. <anim />
  87. </anims>
  88. <materials>
  89. <material>
  90. <param>
  91. <name/>
  92. <value/>
  93. </param>
  94. </material>
  95. <!-- More material definitions-->
  96. <material />
  97. </materials>
  98. <textures>
  99. <texture type="width, height, formatHint">
  100. <data />
  101. </texture>
  102. <texture />
  103. </textures>
  104. </importedScene>