xof 0303txt 0032 template ColorRGBA { <35ff44e0-6c7c-11cf-8f52-0040333594a3> FLOAT red; FLOAT green; FLOAT blue; FLOAT alpha; } template ColorRGB { FLOAT red; FLOAT green; FLOAT blue; } template Material { <3d82ab4d-62da-11cf-ab39-0020af71e433> ColorRGBA faceColor; FLOAT power; ColorRGB specularColor; ColorRGB emissiveColor; [...] } template TextureFilename { STRING filename; } template Frame { <3d82ab46-62da-11cf-ab39-0020af71e433> [...] } template Matrix4x4 { array FLOAT matrix[16]; } template FrameTransformMatrix { Matrix4x4 frameMatrix; } template Vector { <3d82ab5e-62da-11cf-ab39-0020af71e433> FLOAT x; FLOAT y; FLOAT z; } template MeshFace { <3d82ab5f-62da-11cf-ab39-0020af71e433> DWORD nFaceVertexIndices; array DWORD faceVertexIndices[nFaceVertexIndices]; } template Mesh { <3d82ab44-62da-11cf-ab39-0020af71e433> DWORD nVertices; array Vector vertices[nVertices]; DWORD nFaces; array MeshFace faces[nFaces]; [...] } template MeshNormals { DWORD nNormals; array Vector normals[nNormals]; DWORD nFaceNormals; array MeshFace faceNormals[nFaceNormals]; } template MeshMaterialList { DWORD nMaterials; DWORD nFaceIndexes; array DWORD faceIndexes[nFaceIndexes]; [Material <3d82ab4d-62da-11cf-ab39-0020af71e433>] } template Coords2d { FLOAT u; FLOAT v; } template MeshTextureCoords { DWORD nTextureCoords; array Coords2d textureCoords[nTextureCoords]; } Material Material__64 { 1.000000;1.000000;1.000000;1.000000;; 9.999999; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "BeanyHat.png"; } } Frame Dummy002 { FrameTransformMatrix { 1.000000,-0.000000,-0.000000,0.000000,0.000000,1.000000,0.000000,0.000000,-0.000000,0.000000,1.000000,0.000000,0.000000,0.000000,0.000000,1.000000;; } Frame F_Beany { FrameTransformMatrix { 1.000000,0.000000,0.000000,0.000000,-0.000000,1.000000,-0.000001,0.000000,0.000000,0.000001,1.000000,0.000000,0.000000,0.000000,0.000000,1.000000;; } Mesh F_Beany { 54; 0.172009;0.000000;-0.020027;, 0.151541;-0.026438;-0.046201;, 0.148042;0.000000;-0.059789;, 0.159080;-0.038709;-0.016921;, 0.166620;-0.026438;0.012358;, 0.170119;-0.000000;0.025947;, 0.166620;0.026438;0.012358;, 0.159080;0.038709;-0.016921;, 0.151541;0.026438;-0.046201;, 0.122491;-0.039460;-0.053052;, 0.148042;0.000000;-0.059789;, 0.151541;-0.026438;-0.046201;, 0.117264;0.000000;-0.073332;, 0.133755;-0.057774;-0.009354;, 0.159080;-0.038709;-0.016921;, 0.145019;-0.039460;0.034343;, 0.166620;-0.026438;0.012358;, 0.150247;-0.000000;0.054624;, 0.170119;-0.000000;0.025947;, 0.145019;0.039460;0.034343;, 0.166620;0.026438;0.012358;, 0.133755;0.057774;-0.009354;, 0.159080;0.038709;-0.016921;, 0.122491;0.039460;-0.053052;, 0.151541;0.026438;-0.046201;, 0.117264;0.000000;-0.073332;, 0.148042;0.000000;-0.059789;, 0.069760;-0.033386;-0.058195;, 0.067301;0.000000;-0.067733;, 0.076477;-0.057826;-0.032139;, 0.085653;-0.064285;0.004066;, 0.094830;-0.055672;0.039659;, 0.101547;-0.032143;0.065716;, 0.104006;-0.000000;0.075253;, 0.101547;0.032142;0.065716;, 0.104006;-0.000000;0.075253;, 0.094830;0.055672;0.039659;, 0.085653;0.064285;0.004066;, 0.076477;0.057826;-0.032139;, 0.069760;0.033386;-0.058195;, 0.067301;0.000000;-0.067733;, 0.067301;0.000000;-0.067733;, 0.069760;-0.033386;-0.058195;, 0.079018;-0.000000;0.005881;, 0.076477;-0.057826;-0.032139;, 0.085653;-0.064285;0.004066;, 0.094830;-0.055672;0.039659;, 0.101547;-0.032143;0.065716;, 0.104006;-0.000000;0.075253;, 0.101547;0.032142;0.065716;, 0.094830;0.055672;0.039659;, 0.085653;0.064285;0.004066;, 0.076477;0.057826;-0.032139;, 0.069760;0.033386;-0.058195;; 56; 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,2,8;, 3;9,10,11;, 3;10,9,12;, 3;13,11,14;, 3;11,13,9;, 3;15,14,16;, 3;14,15,13;, 3;17,16,18;, 3;16,17,15;, 3;19,18,20;, 3;18,19,17;, 3;21,20,22;, 3;20,21,19;, 3;23,22,24;, 3;22,23,21;, 3;25,24,26;, 3;24,25,23;, 3;27,12,9;, 3;12,27,28;, 3;9,29,27;, 3;30,9,13;, 3;9,30,29;, 3;31,13,15;, 3;13,31,30;, 3;15,32,31;, 3;33,15,17;, 3;15,33,32;, 3;34,17,19;, 3;17,34,35;, 3;19,36,34;, 3;37,19,21;, 3;19,37,36;, 3;38,21,23;, 3;21,38,37;, 3;23,39,38;, 3;40,23,25;, 3;23,40,39;, 3;41,42,43;, 3;42,44,43;, 3;44,45,43;, 3;45,46,43;, 3;46,47,43;, 3;47,48,43;, 3;48,49,43;, 3;49,50,43;, 3;50,51,43;, 3;51,52,43;, 3;52,53,43;, 3;53,41,43;; MeshNormals { 54; 0.968792;0.000000;-0.247877;, 0.644184;-0.472736;-0.601288;, 0.605773;0.000018;-0.795637;, 0.743410;-0.639339;-0.196436;, 0.861448;-0.466813;0.199982;, 0.924785;0.000017;0.380489;, 0.861430;0.466843;0.199991;, 0.743386;0.639369;-0.196431;, 0.644165;0.472764;-0.601287;, 0.233745;-0.690706;-0.684316;, 0.605773;0.000018;-0.795637;, 0.644184;-0.472736;-0.601288;, 0.146715;0.023322;-0.988904;, 0.350004;-0.930344;-0.109348;, 0.743410;-0.639339;-0.196436;, 0.551582;-0.666221;0.501903;, 0.861448;-0.466813;0.199982;, 0.630974;-0.021750;0.775499;, 0.924785;0.000017;0.380489;, 0.546435;0.686302;0.479999;, 0.861430;0.466843;0.199991;, 0.368381;0.927122;-0.068853;, 0.743386;0.639369;-0.196431;, 0.227656;0.665820;-0.710533;, 0.644165;0.472764;-0.601287;, 0.146715;0.023322;-0.988904;, 0.605773;0.000018;-0.795637;, -0.706508;-0.446047;-0.549444;, -0.737089;0.033839;-0.674948;, -0.579731;-0.788592;-0.205022;, -0.545091;-0.828666;0.127232;, -0.440598;-0.740000;0.508206;, -0.314129;-0.430368;0.846231;, -0.306467;-0.031911;0.951346;, -0.348872;0.451939;0.820999;, -0.306467;-0.031911;0.951346;, -0.424868;0.766324;0.481908;, -0.533117;0.824115;0.191368;, -0.617978;0.752681;-0.227102;, -0.688265;0.422741;-0.589560;, -0.737089;0.033839;-0.674948;, -0.737089;0.033839;-0.674948;, -0.706508;-0.446047;-0.549444;, -0.968345;-0.000000;0.249615;, -0.579731;-0.788592;-0.205022;, -0.545091;-0.828666;0.127232;, -0.440598;-0.740000;0.508206;, -0.314129;-0.430368;0.846231;, -0.306467;-0.031911;0.951346;, -0.348872;0.451939;0.820999;, -0.424868;0.766324;0.481908;, -0.533117;0.824115;0.191368;, -0.617978;0.752681;-0.227102;, -0.688265;0.422741;-0.589560;; 56; 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,2,8;, 3;9,10,11;, 3;10,9,12;, 3;13,11,14;, 3;11,13,9;, 3;15,14,16;, 3;14,15,13;, 3;17,16,18;, 3;16,17,15;, 3;19,18,20;, 3;18,19,17;, 3;21,20,22;, 3;20,21,19;, 3;23,22,24;, 3;22,23,21;, 3;25,24,26;, 3;24,25,23;, 3;27,12,9;, 3;12,27,28;, 3;9,29,27;, 3;30,9,13;, 3;9,30,29;, 3;31,13,15;, 3;13,31,30;, 3;15,32,31;, 3;33,15,17;, 3;15,33,32;, 3;34,17,19;, 3;17,34,35;, 3;19,36,34;, 3;37,19,21;, 3;19,37,36;, 3;38,21,23;, 3;21,38,37;, 3;23,39,38;, 3;40,23,25;, 3;23,40,39;, 3;41,42,43;, 3;42,44,43;, 3;44,45,43;, 3;45,46,43;, 3;46,47,43;, 3;47,48,43;, 3;48,49,43;, 3;49,50,43;, 3;50,51,43;, 3;51,52,43;, 3;52,53,43;, 3;53,41,43;; } MeshMaterialList { 1; 56; 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__64 } } MeshTextureCoords c1 { 54; 0.726998;0.737919;, 0.646033;0.646303;, 0.726998;0.602801;, 0.608457;0.740036;, 0.646033;0.833768;, 0.726998;0.877270;, 0.807963;0.833768;, 0.845539;0.740036;, 0.807963;0.646303;, 0.163068;0.195766;, 0.048615;0.043162;, 0.163068;0.043162;, 0.048615;0.195766;, 0.277521;0.195766;, 0.277521;0.043162;, 0.391974;0.195766;, 0.391974;0.043162;, 0.506427;0.195766;, 0.506427;0.043162;, 0.620879;0.195766;, 0.620879;0.043162;, 0.735333;0.195766;, 0.735333;0.043162;, 0.849785;0.195766;, 0.849785;0.043162;, 0.964238;0.195766;, 0.964238;0.043162;, 0.125694;0.377713;, 0.048869;0.377997;, 0.202074;0.377724;, 0.277815;0.377604;, 0.353515;0.378087;, 0.430657;0.377784;, 0.507399;0.377525;, 0.583545;0.377797;, 0.506691;0.378034;, 0.659942;0.377820;, 0.736152;0.377799;, 0.812264;0.377711;, 0.888538;0.377715;, 0.965283;0.377471;, 0.277166;0.940717;, 0.195072;0.915251;, 0.277159;0.752133;, 0.134975;0.845677;, 0.112978;0.750637;, 0.134975;0.655597;, 0.195072;0.586023;, 0.277166;0.560557;, 0.359260;0.586023;, 0.419357;0.655597;, 0.441355;0.750637;, 0.419358;0.845677;, 0.359261;0.915251;; } } } }