EMssyabase.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.  24;
  116.  8.122150;0.073353;10.969915;,
  117.  7.161188;0.073353;10.466075;,
  118.  5.594080;0.073353;9.878262;,
  119.  5.032288;0.073353;7.841909;,
  120.  4.854879;0.073353;6.036482;,
  121.  5.475808;0.073353;4.294036;,
  122.  7.486436;0.073353;3.454303;,
  123.  9.851883;0.073353;4.503970;,
  124.  10.502380;0.073353;6.834229;,
  125.  11.138093;0.073353;7.464029;,
  126.  11.566831;0.073353;7.736942;,
  127.  11.566831;0.073353;11.011902;,
  128.  8.122150;0.098353;10.969915;,
  129.  7.161188;0.098353;10.466075;,
  130.  5.594080;0.098353;9.878262;,
  131.  5.032288;0.098353;7.841909;,
  132.  4.854879;0.098353;6.036482;,
  133.  5.475808;0.098353;4.294036;,
  134.  7.486436;0.098353;3.454303;,
  135.  9.851883;0.098353;4.503970;,
  136.  10.502380;0.098353;6.834229;,
  137.  11.138093;0.098353;7.464029;,
  138.  11.566831;0.098353;7.736942;,
  139.  11.566831;0.098353;11.011902;;
  140.  44;
  141.  3;0,13,1;,
  142.  3;0,12,13;,
  143.  3;1,14,2;,
  144.  3;1,13,14;,
  145.  3;2,15,3;,
  146.  3;2,14,15;,
  147.  3;3,16,4;,
  148.  3;3,15,16;,
  149.  3;4,17,5;,
  150.  3;4,16,17;,
  151.  3;5,18,6;,
  152.  3;5,17,18;,
  153.  3;6,19,7;,
  154.  3;6,18,19;,
  155.  3;7,20,8;,
  156.  3;7,19,20;,
  157.  3;8,21,9;,
  158.  3;8,20,21;,
  159.  3;9,22,10;,
  160.  3;9,21,22;,
  161.  3;10,23,11;,
  162.  3;10,22,23;,
  163.  3;11,12,0;,
  164.  3;11,23,12;,
  165.  3;10,11,0;,
  166.  3;9,10,0;,
  167.  3;8,9,0;,
  168.  3;8,0,1;,
  169.  3;7,8,1;,
  170.  3;6,7,1;,
  171.  3;5,6,1;,
  172.  3;4,5,1;,
  173.  3;3,4,1;,
  174.  3;3,1,2;,
  175.  3;22,12,23;,
  176.  3;21,12,22;,
  177.  3;20,12,21;,
  178.  3;20,13,12;,
  179.  3;19,13,20;,
  180.  3;18,13,19;,
  181.  3;17,13,18;,
  182.  3;16,13,17;,
  183.  3;15,13,16;,
  184.  3;15,14,13;;
  185.  MeshMaterialList {
  186.   1;
  187.   1;
  188.   0;
  189.   Material {
  190.    0.498039;0.498039;0.498039;1.000000;;
  191.    20.000000;
  192.    0.898039;0.898039;0.898039;;
  193.    0.000000;0.000000;0.000000;;
  194.    TextureFilename {
  195.     "d-x2.bmp";
  196.    }
  197.   }
  198.  }
  199.  MeshNormals {
  200.   72;
  201.   -0.251654;0.000000;0.967817;,
  202.   -0.006045;-0.000000;0.999982;,
  203.   0.000000;-1.000000;0.000000;,
  204.   -0.251654;0.000000;0.967817;,
  205.   -0.182885;0.000000;0.983134;,
  206.   0.000000;-1.000000;0.000000;,
  207.   -0.182885;0.000000;0.983134;,
  208.   -0.873885;0.000000;0.486133;,
  209.   0.000000;-1.000000;0.000000;,
  210.   -0.873885;0.000000;0.486133;,
  211.   -0.980930;0.000000;0.194361;,
  212.   0.000000;-1.000000;0.000000;,
  213.   -0.980930;0.000000;0.194361;,
  214.   -0.812091;-0.000001;-0.583531;,
  215.   0.000000;-1.000000;0.000000;,
  216.   -0.812091;-0.000001;-0.583531;,
  217.   -0.202820;-0.000000;-0.979216;,
  218.   0.000000;-1.000000;0.000000;,
  219.   -0.202820;-0.000000;-0.979216;,
  220.   0.214927;0.000002;-0.976630;,
  221.   0.000000;-1.000000;0.000000;,
  222.   0.214927;0.000002;-0.976630;,
  223.   0.871433;-0.000001;-0.490515;,
  224.   0.000000;-1.000000;0.000000;,
  225.   0.871433;-0.000001;-0.490515;,
  226.   0.440971;0.000001;-0.897521;,
  227.   0.000000;-1.000000;0.000000;,
  228.   0.440971;0.000001;-0.897521;,
  229.   0.301042;0.000000;-0.953611;,
  230.   0.000000;-1.000000;0.000000;,
  231.   0.301042;0.000000;-0.953611;,
  232.   1.000000;0.000000;0.000000;,
  233.   0.000000;-1.000000;0.000000;,
  234.   1.000000;0.000000;0.000000;,
  235.   -0.006045;-0.000000;0.999982;,
  236.   0.000000;-1.000000;0.000000;,
  237.   -0.251654;0.000000;0.967817;,
  238.   -0.006045;-0.000000;0.999982;,
  239.   0.000000;1.000000;0.000000;,
  240.   -0.251654;0.000000;0.967817;,
  241.   -0.182885;0.000000;0.983134;,
  242.   0.000000;1.000000;0.000000;,
  243.   -0.182885;0.000000;0.983134;,
  244.   -0.873885;0.000000;0.486133;,
  245.   0.000000;1.000000;0.000000;,
  246.   -0.873885;0.000000;0.486133;,
  247.   -0.980930;0.000000;0.194361;,
  248.   0.000000;1.000000;0.000000;,
  249.   -0.980930;0.000000;0.194361;,
  250.   -0.812091;0.000000;-0.583531;,
  251.   0.000000;1.000000;0.000000;,
  252.   -0.812091;-0.000001;-0.583531;,
  253.   -0.202820;0.000000;-0.979216;,
  254.   0.000000;1.000000;0.000000;,
  255.   -0.202820;-0.000000;-0.979216;,
  256.   0.214927;0.000000;-0.976630;,
  257.   0.000000;1.000000;0.000000;,
  258.   0.214927;0.000002;-0.976630;,
  259.   0.871433;0.000000;-0.490515;,
  260.   0.000000;1.000000;0.000000;,
  261.   0.871433;-0.000001;-0.490515;,
  262.   0.440971;0.000000;-0.897521;,
  263.   0.000000;1.000000;0.000000;,
  264.   0.440971;0.000001;-0.897521;,
  265.   0.301042;0.000000;-0.953611;,
  266.   0.000000;1.000000;0.000000;,
  267.   0.301042;0.000000;-0.953611;,
  268.   1.000000;0.000000;0.000000;,
  269.   0.000000;1.000000;0.000000;,
  270.   1.000000;0.000000;0.000000;,
  271.   -0.006045;0.000000;0.999982;,
  272.   0.000000;1.000000;0.000000;;
  273.   44;
  274.   3;0,39,3;,
  275.   3;0,36,39;,
  276.   3;4,42,6;,
  277.   3;4,40,42;,
  278.   3;7,45,9;,
  279.   3;7,43,45;,
  280.   3;10,48,12;,
  281.   3;10,46,48;,
  282.   3;13,51,15;,
  283.   3;13,49,51;,
  284.   3;16,54,18;,
  285.   3;16,52,54;,
  286.   3;19,57,21;,
  287.   3;19,55,57;,
  288.   3;22,60,24;,
  289.   3;22,58,60;,
  290.   3;25,63,27;,
  291.   3;25,61,63;,
  292.   3;28,66,30;,
  293.   3;28,64,66;,
  294.   3;31,69,33;,
  295.   3;31,67,69;,
  296.   3;34,37,1;,
  297.   3;34,70,37;,
  298.   3;32,35,2;,
  299.   3;29,32,2;,
  300.   3;26,29,2;,
  301.   3;26,2,5;,
  302.   3;23,26,5;,
  303.   3;20,23,5;,
  304.   3;17,20,5;,
  305.   3;14,17,5;,
  306.   3;11,14,5;,
  307.   3;11,5,8;,
  308.   3;68,38,71;,
  309.   3;65,38,68;,
  310.   3;62,38,65;,
  311.   3;62,41,38;,
  312.   3;59,41,62;,
  313.   3;56,41,59;,
  314.   3;53,41,56;,
  315.   3;50,41,53;,
  316.   3;47,41,50;,
  317.   3;47,44,41;;
  318.  }
  319.  MeshTextureCoords {
  320.   24;
  321.   1.460392;-0.987901;,
  322.   1.031306;-0.854701;,
  323.   0.331565;-0.699301;,
  324.   0.080714;-0.160951;,
  325.   0.001498;0.316350;,
  326.   0.278754;0.777000;,
  327.   1.176534;0.999001;,
  328.   2.232747;0.721501;,
  329.   2.523206;0.105450;,
  330.   2.807063;-0.061050;,
  331.   2.998501;-0.133200;,
  332.   2.998502;-0.999001;,
  333.   1.460392;-0.987901;,
  334.   1.031306;-0.854701;,
  335.   0.331565;-0.699301;,
  336.   0.080714;-0.160951;,
  337.   0.001498;0.316350;,
  338.   0.278754;0.777000;,
  339.   1.176534;0.999001;,
  340.   2.232747;0.721501;,
  341.   2.523206;0.105450;,
  342.   2.807063;-0.061050;,
  343.   2.998501;-0.133200;,
  344.   2.998502;-0.999001;;
  345.  }
  346. }