home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / or.rar / ART / RACECAR1.X < prev    next >
Text File  |  1998-03-03  |  34KB  |  1,672 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-polysport1T_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 polysport1T_export {
  151.  239;
  152.  0.822069;0.867569;0.649524;,
  153.  0.822069;0.867569;0.649524;,
  154.  0.822069;0.867569;0.649524;,
  155.  0.822069;0.867569;0.649524;,
  156.  0.822069;0.867569;0.649524;,
  157.  0.872050;0.287179;0.458968;,
  158.  0.872050;0.287179;0.458968;,
  159.  0.872050;0.287179;0.458968;,
  160.  0.872050;0.287179;0.458968;,
  161.  0.790451;0.872487;-0.570088;,
  162.  0.790451;0.872487;-0.570088;,
  163.  0.790451;0.872487;-0.570088;,
  164.  0.790451;0.872487;-0.570088;,
  165.  0.790451;0.872487;-0.570088;,
  166.  0.790451;0.872487;-0.570088;,
  167.  0.790451;0.805600;-0.607824;,
  168.  0.790451;0.805600;-0.607824;,
  169.  0.790451;0.805600;-0.607824;,
  170.  0.790451;0.805600;-0.607824;,
  171.  0.790451;0.805600;-0.607824;,
  172.  0.790451;0.805600;-0.607824;,
  173.  -0.787095;0.871514;-0.578250;,
  174.  -0.787095;0.871514;-0.578250;,
  175.  -0.787095;0.871514;-0.578250;,
  176.  -0.787095;0.871514;-0.578250;,
  177.  -0.787095;0.871514;-0.578250;,
  178.  -0.787095;0.871514;-0.578250;,
  179.  -0.818579;0.867569;0.649524;,
  180.  -0.818579;0.867569;0.649524;,
  181.  -0.818579;0.867569;0.649524;,
  182.  -0.818579;0.867569;0.649524;,
  183.  -0.868348;0.287179;0.458968;,
  184.  -0.868348;0.287179;0.458968;,
  185.  -0.868348;0.287179;0.458968;,
  186.  -0.868348;0.287179;0.458968;,
  187.  -0.787095;0.805600;-0.607824;,
  188.  -0.787095;0.805600;-0.607824;,
  189.  -0.787095;0.805600;-0.607824;,
  190.  -0.787095;0.805600;-0.607824;,
  191.  -0.787095;0.805600;-0.607824;,
  192.  -0.787095;0.805600;-0.607824;,
  193.  0.806260;0.829950;-0.092786;,
  194.  0.806260;0.829950;-0.092786;,
  195.  0.806260;0.829950;-0.092786;,
  196.  0.847274;0.293576;-0.092786;,
  197.  0.847274;0.293576;-0.092786;,
  198.  0.847274;0.293576;-0.092786;,
  199.  0.833467;0.830862;0.443442;,
  200.  0.833467;0.830862;0.443442;,
  201.  -0.802044;0.829950;-0.092786;,
  202.  -0.802044;0.829950;-0.092786;,
  203.  -0.802044;0.829950;-0.092786;,
  204.  -0.828759;0.830862;0.443442;,
  205.  -0.828759;0.830862;0.443442;,
  206.  -0.844455;0.293576;-0.092786;,
  207.  -0.844455;0.293576;-0.092786;,
  208.  -0.844455;0.293576;-0.092786;,
  209.  0.353987;0.632542;-1.862025;,
  210.  0.353987;0.632542;-1.862025;,
  211.  -0.353987;0.632542;-1.862025;,
  212.  -0.353987;0.632542;-1.862025;,
  213.  0.353987;0.822517;-1.154052;,
  214.  -0.353987;0.822517;-1.154052;,
  215.  -0.353987;0.822517;-1.154052;,
  216.  0.353987;0.822517;-1.154052;,
  217.  -0.353987;0.632542;-1.862025;,
  218.  0.353987;0.632542;-1.862025;,
  219.  -0.844455;0.293576;-0.092786;,
  220.  -0.828759;0.830862;0.443442;,
  221.  -0.802044;0.829950;-0.092786;,
  222.  0.833467;0.830862;0.443442;,
  223.  0.847274;0.293576;-0.092786;,
  224.  0.806260;0.829950;-0.092786;,
  225.  0.355937;0.327612;-2.043998;,
  226.  -0.353570;0.327612;-2.043998;,
  227.  0.421523;0.266421;-2.001363;,
  228.  -0.418158;0.266420;-2.000134;,
  229.  0.000000;0.912881;1.681370;,
  230.  0.000000;1.069016;1.912252;,
  231.  0.000000;1.111155;1.978988;,
  232.  0.000000;1.069016;2.102777;,
  233.  0.000000;1.111155;2.073481;,
  234.  0.367290;1.021312;2.102405;,
  235.  0.367290;1.021312;1.857143;,
  236.  0.401944;1.063767;2.084607;,
  237.  0.394840;1.063767;1.933186;,
  238.  -0.400238;1.063767;2.084607;,
  239.  -0.393164;1.063767;1.933186;,
  240.  -0.365655;1.023767;2.103149;,
  241.  -0.365655;1.023767;1.857888;,
  242.  0.592569;0.952530;1.865543;,
  243.  0.470885;0.922659;1.794386;,
  244.  -0.468789;0.925243;1.795131;,
  245.  -0.590054;0.952530;1.865543;,
  246.  -0.969701;0.869355;-0.428262;,
  247.  -0.969701;0.865600;-0.507824;,
  248.  -0.969701;0.951514;-0.418250;,
  249.  -0.969701;0.927569;-0.526620;,
  250.  0.973835;0.870633;-0.429569;,
  251.  0.973835;0.952487;-0.410088;,
  252.  0.973835;0.865600;-0.507824;,
  253.  0.973835;0.927569;-0.526620;,
  254.  0.869496;0.927569;-0.626620;,
  255.  0.869496;0.952487;-0.510088;,
  256.  0.869496;0.865600;-0.607824;,
  257.  0.869496;0.870633;-0.529569;,
  258.  -0.865805;0.927569;-0.626620;,
  259.  -0.865805;0.951514;-0.518250;,
  260.  -0.865805;0.869355;-0.528262;,
  261.  -0.865805;0.865600;-0.607824;,
  262.  -0.409914;0.665266;0.995702;,
  263.  -0.409914;0.665266;1.411745;,
  264.  -0.409914;0.643785;-0.955023;,
  265.  -0.409914;0.639224;-1.352893;,
  266.  -0.409914;0.287179;0.774484;,
  267.  -0.409914;0.365305;1.624046;,
  268.  -0.409914;0.176261;0.794548;,
  269.  -0.409914;0.202303;1.589268;,
  270.  -0.409914;0.306710;-0.749689;,
  271.  -0.409914;0.365305;-1.587133;,
  272.  -0.409914;0.182772;-1.515095;,
  273.  -0.409914;0.156760;-0.780926;,
  274.  0.427240;0.665266;1.411745;,
  275.  0.427240;0.665266;0.995702;,
  276.  0.427240;0.287179;0.774484;,
  277.  0.427240;0.365305;1.624046;,
  278.  0.426934;0.202303;1.589268;,
  279.  0.426934;0.176261;0.794548;,
  280.  0.426934;0.156730;-0.785260;,
  281.  0.427405;0.182772;-1.512640;,
  282.  0.427240;0.306710;-0.749689;,
  283.  0.427240;0.643864;-0.954934;,
  284.  0.427240;0.639224;-1.352893;,
  285.  0.427240;0.365305;-1.587133;,
  286.  -0.816682;0.202303;1.623252;,
  287.  -0.868348;0.365305;1.624046;,
  288.  -0.665914;0.283742;1.896825;,
  289.  -0.625959;0.406036;2.036485;,
  290.  0.000000;0.432140;2.103906;,
  291.  -0.816682;0.182772;-1.560408;,
  292.  -0.787095;0.495754;-1.954732;,
  293.  -0.868348;0.365305;-1.587133;,
  294.  -0.868348;0.639224;-1.352893;,
  295.  -0.816682;0.156760;-0.746942;,
  296.  -0.816682;0.176261;0.749235;,
  297.  -0.868348;0.643785;-0.955023;,
  298.  -0.868348;0.306710;-0.749689;,
  299.  -0.787095;0.805600;-0.607824;,
  300.  -0.901259;0.665266;1.411745;,
  301.  -0.901259;0.665266;0.995702;,
  302.  -0.868348;0.287179;0.458968;,
  303.  -0.868348;0.287179;0.774484;,
  304.  -0.787095;0.619692;-1.922973;,
  305.  -0.787095;0.743630;-1.573622;,
  306.  -0.818579;0.867569;1.157671;,
  307.  -0.818579;0.867569;0.776560;,
  308.  -0.818579;0.867569;0.649524;,
  309.  -0.787095;0.871514;-0.578250;,
  310.  -0.787095;0.867569;-0.766620;,
  311.  -0.688699;0.470073;-2.024329;,
  312.  -0.596694;0.495754;-2.068587;,
  313.  -0.670702;0.221835;-1.974264;,
  314.  -0.688699;0.371815;-2.081769;,
  315.  -0.364410;0.495754;-2.081769;,
  316.  0.367443;0.495754;-2.081769;,
  317.  0.599362;0.495754;-2.068587;,
  318.  -0.370249;0.585358;-2.038880;,
  319.  -0.428400;0.753848;-1.557705;,
  320.  0.370684;0.585358;-2.038880;,
  321.  -0.621173;1.226708;0.776560;,
  322.  -0.641029;1.216728;0.554246;,
  323.  -0.641029;1.232922;0.681283;,
  324.  -0.530772;1.221704;-0.017420;,
  325.  -0.589747;1.198360;0.044720;,
  326.  -0.751838;0.801413;2.033211;,
  327.  -0.751838;0.715996;2.033211;,
  328.  -0.698454;0.623042;2.096729;,
  329.