home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / or.rar / ART / PNLVAN.X < prev    next >
Text File  |  1998-03-03  |  20KB  |  1,003 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-panelvan_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 panelvan_export {
  151.  138;
  152.  -0.509554;0.701523;1.671289;,
  153.  -0.509554;0.701523;1.428042;,
  154.  -0.509554;0.574122;1.223494;,
  155.  -0.509554;0.585200;1.914536;,
  156.  -0.509554;0.240371;1.206909;,
  157.  -0.509554;0.240371;1.925592;,
  158.  0.536922;0.706124;1.427388;,
  159.  0.536922;0.708583;1.674969;,
  160.  0.536922;0.590749;1.921374;,
  161.  0.536922;0.572307;1.217906;,
  162.  0.536922;0.240371;1.929436;,
  163.  0.536922;0.240371;1.197890;,
  164.  -0.672797;0.751106;2.415479;,
  165.  0.673434;0.751085;2.414976;,
  166.  -0.850000;0.506792;-2.444117;,
  167.  -0.569500;0.506791;-2.444116;,
  168.  0.850000;0.506792;-2.444117;,
  169.  0.569500;0.506791;-2.444116;,
  170.  0.569500;0.440268;-2.445249;,
  171.  0.569500;0.756721;-2.433331;,
  172.  -0.569500;0.440268;-2.445249;,
  173.  -0.569500;0.756721;-2.433331;,
  174.  0.581251;0.332732;2.598202;,
  175.  -0.579280;0.329429;2.589872;,
  176.  0.581253;0.527876;2.588177;,
  177.  -0.579286;0.527926;2.589726;,
  178.  -0.674087;0.329426;2.416951;,
  179.  0.675370;0.332735;2.425824;,
  180.  0.675369;0.527879;2.415798;,
  181.  -0.674093;0.527922;2.416805;,
  182.  -0.671500;1.959594;2.414154;,
  183.  0.671500;1.959594;2.414154;,
  184.  -0.483682;0.745966;-2.044409;,
  185.  -0.483682;0.753160;-1.706966;,
  186.  -1.010610;0.240371;1.206909;,
  187.  -1.010610;0.240371;1.925592;,
  188.  -1.010610;0.585200;1.914536;,
  189.  -1.010610;0.701523;1.671289;,
  190.  -1.010610;0.574122;1.223494;,
  191.  -1.010610;0.701523;1.428042;,
  192.  -0.483682;0.630866;-1.513115;,
  193.  -0.483682;0.602091;-2.238260;,
  194.  -0.483682;0.240371;-2.252619;,
  195.  -0.483682;0.240371;-1.505935;,
  196.  0.490129;0.240371;-1.505935;,
  197.  0.490129;0.240371;-2.252619;,
  198.  0.490129;0.602091;-2.238260;,
  199.  0.490129;0.745966;-2.044409;,
  200.  0.490129;0.630866;-1.513115;,
  201.  0.490129;0.753160;-1.706966;,
  202.  0.977851;0.240371;1.929436;,
  203.  0.977851;0.240371;1.197890;,
  204.  0.977851;0.572307;1.217906;,
  205.  0.977851;0.706124;1.427388;,
  206.  0.977851;0.590749;1.921374;,
  207.  0.977851;0.708583;1.674969;,
  208.  -0.765000;1.725736;-1.267831;,
  209.  -0.765000;1.725661;-0.690598;,
  210.  -0.850000;1.212171;-0.684454;,
  211.  -0.850000;1.218259;-1.589799;,
  212.  -0.742050;1.781865;-1.304905;,
  213.  0.742050;1.781865;-1.304905;,
  214.  0.850000;0.602091;-0.608479;,
  215.  -0.850000;0.602091;-0.608479;,
  216.  -0.850000;0.753160;-1.706966;,
  217.  -0.850000;0.745966;-2.044409;,
  218.  -0.850000;0.602091;-2.238260;,
  219.  -0.850000;0.630866;-1.513115;,
  220.  -0.850000;0.717191;-0.357191;,
  221.  -0.850000;0.652448;1.121817;,
  222.  -0.850000;0.817904;1.387464;,
  223.  -0.850000;0.817904;1.703369;,
  224.  -0.850000;0.666835;2.019274;,
  225.  0.742050;1.781865;-0.622838;,
  226.  0.850000;0.789129;-2.432111;,
  227.  0.850000;0.272421;2.428514;,
  228.  0.850000;1.170397;-1.685427;,
  229.  0.850000;1.163203;-0.615659;,
  230.  0.850000;0.240371;-0.608479;,
  231.  0.850000;0.240371;-0.350012;,
  232.  0.850000;2.076808;-0.364371;,
  233.  0.850000;2.084002;1.172075;,
  234.  0.850000;2.076808;1.767986;,
  235.  0.850000;2.076808;2.414154;,
  236.  0.850000;0.609285;2.414154;,
  237.  0.850000;0.407860;-2.446470;,
  238.  0.850000;0.400667;-2.590063;,
  239.  0.850000;0.240371;-2.446470;,
  240.  0.850000;0.272421;-2.590063;,
  241.  0.850000;0.240371;-1.505935;,
  242.  0.850000;0.240371;-2.252619;,
  243.  0.850000;0.240371;2.033633;,
  244.  0.850000;0.240371;1.100278;,
  245.  -0.850000;0.272421;-2.590063;,
  246.  -0.850000;0.400667;-2.590063;,
  247.  -0.850000;0.240371;-2.446470;,
  248.  -0.850000;0.272421;2.418540;,
  249.  -0.850000;0.240371;2.033633;,
  250.  -0.850000;0.609285;2.414154;,
  251.  -0.850000;2.076808;2.414154;,
  252.  0.850000;0.666835;2.019274;,
  253.  -0.850000;2.076808;1.767986;,
  254.  0.850000;0.817904;1.703369;,
  255.  0.850000;0.817904;1.387464;,
  256.  -0.850000;2.084002;1.172075;,
  257.  0.850000;0.652448;1.121817;,
  258.  -0.850000;0.240371;1.100278;,
  259.  -0.850000;0.240371;-0.350012;,
  260.  -0.850000;2.076808;-0.364371;,
  261.  0.850000;0.717191;-0.357191;,
  262.  0.850000;1.212171;-0.684454;,
  263.  0.765000;1.725661;-0.690598;,
  264.  0.850000;1.218259;-1.589799;,
  265.  0.765000;1.725736;-1.267831;,
  266.  -0.742050;1.781865;-0.622838;,
  267.  -0.850000;0.240371;-0.608479;,
  268.  -0.850000;0.240371;-1.505935;,
  269.  -0.850000;1.163203;-0.615659;,
  270.  0.850000;0.630866;-1.513115;,
  271.  0.850000;0.753160;-1.706966;,
  272.  -0.850000;1.170397;-1.685427;,
  273.  0.850000;0.745966;-2.044409;,
  274.  0.850000;0.602091;-2.238260;,
  275.  -0.850000;0.240371;-2.252619;,
  276.  -0.850000;0.407860;-2.446470;,
  277.  -0.850000;0.789129;-2.432111;,
  278.  -0.842349;0.354816;-1.866022;,
  279.  -0.597607;0.354816;-2.056022;,
  280.  -0.597607;0.354816;-1.676022;,
  281.  0.842349;0.354816;-1.866022;,
  282.  0.597607;0.354816;-2.056022;,
  283.  0.597607;0.354816;-1.676022;,
  284.  -0.945237;0.354816;1.548811;,
  285.  -0.525215;0.354816;1.358811;,
  286.  -0.525215;0.354816;1.738811;,
  287.  0.944527;0.354816;1.548811;,
  288.  0.524241;0.354816;1.358811;,
  289.  0.524241;0.354816;1.738811;;
  290.  
  291.  126;
  292.  3;135,136,137;,
  293.  3;132,133,134;,
  294.  3;129,130,131;,
  295.  3;126,127,128;,
  296.  4;21,19,17,15;,
  297.  3;121,122,74;,
  298.  3;76,121,74;,
  299.  3;119,121,76;,
  300.  3;118,119,76;,
  301.  3;75,91,84;,
  302.  4;58,59,120,117;,
  303.  4;78,89,118,62;,
  304.  4;113,111,110,112;,
  305.  4;113,112,76,61;,
  306.  4;111,113,61,73;,
  307.  4;110,111,73,77;,
  308.  4;112,110,77,76;,
  309.  4;57,58,117,114;,
  310.  4;79,78,62,109;,
  311.  4;105,92,79,109;,
  312.  4;81,105,109,80;,
  313.  3;103,105,81;,
  314.  4;82,102,103,81;,
  315.  4;83,100,102,82;,
  316.  3;84,100,83;,
  317.  3;91,100,84;,
  318.  3;87,85,90;,
  319.  4;88,86,85,87;,
  320.  3;109,62,77;,
  321.  4;62,118,76,77;,
  322.  4;56,59,58,57;,
  323.  4;120,67,63,117;,
  324.  4;13,84,83,31;,
  325.  4;30,99,98,12;,
  326.  4;88,87,95,93;,
  327.  4;86,88,93,94;,
  328.  4;85,86,94,124;,
  329.  4;124,123,66,14;,
  330.  4;36,35,97,72;,
  331.  4;83,82,101,99;,
  332.  4;82,81,104,101;,
  333.  4;81,80,108,104;,
  334.  3;66,125,14;,
  335.  4;73,61,60,114;,
  336.  3;95,123,124;,
  337.  4;115,107,68,63;,
  338.  4;20,15,17,18;,
  339.  4;107,106,69,68;,
  340.  4;94,93,95,124;,
  341.  4;80,73,114,108;,
  342.  4;16,17,19,74;,
  343.  4;34,38,69,106;,
  344.  4;80,109,77,73;,
  345.  4;76,74,125,120;,
  346.  4;90,85,16,122;,
  347.  3;72,98,99;,
  348.  4;71,72,99,101;,
  349.  4;70,71,101,104;,
  350.  3;69,70,104;,
  351.  4;68,69,104,108;,
  352.  4;14,125,21,15;,
  353.  4;97,96,98,72;,
  354.  4;117,68,108,114;,
  355.  4;56,57,114,60;,
  356.  4;67,116,115,63;,
  357.  3;63,68,117;,
  358.  4;59,56,60,120;,
  359.  3;66,65,125;,
  360.  3;64,67,120;,
  361.  3;65,64,120;,
  362.  3;125,65,120;,
  363.