home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / or.rar / ART / RACECAR5.X < prev    next >
Text File  |  1998-03-03  |  30KB  |  1,504 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-polysport5T_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 polysport5T_export {
  151.  202;
  152.  -0.558144;0.849817;-0.887680;,
  153.  -0.558144;0.849817;-0.887680;,
  154.  -0.558144;0.849817;-0.887680;,
  155.  -0.558144;0.849817;-0.887680;,
  156.  -0.558144;0.849817;-0.887680;,
  157.  0.558144;0.849817;-0.887680;,
  158.  0.558144;0.849817;-0.887680;,
  159.  0.558144;0.849817;-0.887680;,
  160.  0.558144;0.849817;-0.887680;,
  161.  0.558144;0.849817;-0.887680;,
  162.  0.917263;0.864456;0.125706;,
  163.  -0.917261;0.864456;0.125705;,
  164.  -0.917261;0.864456;0.125705;,
  165.  0.973979;0.862597;0.770443;,
  166.  -0.973977;0.862597;0.770443;,
  167.  -0.973977;0.862597;0.770443;,
  168.  -0.571523;0.650724;-1.902846;,
  169.  -0.571523;0.650724;-1.902846;,
  170.  -0.571523;0.650724;-1.902846;,
  171.  -0.571523;0.650724;-1.902846;,
  172.  -0.571523;0.650724;-1.902846;,
  173.  0.559310;0.650725;-1.902845;,
  174.  0.559310;0.650725;-1.902845;,
  175.  0.559310;0.650725;-1.902845;,
  176.  0.559310;0.650725;-1.902845;,
  177.  0.559310;0.650725;-1.902845;,
  178.  0.288559;0.806447;-1.603293;,
  179.  0.288559;0.806447;-1.603293;,
  180.  -0.285600;0.806447;-1.603293;,
  181.  -0.285600;0.806447;-1.603293;,
  182.  0.194199;0.869114;-1.531369;,
  183.  0.194199;0.869114;-1.531369;,
  184.  -0.192349;0.869114;-1.531369;,
  185.  -0.192349;0.869114;-1.531369;,
  186.  -0.236094;0.801888;-1.472800;,
  187.  0.239188;0.801888;-1.472800;,
  188.  0.939553;0.307569;0.767411;,
  189.  0.951997;0.307468;0.126012;,
  190.  -0.951204;0.307469;0.126012;,
  191.  -0.939552;0.307569;0.767411;,
  192.  1.115577;0.839403;-0.371480;,
  193.  1.095682;0.900573;-0.421890;,
  194.  1.117804;0.929618;-0.329671;,
  195.  -1.117568;0.929618;-0.329671;,
  196.  -1.095453;0.900573;-0.421890;,
  197.  -1.115118;0.839403;-0.371480;,
  198.  -1.015971;0.917520;-0.372012;,
  199.  -0.995867;0.888476;-0.464232;,
  200.  -1.013743;0.839403;-0.419870;,
  201.  1.014161;0.839403;-0.419871;,
  202.  0.996074;0.888476;-0.464232;,
  203.  1.016185;0.917520;-0.372013;,
  204.  0.930911;0.798540;-0.482378;,
  205.  0.917898;0.823112;-0.392175;,
  206.  0.956859;0.738871;-0.418541;,
  207.  -0.930716;0.798540;-0.482378;,
  208.  -0.956859;0.738870;-0.418540;,
  209.  -0.917705;0.823112;-0.392175;,
  210.  0.000436;0.926498;1.831108;,
  211.  -0.000000;0.679791;1.970094;,
  212.  0.000000;0.564242;2.014668;,
  213.  0.000761;0.306726;2.001652;,
  214.  0.000000;0.767223;2.008700;,
  215.  0.005524;0.926580;2.017904;,
  216.  -0.939552;0.307569;0.767411;,
  217.  -0.951204;0.307469;0.126012;,
  218.  0.951997;0.307468;0.126012;,
  219.  0.939553;0.307569;0.767411;,
  220.  0.239188;0.801888;-1.472800;,
  221.  0.196757;0.840958;-1.441579;,
  222.  -0.180044;0.840958;-1.441579;,
  223.  -0.236094;0.801888;-1.472800;,
  224.  -0.192349;0.869114;-1.531369;,
  225.  0.194199;0.869114;-1.531369;,
  226.  0.257036;0.842410;-1.110630;,
  227.  -0.246246;0.842408;-1.110618;,
  228.  -0.285600;0.806447;-1.603293;,
  229.  0.288559;0.806447;-1.603293;,
  230.  -0.614404;0.695858;1.142437;,
  231.  -0.614880;0.695868;1.355961;,
  232.  -0.614880;0.562921;1.565646;,
  233.  -0.613909;0.564147;0.930428;,
  234.  -0.613615;0.239026;0.872536;,
  235.  -0.614880;0.239029;1.622895;,
  236.  0.613308;0.695868;1.355961;,
  237.  0.612829;0.695858;1.141451;,
  238.  0.613308;0.562921;1.565646;,
  239.  0.612337;0.564147;0.930429;,
  240.  0.614063;0.239029;1.622895;,
  241.  0.612043;0.239026;0.872536;,
  242.  -0.559175;0.696473;-1.344091;,
  243.  -0.561470;0.696862;-1.117905;,
  244.  -0.561189;0.575627;-1.518618;,
  245.  -0.561414;0.575536;-0.929359;,
  246.  -0.560919;0.250823;-1.607950;,
  247.  -0.559175;0.238926;-0.850068;,
  248.  0.557371;0.238926;-0.850069;,
  249.  0.556952;0.250823;-1.607950;,
  250.  0.556827;0.575627;-1.518618;,
  251.  0.558132;0.696473;-1.344091;,
  252.  0.557371;0.575536;-0.929359;,
  253.  0.558131;0.696863;-1.117904;,
  254.  -0.960119;0.564147;0.930428;,
  255.  -0.960638;0.695858;1.142437;,
  256.  -0.921129;0.239026;0.846849;,
  257.  -0.932553;0.238926;-0.814106;,
  258.  0.960636;0.695858;1.141451;,
  259.  0.960120;0.564147;0.930429;,
  260.  0.921130;0.239026;0.846849;,
  261.  0.933331;0.238926;-0.814107;,
  262.  0.939104;0.239029;1.658858;,
  263.  0.961138;0.562921;1.565646;,
  264.  0.961138;0.695868;1.355961;,
  265.  -0.938330;0.239029;1.658857;,
  266.  -0.961137;0.695868;1.355961;,
  267.  -0.961137;0.562921;1.565646;,
  268.  -0.883085;0.259454;1.769211;,
  269.  0.882646;0.259454;1.769211;,
  270.  -0.747540;0.306726;1.923543;,
  271.  0.748940;0.306726;1.923544;,
  272.  0.814080;0.679791;1.891986;,
  273.  0.741692;0.767223;1.930591;,
  274.  -0.741691;0.767223;1.930591;,
  275.  -0.812895;0.679791;1.891986;,
  276.  -0.767117;0.564242;1.936559;,
  277.  0.767118;0.564241;1.936559;,
  278.  -0.395487;0.685835;1.952075;,
  279.  0.395487;0.685836;1.952075;,
  280.  -0.512203;0.767223;1.969646;,
  281.  0.512204;0.767223;1.969646;,
  282.  -0.659632;0.926580;1.939794;,
  283.  0.668830;0.926580;1.939795;,
  284.  0.917877;0.884525;1.491590;,
  285.  0.962972;0.868987;1.304186;,
  286.  -0.917116;0.884527;1.491593;,
  287.  -0.962971;0.868987;1.304187;,
  288.  -0.974089;0.575536;-0.929359;,
  289.  -0.969541;0.696862;-1.117905;,
  290.  -0.927773;0.575627;-1.518618;,
  291.  -0.971715;0.696473;-1.344091;,
  292.  -0.914712;0.493904;-1.684541;,
  293.  0.972525;0.575536;-0.929359;,
  294.  0.973332;0.696863;-1.117904;,
  295.  0.973332;0.696473;-1.344091;,
  296.  0.951883;0.575627;-1.518618;,
  297.  0.914761;0.493904;-1.684541;,
  298.  -0.877597;0.250823;-1.633638;,
  299.  0.886521;0.250823;-1.633638;,
  300.  0.570036;0.249311;-1.959170;,
  301.  -0.590573;0.249311;-1.959170;,
  302.  -0.732643;0.418576;-1.897929;,
  303.  0.723411;0.418575;-1.897929;,
  304.  0.440849;0.418573;-2.010232;,
  305.  -0.422390;0.418573;-2.010232;,
  306.  -0.815048;0.494125;-1.915542;,
  307.  0.823292;0.493951;-1.898099;,
  308.  0.494101;0.491823;-2.017904;,
  309.  -0.485696;0.491823;-2.017905;,
  310.  0.559310;0.650725;-1.902845;,
  311.  -0.571523;0.650724;-1.902846;,
  312.  0.856754;0.760642;-1.726693;,
  313.  -0.856723;0.760642;-1.726693;,
  314.  0.943318;0.812370;-1.483637;,
  315.  -0.943403;0.812370;-1.483637;,
  316.  0.976043;0.843427;-1.237816;,
  317.  -0.976041;0.843427;-1.237816;,
  318.  -0.973977;0.862597;0.770443;,
  319.  0.973979;0.862597;0.770443;,
  320.  -0.917261;0.864456;0.125705;,
  321.  0.917263;0.864456;0.125706;,
  322.  -0.888009;0.862597;0.998632;,
  323.  -0.859828;0.862598;1.072938;,
  324.  0.859829;0.862598;1.072939;,
  325.  0.888009;0.862597;0.998632;,
  326.  -0.558960;0.926497;1.669934;,
  327.  0.559833;0.926498;1.669934;,
  328.  -0.896864;0.845932;-0.570583;,
  329.  0.896841;0.845932