home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / or.rar / ART / SEDAN.X < prev    next >
Text File  |  1998-03-03  |  24KB  |  1,177 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-sedan_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 sedan_export {
  151.  160;
  152.  0.931439;0.883563;-0.711615;,
  153.  0.948039;0.814603;-0.728150;,
  154.  0.943322;0.889434;-0.609666;,
  155.  0.952119;0.777636;-0.608192;,
  156.  -0.964282;0.814836;-0.727948;,
  157.  -0.947712;0.883532;-0.711821;,
  158.  -0.968420;0.777552;-0.608051;,
  159.  -0.959619;0.889266;-0.609917;,
  160.  -0.802591;0.814836;-0.844902;,
  161.  -0.786021;0.883532;-0.828776;,
  162.  -0.806729;0.777552;-0.725006;,
  163.  -0.797928;0.889266;-0.726871;,
  164.  0.783222;0.883563;-0.828570;,
  165.  0.799822;0.814603;-0.845105;,
  166.  0.795105;0.889434;-0.726620;,
  167.  0.803902;0.777636;-0.725146;,
  168.  0.735854;0.806512;-0.840992;,
  169.  0.721441;0.803232;-0.897947;,
  170.  0.746523;0.744055;-0.840168;,
  171.  0.741574;0.764707;-0.907184;,
  172.  -0.738680;0.806418;-0.841132;,
  173.  -0.749355;0.744008;-0.840090;,
  174.  -0.724239;0.803215;-0.898062;,
  175.  -0.744336;0.764837;-0.907071;,
  176.  -0.173296;0.628984;-1.969624;,
  177.  0.170493;0.628984;-1.969624;,
  178.  -0.243506;0.666681;-1.950300;,
  179.  0.240703;0.666681;-1.950300;,
  180.  -0.783315;0.310459;0.070852;,
  181.  0.780512;0.312260;0.076396;,
  182.  0.717585;0.264829;-0.813385;,
  183.  0.724998;0.258609;0.565225;,
  184.  -0.707911;0.258609;-0.808473;,
  185.  -0.715644;0.252389;0.568433;,
  186.  0.443848;0.631660;-1.269797;,
  187.  0.443848;0.547731;-1.573618;,
  188.  0.443848;0.547731;-0.965975;,
  189.  0.443848;0.311406;-0.876683;,
  190.  0.443848;0.311406;-1.665342;,
  191.  -0.446652;0.547731;-1.573618;,
  192.  -0.446652;0.631660;-1.269797;,
  193.  -0.446652;0.547731;-0.965975;,
  194.  -0.446652;0.311406;-1.665342;,
  195.  -0.446652;0.311406;-0.876683;,
  196.  -0.445250;0.651874;1.234554;,
  197.  -0.445250;0.645515;0.796616;,
  198.  -0.446652;0.311406;0.619497;,
  199.  -0.446652;0.311406;1.451814;,
  200.  0.445250;0.651874;1.234554;,
  201.  0.445250;0.645515;0.796616;,
  202.  0.443848;0.311406;1.451814;,
  203.  0.443848;0.311406;0.619497;,
  204.  -0.780589;0.311406;0.619497;,
  205.  -0.780589;0.311406;-0.876683;,
  206.  0.777786;0.311406;0.619497;,
  207.  0.777786;0.311406;-0.876683;,
  208.  -0.001402;0.483491;-2.118295;,
  209.  -0.001402;0.570353;-2.072343;,
  210.  -0.557965;0.601653;-1.990867;,
  211.  -0.557964;0.716108;-1.927383;,
  212.  0.555161;0.601653;-1.990867;,
  213.  0.555161;0.719816;-1.928094;,
  214.  -0.230594;0.607672;-1.990867;,
  215.  0.227791;0.607672;-1.990867;,
  216.  -0.324208;0.727016;-1.928094;,
  217.  0.321404;0.727016;-1.928094;,
  218.  -0.669277;0.409022;-1.987257;,
  219.  -0.780589;0.311406;-1.662910;,
  220.  -0.669277;0.564331;-2.006793;,
  221.  -0.669277;0.479725;-2.030779;,
  222.  -0.669277;0.601653;-1.918302;,
  223.  -0.780589;0.547731;-1.573618;,
  224.  -0.669277;0.708405;-1.786668;,
  225.  -0.757214;0.641000;-1.269797;,
  226.  -0.780589;0.547731;-0.965975;,
  227.  -0.780589;0.547491;0.075574;,
  228.  -0.780589;0.837978;0.075097;,
  229.  -0.780589;0.837978;0.171620;,
  230.  -0.733838;0.837978;-0.745645;,
  231.  -0.599212;1.122213;-0.345269;,
  232.  -0.605782;1.126271;0.007798;,
  233.  -0.605782;1.126271;0.104320;,
  234.  -0.605782;1.134684;0.460081;,
  235.  -0.780589;0.837978;0.675101;,
  236.  -0.779188;0.645515;0.796616;,
  237.  -0.780589;0.837978;0.757853;,
  238.  -0.605782;1.122243;0.529037;,
  239.  -0.779188;0.651874;1.234554;,
  240.  -0.780589;0.311406;1.451814;,
  241.  -0.780589;0.662096;1.659682;,
  242.  -0.780589;0.837978;1.088884;,
  243.  -0.780589;0.751722;1.631667;,
  244.  -0.669277;0.837978;-0.876683;,
  245.  -0.567743;1.163089;-0.345269;,
  246.  -0.572836;1.155350;0.563950;,
  247.  -0.669277;0.860144;1.167326;,
  248.  -0.669277;0.829829;1.720643;,
  249.  -0.669277;0.747034;1.795340;,
  250.  -0.669277;0.659186;1.851681;,
  251.  -0.669277;0.569560;1.879696;,
  252.  -0.669277;0.358833;1.881864;,
  253.  -0.669277;0.481712;1.973830;,
  254.  -0.230249;0.659186;1.851681;,
  255.  -0.335339;0.747034;1.795340;,
  256.  -0.001402;0.569560;1.879696;,
  257.  0.227446;0.659186;1.851681;,
  258.  0.332536;0.747034;1.795340;,
  259.  -0.001402;0.829829;1.720643;,
  260.  -0.001402;0.880354;1.219922;,
  261.  -0.001402;0.848815;-0.978506;,
  262.  -0.001402;1.165931;-0.414499;,
  263.  -0.001402;1.165455;0.599737;,
  264.  0.666473;0.358833;1.881864;,
  265.  0.666473;0.481712;1.973830;,
  266.  0.777786;0.311406;1.451814;,
  267.  0.777786;0.662096;1.659682;,
  268.  0.666473;0.569560;1.879696;,
  269.  0.666473;0.659186;1.851681;,
  270.  0.666473;0.747034;1.795340;,
  271.  0.666473;0.409022;-1.987257;,
  272.  0.777786;0.311406;-1.662910;,
  273.  0.666473;0.564331;-2.006793;,
  274.  0.666473;0.487257;-2.030779;,
  275.  0.666473;0.601653;-1.918302;,
  276.  0.777786;0.547731;-1.573618;,
  277.  0.666473;0.708405;-1.786668;,
  278.  0.754410;0.641001;-1.269797;,
  279.  0.564939;1.163089;-0.345269;,
  280.  0.666473;0.837978;-0.876683;,
  281.  0.777786;0.547731;-0.965975;,
  282.  0.666473;0.829829;1.720643;,
  283.  0.777786;0.751722;1.631667;,
  284.  0.666473;0.860144;1.167326;,
  285.  0.570032;1.155350;0.563950;,
  286.  0.779188;0.651874;1.234554;,
  287.  0.779188;0.645515;0.796616;,
  288.  0.777786;0.547491;0.075574;,
  289.  0.777786;0.837978;1.088884;,
  290.  0.777786;0.837978;0.757853;,
  291.  0.607910;1.130905;0.529037;,
  292.  0.777786;0.837978;0.675101;,
  293.  0.607910;1.143346;0.460081;,
  294.  0.601287;1.130874;-0.345269;,
  295.  0.731034;0.837978;-0.745645;,
  296.  0.607910;1.134933;0.007798;,
  297.  0.777786;0.837978;0.075097;,
  298.  0.777786;0.837978;0.171619;,
  299.  0.607910;1.134933;0.104320;,
  300.  -0.775924;0.306665;-1.269085;,
  301.  -0.577136;0.306665;-1.464493;,
  302.  -0.577136;0.306665;-1.073677;,
  303.  0.772250;0.306665;-1.269085;,
  304.  0.569105;0.306665;-1.464493;,
  305.  0.569105;0.306665;-1.073677;,
  306.  -0.775924;0.306665;1.008630;,
  307.  -0.577136;0.306665;0.813222;,
  308.  -0.577136;0.306665;1.204038;,
  309.  0.772250;0.306665;1.008630;,
  310.  0.569105;0.306665;0.813222;,
  311.  0.569105;0.306665;1.204038;;
  312.  
  313.  160;
  314.  3;157,158,159;,
  315.  3;154,155,156;,
  316.  3;151,152,153;,
  317.  3;148,149,150;,
  318.  4;30,55,29,31;,
  319.  3;29,54,31;,
  320.  3;29,136,54;,
  321.  4;33,28,53,32;,
  322.  3;33,52,28;,
  323.  3;52,75,28;,
  324.  4;28,75,74,53;,
  325.  4;29,55,129,136;,
  326.  3;52,84,75;,
  327.  4;2,0,12,14;,
  328.  3;136,135,54;,
  329.  4;147,146,145,144;,
  330.  4;144,145,143,142;,
  331.  4;146,147,141,140;,
  332.  4;140,141,139,138;,
  333.  3;138,139,137;,
  334.  4;67,66,119,120;,
  335.  4;0,1,13,12;,
  336.  3;135,140,138;,
  337.  4;135,138,137,134;,
  338.  4;137,139,133,132;,
  339.  3;134,137,131;,
  340.  4;131,137,132,130;,
  341.  4;143,145,136,129;,
  342.  4;142,143,128,127;,
  343.  4;133,139,141,147;,
  344.  4;133,147,144,127;