home *** CD-ROM | disk | FTP | other *** search
/ Classic Fond 58 / ClassicFond58.iso / games / or.rar / ART / SIXTIES.X < prev    next >
Text File  |  1998-03-03  |  24KB  |  1,192 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-sixties_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 sixties_export {
  151.  166;
  152.  -0.528275;0.327365;0.848593;,
  153.  -0.523521;0.339925;1.608544;,
  154.  -0.527231;0.419185;0.873974;,
  155.  -0.524092;0.421918;1.588989;,
  156.  -0.531453;0.582040;0.951064;,
  157.  -0.525927;0.586553;1.486476;,
  158.  -0.527801;0.665276;1.129895;,
  159.  -0.528024;0.665072;1.322457;,
  160.  0.512313;0.339926;1.608545;,
  161.  0.515661;0.327364;0.848593;,
  162.  0.514681;0.419186;0.873973;,
  163.  0.511738;0.421918;1.588990;,
  164.  0.513514;0.582039;0.951064;,
  165.  0.513770;0.665275;1.129894;,
  166.  0.511811;0.586552;1.486475;,
  167.  0.511992;0.665073;1.322458;,
  168.  -0.533014;0.423439;-1.596979;,
  169.  -0.529408;0.471106;-0.877329;,
  170.  -0.534290;0.305089;-1.639495;,
  171.  -0.528153;0.240563;-0.833620;,
  172.  -0.533425;0.560158;-1.501071;,
  173.  -0.531767;0.657412;-1.371388;,
  174.  -0.528723;0.656191;-1.113531;,
  175.  -0.528733;0.570578;-0.986117;,
  176.  0.514500;0.560157;-1.501071;,
  177.  0.514035;0.657412;-1.371388;,
  178.  0.512312;0.570579;-0.986118;,
  179.  0.513707;0.656191;-1.113531;,
  180.  0.516776;0.423439;-1.596980;,
  181.  0.511831;0.471106;-0.877329;,
  182.  0.510919;0.240563;-0.833621;,
  183.  0.515980;0.305091;-1.639494;,
  184.  -0.744769;0.339925;1.608544;,
  185.  -0.791891;0.421918;1.588989;,
  186.  -0.853604;0.665072;1.322457;,
  187.  -0.833688;0.586553;1.486476;,
  188.  -0.853371;0.665276;1.129895;,
  189.  -0.832816;0.582040;0.951064;,
  190.  -0.749736;0.327365;0.848593;,
  191.  -0.786310;0.419185;0.873974;,
  192.  -0.660406;0.262130;0.554831;,
  193.  -0.803274;0.584760;0.549323;,
  194.  -0.658372;0.240563;-0.833620;,
  195.  -0.656455;0.252680;-0.545176;,
  196.  -0.789383;0.471106;-0.877329;,
  197.  -0.806059;0.572776;-0.566637;,
  198.  -0.806242;0.570578;-0.986117;,
  199.  -0.785190;0.656191;-1.113531;,
  200.  -0.781220;0.657412;-1.371388;,
  201.  -0.605958;0.309663;-1.817186;,
  202.  -0.664510;0.305089;-1.639495;,
  203.  -0.742138;0.423439;-1.596979;,
  204.  -0.672747;0.420817;-1.967830;,
  205.  0.676983;0.339926;1.608545;,
  206.  -0.615192;0.393979;1.938870;,
  207.  0.605592;0.393979;1.938870;,
  208.  0.000000;0.394969;1.999660;,
  209.  0.000000;0.602321;2.096905;,
  210.  -0.705150;0.602302;2.030482;,
  211.  -0.527332;0.602322;2.054268;,
  212.  0.467637;0.602323;2.054268;,
  213.  0.641736;0.602302;2.030481;,
  214.  -0.526856;0.739819;2.085543;,
  215.  0.000000;0.773582;2.124063;,
  216.  0.466932;0.739819;2.085543;,
  217.  0.752156;0.421918;1.588990;,
  218.  0.814623;0.586552;1.486475;,
  219.  0.824000;0.665073;1.322458;,
  220.  0.829636;0.665275;1.129894;,
  221.  0.809218;0.582039;0.951064;,
  222.  0.770136;0.419186;0.873973;,
  223.  0.719884;0.327364;0.848593;,
  224.  0.646549;0.262129;0.554833;,
  225.  0.649535;0.252686;-0.545154;,
  226.  0.644111;0.240563;-0.833621;,
  227.  0.649172;0.305091;-1.639494;,
  228.  0.595312;0.309660;-1.816207;,
  229.  0.728281;0.423439;-1.596980;,
  230.  0.657244;0.420815;-1.967830;,
  231.  0.772565;0.656191;-1.113531;,
  232.  0.767430;0.657412;-1.371388;,
  233.  0.777974;0.471106;-0.877329;,
  234.  0.791223;0.584760;0.549320;,
  235.  0.801064;0.572777;-0.566637;,
  236.  0.794847;0.570579;-0.986118;,
  237.  0.436772;0.557934;-2.051334;,
  238.  0.436775;0.666563;-2.051334;,
  239.  -0.454051;0.666563;-2.051334;,
  240.  -0.454050;0.557933;-2.051334;,
  241.  -0.775865;0.560158;-1.501071;,
  242.  -0.679904;0.557767;-1.941749;,
  243.  -0.724417;0.553770;-1.808261;,
  244.  0.775180;0.560157;-1.501071;,
  245.  0.713017;0.553768;-1.808260;,
  246.  0.666068;0.557766;-1.941749;,
  247.  -0.779158;0.730893;-1.481406;,
  248.  -0.724419;0.682369;-1.808259;,
  249.  0.765299;0.730893;-1.481405;,
  250.  0.713017;0.682369;-1.808259;,
  251.  -0.746873;0.764082;2.053779;,
  252.  -0.817191;0.825065;1.511355;,
  253.  -0.815697;0.865556;0.936012;,
  254.  0.693315;0.764082;2.053779;,
  255.  0.777370;0.825066;1.511355;,
  256.  0.801847;0.865556;0.936011;,
  257.  -0.802702;0.799785;0.549328;,
  258.  0.791229;0.799785;0.549328;,
  259.  -0.789379;0.810848;-0.928785;,
  260.  0.777974;0.810848;-0.928784;,
  261.  0.636437;0.703904;-1.983787;,
  262.  0.000000;0.666563;-2.051333;,
  263.  -0.650296;0.703903;-1.983786;,
  264.  0.593176;0.744597;-1.806719;,
  265.  0.000000;0.719732;-1.914908;,
  266.  -0.604574;0.744597;-1.806700;,
  267.  0.653456;0.764434;-1.627091;,
  268.  0.000000;0.764434;-1.627092;,
  269.  -0.667315;0.764434;-1.627091;,
  270.  0.644013;0.838585;-0.885082;,
  271.  0.000000;0.838585;-0.885082;,
  272.  -0.655415;0.838585;-0.885081;,
  273.  0.541459;0.774288;1.974458;,
  274.  -0.604785;0.774288;1.974458;,
  275.  0.000000;0.799746;2.009786;,
  276.  0.667011;0.866863;1.537169;,
  277.  -0.734405;0.866863;1.537170;,
  278.  0.000000;0.878939;1.586481;,
  279.  -0.718669;0.903668;0.874928;,
  280.  0.684596;0.903668;0.874926;,
  281.  -0.729561;0.826769;0.507983;,
  282.  0.714533;0.826769;0.507983;,
  283.  -0.588219;1.132651;0.527730;,
  284.  -0.684132;0.855831;-0.409250;,
  285.  -0.570675;1.129769;-0.144604;,
  286.  0.577944;1.132655;0.527729;,
  287.  0.558475;1.129770;-0.144603;,
  288.  0.670929;0.855830;-0.409249;,
  289.  -0.653091;0.858289;-0.466964;,
  290.  0.639237;0.858289;-0.466965;,
  291.  0.563391;0.870390;-0.533622;,
  292.  0.000000;0.871762;-0.624888;,
  293.  -0.575147;0.870389;-0.533622;,
  294.  -0.508928;0.973742;1.359585;,
  295.  0.500404;0.973741;1.359586;,
  296.  0.000000;0.944755;1.491442;,
  297.  -0.480475;1.137614;1.042282;,
  298.  0.464874;1.137614;1.042282;,
  299.  0.000000;1.167318;-0.246752;,
  300.  -0.463953;1.191780;0.887574;,
  301.  0.439318;1.191780;0.887574;,
  302.  0.531805;1.191876;0.530390;,
  303.  0.530341;1.188038;-0.187944;,
  304.  -0.546519;1.188038;-0.187989;,
  305.  -0.546946;1.191876;0.530389;,
  306.  -0.812828;0.309513;-1.245920;,
  307.  -0.586396;0.309513;-1.427920;,
  308.  -0.586396;0.309513;-1.063920;,
  309.  0.820498;0.309513;-1.245920;,
  310.  0.619155;0.309513;-1.427920;,
  311.  0.619155;0.309513;-1.063920;,
  312.  -0.812828;0.309513;1.227209;,
  313.  -0.534177;0.309513;1.045209;,
  314.  -0.534177;0.309513;1.409209;,
  315.  0.820498;0.309513;1.227209;,
  316.  0.561778;0.309513;1.045209;,
  317.  0.561778;0.309513;1.409209;;
  318.  
  319.  159;
  320.  3;163,164,165;,
  321.  3;160,161,162;,
  322.  3;157,158,159;,
  323.  3;154,155,156;,
  324.  4;150,151,152,153;,
  325.  4;148,149,150,153;,
  326.  3;147,152,151;,
  327.  4;145,146,149,148;,
  328.  3;144,146,145;,
  329.  3;143,146,144;,
  330.  3;142,144,145;,
  331.  4;140,141,152,147;,
  332.  4;139,140,147,151;,
  333.  3;138,139,151;,
  334.  3;137,152,141;,
  335.  4;135,136,138,151;,
  336.  4;134,135,151,150;,
  337.  4;132,133,152,137;,
  338.  4;131,153,152,133;,
  339.  4;130,136,135,134;,