home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / or.rar / ART / STALKER.X < prev    next >
Text File  |  1998-03-04  |  19KB  |  967 lines

  1. xof 0302txt 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 TextureFilename {
  43.  <A42790E1-7810-11cf-8F52-0040333594A3>
  44.  STRING filename;
  45. }
  46.  
  47. template Material {
  48.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  49.  ColorRGBA faceColor;
  50.  FLOAT power;
  51.  ColorRGB specularColor;
  52.  ColorRGB emissiveColor;
  53.  [...]
  54. }
  55.  
  56. template MeshFace {
  57.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  58.  DWORD nFaceVertexIndices;
  59.  array DWORD faceVertexIndices[nFaceVertexIndices];
  60. }
  61.  
  62. template MeshTextureCoords {
  63.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  64.  DWORD nTextureCoords;
  65.  array Coords2d textureCoords[nTextureCoords];
  66. }
  67.  
  68. template MeshMaterialList {
  69.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  70.  DWORD nMaterials;
  71.  DWORD nFaceIndexes;
  72.  array DWORD faceIndexes[nFaceIndexes];
  73.  [Material]
  74. }
  75.  
  76. template MeshNormals {
  77.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  78.  DWORD nNormals;
  79.  array Vector normals[nNormals];
  80.  DWORD nFaceNormals;
  81.  array MeshFace faceNormals[nFaceNormals];
  82. }
  83.  
  84. template Mesh {
  85.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  86.  DWORD nVertices;
  87.  array Vector vertices[nVertices];
  88.  DWORD nFaces;
  89.  array MeshFace faces[nFaces];
  90.  [...]
  91. }
  92.  
  93. template FrameTransformMatrix {
  94.  <F6F23F41-7686-11cf-8F52-0040333594A3>
  95.  Matrix4x4 frameMatrix;
  96. }
  97.  
  98. template Frame {
  99.  <3D82AB46-62DA-11cf-AB39-0020AF71E433>
  100.  [...]
  101. }
  102. template FloatKeys {
  103.  <10DD46A9-775B-11cf-8F52-0040333594A3>
  104.  DWORD nValues;
  105.  array FLOAT values[nValues];
  106. }
  107.  
  108. template TimedFloatKeys {
  109.  <F406B180-7B3B-11cf-8F52-0040333594A3>
  110.  DWORD time;
  111.  FloatKeys tfkeys;
  112. }
  113.  
  114. template AnimationKey {
  115.  <10DD46A8-775B-11cf-8F52-0040333594A3>
  116.  DWORD keyType;
  117.  DWORD nKeys;
  118.  array TimedFloatKeys keys[nKeys];
  119. }
  120.  
  121. template AnimationOptions {
  122.  <E2BF56C0-840F-11cf-8F52-0040333594A3>
  123.  DWORD openclosed;
  124.  DWORD positionquality;
  125. }
  126.  
  127. template Animation {
  128.  <3D82AB4F-62DA-11cf-AB39-0020AF71E433>
  129.  [...]
  130. }
  131.  
  132. template AnimationSet {
  133.  <3D82AB50-62DA-11cf-AB39-0020AF71E433>
  134.  [Animation]
  135. }
  136.  
  137. Header {
  138.  1;
  139.  0;
  140.  1;
  141. }
  142.  
  143. Frame frm-stalker2_export {
  144.   FrameTransformMatrix {
  145. 1.000000,0.000000,0.000000,0.000000,
  146. 0.000000,1.000000,0.000000,0.000000,
  147. 0.000000,0.000000,1.000000,0.000000,
  148. 0.000000,0.000000,0.000000,1.000000;;
  149.  }
  150. Mesh stalker2_export {
  151.  123;
  152.  0.715278;0.765400;1.733648;,
  153.  -0.715278;0.765400;1.733648;,
  154.  -0.573041;0.764011;0.801473;,
  155.  -0.573041;0.764555;1.341527;,
  156.  -0.573041;0.360281;1.542610;,
  157.  -0.573041;0.360281;0.643669;,
  158.  0.551694;0.764555;1.341527;,
  159.  0.551694;0.764011;0.801473;,
  160.  0.551694;0.360281;0.643669;,
  161.  0.551694;0.360281;1.542610;,
  162.  -0.782588;1.058799;1.610494;,
  163.  -0.629298;1.433304;1.335900;,
  164.  0.629298;1.433304;1.335900;,
  165.  0.782589;1.058799;1.610495;,
  166.  0.796636;1.484219;1.298303;,
  167.  -0.796636;1.484219;1.298303;,
  168.  -0.990689;0.765400;1.733648;,
  169.  0.990689;0.765400;1.733648;,
  170.  -0.990689;0.582443;1.733648;,
  171.  0.990689;0.582443;1.733648;,
  172.  1.021329;1.049377;1.469131;,
  173.  -1.021329;1.049377;1.469131;,
  174.  -0.817880;1.518039;0.845283;,
  175.  0.817880;1.518039;0.845283;,
  176.  -1.021329;0.360281;1.579075;,
  177.  1.021329;0.360281;1.579075;,
  178.  1.021329;0.764555;1.341527;,
  179.  1.021329;1.043789;0.881992;,
  180.  -1.021329;1.043790;0.881992;,
  181.  -1.021329;0.764555;1.341527;,
  182.  -1.229464;1.212434;-0.802157;,
  183.  -1.283657;1.047159;-0.880707;,
  184.  -1.242836;1.017345;-0.767392;,
  185.  -1.169886;1.047159;-0.973555;,
  186.  -1.114177;1.017345;-0.860240;,
  187.  -1.100190;1.212434;-0.895005;,
  188.  1.242836;1.016963;-0.767695;,
  189.  1.283657;1.048128;-0.880525;,
  190.  1.242836;1.212434;-0.802157;,
  191.  1.169886;1.048128;-0.973373;,
  192.  1.114177;1.212434;-0.895005;,
  193.  1.114177;1.016963;-0.860543;,
  194.  -1.021329;0.919604;-0.995533;,
  195.  -1.021329;0.949418;-1.037093;,
  196.  1.021329;0.919222;-0.995836;,
  197.  1.021329;0.950387;-1.036911;,
  198.  -0.557088;0.754072;-1.788424;,
  199.  -0.557088;0.753482;-1.233735;,
  200.  -0.564085;0.360281;-1.975217;,
  201.  -0.557088;0.360281;-1.042508;,
  202.  -1.021329;0.360281;0.613281;,
  203.  -1.021329;0.764011;0.801473;,
  204.  -1.021329;0.532978;-0.085101;,
  205.  -1.021329;0.360281;-1.015426;,
  206.  -1.021329;0.754072;-1.788424;,
  207.  -1.021329;0.753482;-1.233735;,
  208.  -1.021329;1.043790;0.685263;,
  209.  -1.021329;1.043790;0.007747;,
  210.  -1.021329;1.043789;-0.108314;,
  211.  -1.007342;1.043790;-1.021329;,
  212.  -1.028325;0.360281;-1.998430;,
  213.  0.557088;0.754072;-1.233020;,
  214.  0.557088;0.754072;-1.788424;,
  215.  0.557088;0.360281;-1.042508;,
  216.  0.557088;0.360281;-1.975217;,
  217.  -0.928481;0.525697;-2.321202;,
  218.  -0.928481;0.698395;-2.321202;,
  219.  -1.021329;0.978447;-2.000502;,
  220.  -1.021329;0.698395;-2.228354;,
  221.  -0.960049;0.957441;-2.092796;,
  222.  -0.835633;0.698395;-2.228354;,
  223.  -0.817880;1.518039;0.648555;,
  224.  -0.817880;1.517792;-0.108314;,
  225.  -0.817880;1.517792;0.006324;,
  226.  -0.799957;1.500265;-0.579677;,
  227.  -0.835633;0.957441;-2.135506;,
  228.  -0.270705;0.698395;-2.228354;,
  229.  -0.564136;0.957441;-2.143347;,
  230.  0.270705;0.698395;-2.228354;,
  231.  0.564136;0.957441;-2.143347;,
  232.  0.835633;0.698395;-2.228354;,
  233.  0.835633;0.957441;-2.143347;,
  234.  -0.727234;1.501599;-0.657049;,
  235.  -0.930481;1.130138;-1.072021;,
  236.  -0.835633;1.042845;-2.042658;,
  237.  -0.000000;1.012797;-2.093350;,
  238.  -0.000000;1.130138;-1.207025;,
  239.  -0.000000;1.502424;-0.724643;,
  240.  0.835633;1.043790;-2.042658;,
  241.  0.928481;0.525697;-2.321202;,
  242.  0.928481;0.698395;-2.321202;,
  243.  1.021329;0.360281;-1.998430;,
  244.  1.021329;0.698395;-2.228354;,
  245.  0.960049;0.957441;-2.092796;,
  246.  1.021329;0.754072;-1.788424;,
  247.  1.021329;0.978448;-2.000502;,
  248.  1.021329;0.754072;-1.233020;,
  249.  1.021329;0.360281;-1.015426;,
  250.  1.021329;0.532978;-0.085101;,
  251.  1.021329;0.360281;0.613281;,
  252.  1.021329;0.764011;0.801473;,
  253.  0.942831;1.130138;-1.072021;,
  254.  0.727234;1.501599;-0.657049;,
  255.  0.817880;1.518039;0.648555;,
  256.  1.021329;1.043789;0.685263;,
  257.  0.817880;1.517792;0.006324;,
  258.  1.021329;1.043790;0.007747;,
  259.  0.817880;1.517792;-0.108314;,
  260.  1.021329;1.043790;-0.108314;,
  261.  1.021329;1.043790;-1.021329;,
  262.  0.799957;1.500265;-0.579677;,
  263.  1.043392;0.364845;1.082652;,
  264.  0.686383;0.364845;0.882652;,
  265.  0.686383;0.364845;1.282652;,
  266.  -1.043392;0.364845;1.082652;,
  267.  -0.686383;0.364845;0.882652;,
  268.  -0.686383;0.364845;1.282652;,
  269.  -1.043392;0.364845;-1.499328;,
  270.  -0.686383;0.364845;-1.699328;,
  271.  -0.686383;0.364845;-1.299328;,
  272.  1.043392;0.364845;-1.499328;,
  273.  0.686383;0.364845;-1.699328;,
  274.  0.686383;0.364845;-1.299328;;
  275.  
  276.  127;
  277.  3;120,121,122;,
  278.  3;119,118,117;,
  279.  3;116,115,114;,
  280.  3;111,112,113;,
  281.  4;107,108,109,110;,
  282.  4;105,106,108,107;,
  283.  4;103,104,106,105;,
  284.  4;63,49,48,64;,
  285.  4;101,102,110,109;,
  286.  3;84,75,69;,
  287.  3;69,67,84;,
  288.  3;0,19,17;,
  289.  3;1,16,18;,
  290.  4;23,27,104,103;,
  291.  4;10,1,0,13;,
  292.  4;18,19,0,1;,
  293.  4;54,67,69,68;,
  294.  4;30,32,34,35;,
  295.  4;31,30,35,33;,
  296.  4;89,90,92,91;,
  297.  4;88,101,109,95;,
  298.  4;82,87,86,83;,
  299.  4;36,38,40,41;,
  300.  4;38,37,39,40;,
  301.  4;40,39,45,109;,
  302.  4;39,41,44,45;,
  303.  4;86,87,102,101;,
  304.  4;85,86,101,88;,
  305.  3;54,55,67;,
  306.  4;55,43,59,67;,
  307.  4;32,31,33,34;,
  308.  4;41,40,109,44;,
  309.  4;57,73,72,58;,
  310.  3;30,31,32;,
  311.  4;33,35,59,43;,
  312.  4;58,72,74,59;,
  313.  4;42,43,55,53;,
  314.  3;96,94,95;,
  315.  4;83,86,85,84;,
  316.  4;80,81,93,92;,
  317.  4;78,79,81,80;,
  318.  3;13,0,17;,
  319.  4;85,88,81,79;,
  320.  4;78,80,92,90;,
  321.  3;77,85,79;,
  322.  4;76,77,79,78;,
  323.  4;75,84,85,77;,
  324.  4;34,33,43,42;,
  325.  4;35,34,42,59;,
  326.  4;37,36,41,39;,
  327.  4;70,75,77,76;,
  328.  4;68,69,75,70;,
  329.  3;10,16,1;,
  330.  4;66,76,78,90;,
  331.  4;68,70,76,66;,
  332.  4;65,66,90,89;,
  333.  4;64,62,61,63;,
  334.  4;63,61,96,97;,
  335.  4;62,64,91,94;,
  336.  4;61,62,94,96;,
  337.  4;59,74,82,83;,
  338.  4;56,71,73,57;,
  339.  3;36,37,38;,
  340.  4;44,97,96,45;,
  341.  4;60,65,89,91;,
  342.  3;60,54,68;,
  343.  4;97,99,50,53;,
  344.  4;106,104,100,98;,
  345.  4;52,51,56,57;,
  346.  4;49,47,46,48;,
  347.  4;28,22,71,56;,
  348.  4;46,47,55,54;,
  349.  4;47,49,53,55;,
  350.  4;48,46,54,60;,
  351.  4;68,66,65,60;,
  352.  4;92,93,95,94;,
  353.  3;92,94,91;,
  354.  4;109,45,96,95;,
  355.  4;59,83,84,67;,
  356.  3;44,109,108;,
  357.  4;98,97,44,108;,
  358.  3;106,98,108;,
  359.  3;93,81,88;,
  360.  4;3,4,24,29;,
  361.  3;59,42,58;,
  362.  4;53,52,58,42;,
  363.  3;52,57,58;,
  364.  4;2,3,29,51;,
  365.  3;99,97,98;,
  366.  3;98,100,99;,
  367.  3;53,50,52;,
  368.  4;29,28,56,51;,
  369.  4;27,26,100,104;,
  370.  4;11,12,14,15;,
  371.  4;4,3,2,5;,
  372.  4;6,9,8,7;,
  373.  4;22,23,103,71;,
  374.  3;52,50,51;,
  375.  3;21,28,29;,
  376.  3;24,21,29;,
  377.  3;20,25,26;,
  378.  3;26,27,20;,
  379.  4;25,19,18,24;,