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 { 40; -0.000007;100.000000;0.000001;, 90.789444;30.901705;0.000014;, 59.329231;-80.901703;0.000011;, -29.664616;-80.901703;51.380608;, -45.394730;30.901703;78.625954;, 102.677071;27.743868;177.842010;, 148.463547;-14.554242;130.338959;, 112.729050;-82.994026;116.881149;, 44.857445;-82.994026;156.066818;, 38.644993;-14.554237;193.742706;, 169.389221;-105.532677;293.390900;, 188.467148;-121.338715;263.031036;, 164.426605;-146.913422;245.609680;, 130.490799;-146.913437;265.202515;, 133.557861;-121.338715;294.732910;, 200.712662;-269.281952;347.644714;, -45.394726;30.901703;-78.625961;, -29.664604;-80.901703;-51.380619;, 102.677124;27.743864;-177.841980;, 38.645046;-14.554250;-193.742691;, 44.857502;-82.994034;-156.066818;, 112.729095;-82.994026;-116.881119;, 148.463593;-14.554237;-130.338928;, 169.389313;-105.532684;-293.390869;, 133.557938;-121.338722;-294.732910;, 130.490891;-146.913437;-265.202484;, 164.426697;-146.913437;-245.609650;, 188.467209;-121.338722;-263.031006;, 200.712784;-269.281952;-347.644684;, -205.354263;27.743858;-0.000000;, -187.108627;-14.554258;63.403770;, -157.586578;-82.994049;39.185680;, -157.586578;-82.994041;-39.185688;, -187.108643;-14.554248;-63.403763;, -338.778564;-105.532707;0.000006;, -322.025146;-121.338745;31.701883;, -294.917542;-146.913467;19.592844;, -294.917542;-146.913452;-19.592850;, -322.025146;-121.338753;-31.701876;, -401.425507;-269.282013;0.000000;; 76; 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,11;, 3;11,15,12;, 3;12,15,13;, 3;13,15,14;, 3;14,15,10;, 3;0,18,19;, 3;0,19,16;, 3;16,19,20;, 3;16,20,17;, 3;17,20,21;, 3;17,21,2;, 3;2,21,22;, 3;2,22,1;, 3;1,22,18;, 3;1,18,0;, 3;18,23,24;, 3;18,24,19;, 3;19,24,25;, 3;19,25,20;, 3;20,25,26;, 3;20,26,21;, 3;21,26,27;, 3;21,27,22;, 3;22,27,23;, 3;22,23,18;, 3;23,28,24;, 3;24,28,25;, 3;25,28,26;, 3;26,28,27;, 3;27,28,23;, 3;0,29,30;, 3;0,30,4;, 3;4,30,31;, 3;4,31,3;, 3;3,31,32;, 3;3,32,17;, 3;17,32,33;, 3;17,33,16;, 3;16,33,29;, 3;16,29,0;, 3;29,34,35;, 3;29,35,30;, 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,34;, 3;33,34,29;, 3;34,39,35;, 3;35,39,36;, 3;36,39,37;, 3;37,39,38;, 3;38,39,34;, 3;17,2,3;; 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 { 40; -0.000000;1.000000;0.000000;, 0.942830;0.324607;-0.075511;, 0.551264;-0.828748;0.096359;, -0.359081;-0.828748;0.429229;, -0.406020;0.324607;0.854271;, 0.278845;0.841322;0.463058;, 0.931956;0.235679;-0.275525;, 0.567777;-0.698994;-0.434784;, -0.642534;-0.724843;0.248500;, -0.647116;0.197166;0.736455;, 0.285745;0.569647;0.770618;, 0.977348;0.197848;-0.075146;, 0.427747;-0.626999;-0.651080;, -0.715972;-0.693468;-0.080540;, -0.696121;-0.032480;0.717189;, 0.305531;-0.791581;0.529197;, -0.536810;0.324607;-0.778759;, -0.192183;-0.828748;-0.525588;, 0.261598;0.841322;-0.473016;, -0.704589;0.235679;-0.669335;, -0.660422;-0.698994;-0.274317;, 0.536474;-0.724843;0.432201;, 0.961347;0.197166;0.192192;, 0.524502;0.569647;-0.632771;, -0.553753;0.197848;-0.808835;, -0.777725;-0.626999;-0.044899;, 0.288237;-0.693468;0.660320;, 0.969165;-0.032480;0.244264;, 0.305534;-0.791581;-0.529196;, -0.540443;0.841322;0.009958;, -0.227366;0.235679;0.944860;, 0.092646;-0.698994;0.709101;, 0.106060;-0.724843;-0.680701;, -0.314231;0.197166;-0.928647;, -0.810247;0.569647;-0.137846;, -0.423595;0.197848;0.883981;, 0.349979;-0.626999;0.695980;, 0.427735;-0.693468;-0.579780;, -0.273044;-0.032480;-0.961453;, -0.611065;-0.791581;-0.000000;; 76; 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,11;, 3;11,15,12;, 3;12,15,13;, 3;13,15,14;, 3;14,15,10;, 3;0,18,19;, 3;0,19,16;, 3;16,19,20;, 3;16,20,17;, 3;17,20,21;, 3;17,21,2;, 3;2,21,22;, 3;2,22,1;, 3;1,22,18;, 3;1,18,0;, 3;18,23,24;, 3;18,24,19;, 3;19,24,25;, 3;19,25,20;, 3;20,25,26;, 3;20,26,21;, 3;21,26,27;, 3;21,27,22;, 3;22,27,23;, 3;22,23,18;, 3;23,28,24;, 3;24,28,25;, 3;25,28,26;, 3;26,28,27;, 3;27,28,23;, 3;0,29,30;, 3;0,30,4;, 3;4,30,31;, 3;4,31,3;, 3;3,31,32;, 3;3,32,17;, 3;17,32,33;, 3;17,33,16;, 3;16,33,29;, 3;16,29,0;, 3;29,34,35;, 3;29,35,30;, 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,34;, 3;33,34,29;, 3;34,39,35;, 3;35,39,36;, 3;36,39,37;, 3;37,39,38;, 3;38,39,34;, 3;17,2,3;; } MeshTextureCoords { 40; 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;; } }