home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIP_CD_2003-05.iso / games / aero / AeroStyle.LZH / AeroStyle / mat / EnPlane3.x < prev    next >
Text File  |  2001-12-26  |  9KB  |  455 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.  71;
  136.  0.00000;-0.00880;-0.31353;,
  137.  -0.03645;-0.03516;-0.01266;,
  138.  -0.04147;0.05520;0.06104;,
  139.  0.00000;0.03608;-0.32949;,
  140.  0.04147;0.05520;0.06104;,
  141.  0.03645;-0.03516;-0.01266;,
  142.  0.00000;0.00981;0.17294;,
  143.  0.00000;0.07182;0.06554;,
  144.  -0.16488;0.07395;-0.00855;,
  145.  -0.16579;-0.02065;-0.04120;,
  146.  -0.16579;-0.02065;-0.06935;,
  147.  -0.16488;0.07395;-0.03258;,
  148.  0.16488;0.07395;-0.03258;,
  149.  0.16579;-0.02065;-0.06935;,
  150.  0.16579;-0.02065;-0.04120;,
  151.  0.16488;0.07395;-0.00855;,
  152.  0.27603;0.07510;0.01283;,
  153.  0.30350;0.07510;-0.04143;,
  154.  0.25792;0.07510;-0.09643;,
  155.  0.03348;-0.01884;0.00719;,
  156.  0.03200;-0.01884;-0.06877;,
  157.  0.21592;-0.02320;-0.09870;,
  158.  0.21592;-0.02320;-0.02273;,
  159.  0.00000;0.07566;0.06617;,
  160.  0.00000;0.07566;-0.04758;,
  161.  -0.25792;0.07510;-0.09643;,
  162.  -0.30350;0.07510;-0.04143;,
  163.  -0.27603;0.07510;0.01283;,
  164.  -0.21592;-0.02320;-0.02273;,
  165.  -0.21592;-0.02320;-0.09870;,
  166.  -0.03200;-0.01884;-0.06877;,
  167.  -0.03348;-0.01884;0.00719;,
  168.  -0.02636;0.04426;-0.02263;,
  169.  -0.02636;0.06711;-0.02946;,
  170.  0.02636;0.06711;-0.02946;,
  171.  0.02636;0.04426;-0.02263;,
  172.  0.00000;0.01524;-0.36886;,
  173.  0.00000;0.05503;-0.29555;,
  174.  0.00000;0.10218;-0.34736;,
  175.  0.00000;0.10199;-0.40292;,
  176.  0.00000;0.03363;-0.24946;,
  177.  0.00000;-0.00867;-0.31454;,
  178.  0.00000;0.02385;-0.25436;,
  179.  0.09509;0.02380;-0.31654;,
  180.  0.08592;0.02380;-0.36993;,
  181.  0.00000;0.02385;-0.33233;,
  182.  -0.08592;0.02380;-0.36993;,
  183.  -0.09509;0.02380;-0.31654;,
  184.  -0.09161;-0.08982;0.00071;,
  185.  -0.05132;-0.02226;-0.00401;,
  186.  -0.06562;-0.02226;-0.03854;,
  187.  -0.08276;-0.11944;-0.03008;,
  188.  -0.09827;-0.11944;0.01357;,
  189.  -0.09743;-0.07414;0.01493;,
  190.  -0.08118;-0.07414;-0.03069;,
  191.  0.06562;-0.02226;-0.03854;,
  192.  0.05132;-0.02226;-0.00401;,
  193.  0.09161;-0.08982;0.00071;,
  194.  0.08118;-0.07414;-0.03069;,
  195.  0.09743;-0.07414;0.01493;,
  196.  0.09827;-0.11944;0.01357;,
  197.  0.08276;-0.11944;-0.03008;,
  198.  -0.00097;0.00748;0.15323;,
  199.  -0.00035;-0.06541;0.15323;,
  200.  0.05058;-0.04406;0.15323;,
  201.  0.07193;0.00748;0.15323;,
  202.  0.05058;0.05903;0.15323;,
  203.  -0.00097;0.08038;0.15323;,
  204.  -0.05252;0.05903;0.15323;,
  205.  -0.07387;0.00748;0.15323;,
  206.  -0.05252;-0.04406;0.15323;;
  207.  
  208.  53;
  209.  4;0,1,2,3;,
  210.  4;3,4,5,0;,
  211.  3;0,5,1;,
  212.  3;1,5,6;,
  213.  3;6,5,4;,
  214.  3;6,2,1;,
  215.  3;7,3,2;,
  216.  3;7,4,3;,
  217.  3;7,6,4;,
  218.  3;7,2,6;,
  219.  4;8,9,10,11;,
  220.  4;11,10,9,8;,
  221.  4;12,13,14,15;,
  222.  4;15,14,13,12;,
  223.  3;16,17,18;,
  224.  3;18,17,16;,
  225.  4;19,20,21,22;,
  226.  4;20,19,22,21;,
  227.  4;23,16,18,24;,
  228.  4;24,18,16,23;,
  229.  3;25,26,27;,
  230.  3;27,26,25;,
  231.  4;28,29,30,31;,
  232.  4;29,28,31,30;,
  233.  4;24,25,27,23;,
  234.  4;23,27,25,24;,
  235.  4;32,33,34,35;,
  236.  4;36,37,38,39;,
  237.  4;39,38,37,36;,
  238.  4;37,36,37,40;,
  239.  4;41,36,41,40;,
  240.  4;40,37,36,41;,
  241.  4;41,36,37,40;,
  242.  4;42,43,44,45;,
  243.  4;42,45,46,47;,
  244.  4;45,44,43,42;,
  245.  4;45,42,47,46;,
  246.  3;48,49,50;,
  247.  3;48,50,49;,
  248.  4;51,52,53,54;,
  249.  4;54,53,52,51;,
  250.  3;55,56,57;,
  251.  3;56,55,57;,
  252.  4;58,59,60,61;,
  253.  4;61,60,59,58;,
  254.  3;62,63,64;,
  255.  3;62,64,65;,
  256.  3;62,65,66;,
  257.  3;62,66,67;,
  258.  3;62,67,68;,
  259.  3;62,68,69;,
  260.  3;62,69,70;,
  261.  3;62,70,63;;
  262.  
  263.  MeshMaterialList {
  264.   4;
  265.   53;
  266.   0,
  267.   0,
  268.   0,
  269.   3,
  270.   3,
  271.   3,
  272.   0,
  273.   0,
  274.   3,
  275.   3,
  276.   3,
  277.   3,
  278.   3,
  279.   3,
  280.   0,
  281.   0,
  282.   0,
  283.   0,
  284.   0,
  285.   0,
  286.   0,
  287.   0,
  288.   0,
  289.   0,
  290.   0,
  291.   0,
  292.   1,
  293.   3,
  294.   3,
  295.   0,
  296.   0,
  297.   3,
  298.   3,
  299.   3,
  300.   3,
  301.   3,
  302.   3,
  303.   0,
  304.   0,
  305.   2,
  306.   2,
  307.   0,
  308.   0,
  309.   2,
  310.   2,
  311.   2,
  312.   2,
  313.   2,
  314.   2,
  315.   2,
  316.   2,
  317.   2,
  318.   2;;
  319.   Material {
  320.    0.381098;0.308588;0.136588;1.000000;;
  321.    5.000000;
  322.    1.000000;1.000000;1.000000;;
  323.    0.443137;0.358824;0.158824;;
  324.   }
  325.   Material {
  326.    0.235294;0.360784;1.000000;0.540000;;
  327.    1.500000;
  328.    1.000000;1.000000;1.000000;;
  329.    0.058824;0.090196;0.250000;;
  330.   }
  331.   Material {
  332.    0.278431;0.317647;0.415686;1.000000;;
  333.    16.000000;
  334.    1.000000;1.000000;1.000000;;
  335.    0.069608;0.079412;0.103922;;
  336.   }
  337.   Material {
  338.    0.505882;0.533333;0.670588;1.000000;;
  339.    5.000000;
  340.    1.000000;1.000000;1.000000;;
  341.    0.106235;0.112000;0.140824;;
  342.   }
  343.  }
  344.  MeshNormals {
  345.   53;
  346.   -0.989347;-0.128202;0.068973;,
  347.   0.989347;-0.128202;0.068973;,
  348.   -0.993896;0.001592;-0.110311;,
  349.   -0.000000;-0.971878;0.235485;,
  350.   0.000000;0.976757;0.214350;,
  351.   0.999954;-0.009599;-0.000000;,
  352.   -0.999954;-0.009599;0.000000;,
  353.   0.001029;1.000000;-0.000087;,
  354.   0.000000;1.000000;0.000000;,
  355.   -0.023793;-0.999717;0.000229;,
  356.   0.000000;1.000000;-0.000174;,
  357.   -0.001029;1.000000;-0.000087;,
  358.   0.023793;-0.999717;0.000229;,
  359.   0.000000;-0.286737;-0.958009;,
  360.   0.000000;0.000000;0.000000;,
  361.   -1.000000;0.000000;0.000000;,
  362.   -0.000582;1.000000;-0.000051;,
  363.   0.000582;1.000000;-0.000051;,
  364.   0.000000;1.000000;-0.000051;,
  365.   -0.800025;0.500263;0.331206;,
  366.   -0.941758;0.027889;-0.335133;,
  367.   0.800025;0.500263;0.331206;,
  368.   0.941758;0.027889;-0.335133;,
  369.   0.000000;0.000000;1.000000;,
  370.   -0.000001;0.000001;1.000000;,
  371.   -0.000000;0.000002;1.000000;,
  372.   0.000001;0.000001;1.000000;,
  373.   -0.000000;0.000000;1.000000;,
  374.   0.993896;0.001592;-0.110311;,
  375.   0.000000;-0.996184;-0.087276;,
  376.   0.000000;-0.997176;0.075094;,
  377.   0.936310;-0.251712;0.244877;,
  378.   -0.936310;-0.251712;0.244877;,
  379.   0.000000;0.995934;-0.090089;,
  380.   -0.382941;0.902302;0.198011;,
  381.   0.382941;0.902302;0.198011;,
  382.   0.000000;0.866041;0.499973;,
  383.   -0.999954;0.009599;0.000000;,
  384.   0.999954;0.009599;0.000000;,
  385.   -0.001029;-1.000000;0.000087;,
  386.   0.000000;-1.000000;-0.000000;,
  387.   0.023793;0.999717;-0.000229;,
  388.   0.000000;-1.000000;0.000174;,
  389.   0.001029;-1.000000;0.000087;,
  390.   -0.023793;0.999717;-0.000229;,
  391.   1.000000;0.000000;0.000000;,
  392.   0.000000;-1.000000;0.000051;,
  393.   -0.000582;-1.000000;0.000051;,
  394.   0.000582;-1.000000;0.000051;,
  395.   0.800025;-0.500263;-0.331206;,
  396.   0.941758;-0.027889;0.335133;,
  397.   -0.800025;-0.500263;-0.331206;,
  398.   -0.941758;-0.027889;0.335133;;
  399.   53;
  400.   4;2,0,0,2;,
  401.   4;28,1,1,28;,
  402.   3;29,30,30;,
  403.   3;30,30,3;,
  404.   3;31,1,1;,
  405.   3;32,0,0;,
  406.   3;4,33,34;,
  407.   3;4,35,33;,
  408.   3;4,36,35;,
  409.   3;4,34,36;,
  410.   4;5,5,5,5;,
  411.   4;37,37,37,37;,
  412.   4;6,6,6,6;,
  413.   4;38,38,38,38;,
  414.   3;7,8,7;,
  415.   3;39,40,39;,
  416.   4;9,9,9,9;,
  417.   4;41,41,41,41;,
  418.   4;10,7,7,10;,
  419.   4;42,39,39,42;,
  420.   3;11,8,11;,
  421.   3;43,40,43;,
  422.   4;12,12,12,12;,
  423.   4;44,44,44,44;,
  424.   4;10,11,11,10;,
  425.   4;42,43,43,42;,
  426.   4;13,13,13,13;,
  427.   4;15,15,15,15;,
  428.   4;45,45,45,45;,
  429.   4;14,14,14,14;,
  430.   4;14,14,14,14;,
  431.   4;15,15,15,15;,
  432.   4;45,45,45,45;,
  433.   4;18,17,17,18;,
  434.   4;18,18,16,16;,
  435.   4;46,47,47,46;,
  436.   4;46,46,48,48;,
  437.   3;19,19,19;,
  438.   3;49,49,49;,
  439.   4;20,20,20,20;,
  440.   4;50,50,50,50;,
  441.   3;21,21,21;,
  442.   3;51,51,51;,
  443.   4;22,22,22,22;,
  444.   4;52,52,52,52;,
  445.   3;27,23,23;,
  446.   3;27,23,23;,
  447.   3;27,23,24;,
  448.   3;27,24,25;,
  449.   3;27,25,26;,
  450.   3;27,26,23;,
  451.   3;27,23,23;,
  452.   3;27,23,23;;
  453.  }
  454. }
  455.