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 { 36; -80.385139;113.958649;-80.645081;, -60.300926;79.697418;-80.560875;, -80.300934;79.697418;-60.560867;, -60.252068;85.486183;-60.512012;, -75.660324;-106.453896;-75.920227;, -54.621620;-73.336082;-77.809456;, -77.256348;-74.337090;-56.590332;, -58.582123;-82.495720;-58.842068;, -46.158791;99.697418;-66.418747;, 106.770164;0.411392;-107.220428;, 84.918800;20.662876;-84.415237;, 68.413124;-1.264030;-98.918915;, 82.783607;0.314392;-83.096634;, -66.158783;99.697418;-46.418732;, 75.470131;107.276733;75.210114;, 42.905113;95.093124;62.858749;, 63.223076;94.736984;42.037125;, 58.529137;83.124535;58.269119;, -106.960396;0.411461;106.510315;, -98.952103;-0.262978;69.862076;, -84.763153;20.306831;84.763260;, -82.836601;0.314438;82.523727;, -70.903038;0.739754;98.603394;, 56.731133;75.506081;76.704727;, 76.964760;75.506081;56.471130;, 98.863243;0.739700;-71.163071;, 83.965034;-19.840065;-85.369041;, -42.487343;-93.914131;-63.673214;, -63.512787;-93.574348;-42.167206;, -85.009499;-20.179825;83.125107;, 80.606560;-113.717918;80.346573;, 66.380196;-99.456688;46.120224;, 46.380196;-99.456688;66.120224;, 60.473473;-85.245445;60.213501;, 80.522331;-79.456688;60.262360;, 60.522346;-79.456673;80.262375;; 96; 3;1,5,0;, 3;4,0,5;, 3;3,7,1;, 3;5,1,7;, 3;2,6,3;, 3;7,3,6;, 3;0,4,2;, 3;6,2,4;, 3;8,10,0;, 3;9,0,10;, 3;3,12,8;, 3;10,8,12;, 3;1,11,3;, 3;12,3,11;, 3;0,9,1;, 3;11,1,9;, 3;13,15,0;, 3;14,0,15;, 3;3,17,13;, 3;15,13,17;, 3;8,16,3;, 3;17,3,16;, 3;0,14,8;, 3;16,8,14;, 3;2,19,0;, 3;18,0,19;, 3;3,21,2;, 3;19,2,21;, 3;13,20,3;, 3;21,3,20;, 3;0,18,13;, 3;20,13,18;, 3;20,15,21;, 3;17,21,15;, 3;18,14,20;, 3;15,20,14;, 3;22,23,18;, 3;14,18,23;, 3;21,17,22;, 3;23,22,17;, 3;16,10,17;, 3;12,17,10;, 3;14,9,16;, 3;10,16,9;, 3;24,25,14;, 3;9,14,25;, 3;17,12,24;, 3;25,24,12;, 3;11,5,12;, 3;7,12,5;, 3;9,4,11;, 3;5,11,4;, 3;26,27,9;, 3;4,9,27;, 3;12,7,26;, 3;27,26,7;, 3;6,19,7;, 3;21,7,19;, 3;4,18,6;, 3;19,6,18;, 3;28,29,4;, 3;18,4,29;, 3;7,21,28;, 3;29,28,21;, 3;30,27,31;, 3;27,30,4;, 3;31,7,33;, 3;7,31,27;, 3;33,28,32;, 3;28,33,7;, 3;32,4,30;, 3;4,32,28;, 3;30,25,34;, 3;25,30,9;, 3;34,12,33;, 3;12,34,25;, 3;33,26,31;, 3;26,33,12;, 3;31,9,30;, 3;9,31,26;, 3;30,23,35;, 3;23,30,14;, 3;35,17,33;, 3;17,35,23;, 3;33,24,34;, 3;24,33,17;, 3;34,14,30;, 3;14,34,24;, 3;30,29,32;, 3;29,30,18;, 3;32,21,33;, 3;21,32,29;, 3;33,22,35;, 3;22,33,21;, 3;35,18,30;, 3;18,35,22;; 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 { 108; -0.501522;0.706590;-0.499205;, -0.500000;0.707107;-0.500000;, -0.028251;-0.019017;-0.999420;, 0.993670;0.025190;0.109478;, -0.491478;-0.836391;0.242691;, -0.210726;-0.117738;-0.970429;, -0.009820;0.025573;0.999625;, -0.998943;-0.021553;-0.040599;, -0.967174;-0.130277;-0.218182;, 0.312918;-0.832866;-0.456527;, 0.500000;-0.707107;0.500000;, 0.501021;-0.690951;0.521120;, 0.182808;-0.855656;-0.484183;, -0.864994;-0.438583;0.243785;, -0.703877;0.095470;-0.703877;, -0.269439;0.413437;-0.869754;, 0.706880;0.112285;-0.698364;, 0.057464;0.018379;0.998178;, -0.998645;-0.020966;-0.047620;, 0.314743;0.841567;-0.438978;, -0.973463;0.080544;-0.214201;, 0.865746;0.458488;-0.200680;, 0.124484;0.011101;0.992159;, -0.205036;0.971904;0.115598;, 0.702542;-0.113441;0.702542;, 0.466616;0.838173;-0.282376;, 0.204202;0.101546;0.973648;, 0.486639;-0.699898;-0.522805;, 0.494412;0.735068;-0.463932;, 0.997601;0.013872;-0.067828;, 0.046861;-0.551840;-0.832633;, 0.064289;0.545451;-0.835673;, -0.021219;0.910826;-0.412245;, 0.422571;0.770595;0.477093;, -0.450866;-0.822360;0.347050;, -0.205867;-0.106721;-0.972743;, -0.438977;0.841567;0.314744;, -0.214202;0.080545;-0.973463;, -0.056802;0.546271;0.835680;, -0.404512;-0.797854;0.446989;, -0.936703;0.348752;-0.030985;, -0.048674;-0.553493;0.831431;, -0.468857;0.729049;0.498659;, -0.488059;-0.739070;0.464299;, 0.957842;0.164607;0.235462;, -0.289785;0.836217;0.465581;, 0.267836;0.210038;0.940291;, 0.863977;0.439128;-0.246395;, -0.067507;0.995432;-0.067507;, -0.595092;0.803584;0.010900;, -0.765758;0.056894;0.640608;, 0.457361;-0.746452;-0.483353;, 0.490338;0.739822;-0.460687;, -0.971938;0.087847;-0.218217;, 0.322678;0.839806;-0.436584;, -0.864670;-0.441118;0.240334;, 0.425988;-0.789586;-0.441687;, -0.508080;0.064090;-0.858922;, 0.080214;-0.993545;0.080215;, -0.541637;-0.656630;0.524850;, -0.045044;0.556357;0.829721;, -0.835673;0.545451;0.064289;, -0.839565;0.306506;-0.448537;, -0.517633;-0.636159;-0.572153;, 0.969025;0.118514;0.216668;, -0.294388;0.835537;0.463912;, -0.218219;0.087847;-0.971938;, -0.436584;0.839806;0.322678;, 0.071828;-0.538464;-0.839582;, 0.977685;0.072111;0.197310;, 0.210894;0.690774;-0.691632;, 0.831430;-0.553493;-0.048674;, 0.570047;0.799025;0.191323;, 0.555212;-0.610957;0.564332;, 0.096943;-0.010917;0.995230;, 0.441714;-0.843536;-0.305509;, -0.993790;-0.026793;-0.107995;, 0.442644;-0.059035;-0.894752;, 0.589457;-0.696738;0.408776;, 0.975178;0.057543;0.213812;, -0.305509;-0.843536;0.441715;, -0.355736;0.819041;0.450138;, -0.762824;-0.530627;-0.369506;, 0.439191;-0.789905;0.427973;, 0.456473;-0.772846;-0.440842;, 0.222859;-0.096313;0.970081;, 0.446359;0.799353;-0.402242;, -0.617207;0.343119;0.708043;, 0.405029;-0.708324;0.578125;, -0.420641;-0.840491;0.341520;, 0.970081;-0.096313;0.222858;, -0.136964;-0.014543;-0.990469;, 0.499672;-0.706626;0.501006;, 0.500000;-0.707107;0.500000;, -0.391369;-0.715436;-0.578775;, 0.479978;0.753242;-0.449718;, 0.291602;-0.834843;-0.466910;, -0.754770;-0.109441;0.646796;, -0.495140;-0.735995;0.461679;, -0.190666;-0.086165;-0.977866;, -0.500000;0.707107;-0.500000;, -0.487845;0.716476;-0.498668;, 0.776588;0.081658;-0.624694;, -0.301444;0.835193;0.459982;, 0.998989;0.023984;0.038026;, 0.410000;0.687768;0.599062;, -0.998504;-0.019168;-0.051206;, 0.211893;0.125832;0.969158;; 96; 3;2,15,0;, 3;12,0,15;, 3;10,21,3;, 3;16,3,21;, 3;6,17,11;, 3;22,11,17;, 3;1,13,7;, 3;18,7,13;, 3;25,32,0;, 3;29,0,32;, 3;10,38,26;, 3;33,26,38;, 3;4,34,11;, 3;39,11,34;, 3;1,30,5;, 3;35,5,30;, 3;42,49,0;, 3;46,0,49;, 3;10,55,43;, 3;50,43,55;, 3;27,51,11;, 3;56,11,51;, 3;1,47,28;, 3;52,28,47;, 3;8,62,0;, 3;59,0,62;, 3;10,68,9;, 3;63,9,68;, 3;44,64,11;, 3;69,11,64;, 3;1,60,45;, 3;65,45,60;, 3;66,49,70;, 3;57,70,49;, 3;61,48,67;, 3;50,67,48;, 3;72,74,59;, 3;46,59,74;, 3;71,58,73;, 3;75,73,58;, 3;53,32,57;, 3;40,57,32;, 3;48,31,54;, 3;33,54,31;, 3;77,79,46;, 3;29,46,79;, 3;58,41,78;, 3;80,78,41;, 3;36,15,40;, 3;23,40,15;, 3;31,14,37;, 3;16,37,14;, 3;82,84,29;, 3;12,29,84;, 3;41,24,83;, 3;85,83,24;, 3;19,62,23;, 3;70,23,62;, 3;14,61,20;, 3;63,20,61;, 3;87,89,12;, 3;59,12,89;, 3;24,71,88;, 3;90,88,71;, 3;92,84,94;, 3;84,92,12;, 3;95,21,100;, 3;21,95,86;, 3;101,87,97;, 3;87,101,23;, 3;98,13,93;, 3;13,98,88;, 3;92,79,102;, 3;79,92,29;, 3;103,38,100;, 3;38,103,81;, 3;101,82,94;, 3;82,101,40;, 3;96,30,93;, 3;30,96,83;, 3;92,74,105;, 3;74,92,46;, 3;106,55,100;, 3;55,106,76;, 3;101,77,102;, 3;77,101,57;, 3;104,47,93;, 3;47,104,78;, 3;92,89,97;, 3;89,92,59;, 3;99,68,100;, 3;68,99,91;, 3;101,72,105;, 3;72,101,70;, 3;107,60,93;, 3;60,107,73;; } MeshTextureCoords { 36; 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;; } }