home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIP_CD_2003-05.iso / games / aero / AeroStyle.LZH / AeroStyle / mat / EnPlane.x < prev    next >
Text File  |  2001-12-10  |  8KB  |  408 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.01190;0.01726;-0.25091;,
  137.  0.01190;0.01726;-0.25091;,
  138.  0.01224;-0.00341;-0.24205;,
  139.  -0.01224;-0.00341;-0.24205;,
  140.  -0.02687;0.03374;0.06118;,
  141.  0.02687;0.03374;0.06118;,
  142.  0.01201;0.01726;-0.25091;,
  143.  -0.01201;0.01726;-0.25091;,
  144.  -0.01236;-0.00341;-0.24205;,
  145.  0.01236;-0.00341;-0.24205;,
  146.  0.02362;-0.02630;0.06118;,
  147.  -0.02362;-0.02630;0.06118;,
  148.  -0.14674;0.04740;0.04339;,
  149.  -0.13577;-0.02496;0.00959;,
  150.  -0.13577;-0.02496;-0.03385;,
  151.  -0.14674;0.04740;0.00630;,
  152.  0.14674;0.04740;0.00630;,
  153.  0.13577;-0.02496;-0.03385;,
  154.  0.13577;-0.02496;0.00959;,
  155.  0.14674;0.04740;0.04339;,
  156.  0.23652;0.04823;-0.03385;,
  157.  -0.23652;0.04823;-0.03385;,
  158.  -0.23652;0.04823;0.06110;,
  159.  0.23652;0.04823;0.06110;,
  160.  0.23652;0.04823;0.06110;,
  161.  0.26005;0.04823;0.02803;,
  162.  0.23652;0.04823;-0.03385;,
  163.  -0.23652;0.04823;-0.03385;,
  164.  -0.26005;0.04823;0.02803;,
  165.  -0.23652;0.04823;0.06110;,
  166.  0.16994;-0.02471;0.04305;,
  167.  -0.16994;-0.02471;0.04305;,
  168.  -0.16994;-0.02471;-0.04792;,
  169.  0.16994;-0.02471;-0.04792;,
  170.  -0.02282;0.03078;0.08613;,
  171.  0.02264;0.03078;0.08613;,
  172.  0.02752;0.03506;0.06200;,
  173.  -0.02770;0.03506;0.06200;,
  174.  0.02465;-0.02844;0.06200;,
  175.  -0.02483;-0.02844;0.06200;,
  176.  0.02028;-0.02416;0.08613;,
  177.  -0.02045;-0.02416;0.08613;,
  178.  -0.00068;0.00194;0.09445;,
  179.  0.00000;-0.07862;0.09445;,
  180.  0.05628;-0.05502;0.09445;,
  181.  0.07987;0.00194;0.09445;,
  182.  0.05628;0.05890;0.09445;,
  183.  -0.00068;0.08249;0.09445;,
  184.  -0.05764;0.05890;0.09445;,
  185.  -0.08124;0.00194;0.09445;,
  186.  -0.05764;-0.05502;0.09445;,
  187.  -0.01850;0.03171;-0.02311;,
  188.  -0.01850;0.04774;-0.02791;,
  189.  0.01850;0.04774;-0.02791;,
  190.  0.01850;0.03171;-0.02311;,
  191.  0.00000;0.02029;-0.15777;,
  192.  0.00000;0.03531;-0.19012;,
  193.  0.00000;0.01753;-0.24157;,
  194.  0.00000;0.03531;-0.19012;,
  195.  0.00000;0.09073;-0.22648;,
  196.  0.00000;0.09060;-0.25939;,
  197.  -0.05833;0.00772;-0.18828;,
  198.  0.05833;0.00772;-0.18828;,
  199.  0.06030;0.00772;-0.24301;,
  200.  -0.06030;0.00772;-0.24301;,
  201.  0.03588;-0.02635;-0.00529;,
  202.  0.02584;-0.02635;0.01895;,
  203.  0.05261;-0.07443;0.02111;,
  204.  -0.05261;-0.07443;0.02111;,
  205.  -0.02584;-0.02635;0.01895;,
  206.  -0.03588;-0.02635;-0.00529;;
  207.  
  208.  42;
  209.  4;0,1,2,3;,
  210.  4;4,5,6,7;,
  211.  4;8,9,10,11;,
  212.  4;0,3,11,4;,
  213.  4;10,2,1,5;,
  214.  4;12,13,14,15;,
  215.  4;15,14,13,12;,
  216.  4;16,17,18,19;,
  217.  4;19,18,17,16;,
  218.  4;20,21,22,23;,
  219.  4;22,21,20,23;,
  220.  3;24,25,26;,
  221.  3;27,28,29;,
  222.  3;22,28,21;,
  223.  3;20,25,23;,
  224.  4;30,31,32,33;,
  225.  4;33,32,31,30;,
  226.  4;34,35,36,37;,
  227.  4;37,36,38,39;,
  228.  4;39,38,40,41;,
  229.  4;41,40,35,34;,
  230.  4;35,40,38,36;,
  231.  4;41,34,37,39;,
  232.  3;42,43,44;,
  233.  3;42,44,45;,
  234.  3;42,45,46;,
  235.  3;42,46,47;,
  236.  3;42,47,48;,
  237.  3;42,48,49;,
  238.  3;42,49,50;,
  239.  3;42,50,43;,
  240.  4;51,52,53,54;,
  241.  3;55,56,57;,
  242.  3;57,56,55;,
  243.  4;57,58,59,60;,
  244.  4;60,59,58,57;,
  245.  4;61,62,63,64;,
  246.  4;64,63,62,61;,
  247.  3;65,66,67;,
  248.  3;66,65,67;,
  249.  3;68,69,70;,
  250.  3;68,70,69;;
  251.  
  252.  MeshMaterialList {
  253.   5;
  254.   42;
  255.   0,
  256.   0,
  257.   0,
  258.   0,
  259.   0,
  260.   0,
  261.   0,
  262.   0,
  263.   0,
  264.   0,
  265.   0,
  266.   3,
  267.   3,
  268.   3,
  269.   3,
  270.   0,
  271.   0,
  272.   2,
  273.   2,
  274.   2,
  275.   2,
  276.   2,
  277.   2,
  278.   4,
  279.   4,
  280.   4,
  281.   4,
  282.   4,
  283.   4,
  284.   4,
  285.   4,
  286.   4,
  287.   0,
  288.   0,
  289.   0,
  290.   0,
  291.   0,
  292.   0,
  293.   0,
  294.   0,
  295.   0,
  296.   0;;
  297.   Material {
  298.    0.854902;0.023529;0.984314;1.000000;;
  299.    5.000000;
  300.    1.000000;1.000000;1.000000;;
  301.    0.213725;0.005882;0.246078;;
  302.   }
  303.   Material {
  304.    0.235000;0.361000;1.000000;0.540000;;
  305.    1.500000;
  306.    1.000000;1.000000;1.000000;;
  307.    0.058750;0.090250;0.250000;;
  308.   }
  309.   Material {
  310.    0.278000;0.318000;0.416000;1.000000;;
  311.    16.000000;
  312.    1.000000;1.000000;1.000000;;
  313.    0.069500;0.079500;0.104000;;
  314.   }
  315.   Material {
  316.    1.000000;0.965000;0.000000;1.000000;;
  317.    1.500000;
  318.    1.000000;1.000000;1.000000;;
  319.    0.250000;0.241250;0.000000;;
  320.   }
  321.   Material {
  322.    0.412000;0.396000;0.510000;0.500000;;
  323.    5.000000;
  324.    0.000000;0.000000;0.000000;;
  325.    0.103000;0.099000;0.127500;;
  326.   }
  327.  }
  328.  MeshNormals {
  329.   33;
  330.   0.000000;-0.394107;-0.919065;,
  331.   0.000000;0.998610;-0.052713;,
  332.   0.000000;-0.997163;-0.075275;,
  333.   0.988705;0.149875;0.000000;,
  334.   -0.988705;0.149875;0.000000;,
  335.   0.000000;1.000000;0.000000;,
  336.   0.000000;-1.000000;0.000000;,
  337.   0.000000;0.984662;0.174473;,
  338.   0.000000;0.000000;-1.000000;,
  339.   0.000000;-0.984662;0.174473;,
  340.   -0.000000;-0.000000;1.000000;,
  341.   -0.000000;-0.000000;1.000000;,
  342.   0.000000;0.000000;1.000000;,
  343.   -0.000000;0.000000;1.000000;,
  344.   -0.000000;0.000000;1.000000;,
  345.   0.000000;0.000000;1.000000;,
  346.   0.000000;0.000000;1.000000;,
  347.   0.000000;-0.000000;1.000000;,
  348.   -0.000000;0.000000;1.000000;,
  349.   0.000000;-0.286738;-0.958009;,
  350.   -1.000000;0.000000;0.000000;,
  351.   0.815799;0.469475;0.337735;,
  352.   -0.815799;0.469475;0.337735;,
  353.   -0.998580;-0.029056;-0.044651;,
  354.   0.998580;-0.029056;-0.044651;,
  355.   -0.988705;-0.149875;0.000000;,
  356.   0.988705;-0.149875;-0.000000;,
  357.   0.000000;0.000000;1.000000;,
  358.   0.981222;-0.043260;0.187967;,
  359.   -0.981222;-0.043260;0.187967;,
  360.   1.000000;0.000000;0.000000;,
  361.   -0.815799;-0.469475;-0.337735;,
  362.   0.815799;-0.469475;-0.337735;;
  363.   42;
  364.   4;0,0,0,0;,
  365.   4;1,1,1,1;,
  366.   4;2,2,2,2;,
  367.   4;23,23,23,23;,
  368.   4;24,24,24,24;,
  369.   4;3,3,3,3;,
  370.   4;25,25,25,25;,
  371.   4;4,4,4,4;,
  372.   4;26,26,26,26;,
  373.   4;5,5,5,5;,
  374.   4;6,6,6,6;,
  375.   3;5,5,5;,
  376.   3;5,5,5;,
  377.   3;6,6,6;,
  378.   3;6,6,6;,
  379.   4;6,6,6,6;,
  380.   4;5,5,5,5;,
  381.   4;7,7,7,7;,
  382.   4;8,8,8,8;,
  383.   4;9,9,9,9;,
  384.   4;27,27,27,27;,
  385.   4;28,28,28,28;,
  386.   4;29,29,29,29;,
  387.   3;18,10,11;,
  388.   3;18,11,12;,
  389.   3;18,12,13;,
  390.   3;18,13,14;,
  391.   3;18,14,15;,
  392.   3;18,15,16;,
  393.   3;18,16,17;,
  394.   3;18,17,10;,
  395.   4;19,19,19,19;,
  396.   3;20,20,20;,
  397.   3;30,30,30;,
  398.   4;20,20,20,20;,
  399.   4;30,30,30,30;,
  400.   4;5,5,5,5;,
  401.   4;6,6,6,6;,
  402.   3;21,21,21;,
  403.   3;31,31,31;,
  404.   3;22,22,22;,
  405.   3;32,32,32;;
  406.  }
  407. }
  408.