home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / or.rar / ART / POLICE.X < prev    next >
Text File  |  1998-03-03  |  30KB  |  1,420 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-police_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 police_export {
  151.  210;
  152.  0.935701;0.820007;0.075221;,
  153.  0.935701;0.820007;0.075221;,
  154.  0.935701;0.820007;0.075221;,
  155.  0.879559;0.820007;-0.727679;,
  156.  0.879559;0.820007;-0.727679;,
  157.  0.879559;0.820007;-0.727679;,
  158.  0.879559;0.820007;-0.727679;,
  159.  0.879559;0.820007;-0.727679;,
  160.  0.935701;0.535835;0.075687;,
  161.  -0.879559;0.820007;-0.727679;,
  162.  -0.879559;0.820007;-0.727679;,
  163.  -0.879559;0.820007;-0.727679;,
  164.  -0.879559;0.820007;-0.727679;,
  165.  -0.935701;0.820007;0.075221;,
  166.  -0.935701;0.820007;0.075221;,
  167.  -0.935701;0.820007;0.075221;,
  168.  -0.935701;0.535835;0.075687;,
  169.  0.935701;0.230196;-0.855868;,
  170.  0.935701;0.230196;-0.855868;,
  171.  0.935701;0.230196;-0.855868;,
  172.  -0.935701;0.230196;-0.855868;,
  173.  -0.935701;0.230196;-0.855868;,
  174.  -0.935701;0.230196;-0.855868;,
  175.  0.938975;0.231031;0.076492;,
  176.  0.938975;0.231031;0.076492;,
  177.  0.938975;0.231031;0.076492;,
  178.  0.938975;0.231031;0.076492;,
  179.  0.938975;0.231031;0.076492;,
  180.  -0.938975;0.229270;0.071068;,
  181.  -0.938975;0.229270;0.071068;,
  182.  -0.938975;0.229270;0.071068;,
  183.  -0.938975;0.229270;0.071068;,
  184.  0.935701;0.536069;-0.793433;,
  185.  0.935701;0.536069;-0.793433;,
  186.  -0.935701;0.536069;-0.793433;,
  187.  -0.935701;0.536069;-0.793433;,
  188.  -0.935701;0.536069;-0.793433;,
  189.  0.935701;0.536069;-0.793433;,
  190.  1.084031;0.878476;-0.783208;,
  191.  1.059849;0.839970;-0.798887;,
  192.  1.108851;0.894912;-0.682408;,
  193.  1.083872;0.818874;-0.674667;,
  194.  -1.065181;0.839968;-0.798890;,
  195.  -1.089721;0.878474;-0.783211;,
  196.  -1.089982;0.818871;-0.674670;,
  197.  -1.114896;0.894909;-0.682412;,
  198.  -0.980172;0.823927;-0.894651;,
  199.  -0.943389;0.862434;-0.878972;,
  200.  -1.000654;0.802830;-0.770431;,
  201.  -0.952902;0.878868;-0.778173;,
  202.  0.938463;0.862435;-0.878970;,
  203.  0.975264;0.823929;-0.894648;,
  204.  0.947736;0.878871;-0.778170;,
  205.  0.995045;0.802833;-0.770428;,
  206.  0.872634;0.805984;-0.798568;,
  207.  0.859216;0.805217;-0.863615;,
  208.  0.920705;0.747404;-0.815800;,
  209.  0.885547;0.757126;-0.873353;,
  210.  -0.872635;0.805981;-0.798571;,
  211.  -0.920706;0.747401;-0.815803;,
  212.  -0.859217;0.805216;-0.863617;,
  213.  -0.885547;0.757124;-0.873356;,
  214.  -0.938975;0.229270;0.071068;,
  215.  0.938975;0.231031;0.076492;,
  216.  0.863409;0.184632;-0.793946;,
  217.  0.872310;0.178546;0.554694;,
  218.  -0.848424;0.178547;-0.789141;,
  219.  -0.857710;0.172462;0.557832;,
  220.  0.534687;0.618174;-1.240436;,
  221.  0.534687;0.536069;-1.537652;,
  222.  0.534687;0.536069;-0.943219;,
  223.  0.534687;0.230196;-0.855868;,
  224.  0.534687;0.230196;-1.584515;,
  225.  -0.534686;0.536069;-1.537652;,
  226.  -0.534686;0.618174;-1.240436;,
  227.  -0.534687;0.536069;-0.943219;,
  228.  -0.534687;0.230196;-1.584515;,
  229.  -0.534687;0.230196;-0.855868;,
  230.  -0.534687;0.562359;1.195158;,
  231.  -0.534687;0.556139;0.766741;,
  232.  -0.534687;0.230196;0.607786;,
  233.  -0.534686;0.230196;1.422009;,
  234.  0.534687;0.562359;1.195158;,
  235.  0.534687;0.556139;0.766741;,
  236.  0.534687;0.230196;1.422009;,
  237.  0.534687;0.230196;0.607786;,
  238.  -0.935701;0.230196;0.607786;,
  239.  -0.935701;0.230196;-0.855868;,
  240.  0.935701;0.230196;0.607786;,
  241.  0.935701;0.230196;-0.855868;,
  242.  -0.000000;0.432488;-2.205216;,
  243.  -0.000000;0.548082;-2.148015;,
  244.  -0.668358;0.548082;-2.080559;,
  245.  -0.668358;0.660049;-2.018455;,
  246.  0.668358;0.548082;-2.080559;,
  247.  0.668358;0.663675;-2.019150;,
  248.  -0.305653;0.548082;-2.080559;,
  249.  0.305653;0.548082;-2.080559;,
  250.  -0.330106;0.663675;-2.019150;,
  251.  0.330106;0.663675;-2.019150;,
  252.  -0.802030;0.305321;-2.077027;,
  253.  -0.935701;0.230196;-1.625003;,
  254.  -0.802030;0.511571;-2.096138;,
  255.  -0.802030;0.374486;-2.119602;,
  256.  -0.802030;0.548082;-2.009571;,
  257.  -0.935701;0.536069;-1.537652;,
  258.  -0.802030;0.672881;-1.880799;,
  259.  -0.907630;0.627312;-1.240436;,
  260.  -0.935701;0.536069;-0.943219;,
  261.  -0.935701;0.535835;0.075687;,
  262.  -0.935701;0.820007;0.075221;,
  263.  -0.935701;0.820007;0.169645;,
  264.  -0.879559;0.820007;-0.727679;,
  265.  -0.717891;1.098063;-0.336007;,
  266.  -0.725780;1.110263;0.075221;,
  267.  -0.725780;1.110263;0.169645;,
  268.  -0.725780;1.110263;0.608197;,
  269.  -0.935701;0.820007;0.662182;,
  270.  -0.935701;0.556139;0.766741;,
  271.  -0.935701;0.820007;0.743134;,
  272.  -0.725780;1.098093;0.675654;,
  273.  -0.935701;0.562359;1.195158;,
  274.  -0.935701;0.230196;1.422009;,
  275.  -0.935701;0.516686;1.926450;,
  276.  -0.935701;0.820007;1.066969;,
  277.  -0.935701;0.604364;1.899044;,
  278.  -0.802030;0.820007;-0.855868;,
  279.  -0.680100;1.138050;-0.336007;,
  280.  -0.686217;1.130479;0.709808;,
  281.  -0.802030;0.841691;1.143706;,
  282.  -0.802030;0.771297;1.923829;,
  283.  -0.802030;0.690302;2.052018;,
  284.  -0.802030;0.604364;2.052018;,
  285.  -0.802030;0.516686;2.079424;,
  286.  -0.802030;0.290172;2.081545;,
  287.  -0.802030;0.376431;2.202132;,
  288.  -0.401015;0.604364;2.052018;,
  289.  -0.401015;0.690302;2.052018;,
  290.  -0.000000;0.516686;2.079424;,
  291.  0.401015;0.604364;2.052018;,
  292.  0.401015;0.690302;2.052018;,
  293.  -0.000000;0.771297;1.923829;,
  294.  -0.000000;0.861461;1.195158;,
  295.  -0.000000;0.830609;-0.955477;,
  296.  -0.000000;1.140831;-0.403732;,
  297.  -0.000000;1.140365;0.744816;,
  298.  0.802030;0.290172;2.081545;,
  299.  0.802030;0.376431;2.202132;,
  300.  0.935701;0.230196;1.422009;,
  301.  0.935701;0.516686;1.926450;,
  302.  0.802030;0.516686;2.079424;,
  303.  0.802030;0.604364;2.052018;,
  304.  0.802030;0.690302;2.052018;,
  305.  0.802030;0.305321;-2.077027;,
  306.  0.935701;0.230196;-1.625003;,
  307.  0.802030;0.511571;-2.096138;,
  308.  0.802030;0.381855;-2.119602;,
  309.  0.802030;0.548082;-2.009571;,
  310.  0.935701;0.536069;-1.537652;,
  311.  0.802030;0.672881;-1.880799;,
  312.  0.907630;0.627312;-1.240436;,
  313.  0.680100;1.138050;-0.336007;,
  314.  0.802030;0.820007;-0.855868;,
  315.  0.935701;0.536069;-0.943219;,
  316.  0.802030;0.771297;1.923829;,
  317.  0.935701;0.604364;1.899044;,
  318.  0.802030;0.841691;1.143706;,
  319.  0.686217;1.130479;0.709808;,
  320.  0.935701;0.562359;1.195158;,
  321.  0.935701;0.556139;0.766741;,
  322.  0.935701;0.535835;0.075687;,
  323.  0.935701;0.820007;1.066969;,
  324.  0.935701;0.820007;0.743134;,
  325.  0.731703;1.106566;0.675654;,
  326.  0.935701;0.820007;0.662182;,
  327.  0.731703;1.118736;0.608197;,
  328.  0.723750;1.106536;-0.336007;,
  329.  0.879559;0.820007;-0.727679;