home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / or.rar / ART / COUPE.X < prev    next >
Text File  |  1998-03-03  |  19KB  |  916 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-coupe_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 coupe_export {
  151.  124;
  152.  -0.769110;0.312810;-1.254987;,
  153.  -0.580861;0.312810;-1.393283;,
  154.  -0.580861;0.312810;-1.116691;,
  155.  0.769110;0.312810;-1.254987;,
  156.  0.580861;0.312810;-1.393283;,
  157.  0.580861;0.312810;-1.116691;,
  158.  -0.769110;0.312810;1.307326;,
  159.  -0.580861;0.312810;1.169030;,
  160.  -0.580861;0.312810;1.445622;,
  161.  0.769110;0.312810;1.307326;,
  162.  0.580861;0.312810;1.169030;,
  163.  0.580861;0.312810;1.445622;,
  164.  -0.834815;0.899275;-0.385943;,
  165.  -0.914462;0.801062;-0.351291;,
  166.  -0.875083;0.801062;-0.460199;,
  167.  -0.785709;0.899275;-0.486120;,
  168.  0.834816;0.899275;-0.390831;,
  169.  0.914462;0.801062;-0.352164;,
  170.  0.785709;0.899275;-0.489374;,
  171.  0.875083;0.801062;-0.467071;,
  172.  -0.782691;0.787220;-0.507417;,
  173.  0.798665;0.786700;-0.509054;,
  174.  -0.723801;0.248777;-0.822483;,
  175.  -0.728332;0.248777;0.748934;,
  176.  0.718361;0.248777;0.748934;,
  177.  0.715936;0.248777;-0.822483;,
  178.  -0.342142;0.633638;1.522311;,
  179.  -0.342142;0.633638;1.080350;,
  180.  -0.342142;0.309994;0.883922;,
  181.  -0.342142;0.309994;1.718738;,
  182.  0.325470;0.633638;1.522310;,
  183.  0.325955;0.633637;1.080350;,
  184.  0.324640;0.303638;1.720469;,
  185.  0.325470;0.309994;0.883922;,
  186.  -0.325714;0.633637;-1.031243;,
  187.  -0.325714;0.633637;-1.473204;,
  188.  -0.325714;0.309994;-1.669631;,
  189.  -0.330100;0.309994;-0.883922;,
  190.  0.358570;0.633637;-1.473204;,
  191.  0.358570;0.633637;-1.031243;,
  192.  0.358570;0.309994;-0.883922;,
  193.  0.358570;0.309994;-1.669631;,
  194.  -0.785709;0.309994;-1.816952;,
  195.  -0.785709;0.309994;-1.669631;,
  196.  -0.790095;0.309994;-0.883922;,
  197.  -0.785709;0.309994;0.883922;,
  198.  0.785709;0.309994;0.883922;,
  199.  0.785709;0.309994;-0.883922;,
  200.  0.785709;0.309994;-1.669631;,
  201.  0.785709;0.309994;-1.816952;,
  202.  -0.674468;0.480887;-1.856487;,
  203.  0.660864;0.482874;-1.856627;,
  204.  0.000424;0.512068;-1.925399;,
  205.  -0.785709;0.633637;-1.473204;,
  206.  -0.785709;0.633637;-1.031243;,
  207.  0.785709;0.633637;-1.473204;,
  208.  0.785709;0.633637;-1.031243;,
  209.  -0.785709;0.309994;1.718738;,
  210.  0.784393;0.303639;1.720468;,
  211.  -0.785709;0.604634;1.767845;,
  212.  -0.785709;0.633637;1.522311;,
  213.  -0.785709;0.633637;1.080350;,
  214.  -0.785709;0.633637;0.834816;,
  215.  0.785709;0.604634;1.767845;,
  216.  0.785709;0.633637;1.522311;,
  217.  0.785709;0.633637;1.080350;,
  218.  -0.686888;0.801062;1.669631;,
  219.  0.687495;0.801062;1.669631;,
  220.  0.785709;0.633637;0.834816;,
  221.  0.785709;0.309994;1.816952;,
  222.  0.343748;0.309994;1.915165;,
  223.  -0.785709;0.309994;1.816951;,
  224.  -0.343748;0.309994;1.915165;,
  225.  0.785709;0.457314;1.915165;,
  226.  0.343748;0.457314;2.013379;,
  227.  -0.785709;0.457314;1.915165;,
  228.  -0.343748;0.457314;2.013379;,
  229.  -0.714995;0.604634;1.866058;,
  230.  -0.294641;0.604634;2.013379;,
  231.  0.294641;0.604634;2.013379;,
  232.  0.714995;0.604634;1.866058;,
  233.  -0.785709;0.777214;-0.424301;,
  234.  -0.781913;0.604634;-1.669631;,
  235.  -0.638388;0.751955;-1.620524;,
  236.  0.785709;0.777214;-0.424301;,
  237.  0.785709;0.604634;-1.669631;,
  238.  0.638388;0.751955;-1.620524;,
  239.  -0.687495;0.604634;-1.816951;,
  240.  -0.392854;0.604634;-1.915165;,
  241.  0.002025;0.610989;-1.919789;,
  242.  0.687495;0.604634;-1.816952;,
  243.  0.392854;0.604634;-1.915165;,
  244.  -0.620670;0.751955;1.767845;,
  245.  -0.300382;0.751955;1.915165;,
  246.  0.276111;0.751955;1.915165;,
  247.  0.625621;0.751955;1.767845;,
  248.  -0.589281;0.751955;-1.718738;,
  249.  -0.343748;0.702848;-1.816951;,
  250.  0.000000;0.702848;-1.816951;,
  251.  0.589281;0.751955;-1.718738;,
  252.  0.343748;0.702848;-1.816952;,
  253.  -0.708120;0.850168;-0.540175;,
  254.  -0.736602;0.850168;-0.450968;,
  255.  -0.736602;0.850168;0.834816;,
  256.  -0.687495;0.850168;1.276777;,
  257.  -0.294641;0.850168;1.473204;,
  258.  0.294641;0.850168;1.473204;,
  259.  0.687495;0.850168;1.276777;,
  260.  -0.589281;1.162329;0.687495;,
  261.  -0.589281;1.162329;0.933029;,
  262.  0.589281;1.162329;0.933029;,
  263.  0.589282;1.162329;0.687495;,
  264.  0.736602;0.850168;0.834816;,
  265.  0.736602;0.850168;-0.450968;,
  266.  0.708120;0.850168;-0.540175;,
  267.  0.294641;0.850168;-0.638388;,
  268.  -0.000000;0.850168;-0.736602;,
  269.  -0.294641;0.850168;-0.638388;,
  270.  -0.589281;1.162329;0.049107;,
  271.  -0.589281;1.162329;0.147320;,
  272.  0.589282;1.162329;0.147320;,
  273.  0.589282;1.162329;0.049107;,
  274.  -0.000000;1.193916;-0.069901;,
  275.  -0.000000;1.193916;1.020264;;
  276.  
  277.  109;
  278.  4;120,121,122,123;,
  279.  4;118,119,123,122;,
  280.  4;116,117,118,122;,
  281.  4;115,116,122,121;,
  282.  3;114,115,121;,
  283.  4;113,114,121,120;,
  284.  4;111,112,113,120;,
  285.  4;110,111,120,123;,
  286.  4;108,109,123,119;,
  287.  4;107,112,111,110;,
  288.  4;106,107,110,123;,
  289.  3;105,106,123;,
  290.  4;104,105,123,109;,
  291.  4;103,104,109,108;,
  292.  4;102,103,108,119;,
  293.  4;101,102,119,118;,
  294.  3;118,117,101;,
  295.  4;87,96,97,88;,
  296.  4;98,116,115,100;,
  297.  4;97,117,116,98;,
  298.  4;88,97,98,89;,
  299.  4;68,84,113,112;,
  300.  4;93,94,106,105;,
  301.  4;69,73,74,70;,
  302.  4;90,91,100,99;,
  303.  4;89,98,100,91;,
  304.  4;86,100,115,114;,
  305.  3;86,99,100;,
  306.  4;85,90,99,86;,
  307.  4;71,75,77,59;,
  308.  4;83,101,117,97;,
  309.  3;83,97,96;,
  310.  4;82,83,96,87;,
  311.  4;59,77,92,66;,
  312.  3;0,1,2;,
  313.  4;22,23,45,44;,
  314.  4;57,71,59,60;,
  315.  4;58,64,63,69;,
  316.  3;64,67,63;,
  317.  3;59,66,60;,
  318.  4;79,80,95,94;,
  319.  4;78,79,94,93;,
  320.  4;77,78,93,92;,
  321.  4;75,76,78,77;,
  322.  4;74,79,78,76;,
  323.  4;73,80,79,74;,
  324.  4;71,72,76,75;,
  325.  4;70,74,76,72;,
  326.  4;67,107,106,94;,
  327.  3;67,94,95;,
  328.  4;66,93,105,104;,
  329.  3;92,93,66;,
  330.  4;65,68,112,107;,
  331.  4;64,65,107,67;,
  332.  4;63,67,95,80;,
  333.  4;63,80,73,69;,
  334.  4;62,103,102,81;,
  335.  4;61,104,103,62;,
  336.  4;60,66,104,61;,
  337.  4;24,25,47,46;,
  338.  4;55,85,86,56;,
  339.  4;28,27,61,45;,
  340.  4;53,54,83,82;,
  341.  3;42,52,49;,
  342.  4;51,52,91,90;,
  343.  4;50,87,88,52;,
  344.  4;48,49,85,55;,
  345.  4;46,47,68,65;,
  346.  4;15,12,102,101;,
  347.  4;44,45,61,62;,
  348.  4;12,13,81,102;,
  349.  4;42,43,53,82;,
  350.  4;51,90,85,49;,
  351.  4;42,82,87,50;,
  352.  3;52,51,49;,
  353.  3;42,50,52;,
  354.  3;3,4,5;,
  355.  3;6,7,8;,
  356.  4;41,38,39,40;,
  357.  4;35,34,54,53;,
  358.  4;40,39,56,47;,
  359.  4;38,41,48,55;,
  360.  4;39,38,55,56;,
  361.  4;37,34,35,36;,
  362.  4;34,37,44,54;,
  363.  4;36,35,53,43;,
  364.  4;29,26,27,28;,
  365.  4;33,31,30,32;,
  366.  4;27,26,60,61;,
  367.  4;31,33,46,65;,
  368.  4;30,31,65,64;,
  369.  4;32,30,64,58;,
  370.  4;26,29,57,60;,
  371.  4;13,14,20,81;,
  372.  4;86,114,21,56;,
  373.  4;14,15,101,20;,
  374.  4