home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIP_CD_2003-05.iso / games / aero / AeroStyle.LZH / AeroStyle / mat / EnPlane4.x < prev    next >
Text File  |  2002-01-05  |  10KB  |  492 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.00000;0.00772;-0.31899;,
  137.  -0.03573;-0.04054;-0.00464;,
  138.  -0.04065;0.02502;-0.04923;,
  139.  0.00000;0.03936;-0.33689;,
  140.  0.04065;0.02502;-0.04923;,
  141.  0.03573;-0.04054;-0.00464;,
  142.  0.00000;0.05123;-0.02146;,
  143.  0.02669;-0.01394;0.13658;,
  144.  -0.02669;-0.01394;0.13658;,
  145.  0.02444;0.02232;0.13658;,
  146.  -0.02444;0.02232;0.13658;,
  147.  0.00000;0.04257;0.11810;,
  148.  0.03348;-0.01884;0.00787;,
  149.  0.03200;-0.01884;-0.06810;,
  150.  0.21592;-0.02320;-0.08728;,
  151.  0.21592;-0.02320;0.00708;,
  152.  0.26562;0.07513;0.00911;,
  153.  0.27020;0.09361;-0.02789;,
  154.  0.00000;0.07131;-0.00274;,
  155.  0.00000;0.05291;0.03741;,
  156.  0.25291;0.08279;-0.11484;,
  157.  0.02254;0.06057;-0.10393;,
  158.  0.16488;0.07395;-0.06670;,
  159.  0.16579;-0.02065;-0.02719;,
  160.  0.16579;-0.02065;-0.01109;,
  161.  0.16488;0.07395;-0.05471;,
  162.  -0.21592;-0.02320;0.00708;,
  163.  -0.21592;-0.02320;-0.08728;,
  164.  -0.03200;-0.01884;-0.06810;,
  165.  -0.03348;-0.01884;0.00787;,
  166.  -0.27020;0.09361;-0.02789;,
  167.  -0.26562;0.07513;0.00911;,
  168.  -0.02254;0.06057;-0.10393;,
  169.  -0.25291;0.08279;-0.11484;,
  170.  -0.16488;0.07395;-0.05471;,
  171.  -0.16579;-0.02065;-0.01109;,
  172.  -0.16579;-0.02065;-0.02719;,
  173.  -0.16488;0.07395;-0.06670;,
  174.  0.00000;0.02327;-0.36116;,
  175.  0.00000;0.10199;-0.38049;,
  176.  0.00000;0.10753;-0.31022;,
  177.  0.00000;0.04165;-0.25707;,
  178.  0.00000;0.03456;-0.23595;,
  179.  0.10044;0.04120;-0.29278;,
  180.  0.08993;0.04120;-0.34081;,
  181.  0.00000;0.03456;-0.32730;,
  182.  0.00000;0.03936;-0.33689;,
  183.  0.00000;0.00772;-0.31899;,
  184.  -0.08993;0.04120;-0.34081;,
  185.  -0.10044;0.04120;-0.29278;,
  186.  -0.05682;-0.08982;-0.00128;,
  187.  -0.02857;-0.02226;-0.02340;,
  188.  -0.04287;-0.02226;-0.04054;,
  189.  -0.04796;-0.11944;-0.03208;,
  190.  -0.06347;-0.11944;0.01158;,
  191.  -0.06264;-0.07414;0.01294;,
  192.  -0.04638;-0.07414;-0.03268;,
  193.  0.04287;-0.02226;-0.04054;,
  194.  0.02857;-0.02226;-0.02340;,
  195.  0.05682;-0.08982;-0.00128;,
  196.  0.04638;-0.07414;-0.03268;,
  197.  0.06264;-0.07414;0.01294;,
  198.  0.06347;-0.11944;0.01158;,
  199.  0.04796;-0.11944;-0.03208;,
  200.  0.00060;0.00694;0.15716;,
  201.  0.00060;-0.06159;0.15716;,
  202.  0.05995;-0.02733;0.15716;,
  203.  0.05995;0.04121;0.15716;,
  204.  0.00060;0.07547;0.15716;,
  205.  -0.05875;0.04121;0.15716;,
  206.  -0.05875;-0.02733;0.15716;,
  207.  -0.13020;0.00367;-0.02330;,
  208.  -0.13020;-0.01710;-0.13004;,
  209.  -0.14283;-0.01941;0.01609;,
  210.  -0.13020;0.00367;-0.02330;,
  211.  -0.11752;-0.01941;0.01609;,
  212.  -0.13020;-0.01710;-0.13004;,
  213.  0.14283;-0.01941;0.01609;,
  214.  0.13020;-0.01710;-0.13004;,
  215.  0.13020;0.00367;-0.02330;,
  216.  0.13020;-0.01710;-0.13004;,
  217.  0.11752;-0.01941;0.01609;,
  218.  0.13020;0.00367;-0.02330;;
  219.  
  220.  56;
  221.  4;0,1,2,3;,
  222.  4;3,4,5,0;,
  223.  3;0,5,1;,
  224.  3;6,3,2;,
  225.  3;6,4,3;,
  226.  4;7,8,1,5;,
  227.  4;9,7,5,4;,
  228.  4;8,10,2,1;,
  229.  4;11,9,4,6;,
  230.  4;10,11,6,2;,
  231.  3;9,11,10;,
  232.  4;9,10,8,7;,
  233.  4;12,13,14,15;,
  234.  4;13,12,15,14;,
  235.  4;16,17,18,19;,
  236.  4;17,20,21,18;,
  237.  4;20,17,18,21;,
  238.  4;17,16,19,18;,
  239.  4;22,23,24,25;,
  240.  4;25,24,23,22;,
  241.  4;26,27,28,29;,
  242.  4;27,26,29,28;,
  243.  4;19,18,30,31;,
  244.  4;18,32,33,30;,
  245.  4;32,18,30,33;,
  246.  4;18,19,31,30;,
  247.  4;34,35,36,37;,
  248.  4;37,36,35,34;,
  249.  4;38,39,40,41;,
  250.  4;42,43,44,45;,
  251.  4;45,44,43,42;,
  252.  3;38,46,47;,
  253.  4;41,40,39,38;,
  254.  4;45,48,49,42;,
  255.  4;42,49,48,45;,
  256.  3;47,46,38;,
  257.  3;50,51,52;,
  258.  3;50,52,51;,
  259.  4;53,54,55,56;,
  260.  4;56,55,54,53;,
  261.  3;57,58,59;,
  262.  3;58,57,59;,
  263.  4;60,61,62,63;,
  264.  4;63,62,61,60;,
  265.  3;64,65,66;,
  266.  3;64,66,67;,
  267.  3;64,67,68;,
  268.  3;64,68,69;,
  269.  3;64,69,70;,
  270.  3;64,70,65;,
  271.  3;71,72,73;,
  272.  3;74,75,76;,
  273.  3;71,73,75;,
  274.  3;77,78,79;,
  275.  3;80,81,82;,
  276.  3;81,77,79;;
  277.  
  278.  MeshMaterialList {
  279.   3;
  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.   0,
  307.   0,
  308.   0,
  309.   0,
  310.   0,
  311.   0,
  312.   0,
  313.   0,
  314.   0,
  315.   0,
  316.   0,
  317.   1,
  318.   1,
  319.   1,
  320.   1,
  321.   1,
  322.   1,
  323.   1,
  324.   1,
  325.   2,
  326.   2,
  327.   2,
  328.   2,
  329.   2,
  330.   2,
  331.   1,
  332.   1,
  333.   1,
  334.   1,
  335.   1,
  336.   1;;
  337.   Material {
  338.    0.274770;0.344000;0.000000;1.000000;;
  339.    5.000000;
  340.    1.000000;1.000000;1.000000;;
  341.    0.319500;0.400000;0.000000;;
  342.   }
  343.   Material {
  344.    0.278000;0.318000;0.416000;1.000000;;
  345.    16.000000;
  346.    1.000000;1.000000;1.000000;;
  347.    0.069500;0.079500;0.104000;;
  348.   }
  349.   Material {
  350.    0.776471;0.780392;0.792157;1.000000;;
  351.    5.000000;
  352.    1.000000;1.000000;1.000000;;
  353.    0.163059;0.163882;0.166353;;
  354.   }
  355.  }
  356.  MeshNormals {
  357.   75;
  358.   -0.964064;0.265625;-0.004808;,
  359.   0.964065;0.265624;-0.004808;,
  360.   0.998074;-0.050800;-0.035594;,
  361.   -0.998074;-0.050799;-0.035594;,
  362.   -0.982373;-0.123751;-0.140101;,
  363.   -0.557233;0.830255;0.012935;,
  364.   -0.883329;0.463346;0.070997;,
  365.   0.883329;0.463346;0.070997;,
  366.   0.000000;-0.982718;0.185110;,
  367.   0.329214;0.831765;0.446972;,
  368.   -0.032166;0.902305;0.429897;,
  369.   -0.096780;0.988715;-0.114348;,
  370.   -0.067107;0.984138;0.164221;,
  371.   -0.023807;-0.999717;0.000230;,
  372.   0.000000;0.902772;0.430120;,
  373.   0.000000;0.986362;0.164592;,
  374.   -0.999954;-0.009599;0.000000;,
  375.   0.032166;0.902305;0.429897;,
  376.   0.096780;0.988715;-0.114348;,
  377.   0.067107;0.984138;0.164221;,
  378.   0.023807;-0.999717;0.000230;,
  379.   0.999954;-0.009599;0.000000;,
  380.   1.000000;0.000000;0.000000;,
  381.   -0.068597;0.997614;0.007794;,
  382.   0.000000;0.999969;0.007813;,
  383.   1.000000;0.000000;0.000000;,
  384.   0.068597;0.997614;0.007794;,
  385.   -0.678295;0.468827;0.565789;,
  386.   -0.941759;0.027866;-0.335133;,
  387.   0.678295;0.468827;0.565789;,
  388.   0.941759;0.027866;-0.335133;,
  389.   -0.000000;-0.000001;1.000000;,
  390.   -0.000000;-0.000000;1.000000;,
  391.   0.000000;0.000001;1.000000;,
  392.   0.000000;0.000001;1.000000;,
  393.   -0.000000;0.000001;1.000000;,
  394.   0.000000;-0.000000;1.000000;,
  395.   0.000000;0.000000;1.000000;,
  396.   -0.922389;0.379153;-0.073772;,
  397.   0.921969;0.380135;-0.073963;,
  398.   0.922389;0.379153;-0.073772;,
  399.   -0.921969;0.380135;-0.073963;,
  400.   0.982373;-0.123751;-0.140101;,
  401.   0.000000;-0.988419;-0.151747;,
  402.   0.000000;-0.999857;0.016923;,
  403.   -0.526013;0.849875;-0.031976;,
  404.   0.557233;0.830255;0.012935;,
  405.   0.526013;0.849875;-0.031976;,
  406.   0.997317;0.022989;0.069501;,
  407.   -0.997317;0.022990;0.069501;,
  408.   -0.586572;0.807832;0.057803;,
  409.   0.000002;0.361533;0.932359;,
  410.   0.000002;-0.000002;1.000000;,
  411.   0.023807;0.999717;-0.000230;,
  412.   0.096780;-0.988715;0.114348;,
  413.   0.067107;-0.984138;-0.164221;,
  414.   0.000000;-0.986362;-0.164592;,
  415.   0.032166;-0.902305;-0.429897;,
  416.   0.000000;-0.902772;-0.430120;,
  417.   0.999954;0.009599;-0.000000;,
  418.   -0.023807;0.999717;-0.000230;,
  419.   -0.096780;-0.988715;0.114348;,
  420.   -0.067107;-0.984138;-0.164221;,
  421.   -0.032166;-0.902305;-0.429897;,
  422.   -0.999954;0.009599;-0.000000;,
  423.   0.000000;-0.999969;-0.007813;,
  424.   0.068597;-0.997614;-0.007794;,
  425.   -1.000000;0.000000;0.000000;,
  426.   -0.068597;-0.997614;-0.007794;,
  427.   -1.000000;0.000000;0.000000;,
  428.   0.678295;-0.468827;-0.565789;,
  429.   0.941759;-0.027866;0.335133;,
  430.   -0.678295;-0.468827;-0.565789;,
  431.   -0.941759;-0.027866;0.335133;,
  432.   0.000000;0.862894;0.505385;;
  433.   56;
  434.   4;4,3,0,4;,
  435.   4;42,1,2,42;,
  436.   3;43,44,44;,
  437.   3;5,45,45;,
  438.   3;46,47,47;,
  439.   4;8,8,44,44;,
  440.   4;7,48,2,1;,
  441.   4;49,6,0,3;,
  442.   4;9,7,1,46;,
  443.   4;6,50,5,0;,
  444.   3;51,9,51;,
  445.   4;51,51,52,52;,
  446.   4;13,13,13,13;,
  447.   4;53,53,53,53;,
  448.   4;10,12,15,14;,
  449.   4;12,11,11,15;,
  450.   4;54,55,56,54;,
  451.   4;55,57,58,56;,
  452.   4;16,16,16,16;,
  453.   4;59,59,59,59;,
  454.   4;20,20,20,20;,
  455.   4;60,60,60,60;,
  456.   4;14,15,19,17;,
  457.   4;15,18,18,19;,
  458.   4;61,56,62,61;,
  459.   4;56,58,63,62;,
  460.   4;21,21,21,21;,
  461.   4;64,64,64,64;,
  462.   4;22,22,22,22;,
  463.   4;24,23,23,24;,
  464.   4;65,66,66,65;,
  465.   3;22,25,25;,
  466.   4;67,67,67,67;,
  467.   4;24,26,26,24;,
  468.   4;65,68,68,65;,
  469.   3;69,69,67;,
  470.   3;27,27,27;,
  471.   3;70,70,70;,
  472.   4;28,28,28,28;,
  473.   4;71,71,71,71;,
  474.   3;29,29,29;,
  475.   3;72,72,72;,
  476.   4;30,30,30,30;,
  477.   4;73,73,73,73;,
  478.   3;37,31,32;,
  479.   3;37,32,33;,
  480.   3;37,33,34;,
  481.   3;37,34,35;,
  482.   3;37,35,36;,
  483.   3;37,36,31;,
  484.   3;38,38,38;,
  485.   3;39,39,39;,
  486.   3;74,74,74;,
  487.   3;40,40,40;,
  488.   3;41,41,41;,
  489.   3;74,74,74;;
  490.  }
  491. }
  492.