home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / or.rar / ART / RAV.X < prev    next >
Text File  |  1998-03-03  |  19KB  |  946 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-rav_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 rav_export {
  151.  124;
  152.  -0.746853;1.119856;-0.351743;,
  153.  0.756224;1.119856;-0.351743;,
  154.  -0.637813;1.509525;0.021882;,
  155.  0.641481;1.509525;0.021882;,
  156.  -0.892576;1.042626;0.702588;,
  157.  0.892035;1.042626;0.702588;,
  158.  -0.683315;1.523108;0.776111;,
  159.  0.684440;1.523108;0.776111;,
  160.  -0.512463;0.268618;0.766441;,
  161.  -0.512936;0.268618;1.594887;,
  162.  -0.512376;0.554242;1.594887;,
  163.  -0.511947;0.777846;1.317399;,
  164.  -0.511950;0.542999;0.766440;,
  165.  -0.511948;0.777847;1.040507;,
  166.  0.510241;0.268618;1.594887;,
  167.  0.511724;0.268618;0.766441;,
  168.  0.511556;0.554242;1.594887;,
  169.  0.509047;0.777847;1.317398;,
  170.  0.509557;0.777847;1.040507;,
  171.  0.509045;0.542998;0.766440;,
  172.  -0.513065;0.280156;-1.365987;,
  173.  -0.514093;0.280153;-0.532265;,
  174.  -0.513628;0.538517;-1.365987;,
  175.  -0.511126;0.767294;-1.041995;,
  176.  -0.514042;0.767294;-0.802973;,
  177.  -0.514037;0.539466;-0.532264;,
  178.  0.500738;0.280153;-0.532265;,
  179.  0.501195;0.280156;-1.365987;,
  180.  0.502432;0.538517;-1.365987;,
  181.  0.501501;0.767294;-1.041995;,
  182.  0.501435;0.539466;-0.532264;,
  183.  0.501501;0.767294;-0.802973;,
  184.  -0.825564;0.280153;-0.532265;,
  185.  -0.822104;0.268618;0.766441;,
  186.  -0.892575;0.542999;0.766440;,
  187.  -0.892573;0.777847;1.040507;,
  188.  -0.892568;0.539466;-0.532264;,
  189.  -0.892573;0.767294;-0.802973;,
  190.  0.821401;0.268618;0.766441;,
  191.  0.824948;0.280153;-0.532265;,
  192.  0.891955;0.542998;0.766440;,
  193.  0.892467;0.777847;1.040507;,
  194.  0.891892;0.539466;-0.532264;,
  195.  0.891957;0.767294;-0.802973;,
  196.  -0.892572;0.777846;1.317399;,
  197.  -0.836703;0.554242;1.594887;,
  198.  -0.744250;0.268618;1.594887;,
  199.  0.891956;0.777847;1.317398;,
  200.  0.743633;0.268618;1.594887;,
  201.  0.836489;0.554242;1.594887;,
  202.  -0.628278;0.357718;1.743775;,
  203.  0.627660;0.357718;1.743775;,
  204.  -0.735843;0.635022;1.784733;,
  205.  0.735225;0.635022;1.784733;,
  206.  -0.460813;0.719694;1.784733;,
  207.  -0.554045;0.971193;1.784734;,
  208.  0.564177;0.971193;1.784734;,
  209.  0.473779;0.719694;1.784733;,
  210.  -0.892573;0.777847;1.510264;,
  211.  -0.730505;0.719694;1.784734;,
  212.  0.729886;0.719694;1.784734;,
  213.  0.891956;0.777847;1.510264;,
  214.  -0.730505;0.971193;1.784734;,
  215.  0.729886;0.971193;1.784734;,
  216.  -0.892573;0.767294;-1.041995;,
  217.  -0.895075;0.538517;-1.365987;,
  218.  -0.892574;0.767294;-1.275463;,
  219.  0.891957;0.767294;-1.041995;,
  220.  0.847344;0.538517;-1.365987;,
  221.  0.891957;0.767294;-1.275463;,
  222.  0.864739;0.280156;-1.365987;,
  223.  -0.865355;0.280156;-1.365987;,
  224.  0.608774;0.365794;-1.578027;,
  225.  -0.609389;0.365794;-1.578027;,
  226.  0.684769;0.459301;-1.578861;,
  227.  -0.685147;0.459301;-1.578861;,
  228.  0.761467;0.501709;-1.733800;,
  229.  -0.762009;0.501709;-1.733800;,
  230.  0.761687;0.635022;-1.733502;,
  231.  -0.762302;0.635022;-1.733502;,
  232.  0.758229;0.757419;-1.709176;,
  233.  0.421270;0.757419;-1.709176;,
  234.  -0.424226;0.757419;-1.709176;,
  235.  -0.758703;0.757419;-1.709176;,
  236.  -0.756523;0.843196;-1.671066;,
  237.  0.756201;0.843196;-1.671066;,
  238.  0.371527;0.843196;-1.671066;,
  239.  -0.369078;0.843196;-1.671066;,
  240.  0.801638;0.921529;-1.470564;,
  241.  -0.802329;0.921529;-1.470564;,
  242.  0.830593;0.993838;-1.233403;,
  243.  -0.831208;0.993837;-1.233404;,
  244.  0.548192;0.993838;-1.233403;,
  245.  -0.548488;0.993838;-1.233403;,
  246.  -0.853389;1.021245;-0.679691;,
  247.  0.852773;1.021243;-0.679690;,
  248.  0.585783;1.487498;-0.047929;,
  249.  -0.585787;1.487498;-0.047929;,
  250.  0.712128;1.093090;-0.467822;,
  251.  -0.712744;1.093090;-0.467823;,
  252.  -0.892576;1.042405;0.483764;,
  253.  0.891956;1.042405;0.483764;,
  254.  -0.892573;1.042406;1.535156;,
  255.  -0.702131;1.042421;1.720698;,
  256.  0.701513;1.042421;1.720699;,
  257.  0.891956;1.042406;1.535156;,
  258.  -0.593057;1.412192;1.494576;,
  259.  0.592530;1.412192;1.494576;,
  260.  0.692168;1.487826;1.358313;,
  261.  0.684751;1.523122;0.581736;,
  262.  -0.683478;1.523122;0.581736;,
  263.  -0.690934;1.487826;1.358313;,
  264.  -0.857606;0.350888;-0.964811;,
  265.  -0.614165;0.350888;-1.177931;,
  266.  -0.614165;0.350888;-0.751691;,
  267.  0.857724;0.350888;-0.964811;,
  268.  0.617927;0.350888;-1.177931;,
  269.  0.617927;0.350888;-0.751691;,
  270.  -0.857606;0.350888;1.181026;,
  271.  -0.614165;0.350888;0.967905;,
  272.  -0.614165;0.350888;1.394145;,
  273.  0.857724;0.350888;1.181026;,
  274.  0.617927;0.350888;0.967905;,
  275.  0.617927;0.350888;1.394145;;
  276.  
  277.  119;
  278.  3;121,122,123;,
  279.  3;118,119,120;,
  280.  3;115,116,117;,
  281.  3;112,113,114;,
  282.  4;8,12,34,33;,
  283.  4;106,107,108,111;,
  284.  4;104,105,108,107;,
  285.  4;102,103,106,111;,
  286.  4;103,104,107,106;,
  287.  4;14,51,50,9;,
  288.  4;108,7,6,111;,
  289.  4;7,109,110,6;,
  290.  3;9,50,46;,
  291.  4;5,7,108,105;,
  292.  4;98,99,97,96;,
  293.  3;14,48,51;,
  294.  3;58,102,4;,
  295.  4;58,4,100,44;,
  296.  4;4,102,111,6;,
  297.  3;61,5,105;,
  298.  4;61,47,101,5;,
  299.  4;92,93,99,98;,
  300.  4;2,110,109,3;,
  301.  4;2,0,100,110;,
  302.  4;88,89,93,92;,
  303.  3;89,91,93;,
  304.  3;88,92,90;,
  305.  4;86,87,89,88;,
  306.  3;85,86,88;,
  307.  3;84,89,87;,
  308.  4;82,83,84,87;,
  309.  4;80,81,86,85;,
  310.  4;82,87,86,81;,
  311.  3;79,83,82;,
  312.  3;78,81,80;,
  313.  4;78,79,82,81;,
  314.  4;76,77,79,78;,
  315.  4;74,75,77,76;,
  316.  4;72,73,75,74;,
  317.  4;70,71,73,72;,
  318.  4;69,78,88,90;,
  319.  4;78,80,85,88;,
  320.  4;74,76,78,69;,
  321.  4;68,70,72,74;,
  322.  4;67,68,74,69;,
  323.  4;66,91,89,79;,
  324.  4;83,79,89,84;,
  325.  4;66,79,77,75;,
  326.  4;65,75,73,71;,
  327.  4;64,66,75,65;,
  328.  4;58,59,62,102;,
  329.  3;105,104,63;,
  330.  3;62,103,102;,
  331.  4;60,61,105,63;,
  332.  4;56,57,60,63;,
  333.  4;54,55,62,59;,
  334.  4;103,55,56,104;,
  335.  3;56,63,104;,
  336.  3;62,55,103;,
  337.  4;54,57,56,55;,
  338.  3;53,60,57;,
  339.  3;52,54,59;,
  340.  4;52,53,57,54;,
  341.  4;50,51,53,52;,
  342.  3;61,60,53;,
  343.  3;52,59,58;,
  344.  4;48,49,53,51;,
  345.  4;47,61,53,49;,
  346.  4;45,46,50,52;,
  347.  4;44,45,52,58;,
  348.  4;67,69,90,95;,
  349.  4;10,9,46,45;,
  350.  4;43,67,95,101;,
  351.  3;42,43,101;,
  352.  3;41,101,47;,
  353.  4;40,42,101,41;,
  354.  4;38,39,42,40;,
  355.  4;94,91,66,64;,
  356.  4;37,100,94,64;,
  357.  3;36,100,37;,
  358.  4;11,10,45,44;,
  359.  3;35,44,100;,
  360.  4;34,35,100,36;,
  361.  4;32,33,34,36;,
  362.  4;28,29,31,30;,
  363.  4;26,27,28,30;,
  364.  4;30,31,43,42;,
  365.  4;31,29,67,43;,
  366.  4;29,28,68,67;,
  367.  4;28,27,70,68;,
  368.  4;26,30,42,39;,
  369.  4;25,24,23,22;,
  370.  4;20,21,25,22;,
  371.  4;24,25,36,37;,
  372.  4;23,24,37,64;,
  373.  4;22,23,64,65;,
  374.  4;20,22,65,71;,
  375.  4;25,21,32,36;,
  376.  4;19,18,17,16;,
  377.  4;15,19,16,14;,
  378.  4;18,19,40,41;,
  379.  4;