home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / or.rar / ART / TRACTOR.X < prev    next >
Text File  |  1997-09-04  |  27KB  |  1,236 lines

  1. xof 0302txt 0064
  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-tractor_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.007716,1.484218,0.016557,1.000000;;
  149.  }
  150. Mesh tractor_export {
  151.  229;
  152.  -0.951443;-0.672469;-4.656065;,
  153.  -0.742697;-0.672469;-4.656065;,
  154.  -0.742697;-0.687215;-4.736664;,
  155.  -0.951443;-0.687215;-4.736664;,
  156.  0.734627;-0.540941;-4.568947;,
  157.  0.734627;-0.672469;-4.656066;,
  158.  0.943374;-0.540941;-4.568947;,
  159.  0.943374;-0.672469;-4.656066;,
  160.  0.734627;-0.534086;-4.697988;,
  161.  0.943374;-0.534086;-4.697988;,
  162.  0.943374;-0.687215;-4.736664;,
  163.  0.734627;-0.687215;-4.736664;,
  164.  -0.951443;-0.540941;-4.568946;,
  165.  -0.742696;-0.540941;-4.568946;,
  166.  -0.742697;-0.534086;-4.697987;,
  167.  -0.951443;-0.534086;-4.697987;,
  168.  -0.411199;-1.035225;-4.879616;,
  169.  0.411197;-1.035225;-4.879617;,
  170.  0.411199;-1.035225;0.171271;,
  171.  -0.411197;-1.035225;0.171272;,
  172.  -0.411197;-0.854974;0.171272;,
  173.  0.411199;-0.854974;0.171271;,
  174.  0.411197;-0.854974;-4.879617;,
  175.  -0.411199;-0.854974;-4.879616;,
  176.  0.331344;-0.545431;-1.417205;,
  177.  0.331344;-0.855951;-1.417205;,
  178.  0.331345;-0.545431;-0.191232;,
  179.  0.331345;-0.855951;-0.191232;,
  180.  -0.331343;-0.545431;-0.191232;,
  181.  -0.331344;-0.545431;-1.417205;,
  182.  -0.331344;-0.855951;-1.417205;,
  183.  -0.331343;-0.855951;-0.191232;,
  184.  0.990673;-1.178529;-3.863834;,
  185.  -0.850760;0.544799;-2.957566;,
  186.  -0.907474;0.544799;-2.873588;,
  187.  -0.830925;1.291577;-2.680763;,
  188.  -0.791211;1.230554;-2.813846;,
  189.  -0.756700;0.544799;-2.929497;,
  190.  -0.756700;1.028919;-2.929497;,
  191.  -0.850760;1.028919;-2.957566;,
  192.  -0.907474;1.028919;-2.873588;,
  193.  -0.809255;1.187200;-2.647305;,
  194.  -0.889922;1.122692;-2.654696;,
  195.  -0.769541;1.126177;-2.780388;,
  196.  -0.850208;1.061669;-2.787779;,
  197.  -0.848466;0.544799;-2.793619;,
  198.  -0.755282;0.544799;-2.828172;,
  199.  -0.755282;1.028919;-2.828172;,
  200.  -0.848466;1.028919;-2.793619;,
  201.  -0.885271;1.230554;-2.841915;,
  202.  -0.921733;1.126177;-2.825804;,
  203.  -0.961447;1.187200;-2.692722;,
  204.  -0.924985;1.291577;-2.708832;,
  205.  -0.689825;0.545789;-2.913389;,
  206.  -0.689825;-0.696636;-2.913389;,
  207.  -0.746806;0.545789;-2.760035;,
  208.  -0.746806;-0.696636;-2.760035;,
  209.  -0.910262;0.545789;-2.766837;,
  210.  -0.910262;-0.696636;-2.766837;,
  211.  -0.823852;0.545789;-2.875925;,
  212.  -0.954303;0.545789;-2.924395;,
  213.  -0.818066;0.545789;-3.014969;,
  214.  -0.954303;-0.696636;-2.924395;,
  215.  -0.818066;-0.696636;-3.014969;,
  216.  -0.823852;-0.696636;-2.875925;,
  217.  0.916535;0.544799;-2.873589;,
  218.  0.859821;0.544799;-2.957566;,
  219.  0.839986;1.291577;-2.680764;,
  220.  0.800273;1.230554;-2.813847;,
  221.  0.765761;1.028919;-2.929497;,
  222.  0.765761;0.544799;-2.929497;,
  223.  0.916535;1.028919;-2.873589;,
  224.  0.859821;1.028919;-2.957566;,
  225.  0.898983;1.122692;-2.654697;,
  226.  0.818316;1.187200;-2.647306;,
  227.  0.859269;1.061669;-2.787780;,
  228.  0.778602;1.126177;-2.780389;,
  229.  0.857527;1.028919;-2.793619;,
  230.  0.764343;1.028919;-2.828173;,
  231.  0.764343;0.544799;-2.828173;,
  232.  0.857527;0.544799;-2.793619;,
  233.  0.934046;1.291577;-2.708833;,
  234.  0.970508;1.187200;-2.692722;,
  235.  0.930795;1.126177;-2.825805;,
  236.  0.894332;1.230554;-2.841916;,
  237.  0.702231;0.545789;-2.924396;,
  238.  0.702231;-0.696636;-2.924396;,
  239.  0.746272;0.545789;-2.766838;,
  240.  0.746272;-0.696636;-2.766838;,
  241.  0.909728;0.545789;-2.760035;,
  242.  0.909728;-0.696636;-2.760035;,
  243.  0.832681;0.545789;-2.875926;,
  244.  0.838468;0.545789;-3.014970;,
  245.  0.966708;0.545789;-2.913389;,
  246.  0.832681;-0.696636;-2.875926;,
  247.  0.838468;-0.696636;-3.014970;,
  248.  0.966708;-0.696636;-2.913389;,
  249.  -0.672032;-0.978457;-3.071681;,
  250.  -0.672031;-0.978457;-2.110783;,
  251.  -0.672032;-1.187204;-3.071681;,
  252.  -0.672031;-1.187204;-2.110783;,
  253.  -0.852812;-1.291577;-3.071681;,
  254.  -0.852811;-1.291577;-2.110783;,
  255.  -1.033592;-1.187204;-3.071681;,
  256.  -1.033591;-1.187204;-2.110783;,
  257.  -0.852812;-1.082831;-3.071681;,
  258.  -0.852812;-0.874084;-3.071681;,
  259.  -1.033592;-0.978457;-3.071681;,
  260.  -0.852811;-1.082831;-2.110783;,
  261.  -0.852811;-0.874084;-2.110783;,
  262.  -1.033591;-0.978457;-2.110783;,
  263.  1.033592;-0.978457;-3.071681;,
  264.  1.033592;-0.978457;-2.110784;,
  265.  1.033592;-1.187204;-3.071681;,
  266.  1.033592;-1.187204;-2.110784;,
  267.  0.852812;-1.291577;-3.071681;,
  268.  0.852812;-1.291577;-2.110783;,
  269.  0.672032;-1.187204;-3.071681;,
  270.  0.672032;-1.187204;-2.110783;,
  271.  0.852811;-1.082831;-3.071681;,
  272.  0.852811;-0.874084;-3.071681;,
  273.  0.672032;-0.978457;-3.071681;,
  274.  0.852812;-1.082831;-2.110784;,
  275.  0.852812;-0.874084;-2.110784;,
  276.  0.672032;-0.978457;-2.110783;,
  277.  0.358817;-0.754621;-3.101743;,
  278.  0.734432;-1.180462;-3.101743;,
  279.  0.990674;-1.178795;-3.101743;,
  280.  -0.340791;-0.752660;-3.101600;,
  281.  -0.717580;-1.180497;-3.101446;,
  282.  0.990674;-1.102827;-3.101743;,
  283.  0.990673;-1.102827;-3.863834;,
  284.  0.457872;-0.752184;-3.863834;,
  285.  0.457872;-0.752184;-3.101743;,
  286.  0.777553;-1.102827;-3.101743;,
  287.  0.777553;-1.102827;-3.863834;,
  288.  -0.830361;-0.988098;-5.066026;,
  289.  -0.620984;-0.988098;-5.066026;,
  290.  -0.620984;-1.060758;-5.066026;,
  291.  -0.830361;-1.060758;-5.066026;,
  292.  0.630895;-0.988098;-5.066026;,
  293.  0.840271;-0.988098;-5.066026;,
  294.  0.840271;-1.060758;-5.066026;,
  295.  0.630895;-1.060758;-5.066026;,
  296.  -0.983428;-0.869154;-1.748606;,
  297.  0.983429;-0.868720;-1.770105;,
  298.  0.662688;-0.121516;-3.864031;,
  299.  0.662688;-0.879733;-3.076993;,
  300.  0.662688;-0.066644;-3.136468;,
  301.  -0.662688;-0.869351;-3.065951;,
  302.  -0.657883;-0.067548;-3.132707;,
  303.  -0.662688;-0.117045;-3.876951;,
  304.  -0.994033;-1.114781;-4.962274;,
  305.  0.994031;-1.114781;-4.955099;,
  306.  0.994031;-1.122512;-5.057211;,
  307.  -0.994033;-1.115931;-5.065673;,
  308.  -0.989990;-0.920911;-5.062658;,
  309.  0.994031;-0.917085;-5.065747;,
  310.  0.994031;-0.540352;-4.583368;,
  311.  0.662687;-0.539915;-4.566442;,
  312.  1.002500;-0.892190;-3.835773;,
  313.  0.994031;-0.518811;-4.122780;,
  314.  0.662688;