home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2000 July / VPR0007A.BIN / OLS / IDINA101 / idina101.lzh / mesh / boss2p3L.X < prev    next >
Text File  |  1999-12-04  |  9KB  |  391 lines

  1. xof 0303txt 0032
  2. template Header {
  3.  <3d82ab43-62da-11cf-ab39-0020af71e433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8.  
  9. template Vector {
  10.  <3d82ab5e-62da-11cf-ab39-0020af71e433>
  11.  FLOAT x;
  12.  FLOAT y;
  13.  FLOAT z;
  14. }
  15.  
  16. template Coords2d {
  17.  <f6f23f44-7686-11cf-8f52-0040333594a3>
  18.  FLOAT u;
  19.  FLOAT v;
  20. }
  21.  
  22. template Matrix4x4 {
  23.  <f6f23f45-7686-11cf-8f52-0040333594a3>
  24.  array FLOAT matrix[16];
  25. }
  26.  
  27. template ColorRGBA {
  28.  <35ff44e0-6c7c-11cf-8f52-0040333594a3>
  29.  FLOAT red;
  30.  FLOAT green;
  31.  FLOAT blue;
  32.  FLOAT alpha;
  33. }
  34.  
  35. template ColorRGB {
  36.  <d3e16e81-7835-11cf-8f52-0040333594a3>
  37.  FLOAT red;
  38.  FLOAT green;
  39.  FLOAT blue;
  40. }
  41.  
  42. template IndexedColor {
  43.  <1630b820-7842-11cf-8f52-0040333594a3>
  44.  DWORD index;
  45.  ColorRGBA indexColor;
  46. }
  47.  
  48. template Boolean {
  49.  <537da6a0-ca37-11d0-941c-0080c80cfa7b>
  50.  DWORD truefalse;
  51. }
  52.  
  53. template Boolean2d {
  54.  <4885ae63-78e8-11cf-8f52-0040333594a3>
  55.  Boolean u;
  56.  Boolean v;
  57. }
  58.  
  59. template MaterialWrap {
  60.  <4885ae60-78e8-11cf-8f52-0040333594a3>
  61.  Boolean u;
  62.  Boolean v;
  63. }
  64.  
  65. template TextureFilename {
  66.  <a42790e1-7810-11cf-8f52-0040333594a3>
  67.  STRING filename;
  68. }
  69.  
  70. template Material {
  71.  <3d82ab4d-62da-11cf-ab39-0020af71e433>
  72.  ColorRGBA faceColor;
  73.  FLOAT power;
  74.  ColorRGB specularColor;
  75.  ColorRGB emissiveColor;
  76.  [...]
  77. }
  78.  
  79. template MeshFace {
  80.  <3d82ab5f-62da-11cf-ab39-0020af71e433>
  81.  DWORD nFaceVertexIndices;
  82.  array DWORD faceVertexIndices[nFaceVertexIndices];
  83. }
  84.  
  85. template MeshFaceWraps {
  86.  <ed1ec5c0-c0a8-11d0-941c-0080c80cfa7b>
  87.  DWORD nFaceWrapValues;
  88.  array Boolean2d faceWrapValues[nFaceWrapValues];
  89. }
  90.  
  91. template MeshTextureCoords {
  92.  <f6f23f40-7686-11cf-8f52-0040333594a3>
  93.  DWORD nTextureCoords;
  94.  array Coords2d textureCoords[nTextureCoords];
  95. }
  96.  
  97. template MeshMaterialList {
  98.  <f6f23f42-7686-11cf-8f52-0040333594a3>
  99.  DWORD nMaterials;
  100.  DWORD nFaceIndexes;
  101.  array DWORD faceIndexes[nFaceIndexes];
  102.  [Material <3d82ab4d-62da-11cf-ab39-0020af71e433>]
  103. }
  104.  
  105. template MeshNormals {
  106.  <f6f23f43-7686-11cf-8f52-0040333594a3>
  107.  DWORD nNormals;
  108.  array Vector normals[nNormals];
  109.  DWORD nFaceNormals;
  110.  array MeshFace faceNormals[nFaceNormals];
  111. }
  112.  
  113. template MeshVertexColors {
  114.  <1630b821-7842-11cf-8f52-0040333594a3>
  115.  DWORD nVertexColors;
  116.  array IndexedColor vertexColors[nVertexColors];
  117. }
  118.  
  119. template Mesh {
  120.  <3d82ab44-62da-11cf-ab39-0020af71e433>
  121.  DWORD nVertices;
  122.  array Vector vertices[nVertices];
  123.  DWORD nFaces;
  124.  array MeshFace faces[nFaces];
  125.  [...]
  126. }
  127.  
  128.  
  129. Header {
  130.  1;
  131.  0;
  132.  1;
  133. }
  134.  
  135. Mesh {
  136.  98;
  137.  -3.770695;3.139617;-9.415855;,
  138.  -3.770695;3.139617;-9.415855;,
  139.  -3.770695;3.139617;-9.415855;,
  140.  -2.594025;10.565320;10.584145;,
  141.  -2.594025;10.565320;10.584145;,
  142.  -2.594025;10.565320;10.584145;,
  143.  -2.768336;8.572931;-9.415855;,
  144.  -2.768336;8.572931;-9.415855;,
  145.  -2.768336;8.572931;-9.415855;,
  146.  -3.857850;2.143422;13.584145;,
  147.  -3.857850;2.143422;13.584145;,
  148.  -3.857850;2.143422;13.584145;,
  149.  2.704571;2.573105;-9.415855;,
  150.  2.704571;2.573105;-9.415855;,
  151.  2.704571;2.573105;-9.415855;,
  152.  2.909950;10.083785;10.584145;,
  153.  2.909950;10.083785;10.584145;,
  154.  2.909950;10.083785;10.584145;,
  155.  2.735640;8.091395;-9.415855;,
  156.  2.735640;8.091395;-9.415855;,
  157.  2.735640;8.091395;-9.415855;,
  158.  2.617414;1.576910;13.584145;,
  159.  2.617414;1.576910;13.584145;,
  160.  2.617414;1.576910;13.584145;,
  161.  -3.857850;2.143422;-3.915856;,
  162.  -3.857850;2.143422;-3.915856;,
  163.  -2.594025;10.565320;-3.915856;,
  164.  -2.594025;10.565320;-3.915856;,
  165.  2.909950;10.083785;-3.915856;,
  166.  2.909950;10.083785;-3.915856;,
  167.  2.617414;1.576910;-3.915856;,
  168.  2.617414;1.576910;-3.915856;,
  169.  -2.908140;-5.380422;11.584145;,
  170.  -2.908140;-5.380422;11.584145;,
  171.  -2.908140;-5.380422;11.584145;,
  172.  -2.327416;-10.110040;-9.373117;,
  173.  -2.327416;-10.110040;-9.373117;,
  174.  -3.794834;-2.466764;-5.915856;,
  175.  -3.794834;-2.466764;-5.915856;,
  176.  -3.794834;-2.466764;13.584145;,
  177.  -3.794834;-2.466764;13.584145;,
  178.  -3.794834;-2.466764;13.584145;,
  179.  -3.956129;-1.153123;-11.347093;,
  180.  -3.956129;-1.153123;-11.347093;,
  181.  -3.956129;-1.153123;-11.347093;,
  182.  -2.822710;-6.076190;-13.584145;,
  183.  -2.822710;-6.076190;-13.584145;,
  184.  -2.822710;-6.076190;-13.584145;,
  185.  2.575678;-4.707093;11.584145;,
  186.  2.575678;-4.707093;11.584145;,
  187.  2.575678;-4.707093;11.584145;,
  188.  3.156401;-9.436711;-9.373117;,
  189.  3.156401;-9.436711;-9.373117;,
  190.  2.661106;-5.402862;-13.584145;,
  191.  2.661106;-5.402862;-13.584145;,
  192.  2.661106;-5.402862;-13.584145;,
  193.  2.495420;-0.360973;-11.347093;,
  194.  2.495420;-0.360973;-11.347093;,
  195.  2.495420;-0.360973;-11.347093;,
  196.  2.656715;-1.674614;-5.915856;,
  197.  2.656715;-1.674614;-5.915856;,
  198.  2.656715;-1.674614;13.584145;,
  199.  2.656715;-1.674614;13.584145;,
  200.  2.656715;-1.674614;13.584145;,
  201.  -2.271515;-10.565320;3.084144;,
  202.  -2.271515;-10.565320;3.084144;,
  203.  -3.794834;-2.466764;3.084144;,
  204.  -3.794834;-2.466764;3.084144;,
  205.  3.212303;-9.891992;3.084144;,
  206.  3.212303;-9.891992;3.084144;,
  207.  2.656715;-1.674614;3.084144;,
  208.  2.656715;-1.674614;3.084144;,
  209.  -3.794834;-2.466764;5.584144;,
  210.  -3.794834;-2.466764;5.584144;,
  211.  -2.747773;-6.686503;5.584144;,
  212.  -2.747773;-6.686503;5.584144;,
  213.  2.736044;-6.013175;5.584144;,
  214.  2.736044;-6.013175;5.584144;,
  215.  2.656715;-1.674614;5.584144;,
  216.  2.656715;-1.674614;5.584144;,
  217.  4.500000;-4.875477;6.834144;,
  218.  4.500000;-4.875477;6.834144;,
  219.  4.500000;-4.875477;1.334144;,
  220.  4.500000;-4.875477;1.334144;,
  221.  4.500000;-0.112337;-1.415856;,
  222.  4.500000;-0.112337;-1.415856;,
  223.  4.500000;4.650803;1.334144;,
  224.  4.500000;4.650803;1.334144;,
  225.  4.500000;4.650803;6.834144;,
  226.  4.500000;4.650803;6.834144;,
  227.  4.500000;-0.112337;9.584145;,
  228.  4.500000;-0.112337;9.584145;,
  229.  7.000000;-3.160747;5.844144;,
  230.  7.000000;-3.160747;2.324144;,
  231.  7.000000;-0.112337;0.564144;,
  232.  7.000000;2.936072;2.324144;,
  233.  7.000000;2.936072;5.844144;,
  234.  7.000000;-0.112337;7.604145;;
  235.  36;
  236.  6;90,88,87,85,83,80;,
  237.  4;57,55,45,42;,
  238.  4;50,61,39,33;,
  239.  4;13,1,6,20;,
  240.  4;16,3,9,23;,
  241.  4;74,73,66,64;,
  242.  4;41,73,74,34;,
  243.  4;78,77,68,70;,
  244.  4;63,49,77,78;,
  245.  4;64,66,38,36;,
  246.  4;68,52,60,70;,
  247.  4;44,47,36,38;,
  248.  4;54,56,60,52;,
  249.  4;5,26,24,10;,
  250.  4;0,24,26,7;,
  251.  4;15,22,31,28;,
  252.  4;19,28,31,12;,
  253.  4;92,97,91,81;,
  254.  4;97,96,89,91;,
  255.  4;96,95,86,89;,
  256.  4;95,94,84,86;,
  257.  4;94,93,82,84;,
  258.  4;93,92,81,82;,
  259.  6;97,92,93,94,95,96;,
  260.  4;69,76,75,65;,
  261.  4;32,75,76,48;,
  262.  4;67,72,79,71;,
  263.  4;62,79,72,40;,
  264.  4;51,69,65,35;,
  265.  4;59,37,67,71;,
  266.  4;46,53,51,35;,
  267.  4;43,37,59,58;,
  268.  4;4,17,29,27;,
  269.  4;8,27,29,18;,
  270.  4;2,14,30,25;,
  271.  4;11,25,30,21;;
  272.  
  273.  MeshMaterialList {
  274.   1;
  275.   1;
  276.   0;
  277.  
  278.   Material {
  279.    1.000000;1.000000;1.000000;1.000000;;
  280.    21.333332;
  281.    0.000000;0.000000;0.000000;;
  282.    0.000000;0.000000;0.000000;;
  283.  
  284.    TextureFilename {
  285.     "boss2p3L.bmp";
  286.    }
  287.   }
  288.  }
  289.  
  290.  MeshTextureCoords {
  291.   98;
  292.   0.154297;0.736328;,
  293.   0.101563;0.742188;,
  294.   0.175781;0.687500;,
  295.   0.927734;0.619141;,
  296.   0.701172;0.953125;,
  297.   0.695313;0.923828;,
  298.   0.101563;0.867188;,
  299.   0.156250;0.878906;,
  300.   0.148438;0.917969;,
  301.   0.947266;0.458984;,
  302.   0.769531;0.683594;,
  303.   0.761719;0.687500;,
  304.   0.154297;0.736328;,
  305.   0.162109;0.740234;,
  306.   0.171875;0.740234;,
  307.   0.697266;0.929688;,
  308.   0.794922;0.621094;,
  309.   0.705078;0.888672;,
  310.   0.156250;0.859375;,
  311.   0.156250;0.878906;,
  312.   0.162109;0.861328;,
  313.   0.765625;0.730469;,
  314.   0.767578;0.685547;,
  315.   0.791016;0.462891;,
  316.   0.283203;0.685547;,
  317.   0.302734;0.673828;,
  318.   0.283203;0.910156;,
  319.   0.300781;0.957031;,
  320.   0.283203;0.910156;,
  321.   0.300781;0.896484;,
  322.   0.298828;0.720703;,
  323.   0.283203;0.685547;,
  324.   0.744141;0.148438;,
  325.   0.769531;0.164063;,
  326.   0.796875;0.203125;,
  327.   0.214844;0.066406;,
  328.   0.228516;0.083984;,
  329.   0.300781;0.289063;,
  330.   0.316406;0.285156;,
  331.   0.789063;0.207031;,
  332.   0.818359;0.289063;,
  333.   0.828125;0.277344;,
  334.   0.111328;0.330078;,
  335.   0.164063;0.345703;,
  336.   0.175781;0.330078;,
  337.   0.062500;0.205078;,
  338.   0.082031;0.154297;,
  339.   0.105469;0.199219;,
  340.   0.724609;0.212891;,
  341.   0.796875;0.203125;,
  342.   0.718750;0.156250;,
  343.   0.236328;0.125000;,
  344.   0.228516;0.083984;,
  345.   0.119141;0.205078;,
  346.   0.105469;0.197266;,
  347.   0.099609;0.183594;,
  348.   0.173828;0.332031;,
  349.   0.148438;0.308594;,
  350.   0.146484;0.312500;,
  351.   0.289063;0.240234;,
  352.   0.316406;0.285156;,
  353.   0.701172;0.199219;,
  354.   0.804688;0.220703;,
  355.   0.828125;0.277344;,
  356.   0.544922;0.048828;,
  357.   0.513672;0.070313;,
  358.   0.556641;0.277344;,
  359.   0.554688;0.296875;,
  360.   0.544922;0.048828;,
  361.   0.533203;0.123047;,
  362.   0.556641;0.277344;,
  363.   0.546875;0.250000;,
  364.   0.613281;0.294922;,
  365.   0.625000;0.273438;,
  366.   0.628906;0.134766;,
  367.   0.626953;0.136719;,
  368.   0.599609;0.173828;,
  369.   0.628906;0.134766;,
  370.   0.625000;0.273438;,
  371.   0.613281;0.250000;,
  372.   0.601563;0.449219;,
  373.   0.457031;0.423828;,
  374.   0.324219;0.421875;,
  375.   0.669922;0.451172;,
  376.   0.269531;0.523438;,
  377.   0.712891;0.519531;,
  378.   0.326172;0.628906;,
  379.   0.673828;0.591797;,
  380.   0.595703;0.589844;,
  381.   0.462891;0.626953;,
  382.   0.560547;0.523438;,
  383.   0.521484;0.521484;,
  384.   0.425781;0.464844;,
  385.   0.347656;0.464844;,
  386.   0.314453;0.523438;,
  387.   0.347656;0.591797;,
  388.   0.431641;0.591797;,
  389.   0.466797;0.525391;;
  390.  }
  391. }