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