home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / or.rar / ART / RACECAR4.X < prev    next >
Text File  |  1998-03-03  |  36KB  |  1,690 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-polysport4T_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 polysport4T_export {
  151.  266;
  152.  0.766099;0.858031;0.727263;,
  153.  0.766099;0.858031;0.727263;,
  154.  0.766099;0.858031;0.727263;,
  155.  0.766099;0.858031;0.727263;,
  156.  0.431468;0.858031;-0.894423;,
  157.  0.431468;0.858031;-0.894423;,
  158.  0.431468;0.858031;-0.894423;,
  159.  -0.431468;0.858031;-0.894423;,
  160.  -0.431468;0.858031;-0.894423;,
  161.  -0.431468;0.858031;-0.894423;,
  162.  -0.766099;0.858031;0.727263;,
  163.  -0.766099;0.858031;0.727263;,
  164.  -0.766099;0.858031;0.727263;,
  165.  -0.766099;0.858031;0.727263;,
  166.  -0.426564;0.676445;-1.688718;,
  167.  0.426564;0.676444;-1.688718;,
  168.  0.784772;0.858093;0.153349;,
  169.  0.784772;0.858093;0.153349;,
  170.  0.784772;0.858093;0.153349;,
  171.  0.910831;0.759929;0.153349;,
  172.  0.910831;0.759929;0.153349;,
  173.  0.892158;0.785360;0.727263;,
  174.  0.892158;0.785360;0.727263;,
  175.  0.892158;0.785360;0.727263;,
  176.  0.892158;0.785360;0.727263;,
  177.  0.945364;0.587855;0.153349;,
  178.  0.945364;0.587855;0.153349;,
  179.  0.945364;0.587855;0.153349;,
  180.  0.955929;0.632406;0.727263;,
  181.  0.955929;0.632406;0.727263;,
  182.  0.908238;0.377542;0.153349;,
  183.  0.908238;0.377542;0.153349;,
  184.  0.908238;0.377542;0.153349;,
  185.  0.889939;0.447585;0.727263;,
  186.  0.889939;0.447585;0.727263;,
  187.  0.920029;0.275572;0.153349;,
  188.  0.920029;0.275572;0.153349;,
  189.  0.901916;0.281884;0.727263;,
  190.  0.901916;0.281884;0.727263;,
  191.  0.901916;0.281884;0.727263;,
  192.  -0.779803;0.858238;0.153168;,
  193.  -0.779803;0.858238;0.153168;,
  194.  -0.779803;0.858238;0.153168;,
  195.  -0.900572;0.787927;0.727263;,
  196.  -0.900572;0.787927;0.727263;,
  197.  -0.914276;0.756268;0.153168;,
  198.  -0.914276;0.756268;0.153168;,
  199.  -0.954361;0.634972;0.727263;,
  200.  -0.954361;0.634972;0.727263;,
  201.  -0.939022;0.584194;0.153168;,
  202.  -0.939022;0.584194;0.153168;,
  203.  -0.898374;0.443779;0.727263;,
  204.  -0.898374;0.443779;0.727263;,
  205.  -0.911804;0.380254;0.153168;,
  206.  -0.911804;0.380254;0.153168;,
  207.  -0.904860;0.278078;0.727263;,
  208.  -0.918153;0.271911;0.153168;,
  209.  -0.918153;0.271911;0.153168;,
  210.  -0.904860;0.278078;0.727263;,
  211.  -0.911804;0.380254;0.153168;,
  212.  -0.898374;0.443779;0.727263;,
  213.  -0.939022;0.584194;0.153168;,
  214.  -0.954361;0.634972;0.727263;,
  215.  -0.914276;0.756268;0.153168;,
  216.  -0.900572;0.787927;0.727263;,
  217.  -0.779803;0.858238;0.153168;,
  218.  0.901916;0.281884;0.727263;,
  219.  0.920029;0.275572;0.153349;,
  220.  0.889939;0.447585;0.727263;,
  221.  0.908238;0.377542;0.153349;,
  222.  0.955929;0.632406;0.727263;,
  223.  0.945364;0.587855;0.153349;,
  224.  0.892158;0.785360;0.727263;,
  225.  0.910831;0.759929;0.153349;,
  226.  0.784772;0.858093;0.153349;,
  227.  -0.948398;0.324257;-1.268972;,
  228.  -0.762218;0.324257;-1.526734;,
  229.  -0.762218;0.324257;-1.011210;,
  230.  0.948398;0.324257;-1.268972;,
  231.  0.762218;0.324257;-1.526734;,
  232.  0.762218;0.324257;-1.011210;,
  233.  -0.948398;0.324257;1.259399;,
  234.  -0.699282;0.324257;1.001637;,
  235.  -0.699282;0.324257;1.517160;,
  236.  0.948398;0.324257;1.259399;,
  237.  0.699282;0.324257;1.001637;,
  238.  0.699282;0.324257;1.517160;,
  239.  0.342355;0.154261;-2.054511;,
  240.  -0.342355;0.154261;-2.054511;,
  241.  0.267742;0.246371;-1.951774;,
  242.  -0.267742;0.246371;-1.951773;,
  243.  0.917211;0.165152;-1.659213;,
  244.  -0.949969;0.165152;-1.659213;,
  245.  -0.935284;0.873763;-0.457927;,
  246.  -0.981068;0.812475;-0.463295;,
  247.  -0.934750;0.870095;-0.525526;,
  248.  -0.976954;0.812475;-0.562582;,
  249.  0.935284;0.873763;-0.457927;,
  250.  0.934750;0.870095;-0.525526;,
  251.  0.981068;0.812475;-0.463295;,
  252.  0.976954;0.812475;-0.562582;,
  253.  0.817666;0.855425;-0.562007;,
  254.  0.849114;0.794137;-0.567375;,
  255.  0.896288;0.794137;-0.666662;,
  256.  0.857568;0.851757;-0.629606;,
  257.  -0.857568;0.851757;-0.629606;,
  258.  -0.896288;0.794137;-0.666662;,
  259.  -0.849115;0.794137;-0.567375;,
  260.  -0.817666;0.855425;-0.562007;,
  261.  -0.647444;0.814118;1.717285;,
  262.  -0.608597;0.840873;1.754105;,
  263.  -0.662929;0.796671;1.940066;,
  264.  -0.623153;0.830763;1.911171;,
  265.  0.614862;0.840873;1.754105;,
  266.  0.654108;0.814118;1.717285;,
  267.  0.668811;0.796671;1.940066;,
  268.  0.628682;0.830763;1.911170;,
  269.  0.376902;0.867900;1.920371;,
  270.  0.309031;0.867900;1.920371;,
  271.  0.366757;0.878010;1.763305;,
  272.  0.274141;0.878010;1.763305;,
  273.  -0.376269;0.867900;1.920371;,
  274.  -0.365585;0.878010;1.763305;,
  275.  -0.310359;0.867900;1.920371;,
  276.  -0.275161;0.878010;1.763305;,
  277.  -0.275161;0.851255;1.726486;,
  278.  -0.310359;0.833809;1.949266;,
  279.  -0.365585;0.851255;1.726486;,
  280.  -0.376269;0.833809;1.949266;,
  281.  0.274141;0.851255;1.726486;,
  282.  0.366757;0.851255;1.726486;,
  283.  0.309031;0.833809;1.949266;,
  284.  0.376901;0.833809;1.949266;,
  285.  0.640000;0.656464;1.389176;,
  286.  0.640000;0.656464;1.124411;,
  287.  0.640000;0.502529;1.591014;,
  288.  0.640000;0.471902;0.937661;,
  289.  -0.640000;0.656464;1.389176;,
  290.  -0.640000;0.656464;1.124411;,
  291.  -0.640000;0.502529;1.591015;,
  292.  -0.640000;0.471902;0.937661;,
  293.  0.640000;0.643523;-1.390857;,
  294.  0.640000;0.643523;-1.159188;,
  295.  0.640000;0.490304;-0.935730;,
  296.  0.640000;0.490304;-1.593022;,
  297.  0.640000;0.245152;-0.884931;,
  298.  0.640000;0.245152;-1.659213;,
  299.  0.640000;0.153220;-0.934181;,
  300.  0.640000;0.153220;-1.593022;,
  301.  0.640000;0.288137;0.904582;,
  302.  0.640000;0.196254;1.602555;,
  303.  0.640000;0.199855;0.936890;,
  304.  -0.640000;0.643523;-1.390857;,
  305.  -0.640000;0.643523;-1.159188;,
  306.  -0.640000;0.490304;-1.593022;,
  307.  -0.640000;0.490304;-0.935730;,
  308.  -0.640000;0.245152;-1.659213;,
  309.  -0.640000;0.245152;-0.884932;,
  310.  -0.640000;0.153220;-1.593022;,
  311.  -0.640000;0.153220;-0.934181;,
  312.  -0.640000;0.288137;0.904582;,
  313.  -0.640000;0.196254;0.936890;,
  314.  -0.640000;0.196254;1.602555;,
  315.  -0.949964;0.153220;-0.918027;,
  316.  -0.960778;0.196254;0.904582;,
  317.  -0.892150;0.288137;0.904582;,
  318.  -0.949964;0.245152;-0.884932;,
  319.  -0.960777;0.471902;0.937661;,
  320.  -0.949964;0.490304;-0.935730;,
  321.  -0.959770;0.245152;-1.659213;,
  322.  -0.735455;0.413590;-1.920388;,
  323.  -0.949964;0.490304;-1.593022;,
  324.  -0.949964;0.643523;-1.390857;,
  325.  -0.949964;0.643523;-1.159188;,
  326.  -0.772734;0.553870;-1.788005;,
  327.  0.926674;0.245152;-1.659213;,
  328.  0.766099;0.413590;-1.920388;,
  329.  0.960778;0.199855;0.904582;,
  330.  0.949964;0.153220;-0.9180