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 { 37; -0.536850;-0.000001;1.289616;, -0.001770;-0.000001;33.440426;, 6.371681;21.572033;22.740112;, 19.118584;21.572031;1.339491;, 25.492035;-0.000003;-9.360821;, 19.118584;-21.572037;1.339493;, 6.371681;-21.572033;22.740116;, 29.928822;-0.000001;58.539650;, 35.171780;31.224987;41.291130;, 45.657688;31.224985;6.794090;, 50.900646;-0.000004;-10.454428;, 45.657688;-31.224993;6.794094;, 35.171776;-31.224989;41.291130;, 88.515823;-0.000001;55.407112;, 87.757889;21.976540;42.741608;, 86.242012;21.976538;17.410603;, 85.484077;-0.000003;4.745098;, 86.242020;-21.976543;17.410606;, 87.757889;-21.976540;42.741615;, 132.154770;-0.000001;30.501881;, 125.322884;15.612494;24.621807;, 111.659103;15.612493;12.861660;, 104.998093;-0.000002;7.131355;, 111.659103;-15.612496;12.861660;, 125.322884;-15.612494;24.621807;, 139.281326;-0.000000;1.342577;, 130.753235;14.993236;2.827213;, 113.697067;14.993235;5.796490;, 113.697067;-14.993237;5.796486;, 130.753235;-14.993236;2.827213;, 123.392929;0.000000;-26.004263;, 117.324883;13.579849;-21.039425;, 105.188789;13.579848;-11.109747;, 99.120743;-0.000002;-6.144909;, 105.188789;-13.579851;-11.109749;, 117.324883;-13.579848;-21.039425;, 91.648560;0.000000;-52.646385;; 70; 3;0,1,2;, 3;0,2,3;, 3;0,3,4;, 3;0,4,5;, 3;0,5,6;, 3;0,6,1;, 3;1,7,8;, 3;1,8,2;, 3;2,8,9;, 3;2,9,3;, 3;3,9,10;, 3;3,10,4;, 3;4,10,11;, 3;4,11,5;, 3;5,11,12;, 3;5,12,6;, 3;6,12,7;, 3;6,7,1;, 3;7,13,14;, 3;7,14,8;, 3;8,14,15;, 3;8,15,9;, 3;9,15,16;, 3;9,16,10;, 3;10,16,17;, 3;10,17,11;, 3;11,17,18;, 3;11,18,12;, 3;12,18,13;, 3;12,13,7;, 3;13,19,20;, 3;13,20,14;, 3;14,20,21;, 3;14,21,15;, 3;15,21,22;, 3;15,22,16;, 3;16,22,23;, 3;16,23,17;, 3;17,23,24;, 3;17,24,18;, 3;18,24,19;, 3;18,19,13;, 3;19,25,26;, 3;19,26,20;, 3;20,26,27;, 3;20,27,21;, 3;21,27,22;, 3;22,28,23;, 3;23,28,29;, 3;23,29,24;, 3;24,29,25;, 3;24,25,19;, 3;25,30,31;, 3;25,31,26;, 3;26,31,32;, 3;26,32,27;, 3;27,32,33;, 3;27,33,22;, 3;22,33,34;, 3;22,34,28;, 3;28,34,35;, 3;28,35,29;, 3;29,35,30;, 3;29,30,25;, 3;30,36,31;, 3;31,36,32;, 3;32,36,33;, 3;33,36,34;, 3;34,36,35;, 3;35,36,30;; 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 { 37; -0.844741;-0.000000;-0.535175;, -0.867704;0.111848;0.484334;, -0.645709;0.763584;-0.000514;, -0.305511;0.623373;-0.719770;, -0.171010;-0.109147;-0.979205;, -0.358715;-0.753980;-0.550307;, -0.714873;-0.672588;0.191266;, -0.318973;0.001359;0.947763;, -0.197191;0.877414;0.437334;, 0.060507;0.846833;-0.528405;, 0.185897;-0.003424;-0.982563;, 0.075062;-0.851688;-0.518646;, -0.173447;-0.876250;0.449558;, 0.288846;-0.000150;0.957376;, 0.211267;0.860124;0.464278;, 0.192061;0.839819;-0.507756;, 0.232113;0.038126;-0.971941;, 0.233424;-0.824070;-0.516160;, 0.288656;-0.838234;0.462647;, 0.801863;0.000879;0.597507;, 0.381965;0.873586;0.301578;, -0.124067;0.929277;-0.347924;, -0.868281;0.017895;-0.495749;, -0.112847;-0.859538;-0.498457;, 0.498071;-0.848918;0.176817;, 0.989450;0.006976;-0.144709;, 0.483519;0.874543;-0.037196;, -0.473832;0.879188;0.050119;, -0.396950;-0.917346;-0.030123;, 0.462860;-0.870303;-0.168327;, 0.780631;-0.110398;-0.615164;, 0.427355;0.795570;-0.429461;, -0.444575;0.895161;0.032257;, -0.945123;0.112252;0.306825;, -0.623582;-0.771559;0.125866;, 0.241433;-0.908881;-0.340067;, -0.563450;0.000000;-0.826150;; 70; 3;0,1,2;, 3;0,2,3;, 3;0,3,4;, 3;0,4,5;, 3;0,5,6;, 3;0,6,1;, 3;1,7,8;, 3;1,8,2;, 3;2,8,9;, 3;2,9,3;, 3;3,9,10;, 3;3,10,4;, 3;4,10,11;, 3;4,11,5;, 3;5,11,12;, 3;5,12,6;, 3;6,12,7;, 3;6,7,1;, 3;7,13,14;, 3;7,14,8;, 3;8,14,15;, 3;8,15,9;, 3;9,15,16;, 3;9,16,10;, 3;10,16,17;, 3;10,17,11;, 3;11,17,18;, 3;11,18,12;, 3;12,18,13;, 3;12,13,7;, 3;13,19,20;, 3;13,20,14;, 3;14,20,21;, 3;14,21,15;, 3;15,21,22;, 3;15,22,16;, 3;16,22,23;, 3;16,23,17;, 3;17,23,24;, 3;17,24,18;, 3;18,24,19;, 3;18,19,13;, 3;19,25,26;, 3;19,26,20;, 3;20,26,27;, 3;20,27,21;, 3;21,27,22;, 3;22,28,23;, 3;23,28,29;, 3;23,29,24;, 3;24,29,25;, 3;24,25,19;, 3;25,30,31;, 3;25,31,26;, 3;26,31,32;, 3;26,32,27;, 3;27,32,33;, 3;27,33,22;, 3;22,33,34;, 3;22,34,28;, 3;28,34,35;, 3;28,35,29;, 3;29,35,30;, 3;29,30,25;, 3;30,36,31;, 3;31,36,32;, 3;32,36,33;, 3;33,36,34;, 3;34,36,35;, 3;35,36,30;; } MeshTextureCoords { 37; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } }