home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIP_CD_2003-05.iso / games / aero / AeroStyle.LZH / AeroStyle / mat / EnPlane2.x < prev    next >
Text File  |  2001-12-12  |  10KB  |  476 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 IndexedColor {
  43.  <1630B820-7842-11cf-8F52-0040333594A3>
  44.  DWORD index;
  45.  ColorRGBA indexColor;
  46. }
  47.  
  48. template Boolean {
  49.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  50.  WORD truefalse;
  51. }
  52.  
  53. template Boolean2d {
  54.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  55.  Boolean u;
  56.  Boolean v;
  57. }
  58.  
  59. template MaterialWrap {
  60.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  61.  Boolean u;
  62.  Boolean v;
  63. }
  64.  
  65. template TextureFilename {
  66.  <A42790E1-7810-11cf-8F52-0040333594A3>
  67.  STRING filename;
  68. }
  69.  
  70. template Material {
  71.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  72.  ColorRGBA faceColor;
  73.  FLOAT power;
  74.  ColorRGB specularColor;
  75.  ColorRGB emissiveColor;
  76.  [...]
  77. }
  78.  
  79. template MeshFace {
  80.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  81.  DWORD nFaceVertexIndices;
  82.  array DWORD faceVertexIndices[nFaceVertexIndices];
  83. }
  84.  
  85. template MeshFaceWraps {
  86.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  87.  DWORD nFaceWrapValues;
  88.  Boolean2d faceWrapValues;
  89. }
  90.  
  91. template MeshTextureCoords {
  92.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  93.  DWORD nTextureCoords;
  94.  array Coords2d textureCoords[nTextureCoords];
  95. }
  96.  
  97. template MeshMaterialList {
  98.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  99.  DWORD nMaterials;
  100.  DWORD nFaceIndexes;
  101.  array DWORD faceIndexes[nFaceIndexes];
  102.  [Material]
  103. }
  104.  
  105. template MeshNormals {
  106.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  107.  DWORD nNormals;
  108.  array Vector normals[nNormals];
  109.  DWORD nFaceNormals;
  110.  array MeshFace faceNormals[nFaceNormals];
  111. }
  112.  
  113. template MeshVertexColors {
  114.  <1630B821-7842-11cf-8F52-0040333594A3>
  115.  DWORD nVertexColors;
  116.  array IndexedColor vertexColors[nVertexColors];
  117. }
  118.  
  119. template Mesh {
  120.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  121.  DWORD nVertices;
  122.  array Vector vertices[nVertices];
  123.  DWORD nFaces;
  124.  array MeshFace faces[nFaces];
  125.  [...]
  126. }
  127.  
  128. Header{
  129. 1;
  130. 0;
  131. 1;
  132. }
  133.  
  134. Mesh {
  135.  83;
  136.  -0.01713;0.02435;-0.21043;,
  137.  -0.02825;0.03668;0.02203;,
  138.  0.02825;0.03668;0.02203;,
  139.  0.01712;0.02435;-0.21043;,
  140.  0.01613;-0.00876;-0.19865;,
  141.  0.02483;-0.02642;0.02203;,
  142.  -0.02483;-0.02642;0.02203;,
  143.  -0.01614;-0.00876;-0.19865;,
  144.  -0.15530;0.07895;-0.01824;,
  145.  -0.12230;-0.01750;-0.01779;,
  146.  -0.12230;-0.01750;-0.03855;,
  147.  -0.15530;0.07895;-0.03597;,
  148.  0.15530;0.07895;-0.03597;,
  149.  0.12230;-0.01750;-0.03855;,
  150.  0.12230;-0.01750;-0.01779;,
  151.  0.15530;0.07895;-0.01824;,
  152.  0.24858;0.09057;0.02195;,
  153.  0.27332;0.09057;-0.01808;,
  154.  0.23227;0.09057;-0.08169;,
  155.  0.02470;-0.01616;0.00298;,
  156.  0.02147;-0.01616;-0.07760;,
  157.  0.15928;-0.01938;-0.07760;,
  158.  0.15928;-0.01938;0.00298;,
  159.  0.04382;0.06411;0.02195;,
  160.  0.04382;0.06411;-0.07785;,
  161.  0.01179;0.02936;-0.06441;,
  162.  0.01502;0.03473;0.02195;,
  163.  -0.23227;0.09057;-0.08169;,
  164.  -0.27332;0.09057;-0.01808;,
  165.  -0.24858;0.09057;0.02195;,
  166.  -0.15928;-0.01938;0.00298;,
  167.  -0.15928;-0.01938;-0.07760;,
  168.  -0.02147;-0.01616;-0.07760;,
  169.  -0.02470;-0.01616;0.00298;,
  170.  -0.04382;0.06411;-0.07785;,
  171.  -0.04382;0.06411;0.02195;,
  172.  -0.01502;0.03473;0.02195;,
  173.  -0.01179;0.02936;-0.06441;,
  174.  -0.02854;0.03908;0.06228;,
  175.  0.02835;0.03908;0.06228;,
  176.  0.03446;0.04443;0.01839;,
  177.  -0.03464;0.04443;0.01839;,
  178.  0.03087;-0.03503;0.01839;,
  179.  -0.03105;-0.03503;0.01839;,
  180.  0.02539;-0.02968;0.06228;,
  181.  -0.02558;-0.02968;0.06228;,
  182.  -0.01945;0.03039;-0.07556;,
  183.  -0.01945;0.04724;-0.08060;,
  184.  0.01945;0.04724;-0.08060;,
  185.  0.01945;0.03039;-0.07556;,
  186.  0.00000;0.01964;-0.23659;,
  187.  0.00000;0.03833;-0.18251;,
  188.  0.00000;0.09658;-0.22073;,
  189.  0.00000;0.09644;-0.25531;,
  190.  -0.06131;0.02596;-0.15426;,
  191.  0.06131;0.02596;-0.15426;,
  192.  0.06338;0.02596;-0.21177;,
  193.  -0.06338;0.02596;-0.21177;,
  194.  0.00000;0.02254;-0.14851;,
  195.  0.00000;-0.00866;-0.19972;,
  196.  0.02494;-0.01975;-0.04783;,
  197.  0.01439;-0.01975;-0.02235;,
  198.  0.04411;-0.06959;-0.01887;,
  199.  0.03641;-0.05802;-0.04203;,
  200.  0.04841;-0.05802;-0.00838;,
  201.  0.04902;-0.09144;-0.00938;,
  202.  0.03758;-0.09144;-0.04159;,
  203.  -0.04411;-0.06959;-0.01887;,
  204.  -0.01439;-0.01975;-0.02235;,
  205.  -0.02494;-0.01975;-0.04783;,
  206.  -0.03758;-0.09144;-0.04159;,
  207.  -0.04902;-0.09144;-0.00938;,
  208.  -0.04841;-0.05802;-0.00838;,
  209.  -0.03641;-0.05802;-0.04203;,
  210.  -0.00072;0.00326;0.07716;,
  211.  -0.00026;-0.05052;0.07716;,
  212.  0.03731;-0.03477;0.07716;,
  213.  0.05306;0.00326;0.07716;,
  214.  0.03731;0.04128;0.07716;,
  215.  -0.00072;0.05703;0.07716;,
  216.  -0.03874;0.04128;0.07716;,
  217.  -0.05449;0.00326;0.07716;,
  218.  -0.03874;-0.03477;0.07716;;
  219.  
  220.  56;
  221.  4;0,1,2,3;,
  222.  4;4,5,6,7;,
  223.  4;7,6,1,0;,
  224.  4;3,2,5,4;,
  225.  4;0,3,4,7;,
  226.  4;8,9,10,11;,
  227.  4;11,10,9,8;,
  228.  4;12,13,14,15;,
  229.  4;15,14,13,12;,
  230.  3;16,17,18;,
  231.  3;18,17,16;,
  232.  4;19,20,21,22;,
  233.  4;20,19,22,21;,
  234.  4;23,16,18,24;,
  235.  4;23,24,25,26;,
  236.  4;24,18,16,23;,
  237.  4;24,23,26,25;,
  238.  3;27,28,29;,
  239.  3;29,28,27;,
  240.  4;30,31,32,33;,
  241.  4;31,30,33,32;,
  242.  4;34,27,29,35;,
  243.  4;36,37,34,35;,
  244.  4;35,29,27,34;,
  245.  4;37,36,35,34;,
  246.  4;38,39,40,41;,
  247.  4;41,40,42,43;,
  248.  4;43,42,44,45;,
  249.  4;45,44,39,38;,
  250.  4;39,44,42,40;,
  251.  4;45,38,41,43;,
  252.  4;46,47,48,49;,
  253.  4;50,51,52,53;,
  254.  4;53,52,51,50;,
  255.  4;54,55,56,57;,
  256.  4;57,56,55,54;,
  257.  4;51,50,51,58;,
  258.  4;59,50,59,58;,
  259.  4;58,51,50,59;,
  260.  4;59,50,51,58;,
  261.  3;60,61,62;,
  262.  3;61,60,62;,
  263.  4;63,64,65,66;,
  264.  4;66,65,64,63;,
  265.  3;67,68,69;,
  266.  3;67,69,68;,
  267.  4;70,71,72,73;,
  268.  4;73,72,71,70;,
  269.  3;74,75,76;,
  270.  3;74,76,77;,
  271.  3;74,77,78;,
  272.  3;74,78,79;,
  273.  3;74,79,80;,
  274.  3;74,80,81;,
  275.  3;74,81,82;,
  276.  3;74,82,75;;
  277.  
  278.  MeshMaterialList {
  279.   4;
  280.   56;
  281.   0,
  282.   0,
  283.   0,
  284.   0,
  285.   0,
  286.   0,
  287.   0,
  288.   0,
  289.   0,
  290.   0,
  291.   0,
  292.   0,
  293.   0,
  294.   0,
  295.   0,
  296.   0,
  297.   0,
  298.   0,
  299.   0,
  300.   0,
  301.   0,
  302.   0,
  303.   0,
  304.   0,
  305.   0,
  306.   2,
  307.   2,
  308.   2,
  309.   2,
  310.   2,
  311.   2,
  312.   1,
  313.   0,
  314.   0,
  315.   0,
  316.   0,
  317.   0,
  318.   0,
  319.   0,
  320.   0,
  321.   0,
  322.   0,
  323.   2,
  324.   2,
  325.   0,
  326.   0,
  327.   2,
  328.   2,
  329.   2,
  330.   2,
  331.   2,
  332.   2,
  333.   2,
  334.   2,
  335.   2,
  336.   2;;
  337.   Material {
  338.    0.290039;0.283294;0.303529;1.000000;;
  339.    5.000000;
  340.    1.000000;1.000000;1.000000;;
  341.    0.337255;0.329412;0.352941;;
  342.   }
  343.   Material {
  344.    0.235000;0.361000;1.000000;0.540000;;
  345.    1.500000;
  346.    1.000000;1.000000;1.000000;;
  347.    0.058750;0.090250;0.250000;;
  348.   }
  349.   Material {
  350.    0.278000;0.318000;0.416000;1.000000;;
  351.    16.000000;
  352.    1.000000;1.000000;1.000000;;
  353.    0.069500;0.079500;0.104000;;
  354.   }
  355.   Material {
  356.    1.000000;0.965000;0.000000;1.000000;;
  357.    1.500000;
  358.    1.000000;1.000000;1.000000;;
  359.    0.250000;0.241250;0.000000;;
  360.   }
  361.  }
  362.  MeshNormals {
  363.   53;
  364.   0.000092;0.998596;-0.052969;,
  365.   0.000127;-0.996813;-0.079771;,
  366.   0.946145;0.323743;0.000000;,
  367.   -0.946145;0.323743;0.000000;,
  368.   -0.066948;0.997744;0.005054;,
  369.   0.000000;1.000000;0.000000;,
  370.   -0.023647;-0.999720;0.000467;,
  371.   -0.724703;0.689010;-0.008447;,
  372.   -0.454956;0.890513;0.000869;,
  373.   0.066948;0.997744;0.005054;,
  374.   0.023647;-0.999720;0.000467;,
  375.   0.724703;0.689010;-0.008447;,
  376.   0.454956;0.890513;0.000869;,
  377.   0.000000;0.992653;0.120999;,
  378.   0.000000;0.000000;-1.000000;,
  379.   0.000000;-0.992653;0.120999;,
  380.   0.000000;-0.286736;-0.958010;,
  381.   0.000000;0.000000;0.000000;,
  382.   -1.000000;0.000000;0.000000;,
  383.   0.800025;0.500263;0.331205;,
  384.   0.941758;0.027890;-0.335132;,
  385.   -0.800025;0.500263;0.331205;,
  386.   -0.941758;0.027890;-0.335132;,
  387.   -0.000000;-0.000000;1.000000;,
  388.   -0.000000;-0.000000;1.000000;,
  389.   0.000000;0.000000;1.000000;,
  390.   -0.000000;0.000001;1.000000;,
  391.   0.000000;0.000001;1.000000;,
  392.   0.000000;0.000001;1.000000;,
  393.   0.000000;-0.000000;1.000000;,
  394.   -0.000000;0.000000;1.000000;,
  395.   -0.997761;-0.049976;-0.044451;,
  396.   0.997760;-0.049966;-0.044473;,
  397.   0.000012;-0.335088;-0.942187;,
  398.   -0.946145;-0.323743;0.000000;,
  399.   0.946145;-0.323743;-0.000000;,
  400.   0.066948;-0.997744;-0.005054;,
  401.   0.000000;-1.000000;-0.000000;,
  402.   0.023647;0.999720;-0.000467;,
  403.   0.454956;-0.890513;-0.000869;,
  404.   0.724703;-0.689010;0.008447;,
  405.   -0.066948;-0.997744;-0.005054;,
  406.   -0.023647;0.999720;-0.000467;,
  407.   -0.454956;-0.890513;-0.000869;,
  408.   -0.724703;-0.689010;0.008447;,
  409.   0.000000;0.000000;1.000000;,
  410.   0.990482;-0.043669;0.130529;,
  411.   -0.990482;-0.043669;0.130529;,
  412.   1.000000;0.000000;0.000000;,
  413.   -0.800025;-0.500263;-0.331205;,
  414.   -0.941758;-0.027890;0.335132;,
  415.   0.800025;-0.500263;-0.331205;,
  416.   0.941758;-0.027890;0.335132;;
  417.   56;
  418.   4;0,0,0,0;,
  419.   4;1,1,1,1;,
  420.   4;31,31,31,31;,
  421.   4;32,32,32,32;,
  422.   4;33,33,33,33;,
  423.   4;2,2,2,2;,
  424.   4;34,34,34,34;,
  425.   4;3,3,3,3;,
  426.   4;35,35,35,35;,
  427.   3;4,5,4;,
  428.   3;36,37,36;,
  429.   4;6,6,6,6;,
  430.   4;38,38,38,38;,
  431.   4;8,4,4,8;,
  432.   4;8,8,7,7;,
  433.   4;39,36,36,39;,
  434.   4;39,39,40,40;,
  435.   3;9,5,9;,
  436.   3;41,37,41;,
  437.   4;10,10,10,10;,
  438.   4;42,42,42,42;,
  439.   4;12,9,9,12;,
  440.   4;11,11,12,12;,
  441.   4;43,41,41,43;,
  442.   4;44,44,43,43;,
  443.   4;13,13,13,13;,
  444.   4;14,14,14,14;,
  445.   4;15,15,15,15;,
  446.   4;45,45,45,45;,
  447.   4;46,46,46,46;,
  448.   4;47,47,47,47;,
  449.   4;16,16,16,16;,
  450.   4;18,18,18,18;,
  451.   4;48,48,48,48;,
  452.   4;5,5,5,5;,
  453.   4;37,37,37,37;,
  454.   4;17,17,17,17;,
  455.   4;17,17,17,17;,
  456.   4;18,18,18,18;,
  457.   4;48,48,48,48;,
  458.   3;19,19,19;,
  459.   3;49,49,49;,
  460.   4;20,20,20,20;,
  461.   4;50,50,50,50;,
  462.   3;21,21,21;,
  463.   3;51,51,51;,
  464.   4;22,22,22,22;,
  465.   4;52,52,52,52;,
  466.   3;30,23,24;,
  467.   3;30,24,25;,
  468.   3;30,25,26;,
  469.   3;30,26,27;,
  470.   3;30,27,28;,
  471.   3;30,28,25;,
  472.   3;30,25,29;,
  473.   3;30,29,23;;
  474.  }
  475. }
  476.