home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / or.rar / ART / RACERC~1.X < prev    next >
Text File  |  1997-12-23  |  35KB  |  1,564 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-polysport2T_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 polysport2T_export {
  151.  246;
  152.  -0.468193;0.858023;-0.978129;,
  153.  -0.468193;0.858023;-0.978129;,
  154.  0.468193;0.858023;-0.978129;,
  155.  0.468193;0.858023;-0.978129;,
  156.  -0.468193;0.751043;-1.655819;,
  157.  -0.468193;0.751043;-1.655819;,
  158.  0.468193;0.751043;-1.655819;,
  159.  0.468193;0.751043;-1.655819;,
  160.  -0.486518;0.669438;-1.921065;,
  161.  0.486518;0.669438;-1.921065;,
  162.  -0.908294;0.775040;0.488757;,
  163.  0.908294;0.775040;0.488757;,
  164.  0.908294;0.775040;0.488757;,
  165.  0.908294;0.775040;0.488757;,
  166.  0.903715;0.775041;-0.040668;,
  167.  0.903715;0.775041;-0.040668;,
  168.  0.936386;0.590989;-0.040936;,
  169.  0.936386;0.590989;-0.040936;,
  170.  0.936386;0.590989;-0.040936;,
  171.  0.918304;0.491234;-0.040566;,
  172.  0.918304;0.491234;-0.040566;,
  173.  0.918304;0.491234;-0.040566;,
  174.  0.917218;0.668211;0.488806;,
  175.  0.917218;0.668211;0.488806;,
  176.  0.936386;0.656209;0.488806;,
  177.  0.936386;0.656209;0.488806;,
  178.  0.899869;0.528599;0.488705;,
  179.  0.899869;0.528599;0.488705;,
  180.  0.909263;0.489024;0.488705;,
  181.  0.909263;0.489024;0.488705;,
  182.  0.909263;0.489024;0.488705;,
  183.  0.889566;0.245633;-0.040673;,
  184.  0.889566;0.245633;-0.040673;,
  185.  0.889566;0.245633;-0.040673;,
  186.  -0.866157;0.245601;0.488644;,
  187.  -0.866157;0.245601;0.488644;,
  188.  -0.866157;0.245601;0.488644;,
  189.  0.866157;0.245605;0.488645;,
  190.  0.866157;0.245605;0.488645;,
  191.  0.866157;0.245605;0.488645;,
  192.  -0.889779;0.775041;-0.040666;,
  193.  -0.936386;0.591601;-0.040394;,
  194.  -0.936386;0.591601;-0.040394;,
  195.  -0.936386;0.591601;-0.040394;,
  196.  -0.936386;0.591601;-0.040394;,
  197.  -0.917218;0.668200;0.488744;,
  198.  -0.917218;0.668200;0.488744;,
  199.  -0.917218;0.668200;0.488744;,
  200.  -0.936386;0.656051;0.488791;,
  201.  -0.936386;0.656051;0.488791;,
  202.  -0.936386;0.656051;0.488791;,
  203.  -0.918304;0.491266;-0.040394;,
  204.  -0.918304;0.491266;-0.040394;,
  205.  -0.918304;0.491266;-0.040394;,
  206.  -0.918304;0.491266;-0.040394;,
  207.  -0.899869;0.528599;0.488705;,
  208.  -0.899869;0.528599;0.488705;,
  209.  -0.899869;0.528599;0.488705;,
  210.  -0.909263;0.489155;0.488800;,
  211.  -0.909263;0.489155;0.488800;,
  212.  -0.889566;0.245623;-0.040660;,
  213.  -0.889566;0.245623;-0.040660;,
  214.  -0.889566;0.245623;-0.040660;,
  215.  -0.889566;0.245623;-0.040660;,
  216.  -0.909263;0.489155;0.488800;,
  217.  -0.899869;0.528599;0.488705;,
  218.  -0.918304;0.491266;-0.040394;,
  219.  -0.936386;0.656051;0.488791;,
  220.  -0.917218;0.668200;0.488744;,
  221.  -0.936386;0.591601;-0.040394;,
  222.  -0.889779;0.775041;-0.040666;,
  223.  0.866157;0.245605;0.488645;,
  224.  -0.866157;0.245601;0.488644;,
  225.  0.889566;0.245633;-0.040673;,
  226.  0.909263;0.489024;0.488705;,
  227.  0.899869;0.528599;0.488705;,
  228.  0.936386;0.656209;0.488806;,
  229.  0.917218;0.668211;0.488806;,
  230.  0.918304;0.491234;-0.040566;,
  231.  0.936386;0.590989;-0.040936;,
  232.  0.903715;0.775041;-0.040668;,
  233.  0.908294;0.775040;0.488757;,
  234.  -0.908294;0.775040;0.488757;,
  235.  -0.553033;1.144336;0.484676;,
  236.  0.553033;1.144336;0.484676;,
  237.  -0.785909;0.538456;0.954202;,
  238.  -0.783758;0.713184;0.898855;,
  239.  0.785909;0.538456;0.954202;,
  240.  0.783758;0.713184;0.898855;,
  241.  -0.793232;0.154799;0.806824;,
  242.  -0.881369;0.161056;-0.842657;,
  243.  0.881369;0.161056;-0.842657;,
  244.  0.793232;0.154799;0.806824;,
  245.  -0.491321;0.700227;1.964319;,
  246.  0.491321;0.700227;1.964319;,
  247.  0.491321;0.529283;1.920787;,
  248.  -0.491321;0.529283;1.920787;,
  249.  -0.002007;0.241354;1.690083;,
  250.  0.984433;0.901227;-0.239724;,
  251.  0.985007;0.901932;-0.351319;,
  252.  0.888508;0.981985;-0.314783;,
  253.  0.888508;0.981985;-0.356391;,
  254.  0.875561;0.888758;-0.302755;,
  255.  0.876135;0.889462;-0.414351;,
  256.  0.793653;0.871452;-0.424290;,
  257.  0.793653;0.871452;-0.465898;,
  258.  0.851598;0.858065;-0.376890;,
  259.  0.847458;0.855834;-0.488485;,
  260.  0.873461;0.705977;-1.794132;,
  261.  -0.561831;0.641146;1.182803;,
  262.  -0.561831;0.641290;1.333068;,
  263.  -0.561831;0.487777;1.596870;,
  264.  0.630216;1.019531;1.881624;,
  265.  0.494280;0.964920;1.842748;,
  266.  0.549430;1.024131;1.622605;,
  267.  0.458896;0.966934;1.663745;,
  268.  -0.628972;1.019547;1.881617;,
  269.  -0.492775;0.964937;1.842737;,
  270.  -0.456959;0.966951;1.663740;,
  271.  -0.547200;1.024148;1.622600;,
  272.  0.209376;0.861091;1.566418;,
  273.  0.418752;0.854422;1.772891;,
  274.  -0.209376;0.861091;1.566419;,
  275.  -0.418752;0.854422;1.772891;,
  276.  -0.561831;0.243353;1.638808;,
  277.  -0.561831;0.243353;-1.668599;,
  278.  -0.561831;0.250000;-0.918475;,
  279.  -0.561831;0.481274;-1.639531;,
  280.  -0.561831;0.634642;-1.397801;,
  281.  -0.561831;0.641146;-1.211287;,
  282.  -0.561831;0.487921;-0.946757;,
  283.  0.561831;0.243353;1.638808;,
  284.  0.561831;0.243353;0.871080;,
  285.  0.561831;0.487778;0.911445;,
  286.  0.561831;0.641146;1.182803;,
  287.  0.561831;0.487777;1.596870;,
  288.  0.561831;0.641290;1.333068;,
  289.  0.561831;0.250000;-0.918475;,
  290.  0.561831;0.243353;-1.668599;,
  291.  0.561831;0.481274;-1.639531;,
  292.  0.561831;0.634642;-1.397801;,
  293.  0.561831;0.487921;-0.946757;,
  294.  0.561831;0.641146;-1.211287;,
  295.  1.000582;0.981985;-0.293360;,
  296.  1.000582;0.981985;-0.251752;,
  297.  -0.936386;0.487777;1.596870;,
  298.  -0.842747;0.243353;1.665083;,
  299.  0.842747;0.243353;1.665083;,
  300.  0.936386;0.487777;1.596870;,
  301.  0.893312;0.700227;1.964319;,
  302.  0.936386;0.641290;1.333068;,
  303.  -0.893312;0.700227;1.964319;,
  304.  -0.936386;0.641290;1.333068;,
  305.  -0.936386;0.250000;-0.902710;,
  306.  -0.842747;0.243353;0.855315;,
  307.  -0.900222;0.487778;0.911445;,
  308.  -0.936386;0.487921;-0.946757;,
  309.  -0.936386;0.641146;-1.211287;,
  310.  0.842747;0.243353;0.855315;,
  311.  0.936386;0.250000;-0.902710;,
  312.  0.900222;0.487777;0.911445;,
  313.  0.936386;0.487921;-0.946757;,
  314.  0.936386;0.641146;-1.211287;,
  315.  0.545913;0.482132;-2.047038;,
  316.  -0.545913;0.482132;-2.047038;,
  317.  0.545913;0.559319;-2.032958;,
  318.  0.486518;0.669438;-1.921065;,
  319.  -0.486518;0.669438;-1.921065;,
  320.  -0.