home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / or.rar / ART / TRUCK.X < prev    next >
Text File  |  1998-03-03  |  21KB  |  1,027 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-truck_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 truck_export {
  151.  140;
  152.  -1.146888;1.216131;-0.748280;,
  153.  -1.197441;1.050352;-0.821555;,
  154.  -1.159362;1.020447;-0.715850;,
  155.  -1.091311;1.050352;-0.908167;,
  156.  -1.039344;1.020447;-0.802462;,
  157.  -1.026297;1.216131;-0.834892;,
  158.  1.159362;1.020064;-0.716133;,
  159.  1.197441;1.051324;-0.821385;,
  160.  1.159362;1.216131;-0.748280;,
  161.  1.091311;1.051324;-0.907997;,
  162.  1.039344;1.216131;-0.834892;,
  163.  1.039344;1.020064;-0.802745;,
  164.  -0.952732;0.922408;-0.928669;,
  165.  -0.952732;0.952313;-0.967437;,
  166.  0.952732;0.922025;-0.928952;,
  167.  0.952732;0.953285;-0.967268;,
  168.  -0.606284;0.621215;2.078689;,
  169.  0.606284;0.621215;2.078689;,
  170.  -0.519672;0.752957;-1.645628;,
  171.  -0.519672;0.752366;-1.213235;,
  172.  -0.526199;0.361379;-1.818852;,
  173.  -0.519672;0.361379;-0.986911;,
  174.  -0.519672;0.752957;0.779508;,
  175.  -0.519672;0.753748;1.212331;,
  176.  -0.519672;0.361379;0.606284;,
  177.  -0.519672;0.374487;1.490658;,
  178.  -0.952732;0.374487;1.490658;,
  179.  -0.952732;0.752957;1.212568;,
  180.  -0.952732;0.361379;0.606284;,
  181.  -0.952732;0.752957;0.779508;,
  182.  -0.952732;0.361379;0.178370;,
  183.  -0.952732;0.534603;0.091758;,
  184.  -0.952732;0.534603;-0.259836;,
  185.  -0.952732;0.361379;-0.986911;,
  186.  -0.952732;0.752957;-1.645628;,
  187.  -0.952732;0.752366;-1.213235;,
  188.  -0.952732;1.046972;0.091758;,
  189.  -0.952732;1.046972;-0.173224;,
  190.  -0.952732;1.046972;-0.259836;,
  191.  -0.939685;1.046972;-0.952732;,
  192.  -0.866120;0.787136;0.225657;,
  193.  0.866120;0.787136;0.225657;,
  194.  -0.866120;0.787136;1.818852;,
  195.  0.866120;0.787136;1.818852;,
  196.  0.866120;1.046972;0.225657;,
  197.  -0.866120;1.046972;0.225657;,
  198.  -0.866120;1.046972;1.818852;,
  199.  0.866120;1.046972;1.818852;,
  200.  -0.840310;0.694753;1.905464;,
  201.  -0.840310;0.977975;1.905464;,
  202.  0.840310;0.977975;1.905464;,
  203.  0.840310;0.694753;1.905464;,
  204.  -0.866120;0.447991;2.078688;,
  205.  -0.866120;0.621215;2.078689;,
  206.  -0.952732;0.621215;1.905464;,
  207.  -0.959259;0.361379;-1.818852;,
  208.  0.519672;0.753748;0.779672;,
  209.  0.519672;0.752957;1.212568;,
  210.  0.519672;0.374487;1.490658;,
  211.  0.519672;0.361379;0.606284;,
  212.  0.519672;0.752957;-1.212568;,
  213.  0.519672;0.752957;-1.645628;,
  214.  0.519672;0.361379;-0.986911;,
  215.  0.519672;0.361379;-1.818852;,
  216.  -0.866120;0.527300;-2.165300;,
  217.  -0.866120;0.700524;-2.165300;,
  218.  -0.952732;0.981431;-1.866140;,
  219.  -0.952732;0.700524;-2.078688;,
  220.  -0.952732;0.960360;-1.992076;,
  221.  -0.779508;0.700524;-2.078688;,
  222.  -0.762948;1.454636;0.057514;,
  223.  -0.762948;1.454388;-0.259836;,
  224.  -0.762948;1.454388;-0.160116;,
  225.  -0.762948;1.453816;-0.540743;,
  226.  -0.779508;0.960360;-1.992076;,
  227.  -0.446918;0.700524;-2.078688;,
  228.  -0.446918;0.960360;-1.999390;,
  229.  0.446918;0.700524;-2.078688;,
  230.  0.446918;0.960360;-1.999390;,
  231.  0.779508;0.700524;-2.078688;,
  232.  0.779508;0.960360;-1.999390;,
  233.  -0.693589;1.440718;-0.627355;,
  234.  -0.867986;1.133584;-1.000019;,
  235.  -0.779508;1.046025;-1.905464;,
  236.  -0.685176;1.412419;0.140113;,
  237.  -0.762948;1.452629;0.114860;,
  238.  -0.842888;1.083417;0.174356;,
  239.  0.685177;1.412419;0.140113;,
  240.  0.842888;1.083417;0.174356;,
  241.  -0.952732;1.046972;0.157130;,
  242.  -0.952732;1.046972;1.905464;,
  243.  -0.000000;1.461648;-0.160116;,
  244.  -0.000000;1.015885;-1.952752;,
  245.  -0.000000;1.133584;-1.125956;,
  246.  -0.000000;1.427272;-0.713967;,
  247.  0.866120;0.621215;2.078689;,
  248.  0.866120;0.447991;2.078688;,
  249.  0.952732;0.621215;1.905464;,
  250.  0.952732;0.374487;1.490658;,
  251.  0.952732;1.046972;1.905464;,
  252.  0.952732;0.752957;1.212568;,
  253.  0.952732;0.753748;0.778291;,
  254.  0.952732;0.361379;0.606284;,
  255.  0.779508;1.046972;-1.905464;,
  256.  0.866120;0.527300;-2.165300;,
  257.  0.866120;0.700524;-2.165300;,
  258.  0.952732;0.361379;-1.818852;,
  259.  0.952732;0.700524;-2.078688;,
  260.  0.952732;0.960360;-1.992076;,
  261.  0.952732;0.752957;-1.645628;,
  262.  0.952732;0.981431;-1.866140;,
  263.  0.952732;0.752957;-1.212568;,
  264.  0.952732;0.361379;-0.986911;,
  265.  0.952732;0.534603;-0.259836;,
  266.  0.952732;0.361379;0.178370;,
  267.  0.952732;0.534603;0.091758;,
  268.  0.879506;1.133584;-1.000019;,
  269.  0.693589;1.440718;-0.627355;,
  270.  0.762948;1.452629;0.114860;,
  271.  0.952732;1.046972;0.157130;,
  272.  0.762948;1.454636;0.057514;,
  273.  0.952732;1.046972;0.091758;,
  274.  0.762948;1.454388;-0.160116;,
  275.  0.952732;1.046972;-0.173224;,
  276.  0.762948;1.454388;-0.259836;,
  277.  0.952732;1.046972;-0.259836;,
  278.  0.952732;1.046972;-0.952732;,
  279.  0.762948;1.453816;-0.540743;,
  280.  0.984945;0.322831;1.023537;,
  281.  0.714147;0.322831;0.823537;,
  282.  0.714147;0.322831;1.223537;,
  283.  -0.984945;0.322831;1.023537;,
  284.  -0.714147;0.322831;0.823537;,
  285.  -0.714147;0.322831;1.223537;,
  286.  -0.984945;0.322831;-1.404098;,
  287.  -0.714147;0.322831;-1.604098;,
  288.  -0.714147;0.322831;-1.204098;,
  289.  0.984945;0.322831;-1.404098;,
  290.  0.714147;0.322831;-1.604098;,
  291.  0.714147;0.322831;-1.204098;;
  292.  
  293.  130;
  294.  3;137,138,139;,
  295.  3;134,135,136;,
  296.  3;131,132,133;,
  297.  3;128,129,130;,
  298.  4;124,125,126,127;,
  299.  4;122,123,125,124;,
  300.  4;120,121,123,122;,
  301.  4;118,119,121,120;,
  302.  4;116,117,127,126;,
  303.  4;114,115,121,119;,
  304.  4;17,16,52,96;,
  305.  4;54,16,17,97;,
  306.  3;54,53,16;,
  307.  4;112,113,115,114;,
  308.  3;17,95,97;,
  309.  3;16,53,52;,
  310.  4;109,110,126,111;,
  311.  3;108,110,109;,
  312.  4;106,107,108,109;,
  313.  4;104,105,107,106;,
  314.  4;103,116,126,110;,
  315.  4;81,94,93,82;,
  316.  4;101,102,114,119;,
  317.  4;99,100,101,119;,
  318.  4;97,98,100,99;,
  319.  4;95,96,98,97;,
  320.  4;93,94,117,116;,
  321.  4;92,93,116,103;,
  322.  4;91,118,120,122;,
  323.  4;124,127,91,122;,
  324.  4;117,94,91,127;,
  325.  4;40,42,43,41;,
  326.  4;87,88,119,118;,
  327.  4;86,89,119,88;,
  328.  3;85,118,91;,
  329.  4;84,87,118,85;,
  330.  4;89,86,84,85;,
  331.  4;87,84,86,88;,
  332.  4;82,93,92,83;,
  333.  4;79,80,108,107;,
  334.  4;77,78,80,79;,
  335.  4;103,110,108,80;,
  336.  4;92,103,80,78;,
  337.  4;77,79,107,105;,
  338.  3;76,92,78;,
  339.  4;75,76,78,77;,
  340.  4;74,83,92,76;,
  341.  4;73,91,94,81;,
  342.  4;71,72,91,73;,
  343.  4;70,85,91,72;,
  344.  4;69,74,76,75;,
  345.  4;67,68,74,69;,
  346.  4;66,83,74,68;,
  347.  4;65,75,77,105;,
  348.  4;67,69,75,65;,
  349.  4;64,65,105,104;,
  350.  4;63,61,60,62;,
  351.  4;62,60,111,112;,
  352.  4;61,63,106,109;,
  353.  4;60,61,109,111;,
  354.  4;59,56,57,58;,
  355.  4;56,59,102,101;,
  356.  4;58,57,100,98;,
  357.  4;57,56,101,100;,
  358.  4;55,64