home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / or.rar / ART / VAN.X < prev    next >
Text File  |  1998-03-03  |  21KB  |  1,039 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-van_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 van_export {
  151.  144;
  152.  -0.516820;0.720457;1.218332;,
  153.  -0.509889;0.719813;0.940529;,
  154.  -0.511847;0.233062;0.725789;,
  155.  -0.515622;0.233057;1.452868;,
  156.  -0.517396;0.569507;1.379968;,
  157.  -0.513777;0.407002;1.450840;,
  158.  -0.510387;0.406292;0.725416;,
  159.  -0.511284;0.569674;0.799136;,
  160.  0.554980;0.720457;1.218331;,
  161.  0.556062;0.719811;0.940528;,
  162.  0.552678;0.569508;1.379967;,
  163.  0.559622;0.569675;0.799136;,
  164.  0.553154;0.407003;1.450839;,
  165.  0.553092;0.406292;0.725416;,
  166.  0.549328;0.233056;1.452872;,
  167.  0.551046;0.233053;0.725804;,
  168.  -0.545599;0.233056;-1.897866;,
  169.  -0.544020;0.233055;-1.170791;,
  170.  -0.540365;0.391895;-1.169464;,
  171.  -0.544585;0.391893;-1.898927;,
  172.  -0.544905;0.569609;-1.827972;,
  173.  -0.538757;0.719955;-1.684803;,
  174.  -0.538727;0.719974;-1.383744;,
  175.  -0.538732;0.569609;-1.251223;,
  176.  0.549352;0.233056;-1.170791;,
  177.  0.552694;0.233056;-1.897866;,
  178.  0.548515;0.391894;-1.898927;,
  179.  0.548515;0.391894;-1.169464;,
  180.  0.554167;0.569609;-1.827972;,
  181.  0.554135;0.719956;-1.684801;,
  182.  0.554167;0.569609;-1.251223;,
  183.  0.554089;0.719973;-1.383747;,
  184.  -0.632883;0.233018;1.890446;,
  185.  0.632883;0.233018;1.890446;,
  186.  -0.961670;0.406292;0.725416;,
  187.  -0.962567;0.569674;0.799136;,
  188.  -0.823911;0.233067;1.877831;,
  189.  -0.957143;0.407002;1.450840;,
  190.  -0.840229;0.233057;1.452868;,
  191.  -0.960762;0.569507;1.379968;,
  192.  -0.961172;0.719813;0.940529;,
  193.  -0.960185;0.720457;1.218332;,
  194.  -0.868122;0.233062;0.725789;,
  195.  0.823896;0.233066;1.877835;,
  196.  0.967690;0.569675;0.799136;,
  197.  0.961160;0.406292;0.725416;,
  198.  0.867735;0.233053;0.725804;,
  199.  0.848884;0.233056;1.452872;,
  200.  0.961222;0.407003;1.450839;,
  201.  0.960747;0.569508;1.379967;,
  202.  0.963049;0.720457;1.218331;,
  203.  0.964130;0.719811;0.940528;,
  204.  -0.938935;0.407005;1.877014;,
  205.  0.938933;0.407006;1.877015;,
  206.  -0.721237;0.406999;1.998711;,
  207.  0.721237;0.407000;1.998711;,
  208.  -0.746750;0.803814;1.993074;,
  209.  -0.957979;0.803811;1.850244;,
  210.  -0.958012;1.015130;1.830167;,
  211.  -0.735859;1.015128;2.001494;,
  212.  -0.036883;1.015135;2.001492;,
  213.  0.036346;1.015134;2.001493;,
  214.  0.746761;0.803814;1.993074;,
  215.  0.735852;1.015134;2.001492;,
  216.  -0.034535;1.113743;1.962317;,
  217.  0.034536;1.113743;1.962317;,
  218.  -0.730041;1.113742;1.951948;,
  219.  0.730039;1.113742;1.951948;,
  220.  -0.760335;1.678887;1.616495;,
  221.  -0.584049;1.677027;1.740500;,
  222.  0.584045;1.677027;1.740501;,
  223.  0.760335;1.678888;1.616495;,
  224.  -0.028844;1.677003;1.741611;,
  225.  0.028849;1.677003;1.741618;,
  226.  0.957968;0.803812;1.850245;,
  227.  0.957969;1.015131;1.830166;,
  228.  -0.969229;0.391895;-1.169464;,
  229.  -0.917072;0.233055;-1.170791;,
  230.  -0.967596;0.569609;-1.251223;,
  231.  -0.977709;0.803813;-0.862731;,
  232.  -0.967591;0.719974;-1.383744;,
  233.  -0.967621;0.719955;-1.684803;,
  234.  -0.959496;0.391893;-1.898927;,
  235.  -0.973769;0.569609;-1.827972;,
  236.  -0.967572;1.015131;-0.845642;,
  237.  0.917072;0.233056;-1.170791;,
  238.  0.962015;0.391894;-1.169464;,
  239.  0.977685;0.803814;-0.862731;,
  240.  0.967666;0.569609;-1.251223;,
  241.  0.967589;0.719973;-1.383747;,
  242.  0.967634;0.719956;-1.684801;,
  243.  0.967666;0.569609;-1.827972;,
  244.  0.962015;0.391894;-1.898927;,
  245.  0.967573;1.015131;-0.845642;,
  246.  -0.950396;1.113750;1.792462;,
  247.  0.950396;1.113749;1.792464;,
  248.  -0.848884;0.233056;-1.897866;,
  249.  0.848885;0.233056;-1.897866;,
  250.  0.692041;0.233056;-1.950809;,
  251.  -0.691956;0.233062;-1.950810;,
  252.  -0.905091;0.559543;-2.086527;,
  253.  -0.895635;0.803829;-2.086542;,
  254.  0.904983;0.559574;-2.086534;,
  255.  0.635348;0.564367;-2.091757;,
  256.  -0.635572;0.567108;-2.093037;,
  257.  0.895634;0.803811;-2.080858;,
  258.  -0.967646;1.015130;-1.856229;,
  259.  -0.859807;1.015130;-1.958451;,
  260.  -0.887888;1.113737;-0.886515;,
  261.  -0.888895;1.113741;-1.561432;,
  262.  -0.822855;1.113758;-1.656368;,
  263.  0.967646;1.015130;-1.856229;,
  264.  0.859807;1.015131;-1.958450;,
  265.  0.888844;1.113738;-0.886515;,
  266.  0.888883;1.113741;-1.561432;,
  267.  0.822732;1.113758;-1.656368;,
  268.  0.579648;0.785741;-2.090131;,
  269.  -0.579645;0.785742;-2.090128;,
  270.  0.639329;0.969275;-1.996095;,
  271.  -0.639443;0.969274;-1.996098;,
  272.  0.623767;1.113742;-1.675409;,
  273.  -0.623762;1.113765;-1.675391;,
  274.  0.711117;1.678109;-1.131846;,
  275.  0.658339;1.677667;-1.194418;,
  276.  -0.658058;1.677653;-1.194416;,
  277.  -0.711046;1.678110;-1.131847;,
  278.  0.499167;1.677065;-1.216716;,
  279.  -0.499092;1.677102;-1.216652;,
  280.  0.768745;1.681306;1.453147;,
  281.  0.770202;1.683730;-0.809138;,
  282.  -0.758536;1.683730;-0.808808;,
  283.  -0.763521;1.681306;1.453191;,
  284.  0.966380;0.328799;1.087946;,
  285.  0.718218;0.328799;0.831566;,
  286.  0.718218;0.328799;1.344326;,
  287.  -0.966382;0.328799;1.087946;,
  288.  -0.718223;0.328799;0.831566;,
  289.  -0.718223;0.328799;1.344326;,
  290.  -0.966382;0.328799;-1.526595;,
  291.  -0.718223;0.328799;-1.782975;,
  292.  -0.718223;0.328799;-1.270215;,
  293.  0.966380;0.328799;-1.526595;,
  294.  0.718218;0.328799;-1.782975;,
  295.  0.718218;0.328799;-1.270215;;
  296.  
  297.  130;
  298.  3;141,142,143;,
  299.  3;138,139,140;,
  300.  3;135,136,137;,
  301.  3;132,133,134;,
  302.  4;128,129,130,131;,
  303.  4;126,127,130,129;,
  304.  4;124,125,130,127;,
  305.  4;122,123,126,129;,
  306.  4;74,87,93,75;,
  307.  4;75,93,113,95;,
  308.  4;76,77,79,78;,
  309.  4;120,121,127,126;,
  310.  4;118,119,121,120;,
  311.  4;116,117,119,118;,
  312.  4;115,120,126,123;,
  313.  4;114,115,123,122;,
  314.  4;113,114,122,129;,
  315.  4;112,118,120,115;,
  316.  4;111,112,115,114;,
  317.  4;110,124,127,121;,
  318.  4;109,125,124,110;,
  319.  4;108,130,125,109;,
  320.  4;107,110,121,119;,
  321.  4;106,109,110,107;,
  322.  4;105,116,118,112;,
  323.  4;103,104,117,116;,
  324.  3;105,112,111;,
  325.  4;102,103,116,105;,
  326.  4;101,107,119,117;,
  327.  4;100,101,117,104;,
  328.  3;106,107,101;,
  329.  4;98,99,104,103;,
  330.  4;97,98,103,102;,
  331.  4;96,100,104,99;,
  332.  4;95,113,129,128;,
  333.  4;94,131,130,108;,
  334.  4;93,111,114,113;,
  335.  4;91,92,97,102;,
  336.  4;90,91,102,105;,
  337.  3;90,105,111;,
  338.  4;89,90,111,93;,
  339.  4;87,88,89,93;,
  340.  4;85,86,88,87;,
  341.  4;84,108,109,106;,
  342.  4;82,83,100,96;,
  343.  4;81,101,100,83;,
  344.  3;106,101,81;,
  345.  4;80,84,106,81;,
  346.  4;78,79,84,80;,
  347.  4;72,73,128,131;,
  348.  4;70,71,128,73;,
  349.  4;68,69,72,131;,
  350.  3;95,128,71;,
  351.  4;67,95,71,70;,
  352.  3;68,131,94;,
  353.  4;66,69,68,94