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 { 45; -0.000000;-50.000053;0.000006;, -0.000000;-50.000053;0.000006;, -0.000000;-50.000053;0.000006;, -0.000000;-50.000053;0.000006;, -0.000000;-50.000053;0.000006;, 8.229445;-37.500038;3.621050;, -0.900778;-37.500034;8.945642;, -8.786157;-37.500038;1.907668;, -4.529365;-37.500038;-7.766632;, 5.986856;-37.500038;-6.707702;, 6.755895;-25.000027;7.372793;, -4.924248;-25.000027;8.703561;, -9.799247;-25.000023;-1.993689;, -1.132019;-25.000025;-9.935723;, 9.099621;-25.000023;-4.146919;, 3.214364;-12.500013;9.469322;, -8.012560;-12.500015;5.983227;, -8.166398;-12.500014;-5.771482;, 2.965450;-12.500013;-9.550194;, 9.999146;-12.500013;-0.130858;, -0.871557;-0.000002;9.961958;, -9.743703;-0.000002;2.249515;, -5.150382;-0.000001;-8.571677;, 6.560592;0.000000;-7.547099;, 9.205051;-0.000001;3.907318;, -4.809858;12.500010;8.767294;, -9.824513;12.500010;-1.865206;, -1.262024;12.500010;-9.920052;, 9.044539;12.500012;-4.265720;, 6.851856;12.500011;7.283694;, -7.933526;25.000021;6.087632;, -8.241272;25.000023;-5.664054;, 2.840140;25.000023;-9.588209;, 9.996574;25.000023;-0.261783;, 3.338082;25.000021;9.426418;, -9.265472;37.500034;2.267247;, -5.019468;37.500034;-8.111376;, 6.163270;37.500034;-7.280354;, 8.828579;37.500034;3.611869;, -0.706910;37.500034;9.512610;, 0.000000;50.000050;-0.000002;, 0.000000;50.000050;-0.000002;, 0.000000;50.000050;-0.000002;, 0.000000;50.000050;-0.000002;, 0.000000;50.000050;-0.000002;; 83; 3;0,5,6;, 3;0,6,1;, 3;1,6,7;, 3;1,7,2;, 3;2,7,8;, 3;2,8,3;, 3;3,8,9;, 3;3,9,4;, 3;4,9,5;, 3;4,5,0;, 3;5,10,11;, 3;5,11,6;, 3;6,11,12;, 3;6,12,7;, 3;7,12,13;, 3;7,13,8;, 3;8,13,14;, 3;8,14,9;, 3;9,14,10;, 3;9,10,5;, 3;10,15,16;, 3;10,16,11;, 3;11,16,17;, 3;11,17,12;, 3;12,17,18;, 3;12,18,13;, 3;13,18,19;, 3;13,19,14;, 3;14,19,15;, 3;14,15,10;, 3;15,20,21;, 3;15,21,16;, 3;16,21,22;, 3;16,22,17;, 3;17,22,23;, 3;17,23,18;, 3;18,23,24;, 3;18,24,19;, 3;19,24,20;, 3;19,20,15;, 3;20,25,26;, 3;20,26,21;, 3;21,26,27;, 3;21,27,22;, 3;22,27,28;, 3;22,28,23;, 3;23,28,29;, 3;23,29,24;, 3;24,29,25;, 3;24,25,20;, 3;25,30,31;, 3;25,31,26;, 3;26,31,32;, 3;26,32,27;, 3;27,32,33;, 3;27,33,28;, 3;28,33,34;, 3;28,34,29;, 3;29,34,30;, 3;29,30,25;, 3;30,35,36;, 3;30,36,31;, 3;31,36,37;, 3;31,37,32;, 3;32,37,38;, 3;32,38,33;, 3;33,38,39;, 3;33,39,34;, 3;34,39,35;, 3;34,35,30;, 3;35,40,41;, 3;35,41,36;, 3;36,41,42;, 3;36,42,37;, 3;37,42,43;, 3;37,43,38;, 3;38,43,44;, 3;38,44,39;, 3;39,44,40;, 3;39,40,35;, 3;42,44,43;, 3;41,44,42;, 3;40,44,41;; 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 { 95; 0.972976;0.176588;-0.148778;, -0.000000;0.278244;-0.960510;, -0.000000;0.581972;-0.813208;, -0.760085;-0.464980;-0.453943;, -0.000000;0.150866;-0.988554;, -0.447724;-0.583313;-0.677709;, -0.000000;-0.527755;-0.849396;, 0.043345;-0.488434;-0.871524;, -0.000000;-0.472839;-0.881149;, 0.586722;-0.156088;-0.794603;, 0.368725;-0.212979;0.904811;, 0.800279;-0.021535;-0.599240;, 0.748849;0.205129;0.630196;, -0.746584;-0.212979;0.630280;, -0.944423;-0.135021;0.299724;, -0.830139;-0.212979;-0.515276;, -0.683202;-0.345053;-0.643562;, 0.233530;-0.212979;-0.948738;, 0.065179;-0.281417;-0.957369;, 0.974468;-0.212979;-0.071076;, -0.024188;-0.095709;0.995115;, 0.996914;0.048634;0.061621;, 0.249458;0.048634;0.967164;, -0.953886;-0.095708;0.284503;, -0.842741;0.048634;0.536118;, -0.565346;-0.095708;-0.819283;, -0.770300;0.048634;-0.635824;, 0.604483;-0.095708;-0.790848;, 0.366669;0.048635;-0.929079;, 0.938937;-0.095708;0.330512;, -0.422994;-0.082691;0.902352;, 0.884898;0.082690;0.458386;, -0.162502;0.082690;0.983237;, -0.988900;-0.082691;-0.123449;, -0.985330;0.082690;0.149288;, -0.188180;-0.082691;-0.978647;, -0.446465;0.082690;-0.890972;, 0.872598;-0.082691;-0.481388;, 0.709400;0.082690;-0.699939;, 0.727475;-0.082691;0.681133;, -0.750588;-0.082690;0.655576;, 0.625346;0.082690;0.775955;, -0.544735;0.082690;0.834522;, -0.855435;-0.082690;-0.511267;, -0.962010;0.082690;-0.260192;, 0.221901;-0.082690;-0.971557;, -0.049820;0.082690;-0.995329;, 0.992576;-0.082690;-0.089188;, 0.931219;0.082690;-0.354955;, 0.391546;-0.082690;0.916436;, -0.951052;-0.082690;0.297761;, 0.259876;0.082691;0.962095;, -0.834701;0.082691;0.544460;, -0.577079;-0.082690;-0.812491;, -0.775749;0.082691;-0.625600;, 0.594398;-0.082690;-0.799908;, 0.355262;0.082691;-0.931102;, 0.944437;-0.082690;0.318121;, 0.995313;0.082691;0.050147;, -0.010704;-0.082690;0.996518;, -0.991499;-0.067192;-0.111424;, -0.149334;0.088677;0.984802;, -0.982749;0.088677;0.162296;, -0.200419;-0.067192;-0.977403;, -0.458039;0.088678;-0.884498;, 0.867633;-0.067192;-0.492644;, 0.699666;0.088678;-0.708946;, 0.736646;-0.067192;0.672932;, 0.890456;0.088677;0.446345;, -0.412361;-0.067192;0.908539;, -0.962301;0.112842;-0.247473;, -0.520023;0.203504;0.829555;, -0.949650;0.203504;-0.238224;, -0.423196;0.154564;-0.892757;, -0.066893;0.203504;-0.976786;, 0.822294;0.334444;-0.460414;, 0.908308;0.203504;-0.365463;, -0.023762;0.198923;0.979727;, 0.628259;0.203504;0.750918;, -0.836165;0.121016;0.534961;, -1.000000;0.000000;0.000000;, -0.880281;0.298382;0.368881;, -1.000000;0.000000;0.000000;, -0.945396;0.277830;-0.170401;, -1.000000;0.000000;0.000000;, -1.000000;0.000000;0.000000;, -0.684449;0.383754;-0.619889;, -1.000000;0.000000;0.000000;, -1.000000;0.000000;0.000000;, -0.294517;0.891833;-0.343356;, -1.000000;0.000000;0.000000;, -1.000000;0.000000;0.000000;, -0.525472;0.499855;0.688494;, -1.000000;0.000000;0.000000;, -1.000000;0.000000;0.000000;; 83; 3;0,10,12;, 3;0,12,2;, 3;3,13,14;, 3;3,14,4;, 3;5,15,16;, 3;5,16,6;, 3;7,17,18;, 3;7,18,8;, 3;9,19,11;, 3;9,11,1;, 3;10,20,22;, 3;10,22,12;, 3;13,23,24;, 3;13,24,14;, 3;15,25,26;, 3;15,26,16;, 3;17,27,28;, 3;17,28,18;, 3;19,29,21;, 3;19,21,11;, 3;20,30,32;, 3;20,32,22;, 3;23,33,34;, 3;23,34,24;, 3;25,35,36;, 3;25,36,26;, 3;27,37,38;, 3;27,38,28;, 3;29,39,31;, 3;29,31,21;, 3;30,40,42;, 3;30,42,32;, 3;33,43,44;, 3;33,44,34;, 3;35,45,46;, 3;35,46,36;, 3;37,47,48;, 3;37,48,38;, 3;39,49,41;, 3;39,41,31;, 3;40,50,52;, 3;40,52,42;, 3;43,53,54;, 3;43,54,44;, 3;45,55,56;, 3;45,56,46;, 3;47,57,58;, 3;47,58,48;, 3;49,59,51;, 3;49,51,41;, 3;50,60,62;, 3;50,62,52;, 3;53,63,64;, 3;53,64,54;, 3;55,65,66;, 3;55,66,56;, 3;57,67,68;, 3;57,68,58;, 3;59,69,61;, 3;59,61,51;, 3;60,70,72;, 3;60,72,62;, 3;63,73,74;, 3;63,74,64;, 3;65,75,76;, 3;65,76,66;, 3;67,77,78;, 3;67,78,68;, 3;69,79,71;, 3;69,71,61;, 3;70,80,83;, 3;70,83,72;, 3;73,84,86;, 3;73,86,74;, 3;75,87,89;, 3;75,89,76;, 3;77,90,92;, 3;77,92,78;, 3;79,93,81;, 3;79,81,71;, 3;88,94,91;, 3;85,94,88;, 3;82,94,85;; } MeshTextureCoords { 45; 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;; } }