xof 0302txt 0064 template Header { <3D82AB43-62DA-11cf-AB39-0020AF71E433> WORD major; WORD minor; DWORD flags; } template Vector { <3D82AB5E-62DA-11cf-AB39-0020AF71E433> FLOAT x; FLOAT y; FLOAT z; } template Coords2d { FLOAT u; FLOAT v; } template Matrix4x4 { array FLOAT matrix[16]; } template ColorRGBA { <35FF44E0-6C7C-11cf-8F52-0040333594A3> FLOAT red; FLOAT green; FLOAT blue; FLOAT alpha; } template ColorRGB { FLOAT red; FLOAT green; FLOAT blue; } template IndexedColor { <1630B820-7842-11cf-8F52-0040333594A3> DWORD index; ColorRGBA indexColor; } template Boolean { <4885AE61-78E8-11cf-8F52-0040333594A3> WORD truefalse; } template Boolean2d { <4885AE63-78E8-11cf-8F52-0040333594A3> Boolean u; Boolean v; } template MaterialWrap { <4885AE60-78E8-11cf-8F52-0040333594A3> Boolean u; Boolean v; } template TextureFilename { STRING filename; } template Material { <3D82AB4D-62DA-11cf-AB39-0020AF71E433> ColorRGBA faceColor; FLOAT power; ColorRGB specularColor; ColorRGB emissiveColor; [...] } template MeshFace { <3D82AB5F-62DA-11cf-AB39-0020AF71E433> DWORD nFaceVertexIndices; array DWORD faceVertexIndices[nFaceVertexIndices]; } template MeshFaceWraps { <4885AE62-78E8-11cf-8F52-0040333594A3> DWORD nFaceWrapValues; Boolean2d faceWrapValues; } template MeshTextureCoords { DWORD nTextureCoords; array Coords2d textureCoords[nTextureCoords]; } template MeshMaterialList { DWORD nMaterials; DWORD nFaceIndexes; array DWORD faceIndexes[nFaceIndexes]; [Material] } template MeshNormals { DWORD nNormals; array Vector normals[nNormals]; DWORD nFaceNormals; array MeshFace faceNormals[nFaceNormals]; } template MeshVertexColors { <1630B821-7842-11cf-8F52-0040333594A3> DWORD nVertexColors; array IndexedColor vertexColors[nVertexColors]; } template Mesh { <3D82AB44-62DA-11cf-AB39-0020AF71E433> DWORD nVertices; array Vector vertices[nVertices]; DWORD nFaces; array MeshFace faces[nFaces]; [...] } Header { 1; 0; 1; } Mesh { 48; 19.674433;-0.149777;34.965508;, 19.700653;-0.071355;35.008991;, 19.708216;0.003444;35.021534;, 19.701181;0.079848;35.009869;, 19.680870;0.152988;34.976185;, 19.693562;0.003165;34.997234;, 21.170586;-0.680109;32.913685;, 21.375700;-0.324006;33.019001;, 21.434864;0.015641;33.049377;, 21.379837;0.362580;33.021126;, 21.220943;0.694692;32.939541;, 21.320234;0.014376;32.990520;, 21.902817;-1.311345;29.727232;, 22.340277;-0.624729;29.806444;, 22.466461;0.030159;29.829292;, 22.349102;0.699108;29.808043;, 22.010218;1.339467;29.746679;, 22.221981;0.027721;29.785023;, 22.145580;-1.700683;25.915485;, 22.721724;-0.810210;25.937609;, 22.887909;0.039113;25.943991;, 22.733345;0.906673;25.938055;, 22.287029;1.737154;25.920918;, 22.565926;0.035951;25.931627;, 22.160414;-1.455536;21.995192;, 22.653471;-0.693421;21.975296;, 22.795691;0.033476;21.969557;, 22.663416;0.775980;21.974895;, 22.281466;1.486751;21.990307;, 22.520142;0.030770;21.980677;, 22.005440;-1.064544;18.504560;, 22.364887;-0.507151;18.472162;, 22.468567;0.024484;18.462816;, 22.372137;0.567534;18.471508;, 22.093689;1.087375;18.496607;, 22.267687;0.022505;18.480923;, 21.882090;-0.403178;15.992550;, 22.017748;-0.192074;15.975815;, 22.056879;0.009273;15.970988;, 22.020485;0.214944;15.975477;, 21.915396;0.411825;15.988441;, 21.981064;0.008524;15.980340;, 21.809507;-0.149776;15.030276;, 21.859816;-0.071353;15.023401;, 21.874329;0.003446;15.021418;, 21.860830;0.079850;15.023262;, 21.821857;0.152989;15.028588;, 21.846212;0.003167;15.025260;; 92; 3;5,3,4;, 3;1,5,0;, 3;5,2,3;, 3;2,5,1;, 3;0,7,1;, 3;0,6,7;, 3;1,8,2;, 3;1,7,8;, 3;2,9,3;, 3;2,8,9;, 3;3,10,4;, 3;3,9,10;, 3;4,11,5;, 3;4,10,11;, 3;5,6,0;, 3;5,11,6;, 3;6,13,7;, 3;6,12,13;, 3;7,14,8;, 3;7,13,14;, 3;8,15,9;, 3;8,14,15;, 3;9,16,10;, 3;9,15,16;, 3;10,17,11;, 3;10,16,17;, 3;11,12,6;, 3;11,17,12;, 3;12,19,13;, 3;12,18,19;, 3;13,20,14;, 3;13,19,20;, 3;14,21,15;, 3;14,20,21;, 3;15,22,16;, 3;15,21,22;, 3;16,23,17;, 3;16,22,23;, 3;17,18,12;, 3;17,23,18;, 3;18,25,19;, 3;18,24,25;, 3;19,26,20;, 3;19,25,26;, 3;20,27,21;, 3;20,26,27;, 3;21,28,22;, 3;21,27,28;, 3;22,29,23;, 3;22,28,29;, 3;23,24,18;, 3;23,29,24;, 3;24,31,25;, 3;24,30,31;, 3;25,32,26;, 3;25,31,32;, 3;26,33,27;, 3;26,32,33;, 3;27,34,28;, 3;27,33,34;, 3;28,35,29;, 3;28,34,35;, 3;29,30,24;, 3;29,35,30;, 3;30,37,31;, 3;30,36,37;, 3;31,38,32;, 3;31,37,38;, 3;32,39,33;, 3;32,38,39;, 3;33,40,34;, 3;33,39,40;, 3;34,41,35;, 3;34,40,41;, 3;35,36,30;, 3;35,41,36;, 3;36,43,37;, 3;36,42,43;, 3;37,44,38;, 3;37,43,44;, 3;38,45,39;, 3;38,44,45;, 3;39,46,40;, 3;39,45,46;, 3;40,47,41;, 3;40,46,47;, 3;41,42,36;, 3;41,47,42;, 3;45,47,46;, 3;47,43,42;, 3;44,47,45;, 3;47,44,43;; MeshMaterialList { 1; 1; 0;; Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; } } MeshNormals { 73; -0.989040;0.135747;-0.058069;, 0.615114;-0.528662;0.584936;, -0.856345;-0.000020;0.516404;, 0.709189;-0.304597;0.635823;, -0.856334;0.000007;0.516422;, 0.751288;0.052244;0.657904;, -0.856346;0.000011;0.516402;, 0.684772;0.366078;0.630138;, -0.949247;-0.123505;-0.289268;, 0.645011;0.460115;0.610127;, -0.917288;0.087654;-0.388458;, 0.742638;-0.542611;0.392507;, -0.832292;0.231828;-0.503533;, 0.765150;-0.408708;0.497496;, 0.848622;-0.044771;0.527102;, 0.811975;0.327977;0.482833;, 0.717267;0.470073;0.514353;, -0.905173;-0.162389;-0.392801;, -0.887324;0.039247;-0.459474;, 0.822529;-0.543025;0.169024;, -0.950622;0.234097;-0.203757;, 0.884628;-0.409727;0.222615;, 0.978200;-0.008226;0.207503;, 0.921298;0.328199;0.208557;, 0.848332;0.472744;0.238424;, -0.970533;-0.161896;-0.178480;, -0.980027;-0.002515;-0.198851;, 0.839074;-0.543790;0.015757;, -0.971255;0.235095;-0.037342;, 0.910339;-0.410209;0.054878;, 0.999065;-0.008463;0.042394;, 0.943526;0.328667;0.041670;, 0.879509;0.474144;0.040631;, -0.986068;-0.161897;-0.038187;, -0.998544;0.037624;-0.038647;, 0.837109;-0.543252;-0.064232;, -0.971084;0.235326;0.040229;, 0.910493;-0.409795;-0.055404;, 0.998278;-0.008383;-0.058065;, 0.942419;0.328513;-0.062650;, 0.878604;0.472932;-0.066260;, -0.985932;-0.161897;0.041562;, -0.998425;0.037545;0.041694;, 0.825886;-0.542247;-0.154532;, -0.967782;0.235382;0.089411;, 0.917689;-0.373684;-0.134935;, 0.991740;-0.008402;-0.127991;, 0.921912;0.358005;-0.148026;, 0.869549;0.472167;-0.144718;, -0.982477;-0.161895;0.092356;, -0.994985;0.037525;0.092722;, 0.818343;-0.541212;-0.193401;, -0.964213;0.235393;0.121998;, 0.893703;-0.408428;-0.185695;, 0.984380;-0.008377;-0.175859;, 0.925718;0.327511;-0.189162;, 0.859993;0.471352;-0.195549;, -0.978721;-0.161894;0.126081;, -0.991249;0.037521;0.126558;, 0.815761;-0.541201;-0.204049;, -0.962537;0.235388;0.134589;, -0.135395;-0.000003;-0.990792;, 0.906522;-0.373054;-0.197608;, -0.135395;-0.000003;-0.990792;, 0.981993;-0.008384;-0.188732;, -0.135401;-0.000003;-0.990791;, 0.923162;0.327522;-0.201250;, -0.135410;-0.000002;-0.990790;, 0.856598;0.471088;-0.210511;, -0.976987;-0.161903;0.138867;, -0.135410;-0.000002;-0.990790;, -0.989511;0.037521;0.139502;, -0.135410;-0.000002;-0.990790;; 92; 3;10,6,8;, 3;2,10,0;, 3;10,4,6;, 3;4,10,2;, 3;1,13,3;, 3;1,11,13;, 3;3,14,5;, 3;3,13,14;, 3;5,15,7;, 3;5,14,15;, 3;7,16,9;, 3;7,15,16;, 3;8,18,10;, 3;8,17,18;, 3;10,12,0;, 3;10,18,12;, 3;11,21,13;, 3;11,19,21;, 3;13,22,14;, 3;13,21,22;, 3;14,23,15;, 3;14,22,23;, 3;15,24,16;, 3;15,23,24;, 3;17,26,18;, 3;17,25,26;, 3;18,20,12;, 3;18,26,20;, 3;19,29,21;, 3;19,27,29;, 3;21,30,22;, 3;21,29,30;, 3;22,31,23;, 3;22,30,31;, 3;23,32,24;, 3;23,31,32;, 3;25,34,26;, 3;25,33,34;, 3;26,28,20;, 3;26,34,28;, 3;27,37,29;, 3;27,35,37;, 3;29,38,30;, 3;29,37,38;, 3;30,39,31;, 3;30,38,39;, 3;31,40,32;, 3;31,39,40;, 3;33,42,34;, 3;33,41,42;, 3;34,36,28;, 3;34,42,36;, 3;35,45,37;, 3;35,43,45;, 3;37,46,38;, 3;37,45,46;, 3;38,47,39;, 3;38,46,47;, 3;39,48,40;, 3;39,47,48;, 3;41,50,42;, 3;41,49,50;, 3;42,44,36;, 3;42,50,44;, 3;43,53,45;, 3;43,51,53;, 3;45,54,46;, 3;45,53,54;, 3;46,55,47;, 3;46,54,55;, 3;47,56,48;, 3;47,55,56;, 3;49,58,50;, 3;49,57,58;, 3;50,52,44;, 3;50,58,52;, 3;51,62,53;, 3;51,59,62;, 3;53,64,54;, 3;53,62,64;, 3;54,66,55;, 3;54,64,66;, 3;55,68,56;, 3;55,66,68;, 3;57,71,58;, 3;57,69,71;, 3;58,60,52;, 3;58,71,60;, 3;67,72,70;, 3;72,63,61;, 3;65,72,67;, 3;72,65,63;; } MeshTextureCoords { 48; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } }