home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / or.rar / ART / TRAILER.X < prev    next >
Text File  |  1997-09-04  |  11KB  |  520 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-trailer_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 trailer_export {
  151.  87;
  152.  -0.965998;-0.990732;5.004980;,
  153.  0.966003;-0.990732;5.004980;,
  154.  0.966003;-0.990732;5.059056;,
  155.  -0.965998;-0.990732;5.059056;,
  156.  -0.965998;-0.816203;5.059056;,
  157.  0.966003;-0.816203;5.059056;,
  158.  0.966003;-0.816203;5.004980;,
  159.  -0.965998;-0.816203;5.004980;,
  160.  -0.418110;-0.545031;4.940183;,
  161.  -0.418110;-0.545031;5.003800;,
  162.  -0.547335;-0.545031;5.003800;,
  163.  -0.547335;-0.545031;4.940183;,
  164.  -0.547335;-0.922763;4.940183;,
  165.  -0.418110;-0.922763;4.940183;,
  166.  -0.418110;-0.922763;5.003800;,
  167.  -0.547335;-0.922763;5.003800;,
  168.  0.560043;-0.545031;4.940183;,
  169.  0.560043;-0.922763;4.940183;,
  170.  0.560043;-0.545031;5.003800;,
  171.  0.560043;-0.922763;5.003800;,
  172.  0.430818;-0.545031;5.003800;,
  173.  0.430818;-0.545031;4.940183;,
  174.  0.430818;-0.922763;4.940183;,
  175.  0.430818;-0.922763;5.003800;,
  176.  -0.314271;-1.076414;3.283445;,
  177.  0.314275;-1.076414;3.283445;,
  178.  0.314276;-1.076414;4.767867;,
  179.  -0.314271;-1.076414;4.767867;,
  180.  -0.402912;-0.818297;4.767867;,
  181.  0.402917;-0.818297;4.767867;,
  182.  0.402916;-0.818297;3.283445;,
  183.  -0.402913;-0.818297;3.283445;,
  184.  0.311758;-0.560425;2.676233;,
  185.  0.311759;-0.560425;4.769267;,
  186.  -0.324846;-0.560425;4.769267;,
  187.  -0.324847;-0.560425;2.676233;,
  188.  0.349954;-0.818542;2.676233;,
  189.  0.349955;-0.818542;4.769267;,
  190.  -0.363042;-0.818542;4.769267;,
  191.  -0.363043;-0.818542;2.676233;,
  192.  -0.947642;1.227677;5.003565;,
  193.  -0.947642;-0.545997;5.003565;,
  194.  0.947646;1.227677;5.003564;,
  195.  0.947646;-0.545997;5.003564;,
  196.  -0.947644;1.227677;-1.433681;,
  197.  0.947644;1.227677;-1.433681;,
  198.  0.947644;-0.545997;-1.433681;,
  199.  -0.947644;-0.545997;-1.433681;,
  200.  0.776173;-0.857855;5.066026;,
  201.  0.714971;-0.831996;5.066026;,
  202.  0.672130;-0.939516;5.066026;,
  203.  0.733332;-0.964014;5.066026;,
  204.  0.785693;-0.923184;5.066026;,
  205.  0.662610;-0.873507;5.066026;,
  206.  0.932009;-0.857855;5.066026;,
  207.  0.870807;-0.831996;5.066026;,
  208.  0.827966;-0.939516;5.066026;,
  209.  0.889168;-0.964014;5.066026;,
  210.  0.941529;-0.923184;5.066026;,
  211.  0.818446;-0.873507;5.066026;,
  212.  -0.834459;-0.857855;5.066026;,
  213.  -0.895660;-0.831996;5.066026;,
  214.  -0.938502;-0.939516;5.066026;,
  215.  -0.877300;-0.964014;5.066026;,
  216.  -0.824939;-0.923184;5.066026;,
  217.  -0.948022;-0.873507;5.066026;,
  218.  -0.671545;-0.857855;5.066026;,
  219.  -0.732747;-0.831996;5.066026;,
  220.  -0.775588;-0.939516;5.066026;,
  221.  -0.714386;-0.964014;5.066026;,
  222.  -0.662025;-0.923184;5.066026;,
  223.  -0.785108;-0.873507;5.066026;,
  224.  0.550251;-1.084121;3.386281;,
  225.  0.219095;-1.084121;3.158588;,
  226.  0.219095;-1.084121;3.613974;,
  227.  -0.537141;-1.084121;3.386281;,
  228.  -0.205984;-1.084121;3.158588;,
  229.  -0.205984;-1.084121;3.613974;,
  230.  0.550251;-1.084121;4.421659;,
  231.  0.219095;-1.084121;4.193966;,
  232.  0.219095;-1.084121;4.649351;,
  233.  -0.537141;-1.084121;4.421659;,
  234.  -0.205984;-1.084121;4.193966;,
  235.  -0.205984;-1.084121;4.649351;,
  236.  0.173716;-0.213551;-0.615898;,
  237.  0.007716;-0.545551;-0.615898;,
  238.  -0.158284;-0.213551;-0.615898;;
  239.  
  240.  46;
  241.  3;84,85,86;,
  242.  3;81,82,83;,
  243.  3;78,79,80;,
  244.  3;75,76,77;,
  245.  3;72,73,74;,
  246.  4;68,69,70,71;,
  247.  4;66,67,71,70;,
  248.  4;62,63,64,65;,
  249.  4;60,61,65,64;,
  250.  4;56,57,58,59;,
  251.  4;54,55,59,58;,
  252.  4;50,51,52,53;,
  253.  4;48,49,53,52;,
  254.  4;44,45,46,47;,
  255.  4;45,42,43,46;,
  256.  4;42,40,41,43;,
  257.  4;40,44,47,41;,
  258.  4;36,37,38,39;,
  259.  4;34,35,39,38;,
  260.  4;33,34,38,37;,
  261.  4;32,33,37,36;,
  262.  4;35,32,36,39;,
  263.  4;28,29,30,31;,
  264.  4;24,25,26,27;,
  265.  4;28,31,24,27;,
  266.  4;29,28,27,26;,
  267.  4;30,29,26,25;,
  268.  4;31,30,25,24;,
  269.  4;20,21,22,23;,
  270.  4;18,20,23,19;,
  271.  4;16,18,19,17;,
  272.  4;21,16,17,22;,
  273.  4;22,17,19,23;,
  274.  4;12,13,14,15;,
  275.  4;10,11,12,15;,
  276.  4;9,10,15,14;,
  277.  4;8,9,14,13;,
  278.  4;11,8,13,12;,
  279.  4;4,5,6,7;,
  280.  4;0,1,2,3;,
  281.  4;4,7,0,3;,
  282.  4;5,4,3,2;,
  283.  4;6,5,2,1;,
  284.  4;7,6,1,0;,
  285.  4;40,42,45,44;,
  286.  4;47,46,43,41;;
  287.  
  288.  MeshMaterialList {
  289.   7;
  290.   46;
  291.   0,
  292.   1,
  293.   1,
  294.   1,
  295.   1,
  296.   2,
  297.   2,
  298.   3,
  299.   3,
  300.   4,
  301.   4,
  302.   2,
  303.   2,
  304.   5,
  305.   5,
  306.   5,
  307.   5,
  308.   6,
  309.   6,
  310.   6,
  311.   6,
  312.   6,
  313.   6,
  314.   6,
  315.   6,
  316.   6,
  317.   6,
  318.   6,
  319.   6,
  320.   6,
  321.   6,
  322.   6,
  323.   6,
  324.   6,
  325.   6,
  326.   6,
  327.   6,
  328.   6,
  329.   6,
  330.   6,
  331.   6,
  332.   6,
  333.   6,
  334.   6,
  335.   5,
  336.   5;
  337. Material {
  338.  0.000000;1.000000;1.000000;1.000000;;
  339.  50.000000;
  340.  1.000000;1.000000;1.000000;;
  341.  0.0; 0.0; 0.0;;
  342.  }
  343. Material {
  344.  0.000000;1.000000;1.000000;1.000000;;
  345.  50.000000;
  346.  1.000000;1.000000;1.000000;;
  347.  0.0; 0.0; 0.0;;
  348.  }
  349. Material {
  350.  1.000000;0.000000;0.000000;1.000000;;
  351.  50.000000;
  352.  1.000000;1.000000;1.000000;;
  353.  0.0; 0.0; 0.0;;
  354.  }
  355. Material {
  356.  1.000000;1.000000;0.000000;1.000000;;
  357.  50.000000;
  358.  1.000000;1.000000;1.000000;;
  359.  0.0; 0.0; 0.0;;
  360.  }
  361. Material {
  362.  1.000000;1.000000;0.000000;1.000000;;
  363.  50.000000;
  364.  1.000000;1.000000;1.000000;;
  365.  0.0; 0.0; 0.0;;
  366.  }
  367. Material {
  368.  1.000000;1.000000;1.000000;1.000000;;
  369.  50.000000;
  370.  0.500000;0.500000;0.500000;;
  371.  0.0; 0.0; 0.0;;
  372.  }
  373. Material {
  374.  0.137255;0.137255;0.137255;1.000000;;
  375.  50.000000;
  376.  1.000000;1.000000;1.000000;;
  377.  0.0; 0.0; 0.0;;
  378.  }
  379. }
  380.  MeshNormals {
  381.   87;
  382.   -0.577351;-0.577351;-0.577350;,
  383.   0.577350;-0.577350;-0.577351;,
  384.   0.577351;-0.577351;0.577350;,
  385.   -0.577350;-0.577350;0.577351;,
  386.   -0.577350;0.577350;0.577351;,
  387.   0.577351;0.577351;0.577350;,
  388.   0.577350;0.577350;-0.577351;,
  389.   -0.577351;0.577351;-0.577350;,
  390.   0.707107;0.000000;-0.707107;,
  391.   0.707107;0.000000;0.707107;,
  392.   -0.707107;0.000000;0.707107;,
  393.   -0.707107;0.000000;-0.707107;,
  394.   -0.577350;-0.577350;-0.577350;,
  395.   0.577350;-0.577350;-0.577351;,
  396.   0.577350;-0.577350;0.577350;,
  397.   -0.577350;-0.577350;0.577351;,
  398.   0.707107;0.000000;-0.707107;,
  399.   0.577350;-0.577350