home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / or.rar / ART / STALKER2.X < prev    next >
Text File  |  1997-09-29  |  17KB  |  853 lines

  1. xof 0302txt 0064
  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.  1.021329;1.049377;1.469131;,
  153.  -1.021329;1.049377;1.469131;,
  154.  0.551694;0.764555;1.341527;,
  155.  0.551694;0.360281;0.643669;,
  156.  0.551694;0.764011;0.801473;,
  157.  -0.573041;0.360281;0.643669;,
  158.  -0.629298;1.433304;1.335900;,
  159.  0.629298;1.433304;1.335900;,
  160.  0.796636;1.484219;1.298303;,
  161.  -0.796636;1.484219;1.298303;,
  162.  1.021329;0.764555;1.341527;,
  163.  -0.573041;0.764011;0.801473;,
  164.  -0.573041;0.764555;1.341527;,
  165.  -1.021329;0.764555;1.341527;,
  166.  0.551694;0.360281;1.542610;,
  167.  1.021329;0.360281;1.579075;,
  168.  -1.021329;0.360281;1.579075;,
  169.  -0.573041;0.360281;1.542610;,
  170.  -1.021329;1.043790;0.881991;,
  171.  -0.817880;1.518039;0.845283;,
  172.  -0.557088;0.753482;-1.233735;,
  173.  -0.557088;0.754072;-1.788423;,
  174.  -1.021329;0.532978;-0.085101;,
  175.  -1.021329;0.764011;0.801473;,
  176.  1.021329;0.764011;0.801473;,
  177.  1.021329;0.532978;-0.085101;,
  178.  1.021329;0.360281;0.613281;,
  179.  -1.021329;0.360281;0.613281;,
  180.  -1.021329;1.043790;0.685263;,
  181.  -0.817880;1.518039;0.648555;,
  182.  0.557088;0.754072;-1.788423;,
  183.  0.557088;0.754072;-1.233020;,
  184.  -0.928481;0.525697;-2.321201;,
  185.  -0.928481;0.698395;-2.321201;,
  186.  -0.835633;0.698395;-2.228354;,
  187.  -0.835633;0.957441;-2.135505;,
  188.  -0.270704;0.698395;-2.228354;,
  189.  -0.564136;0.957441;-2.143346;,
  190.  0.270704;0.698395;-2.228353;,
  191.  0.564135;0.957441;-2.143346;,
  192.  0.835632;0.698395;-2.228353;,
  193.  0.835632;0.957441;-2.143346;,
  194.  0.960049;0.957441;-2.092795;,
  195.  -0.835633;1.042845;-2.042657;,
  196.  1.021329;0.754072;-1.233020;,
  197.  1.021329;0.754072;-1.788423;,
  198.  -1.021329;0.919604;-0.995533;,
  199.  -0.799957;1.500265;-0.579676;,
  200.  -1.021329;1.043790;0.007747;,
  201.  -0.817880;1.517792;0.006324;,
  202.  -0.817880;1.517792;-0.108314;,
  203.  -1.021329;1.043789;-0.108314;,
  204.  -1.021329;0.949418;-1.037093;,
  205.  -1.007342;1.043790;-1.021329;,
  206.  -1.021329;0.753482;-1.233735;,
  207.  -0.000000;1.012797;-2.093349;,
  208.  1.021329;0.919222;-0.995836;,
  209.  1.021329;0.950387;-1.036911;,
  210.  1.283657;1.048128;-0.880525;,
  211.  1.169886;1.048128;-0.973373;,
  212.  1.242836;1.016963;-0.767694;,
  213.  1.242836;1.212434;-0.802157;,
  214.  1.114177;1.212434;-0.895005;,
  215.  1.114177;1.016963;-0.860543;,
  216.  -0.727234;1.501599;-0.657049;,
  217.  -0.000000;1.502424;-0.724643;,
  218.  -0.000000;1.130138;-1.207025;,
  219.  -0.930481;1.130138;-1.072021;,
  220.  0.835632;1.043790;-2.042657;,
  221.  1.021329;0.978448;-2.000501;,
  222.  0.928481;0.525697;-2.321201;,
  223.  0.928480;0.698395;-2.321201;,
  224.  1.021329;0.698395;-2.228354;,
  225.  -1.283657;1.047159;-0.880707;,
  226.  -1.169886;1.047159;-0.973555;,
  227.  -1.229463;1.212434;-0.802157;,
  228.  -1.242836;1.017345;-0.767391;,
  229.  -1.114177;1.017345;-0.860240;,
  230.  -1.100190;1.212434;-0.895005;,
  231.  -1.021329;0.754072;-1.788423;,
  232.  -1.021329;0.978447;-2.000501;,
  233.  -0.960049;0.957441;-2.092795;,
  234.  -1.021329;0.698395;-2.228353;,
  235.  -0.782588;1.058799;1.610494;,
  236.  0.782589;1.058799;1.610494;,
  237.  0.817880;1.518039;0.845283;,
  238.  1.021329;1.043789;0.881991;,
  239.  -0.715277;0.765400;1.733647;,
  240.  -0.990689;0.765400;1.733647;,
  241.  -0.990689;0.582443;1.733647;,
  242.  0.715277;0.765400;1.733647;,
  243.  0.990689;0.582443;1.733647;,
  244.  0.990689;0.765400;1.733647;,
  245.  -1.028325;0.360281;-1.998430;,
  246.  1.021329;0.360281;-1.998430;,
  247.  1.021329;0.360281;-1.015426;,
  248.  -1.021329;0.360281;-1.015426;,
  249.  0.942831;1.130138;-1.072021;,
  250.  0.727234;1.501599;-0.657049;,
  251.  0.557088;0.360281;-1.042508;,
  252.  -0.557088;0.360281;-1.042508;,
  253.  -0.564085;0.360281;-1.975216;,
  254.  0.557088;0.360281;-1.975216;,
  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.  0.700235;0.364845;1.082652;,
  264.  0.336234;0.364845;0.882652;,
  265.  0.336234;0.364845;1.282652;,
  266.  -0.700235;0.364845;1.082652;,
  267.  -0.336234;0.364845;0.882652;,
  268.  -0.336234;0.364845;1.282652;,
  269.  -0.700235;0.364845;-1.499328;,
  270.  -0.336234;0.364845;-1.699328;,
  271.  -0.336234;0.364845;-1.299328;,
  272.  0.700235;0.364845;-1.499328;,
  273.  0.336234;0.364845;-1.699328;,
  274.  0.336234;0.364845;-1.299328;;
  275.  
  276.  131;
  277.  3;120,121,122;,
  278.  3;117,118,119;,
  279.  3;114,115,116;,
  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;99,100,101,102;,
  285.  4;97,98,110,109;,
  286.  4;95,96,100,99;,
  287.  4;101,93,94,102;,
  288.  3;90,91,92;,
  289.  3;87,88,89;,
  290.  4;85,86,104,103;,
  291.  4;83,87,90,84;,
  292.  4;89,91,90,87;,
  293.  4;79,80,81,82;,
  294.  4;75,76,77,78;,
  295.  4;73,75,78,74;,
  296.  4;70,71,72,94;,
  297.  4;68,97,109,69;,
  298.  4;64,65,66,67;,
  299.  4;60,61,62,63;,
  300.  4;61,58,59,62;,
  301.  4;62,59,57,109;,
  302.  4;59,63,56,57;,
  303.  4;66,65,98,97;,
  304.  4;55,66,97,68;,
  305.  3;79,54,80;,
  306.  4;54,52,53,80;,
  307.  4;76,73,74,77;,
  308.  4;63,62,109,56;,
  309.  4;48,49,50,51;,
  310.  3;75,73,76;,
  311.  4;74,78,53,52;,
  312.  4;51,50,47,53;,
  313.  4;46,52,54,96;,
  314.  3;44,45,69;,
  315.  4;67,66,55,43;,
  316.  4;40,41,42,72;,
  317.  4;38,39,41,40;,
  318.  3;84,90,92;,
  319.  4;55,68,41,39;,
  320.  4;38,40,72,71;,
  321.  3;37,55,39;,
  322.  4;36,37,39,38;,
  323.  4;35,43,55,37;,
  324.  4;77,74,52,46;,
  325.  4;78,77,46,53;,
  326.  4;58,60,63,59;,
  327.  4;34,35,37,36;,
  328.  4;82,81,35,34;,
  329.  3;83,88,87;,
  330.  4;33,36,38,71;,
  331.  4;82,34,36,33;,
  332.  4;32,33,71,70;,
  333.  4;102,30,31,99;,
  334.  4;99,31,44,95;,
  335.  4;30,102,94,45;,
  336.  4;31,30,45,44;,
  337.  4;53,47,64,67;,
  338.  4;28,29,49,48;,
  339.  3;60,58,61;,
  340.  4;56,95,44,57;,
  341.  4;93,32,70,94;,
  342.  3;93,79,82;,
  343.  4;95,26,27,96;,
  344.  4;106,104,24,25;,
  345.  4;22,23,28,48;,
  346.  4;100,20,21,101;,
  347.  4;18,19,29,28;,
  348.  4;21,20,54,79;,
  349.  4;20,100,96,54;,
  350.  4;101,21,79,93;,
  351.  4;82,33,32,93;,
  352.  4;72,42,69,45;,
  353.  3;72,45,94;,
  354.  4;109,57,44,69;,
  355.  4;53,67,