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 { 92; 0.00000;0.20000;0.00000;, 0.03633;0.19021;-0.05000;, 0.00000;0.19021;-0.06180;, 0.05878;0.19021;-0.01910;, 0.05878;0.19021;0.01910;, 0.03633;0.19021;0.05000;, 0.00000;0.19021;0.06180;, -0.03633;0.19021;0.05000;, -0.05878;0.19021;0.01910;, -0.05878;0.19021;-0.01910;, -0.03633;0.19021;-0.05000;, 0.00000;-0.19021;-0.06180;, 0.03633;-0.19021;-0.05000;, 0.00000;-0.20000;-0.00000;, 0.05878;-0.19021;-0.01910;, 0.05878;-0.19021;0.01910;, 0.03633;-0.19021;0.05000;, -0.00000;-0.19021;0.06180;, -0.03633;-0.19021;0.05000;, -0.05878;-0.19021;0.01910;, -0.05878;-0.19021;-0.01910;, -0.03633;-0.19021;-0.05000;, 0.06910;0.16180;-0.09511;, 0.00000;0.16180;-0.11756;, 0.11180;0.16180;-0.03633;, 0.11180;0.16180;0.03633;, 0.06910;0.16180;0.09511;, 0.00000;0.16180;0.11756;, -0.06910;0.16180;0.09511;, -0.11180;0.16180;0.03633;, -0.11180;0.16180;-0.03633;, -0.06910;0.16180;-0.09511;, 0.09511;0.11756;-0.13090;, 0.00000;0.11756;-0.16180;, 0.15388;0.11756;-0.05000;, 0.15388;0.11756;0.05000;, 0.09511;0.11756;0.13090;, 0.00000;0.11756;0.16180;, -0.09511;0.11756;0.13090;, -0.15388;0.11756;0.05000;, -0.15388;0.11756;-0.05000;, -0.09511;0.11756;-0.13090;, 0.11180;0.06180;-0.15388;, 0.00000;0.06180;-0.19021;, 0.18090;0.06180;-0.05878;, 0.18090;0.06180;0.05878;, 0.11180;0.06180;0.15388;, 0.00000;0.06180;0.19021;, -0.11180;0.06180;0.15388;, -0.18090;0.06180;0.05878;, -0.18090;0.06180;-0.05878;, -0.11180;0.06180;-0.15388;, 0.11756;0.00000;-0.16180;, 0.00000;0.00000;-0.20000;, 0.19021;0.00000;-0.06180;, 0.19021;-0.00000;0.06180;, 0.11756;-0.00000;0.16180;, -0.00000;0.00000;0.20000;, -0.11756;0.00000;0.16180;, -0.19021;0.00000;0.06180;, -0.19021;0.00000;-0.06180;, -0.11756;0.00000;-0.16180;, 0.11180;-0.06180;-0.15388;, 0.00000;-0.06180;-0.19021;, 0.18090;-0.06180;-0.05878;, 0.18090;-0.06180;0.05878;, 0.11180;-0.06180;0.15388;, -0.00000;-0.06180;0.19021;, -0.11180;-0.06180;0.15388;, -0.18090;-0.06180;0.05878;, -0.18090;-0.06180;-0.05878;, -0.11180;-0.06180;-0.15388;, 0.09511;-0.11756;-0.13090;, 0.00000;-0.11756;-0.16180;, 0.15388;-0.11756;-0.05000;, 0.15388;-0.11756;0.05000;, 0.09511;-0.11756;0.13090;, -0.00000;-0.11756;0.16180;, -0.09511;-0.11756;0.13090;, -0.15388;-0.11756;0.05000;, -0.15388;-0.11756;-0.05000;, -0.09511;-0.11756;-0.13090;, 0.06910;-0.16180;-0.09511;, 0.00000;-0.16180;-0.11756;, 0.11180;-0.16180;-0.03633;, 0.11180;-0.16180;0.03633;, 0.06910;-0.16180;0.09511;, -0.00000;-0.16180;0.11756;, -0.06910;-0.16180;0.09511;, -0.11180;-0.16180;0.03633;, -0.11180;-0.16180;-0.03633;, -0.06910;-0.16180;-0.09511;; 180; 3;0,1,2;, 3;0,3,1;, 3;0,4,3;, 3;0,5,4;, 3;0,6,5;, 3;0,7,6;, 3;0,8,7;, 3;0,9,8;, 3;0,10,9;, 3;0,2,10;, 3;11,12,13;, 3;12,14,13;, 3;14,15,13;, 3;15,16,13;, 3;16,17,13;, 3;17,18,13;, 3;18,19,13;, 3;19,20,13;, 3;20,21,13;, 3;21,11,13;, 3;1,22,23;, 3;1,23,2;, 3;3,24,22;, 3;3,22,1;, 3;4,25,24;, 3;4,24,3;, 3;5,26,25;, 3;5,25,4;, 3;6,27,26;, 3;6,26,5;, 3;7,28,27;, 3;7,27,6;, 3;8,29,28;, 3;8,28,7;, 3;9,30,29;, 3;9,29,8;, 3;10,31,30;, 3;10,30,9;, 3;10,2,23;, 3;10,23,31;, 3;22,32,33;, 3;22,33,23;, 3;24,34,32;, 3;24,32,22;, 3;25,35,34;, 3;25,34,24;, 3;26,36,35;, 3;26,35,25;, 3;27,37,36;, 3;27,36,26;, 3;28,38,37;, 3;28,37,27;, 3;29,39,38;, 3;29,38,28;, 3;30,40,39;, 3;30,39,29;, 3;31,41,40;, 3;31,40,30;, 3;23,33,41;, 3;23,41,31;, 3;32,42,43;, 3;32,43,33;, 3;34,44,42;, 3;34,42,32;, 3;35,45,44;, 3;35,44,34;, 3;36,46,45;, 3;36,45,35;, 3;37,47,46;, 3;37,46,36;, 3;38,48,47;, 3;38,47,37;, 3;39,49,48;, 3;39,48,38;, 3;40,50,49;, 3;40,49,39;, 3;41,51,50;, 3;41,50,40;, 3;33,43,51;, 3;33,51,41;, 3;42,52,53;, 3;42,53,43;, 3;44,54,52;, 3;44,52,42;, 3;45,55,54;, 3;45,54,44;, 3;46,56,55;, 3;46,55,45;, 3;47,57,56;, 3;47,56,46;, 3;48,58,57;, 3;48,57,47;, 3;49,59,58;, 3;49,58,48;, 3;50,60,59;, 3;50,59,49;, 3;50,51,61;, 3;50,61,60;, 3;43,53,61;, 3;43,61,51;, 3;52,62,63;, 3;52,63,53;, 3;54,64,62;, 3;54,62,52;, 3;55,65,64;, 3;55,64,54;, 3;56,66,65;, 3;56,65,55;, 3;57,67,66;, 3;57,66,56;, 3;58,68,67;, 3;58,67,57;, 3;59,69,68;, 3;59,68,58;, 3;60,70,69;, 3;60,69,59;, 3;61,71,70;, 3;61,70,60;, 3;53,63,71;, 3;53,71,61;, 3;62,72,73;, 3;62,73,63;, 3;64,74,72;, 3;64,72,62;, 3;65,75,74;, 3;65,74,64;, 3;66,76,75;, 3;66,75,65;, 3;67,77,76;, 3;67,76,66;, 3;68,78,77;, 3;68,77,67;, 3;69,79,78;, 3;69,78,68;, 3;70,80,79;, 3;70,79,69;, 3;71,81,80;, 3;71,80,70;, 3;63,73,81;, 3;63,81,71;, 3;72,82,83;, 3;72,83,73;, 3;74,84,82;, 3;74,82,72;, 3;75,85,84;, 3;75,84,74;, 3;75,76,86;, 3;75,86,85;, 3;77,87,86;, 3;77,86,76;, 3;78,88,87;, 3;78,87,77;, 3;79,89,88;, 3;79,88,78;, 3;80,90,89;, 3;80,89,79;, 3;81,91,90;, 3;81,90,80;, 3;73,83,91;, 3;73,91,81;, 3;82,12,11;, 3;82,11,83;, 3;84,14,12;, 3;84,12,82;, 3;85,15,14;, 3;85,14,84;, 3;86,16,15;, 3;86,15,85;, 3;87,17,16;, 3;87,16,86;, 3;88,18,17;, 3;88,17,87;, 3;89,19,18;, 3;89,18,88;, 3;90,20,19;, 3;90,19,89;, 3;91,21,20;, 3;91,20,90;, 3;83,11,21;, 3;83,21,91;; MeshMaterialList { 1; 180; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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 { 92; 0.000000;1.000000;0.000000;, 0.000000;0.951287;-0.308306;, 0.174705;0.940623;-0.291043;, 0.312413;0.940622;-0.132769;, 0.330788;0.940622;0.076221;, 0.222810;0.940623;0.256095;, 0.029729;0.940623;0.338148;, -0.174705;0.940623;0.291043;, -0.312413;0.940622;0.132769;, -0.330788;0.940622;-0.076221;, -0.210490;0.933680;-0.289717;, -0.032919;0.822320;-0.568073;, 0.334054;0.809641;-0.482586;, 0.553915;0.809640;-0.194065;, 0.562196;0.809640;0.168578;, 0.355736;0.809643;0.466830;, 0.013400;0.809641;0.586773;, -0.334054;0.809641;0.482586;, -0.553915;0.809640;0.194065;, -0.562196;0.809640;-0.168578;, -0.396815;0.789858;-0.467613;, -0.009447;0.588687;-0.808306;, 0.467467;0.588689;-0.659485;, 0.765823;0.588691;-0.258763;, 0.771659;0.588694;0.240792;, 0.482750;0.588689;0.648381;, 0.009447;0.588687;0.808306;, -0.467467;0.588689;0.659485;, -0.765823;0.588691;0.258763;, -0.771659;0.588694;-0.240792;, -0.482750;0.588689;-0.648381;, -0.004851;0.309673;-0.950831;, 0.554960;0.309671;-0.772090;, 0.902794;0.309673;-0.298437;, 0.905793;0.309668;0.289213;, 0.562806;0.309667;0.766392;, 0.004851;0.309673;0.950831;, -0.554960;0.309671;0.772090;, -0.902794;0.309673;0.298437;, -0.896945;0.287817;-0.335636;, -0.504411;0.339009;-0.794130;, -0.000000;-0.000000;-1.000000;, 0.587786;-0.000003;-0.809017;, 0.951056;-0.000002;-0.309018;, 0.951056;0.000002;0.309018;, 0.587786;0.000003;0.809017;, 0.000000;0.000000;1.000000;, -0.587786;-0.000003;0.809017;, -0.951056;-0.000002;0.309018;, -0.968610;-0.031593;-0.246570;, -0.624505;0.022597;-0.780694;, 0.004851;-0.309673;-0.950831;, 0.562806;-0.309667;-0.766392;, 0.905793;-0.309668;-0.289213;, 0.902794;-0.309673;0.298437;, 0.554961;-0.309671;0.772090;, -0.004851;-0.309673;0.950831;, -0.562806;-0.309667;0.766392;, -0.905793;-0.309668;0.289213;, -0.902794;-0.309673;-0.298437;, -0.554961;-0.309671;-0.772090;, 0.009447;-0.588687;-0.808306;, 0.482750;-0.588689;-0.648381;, 0.771659;-0.588694;-0.240792;, 0.742460;-0.606310;0.284853;, 0.437992;-0.561835;0.701786;, -0.009447;-0.588687;0.808306;, -0.482750;-0.588689;0.648381;, -0.771659;-0.588694;0.240792;, -0.765823;-0.588691;-0.258763;, -0.467467;-0.588689;-0.659485;, 0.013400;-0.809641;-0.586773;, 0.355736;-0.809643;-0.466830;, 0.562194;-0.809642;-0.168576;, 0.542518;-0.827486;0.144710;, 0.372934;-0.796035;0.476706;, -0.013400;-0.809641;0.586773;, -0.355736;-0.809643;0.466830;, -0.562194;-0.809642;0.168576;, -0.553912;-0.809642;-0.194065;, -0.334054;-0.809642;-0.482585;, 0.029729;-0.940623;-0.338148;, 0.222810;-0.940623;-0.256092;, 0.330786;-0.940623;-0.076218;, 0.312413;-0.940623;0.132766;, 0.174707;-0.940623;0.291041;, -0.029729;-0.940623;0.338148;, -0.222810;-0.940623;0.256092;, -0.330786;-0.940623;0.076218;, -0.312413;-0.940623;-0.132766;, -0.174707;-0.940623;-0.291041;, -0.000000;-1.000000;-0.000000;; 180; 3;0,2,1;, 3;0,3,2;, 3;0,4,3;, 3;0,5,4;, 3;0,6,5;, 3;0,7,6;, 3;0,8,7;, 3;0,9,8;, 3;0,10,9;, 3;0,1,10;, 3;81,82,91;, 3;82,83,91;, 3;83,84,91;, 3;84,85,91;, 3;85,86,91;, 3;86,87,91;, 3;87,88,91;, 3;88,89,91;, 3;89,90,91;, 3;90,81,91;, 3;2,12,11;, 3;2,11,1;, 3;3,13,12;, 3;3,12,2;, 3;4,14,13;, 3;4,13,3;, 3;5,15,14;, 3;5,14,4;, 3;6,16,15;, 3;6,15,5;, 3;7,17,16;, 3;7,16,6;, 3;8,18,17;, 3;8,17,7;, 3;9,19,18;, 3;9,18,8;, 3;10,20,19;, 3;10,19,9;, 3;10,1,11;, 3;10,11,20;, 3;12,22,21;, 3;12,21,11;, 3;13,23,22;, 3;13,22,12;, 3;14,24,23;, 3;14,23,13;, 3;15,25,24;, 3;15,24,14;, 3;16,26,25;, 3;16,25,15;, 3;17,27,26;, 3;17,26,16;, 3;18,28,27;, 3;18,27,17;, 3;19,29,28;, 3;19,28,18;, 3;20,30,29;, 3;20,29,19;, 3;11,21,30;, 3;11,30,20;, 3;22,32,31;, 3;22,31,21;, 3;23,33,32;, 3;23,32,22;, 3;24,34,33;, 3;24,33,23;, 3;25,35,34;, 3;25,34,24;, 3;26,36,35;, 3;26,35,25;, 3;27,37,36;, 3;27,36,26;, 3;28,38,37;, 3;28,37,27;, 3;29,39,38;, 3;29,38,28;, 3;30,40,39;, 3;30,39,29;, 3;21,31,40;, 3;21,40,30;, 3;32,42,41;, 3;32,41,31;, 3;33,43,42;, 3;33,42,32;, 3;34,44,43;, 3;34,43,33;, 3;35,45,44;, 3;35,44,34;, 3;36,46,45;, 3;36,45,35;, 3;37,47,46;, 3;37,46,36;, 3;38,48,47;, 3;38,47,37;, 3;39,49,48;, 3;39,48,38;, 3;39,40,50;, 3;39,50,49;, 3;31,41,50;, 3;31,50,40;, 3;42,52,51;, 3;42,51,41;, 3;43,53,52;, 3;43,52,42;, 3;44,54,53;, 3;44,53,43;, 3;45,55,54;, 3;45,54,44;, 3;46,56,55;, 3;46,55,45;, 3;47,57,56;, 3;47,56,46;, 3;48,58,57;, 3;48,57,47;, 3;49,59,58;, 3;49,58,48;, 3;50,60,59;, 3;50,59,49;, 3;41,51,60;, 3;41,60,50;, 3;52,62,61;, 3;52,61,51;, 3;53,63,62;, 3;53,62,52;, 3;54,64,63;, 3;54,63,53;, 3;55,65,64;, 3;55,64,54;, 3;56,66,65;, 3;56,65,55;, 3;57,67,66;, 3;57,66,56;, 3;58,68,67;, 3;58,67,57;, 3;59,69,68;, 3;59,68,58;, 3;60,70,69;, 3;60,69,59;, 3;51,61,70;, 3;51,70,60;, 3;62,72,71;, 3;62,71,61;, 3;63,73,72;, 3;63,72,62;, 3;64,74,73;, 3;64,73,63;, 3;64,65,75;, 3;64,75,74;, 3;66,76,75;, 3;66,75,65;, 3;67,77,76;, 3;67,76,66;, 3;68,78,77;, 3;68,77,67;, 3;69,79,78;, 3;69,78,68;, 3;70,80,79;, 3;70,79,69;, 3;61,71,80;, 3;61,80,70;, 3;72,82,81;, 3;72,81,71;, 3;73,83,82;, 3;73,82,72;, 3;74,84,83;, 3;74,83,73;, 3;75,85,84;, 3;75,84,74;, 3;76,86,85;, 3;76,85,75;, 3;77,87,86;, 3;77,86,76;, 3;78,88,87;, 3;78,87,77;, 3;79,89,88;, 3;79,88,78;, 3;80,90,89;, 3;80,89,79;, 3;71,81,90;, 3;71,90,80;; } }