home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / or.rar / ART / RACECAR3.X < prev    next >
Text File  |  1998-03-03  |  25KB  |  1,237 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-polysport3_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 polysport3_export {
  151.  172;
  152.  -0.961412;0.307413;-0.148775;,
  153.  -0.961412;0.307413;-0.148775;,
  154.  -0.407784;0.872934;-1.064741;,
  155.  -0.407784;0.872934;-1.064741;,
  156.  -0.407784;0.872934;-1.064741;,
  157.  0.414425;0.872934;-1.064741;,
  158.  0.414425;0.872934;-1.064741;,
  159.  0.414425;0.872934;-1.064741;,
  160.  0.849569;0.873244;-0.148936;,
  161.  0.849569;0.873244;-0.148936;,
  162.  0.883432;0.873242;0.419194;,
  163.  0.883432;0.873242;0.419194;,
  164.  0.965920;0.307641;-0.148521;,
  165.  0.965920;0.307641;-0.148521;,
  166.  0.965920;0.307641;-0.148521;,
  167.  0.975657;0.305275;0.420259;,
  168.  0.975657;0.305275;0.420259;,
  169.  0.975657;0.305275;0.420259;,
  170.  -0.884237;0.873128;0.419686;,
  171.  -0.884237;0.873128;0.419686;,
  172.  -0.884237;0.873128;0.419686;,
  173.  -0.851162;0.873128;-0.149667;,
  174.  -0.851162;0.873128;-0.149667;,
  175.  -0.851162;0.873128;-0.149667;,
  176.  -0.851162;0.873128;-0.149667;,
  177.  -0.977950;0.305435;0.420444;,
  178.  -0.977950;0.305435;0.420444;,
  179.  -0.410000;0.706461;-1.911441;,
  180.  0.410000;0.706461;-1.911441;,
  181.  0.410000;0.706461;-1.911441;,
  182.  -0.410000;0.706461;-1.911441;,
  183.  -0.977950;0.305435;0.420444;,
  184.  -0.851162;0.873128;-0.149667;,
  185.  -0.884237;0.873128;0.419686;,
  186.  0.975657;0.305275;0.420259;,
  187.  0.965920;0.307641;-0.148521;,
  188.  0.883432;0.873242;0.419194;,
  189.  0.849569;0.873244;-0.148936;,
  190.  -0.843672;0.900265;2.045791;,
  191.  0.843673;0.900265;2.045791;,
  192.  -1.015893;0.875025;-0.651031;,
  193.  -0.979969;0.927213;-0.667332;,
  194.  -0.978009;0.887112;-0.751513;,
  195.  0.978011;0.887114;-0.751528;,
  196.  0.979971;0.927215;-0.667346;,
  197.  1.015895;0.875027;-0.651073;,
  198.  0.865496;0.887114;-0.818362;,
  199.  0.867231;0.927215;-0.734181;,
  200.  0.899022;0.875027;-0.717907;,
  201.  -0.899020;0.875025;-0.717865;,
  202.  -0.867229;0.927213;-0.734166;,
  203.  -0.867229;0.887112;-0.818348;,
  204.  -0.810494;0.829911;-0.814368;,
  205.  -0.823511;0.806822;-0.837790;,
  206.  -0.840206;0.777724;-0.798067;,
  207.  0.810496;0.829913;-0.814382;,
  208.  0.840208;0.777726;-0.798109;,
  209.  0.823513;0.806824;-0.837805;,
  210.  0.000000;0.890928;1.751539;,
  211.  0.414425;0.872934;-1.064741;,
  212.  0.317294;1.185777;-0.297918;,
  213.  -0.317294;1.185777;-0.297918;,
  214.  -0.407784;0.872934;-1.064741;,
  215.  0.369960;0.377325;-2.170251;,
  216.  -0.369960;0.377325;-2.169983;,
  217.  -0.467241;0.715640;1.993804;,
  218.  0.467241;0.715640;1.993805;,
  219.  -0.736815;0.703778;1.934245;,
  220.  0.736815;0.703778;1.934241;,
  221.  0.304572;0.643873;-2.096665;,
  222.  -0.296425;0.643880;-2.096664;,
  223.  0.570555;0.741544;1.101763;,
  224.  0.570555;0.741544;1.379095;,
  225.  0.570555;0.549088;0.856379;,
  226.  0.570555;0.549088;1.628293;,
  227.  0.570555;0.212290;1.727979;,
  228.  0.570555;0.212290;0.808194;,
  229.  -0.570555;0.741544;1.379095;,
  230.  -0.570555;0.741544;1.101763;,
  231.  -0.570555;0.549088;0.856379;,
  232.  -0.570555;0.549088;1.628293;,
  233.  -0.570555;0.212290;0.808207;,
  234.  -0.570555;0.212290;1.727979;,
  235.  -0.570555;0.741544;-1.525078;,
  236.  -0.570555;0.741544;-1.209456;,
  237.  -0.570555;0.549088;-1.760204;,
  238.  -0.570555;0.549088;-0.964673;,
  239.  -0.570555;0.253815;-1.791396;,
  240.  -0.570555;0.212290;-0.931722;,
  241.  0.570555;0.741544;-1.209460;,
  242.  0.570555;0.733434;-1.525079;,
  243.  0.570555;0.549088;-0.964673;,
  244.  0.570555;0.549088;-1.760204;,
  245.  0.570555;0.212290;-0.931856;,
  246.  0.570555;0.253815;-1.791395;,
  247.  -0.937381;0.238688;1.727979;,
  248.  -0.987299;0.741544;1.379094;,
  249.  -0.982103;0.549088;1.628293;,
  250.  -0.949366;0.212290;-0.902061;,
  251.  -0.949366;0.212290;0.778547;,
  252.  -0.982103;0.549088;0.856379;,
  253.  -0.982103;0.549088;-0.964673;,
  254.  -0.987299;0.741544;1.101763;,
  255.  -0.961412;0.307413;-0.148775;,
  256.  -0.863923;0.247487;-1.826988;,
  257.  -0.982103;0.549088;-1.745915;,
  258.  0.937381;0.238688;1.727979;,
  259.  0.982103;0.549088;1.628293;,
  260.  0.987299;0.741544;1.379095;,
  261.  0.863923;0.247487;-1.826988;,
  262.  0.982103;0.549088;-1.760204;,
  263.  0.949366;0.212290;0.778534;,
  264.  0.949366;0.212290;-0.902195;,
  265.  0.987299;0.741544;1.101763;,
  266.  0.982103;0.549088;0.856379;,
  267.  0.982103;0.549088;-0.964673;,
  268.  -0.987299;0.741544;-1.209457;,
  269.  0.987299;0.741544;-1.209460;,
  270.  -0.987299;0.741544;-1.525078;,
  271.  0.987299;0.741544;-1.525079;,
  272.  -0.727484;0.260404;1.889444;,
  273.  0.727484;0.260404;1.889444;,
  274.  -0.831410;0.428950;1.986420;,
  275.  0.831410;0.428950;1.986421;,
  276.  -0.846966;0.549088;1.990878;,
  277.  0.846966;0.549088;1.989683;,
  278.  -0.537756;0.597202;2.029352;,
  279.  0.537756;0.597202;2.029353;,
  280.  0.655255;0.279935;-2.064138;,
  281.  -0.655255;0.279935;-2.064138;,
  282.  0.675521;0.490844;-2.193923;,
  283.  0.304088;0.490844;-2.193924;,
  284.  -0.304088;0.490844;-2.193924;,
  285.  -0.675521;0.490844;-2.193924;,
  286.  0.364792;0.536527;-2.161619;,
  287.  -0.365489;0.536511;-2.161647;,
  288.  0.675482;0.536541;-2.161642;,
  289.  -0.677663;0.536542;-2.161642;,
  290.  0.727484;0.706126;-1.911328;,
  291.  -0.727484;0.706126;-1.911328;,
  292.  0.883373;0.840885;-1.453339;,
  293.  -0.883373;0.840885;-1.453339;,
  294.  -0.879444;0.872934;1.867019;,
  295.  0.879444;0.872934;1.867019;,
  296.  0.883373;0.872934;0.878411;,
  297.  -0.883373;0.872934;0.878410;,
  298.  0.779447;0.872934;-0.794149;,
  299.  0.779447;0.872934;-0.928301;,
  300.  -0.779447;0.872934;-0.928302;,
  301.  -0.779447;0.872934;-0.794149;,
  302.  0.576791;1.211653;-0.161479;,
  303.  -0.576791;1.211653;-0.161479;,
  304.  -0.623557;0.917279;1.557998;,
  305.  0.623557;0.923898;1.557999;,
  306.  -0.519631;1.223127;0.485708;,
  307.  0.519631;1.223127;0.485708;,
  308.  -0.623557;1.200733;0.396710;,
  309.  0.623557;1.203721;0.396710;,
  310.  0.623557;1.190783;-0.079474;,
  311.  -0.623557;1.190783;-0.079474;,
  312.  0.988686;0.350202;-1.363176;,
  313.  -0.988686;0.350202;1.246218;,
  314.  0.988686;0.350202;1.246218;,
  315.  -0.620000;0.350202;1.746218;,
  316.  0.620000;0.350202;1.746218;,
  317.  -0.620000;0.350202;0.746218;,
  318.  0.620000;0.350202;0.746218;,
  319.  0.700600;0.350202;-0.863176;,
  320.  0.700600;0.350202;-1.863176;,
  321.  -0.700600;0.350202;-1.863176;,
  322.  -0.988686;0.350202;-1.363176;,
  323.  -0.700600;0.350202;-0.863176;;
  324.  
  325.  159;
  326.  3;169,170,171;,
  327.  3;160,168,167;,
  328.  3;161,163,165;,
  329.  3;162,166,164;,
  330.  4;9,14,115,56;,
  331.  3;112,115,13;,
  332.  4;111,112,12,17;,
  333.  3;16,114,111;,
  334.  4;7,60,150,147;,
  335.  4;61,4,148