wdhktbase.x
上传用户:garry_shen
上传日期:2015-04-15
资源大小:45647k
文件大小:7k
源码类别:

游戏引擎

开发平台:

Visual C++

  1. xof 0303txt 0032
  2. template Header {
  3.  <3d82ab43-62da-11cf-ab39-0020af71e433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8. template Vector {
  9.  <3d82ab5e-62da-11cf-ab39-0020af71e433>
  10.  FLOAT x;
  11.  FLOAT y;
  12.  FLOAT z;
  13. }
  14. template Coords2d {
  15.  <f6f23f44-7686-11cf-8f52-0040333594a3>
  16.  FLOAT u;
  17.  FLOAT v;
  18. }
  19. template Matrix4x4 {
  20.  <f6f23f45-7686-11cf-8f52-0040333594a3>
  21.  array FLOAT matrix[16];
  22. }
  23. template ColorRGBA {
  24.  <35ff44e0-6c7c-11cf-8f52-0040333594a3>
  25.  FLOAT red;
  26.  FLOAT green;
  27.  FLOAT blue;
  28.  FLOAT alpha;
  29. }
  30. template ColorRGB {
  31.  <d3e16e81-7835-11cf-8f52-0040333594a3>
  32.  FLOAT red;
  33.  FLOAT green;
  34.  FLOAT blue;
  35. }
  36. template IndexedColor {
  37.  <1630b820-7842-11cf-8f52-0040333594a3>
  38.  DWORD index;
  39.  ColorRGBA indexColor;
  40. }
  41. template Boolean {
  42.  <537da6a0-ca37-11d0-941c-0080c80cfa7b>
  43.  DWORD truefalse;
  44. }
  45. template Boolean2d {
  46.  <4885ae63-78e8-11cf-8f52-0040333594a3>
  47.  Boolean u;
  48.  Boolean v;
  49. }
  50. template MaterialWrap {
  51.  <4885ae60-78e8-11cf-8f52-0040333594a3>
  52.  Boolean u;
  53.  Boolean v;
  54. }
  55. template TextureFilename {
  56.  <a42790e1-7810-11cf-8f52-0040333594a3>
  57.  STRING filename;
  58. }
  59. template Material {
  60.  <3d82ab4d-62da-11cf-ab39-0020af71e433>
  61.  ColorRGBA faceColor;
  62.  FLOAT power;
  63.  ColorRGB specularColor;
  64.  ColorRGB emissiveColor;
  65.  [...]
  66. }
  67. template MeshFace {
  68.  <3d82ab5f-62da-11cf-ab39-0020af71e433>
  69.  DWORD nFaceVertexIndices;
  70.  array DWORD faceVertexIndices[nFaceVertexIndices];
  71. }
  72. template MeshFaceWraps {
  73.  <ed1ec5c0-c0a8-11d0-941c-0080c80cfa7b>
  74.  DWORD nFaceWrapValues;
  75.  array Boolean2d faceWrapValues[nFaceWrapValues];
  76. }
  77. template MeshTextureCoords {
  78.  <f6f23f40-7686-11cf-8f52-0040333594a3>
  79.  DWORD nTextureCoords;
  80.  array Coords2d textureCoords[nTextureCoords];
  81. }
  82. template MeshMaterialList {
  83.  <f6f23f42-7686-11cf-8f52-0040333594a3>
  84.  DWORD nMaterials;
  85.  DWORD nFaceIndexes;
  86.  array DWORD faceIndexes[nFaceIndexes];
  87.  [Material <3d82ab4d-62da-11cf-ab39-0020af71e433>]
  88. }
  89. template MeshNormals {
  90.  <f6f23f43-7686-11cf-8f52-0040333594a3>
  91.  DWORD nNormals;
  92.  array Vector normals[nNormals];
  93.  DWORD nFaceNormals;
  94.  array MeshFace faceNormals[nFaceNormals];
  95. }
  96. template MeshVertexColors {
  97.  <1630b821-7842-11cf-8f52-0040333594a3>
  98.  DWORD nVertexColors;
  99.  array IndexedColor vertexColors[nVertexColors];
  100. }
  101. template Mesh {
  102.  <3d82ab44-62da-11cf-ab39-0020af71e433>
  103.  DWORD nVertices;
  104.  array Vector vertices[nVertices];
  105.  DWORD nFaces;
  106.  array MeshFace faces[nFaces];
  107.  [...]
  108. }
  109. Header {
  110.  1;
  111.  0;
  112.  1;
  113. }
  114. Mesh {
  115.  34;
  116.  1.511665;-0.269794;1.663298;,
  117.  12.694409;-0.269794;1.663298;,
  118.  1.511665;-0.269794;12.925920;,
  119.  12.694409;-0.269794;12.925920;,
  120.  1.511665;0.030206;1.663298;,
  121.  12.694409;0.030206;1.663298;,
  122.  1.511665;0.030206;12.925920;,
  123.  12.694409;0.030206;12.925920;,
  124.  5.638761;0.026951;5.612327;,
  125.  8.394480;0.026951;5.612327;,
  126.  5.638761;0.026951;9.330887;,
  127.  8.394480;0.026951;9.330887;,
  128.  5.638761;0.051951;5.612327;,
  129.  8.394480;0.051951;5.612327;,
  130.  5.638761;0.051951;9.330887;,
  131.  8.394480;0.051951;9.330887;,
  132.  5.638761;0.026951;5.612327;,
  133.  8.394480;0.026951;5.612327;,
  134.  8.394480;0.051951;5.612327;,
  135.  8.394480;0.051951;5.612327;,
  136.  5.638761;0.051951;5.612327;,
  137.  5.638761;0.026951;5.612327;,
  138.  8.394480;0.026951;9.330887;,
  139.  8.394480;0.051951;5.612327;,
  140.  8.394480;0.026951;9.330887;,
  141.  5.638761;0.026951;9.330887;,
  142.  5.638761;0.051951;9.330887;,
  143.  5.638761;0.051951;9.330887;,
  144.  8.394480;0.051951;9.330887;,
  145.  8.394480;0.026951;9.330887;,
  146.  5.638761;0.026951;9.330887;,
  147.  5.638761;0.051951;5.612327;,
  148.  5.638761;0.051951;5.612327;,
  149.  5.638761;0.026951;9.330887;;
  150.  24;
  151.  3;0,3,2;,
  152.  3;3,0,1;,
  153.  3;4,7,5;,
  154.  3;7,4,6;,
  155.  3;0,5,1;,
  156.  3;5,0,4;,
  157.  3;1,7,3;,
  158.  3;7,1,5;,
  159.  3;3,6,2;,
  160.  3;6,3,7;,
  161.  3;2,4,0;,
  162.  3;4,2,6;,
  163.  3;8,11,10;,
  164.  3;11,8,9;,
  165.  3;12,15,13;,
  166.  3;15,12,14;,
  167.  3;16,18,17;,
  168.  3;19,21,20;,
  169.  3;9,15,22;,
  170.  3;15,9,23;,
  171.  3;24,26,25;,
  172.  3;27,29,28;,
  173.  3;30,31,8;,
  174.  3;32,33,14;;
  175.  MeshMaterialList {
  176.   2;
  177.   24;
  178.   0,
  179.   0,
  180.   0,
  181.   0,
  182.   0,
  183.   0,
  184.   0,
  185.   0,
  186.   0,
  187.   0,
  188.   0,
  189.   0,
  190.   1,
  191.   1,
  192.   1,
  193.   1,
  194.   1,
  195.   1,
  196.   1,
  197.   1,
  198.   1,
  199.   1,
  200.   1,
  201.   1;
  202.   Material {
  203.    0.498039;0.498039;0.498039;1.000000;;
  204.    20.000000;
  205.    0.898039;0.898039;0.898039;;
  206.    0.000000;0.000000;0.000000;;
  207.    TextureFilename {
  208.     "d-z1.bmp";
  209.    }
  210.   }
  211.   Material {
  212.    0.498039;0.498039;0.498039;1.000000;;
  213.    20.000000;
  214.    0.898039;0.898039;0.898039;;
  215.    0.000000;0.000000;0.000000;;
  216.    TextureFilename {
  217.     "d-t1.bmp";
  218.    }
  219.   }
  220.  }
  221.  MeshNormals {
  222.   54;
  223.   0.000000;-1.000000;0.000000;,
  224.   0.000000;0.000000;-1.000000;,
  225.   -1.000000;0.000000;0.000000;,
  226.   0.000000;-1.000000;0.000000;,
  227.   0.000000;0.000000;-1.000000;,
  228.   1.000000;0.000000;0.000000;,
  229.   0.000000;-1.000000;0.000000;,
  230.   0.000000;0.000000;1.000000;,
  231.   -1.000000;0.000000;0.000000;,
  232.   0.000000;-1.000000;0.000000;,
  233.   1.000000;0.000000;0.000000;,
  234.   0.000000;0.000000;1.000000;,
  235.   0.000000;1.000000;0.000000;,
  236.   0.000000;0.000000;-1.000000;,
  237.   -1.000000;0.000000;0.000000;,
  238.   0.000000;1.000000;0.000000;,
  239.   0.000000;0.000000;-1.000000;,
  240.   1.000000;0.000000;0.000000;,
  241.   0.000000;1.000000;0.000000;,
  242.   0.000000;0.000000;1.000000;,
  243.   -1.000000;0.000000;0.000000;,
  244.   0.000000;1.000000;0.000000;,
  245.   1.000000;0.000000;0.000000;,
  246.   0.000000;0.000000;1.000000;,
  247.   0.000000;-1.000000;0.000000;,
  248.   -1.000000;0.000000;0.000000;,
  249.   0.000000;-1.000000;0.000000;,
  250.   1.000000;0.000000;0.000000;,
  251.   0.000000;-1.000000;0.000000;,
  252.   0.000000;-1.000000;0.000000;,
  253.   0.000000;1.000000;0.000000;,
  254.   0.000000;1.000000;0.000000;,
  255.   0.000000;1.000000;0.000000;,
  256.   -1.000000;0.000000;0.000000;,
  257.   0.000000;1.000000;0.000000;,
  258.   1.000000;0.000000;0.000000;,
  259.   0.000000;0.000000;-1.000000;,
  260.   0.000000;0.000000;-1.000000;,
  261.   0.000000;0.000000;-1.000000;,
  262.   0.000000;0.000000;-1.000000;,
  263.   0.000000;0.000000;-1.000000;,
  264.   0.000000;0.000000;-1.000000;,
  265.   1.000000;0.000000;0.000000;,
  266.   1.000000;0.000000;0.000000;,
  267.   0.000000;0.000000;1.000000;,
  268.   0.000000;0.000000;1.000000;,
  269.   0.000000;0.000000;1.000000;,
  270.   0.000000;0.000000;1.000000;,
  271.   0.000000;0.000000;1.000000;,
  272.   0.000000;0.000000;1.000000;,
  273.   -1.000000;0.000000;0.000000;,
  274.   -1.000000;0.000000;0.000000;,
  275.   -1.000000;0.000000;0.000000;,
  276.   -1.000000;0.000000;0.000000;;
  277.   24;
  278.   3;0,9,6;,
  279.   3;9,0,3;,
  280.   3;12,21,15;,
  281.   3;21,12,18;,
  282.   3;1,16,4;,
  283.   3;16,1,13;,
  284.   3;5,22,10;,
  285.   3;22,5,17;,
  286.   3;11,19,7;,
  287.   3;19,11,23;,
  288.   3;8,14,2;,
  289.   3;14,8,20;,
  290.   3;24,29,28;,
  291.   3;29,24,26;,
  292.   3;30,34,31;,
  293.   3;34,30,32;,
  294.   3;36,38,37;,
  295.   3;39,41,40;,
  296.   3;27,35,42;,
  297.   3;35,27,43;,
  298.   3;44,46,45;,
  299.   3;47,49,48;,
  300.   3;50,51,25;,
  301.   3;52,53,33;;
  302.  }
  303.  MeshTextureCoords {
  304.   34;
  305.   0.008991;0.991004;,
  306.   17.991005;0.991008;,
  307.   0.008996;-16.991009;,
  308.   17.991009;-16.991003;,
  309.   0.008991;0.991004;,
  310.   17.991005;0.991008;,
  311.   0.008996;-16.991009;,
  312.   17.991009;-16.991003;,
  313.   1.000000;1.000000;,
  314.   0.000000;1.000000;,
  315.   1.000000;0.000000;,
  316.   0.000000;0.000000;,
  317.   0.000000;1.000000;,
  318.   1.000000;1.000000;,
  319.   0.000000;0.000000;,
  320.   1.000000;0.000000;,
  321.   0.000000;1.000000;,
  322.   1.000000;1.000000;,
  323.   1.000000;0.000000;,
  324.   1.000000;0.000000;,
  325.   0.000000;0.000000;,
  326.   0.000000;1.000000;,
  327.   1.000000;1.000000;,
  328.   0.000000;0.000000;,
  329.   0.000000;1.000000;,
  330.   1.000000;1.000000;,
  331.   1.000000;0.000000;,
  332.   1.000000;0.000000;,
  333.   0.000000;0.000000;,
  334.   0.000000;1.000000;,
  335.   0.000000;1.000000;,
  336.   1.000000;0.000000;,
  337.   1.000000;0.000000;,
  338.   0.000000;1.000000;;
  339.  }
  340. }