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 _03_-_Default { 1.000000;1.000000;1.000000;1.000000;; 10.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "Objects_Knife.png"; } } Frame Spoon { 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;; } Mesh Spoon { 71; -0.001251;-0.025427;0.000000;, -0.000289;-0.023379;0.000000;, -0.001426;-0.023634;0.005404;, -0.002580;-0.023711;-0.000000;, -0.001435;-0.023542;-0.005404;, -0.001213;0.096440;0.000000;, -0.002398;0.100470;-0.000000;, -0.002312;0.100411;0.003330;, -0.002312;0.100411;-0.003330;, -0.002110;-0.016635;0.007280;, -0.000560;-0.016410;0.000000;, -0.003660;-0.016860;-0.000000;, 0.000560;0.010111;0.006045;, 0.002339;0.010111;0.000000;, -0.001220;0.010111;-0.000000;, 0.001690;0.037484;0.003659;, 0.003290;0.037484;0.000000;, 0.000091;0.037484;-0.000000;, -0.001226;0.072116;0.002146;, -0.000226;0.072116;0.000000;, -0.002226;0.072116;-0.000000;, -0.005534;0.097319;-0.000000;, -0.002110;-0.016635;-0.007280;, 0.000560;0.010111;-0.006045;, 0.001690;0.037484;-0.003659;, -0.001226;0.072116;-0.002146;, -0.003035;0.106222;0.012883;, -0.002398;0.100470;-0.000000;, -0.006463;0.106298;-0.000000;, -0.002312;0.100411;0.003330;, -0.009450;0.103077;-0.000000;, -0.002312;0.100411;0.003330;, -0.003035;0.106222;0.012883;, -0.005534;0.097319;-0.000000;, -0.002312;0.100411;-0.003330;, -0.003035;0.106222;-0.012883;, -0.002312;0.100411;-0.003330;, -0.003035;0.106222;-0.012883;, -0.009357;0.127441;0.000000;, -0.003369;0.113456;0.018139;, -0.012670;0.111610;-0.000000;, -0.003369;0.113456;0.018139;, -0.003369;0.113456;-0.018139;, -0.003369;0.113456;-0.018139;, -0.003030;0.126158;0.020898;, -0.013339;0.125615;-0.000000;, -0.003030;0.126158;0.020898;, -0.003030;0.126158;-0.020898;, -0.003030;0.126158;-0.020898;, -0.002144;0.139917;0.017993;, -0.011114;0.142247;-0.000000;, -0.002144;0.139917;0.017993;, -0.002144;0.139917;-0.017993;, -0.002144;0.139917;-0.017993;, -0.001210;0.151325;0.013238;, 0.000084;0.162139;-0.000000;, -0.007987;0.153275;-0.000000;, -0.001210;0.151325;0.013238;, -0.001210;0.151325;-0.013238;, -0.001210;0.151325;-0.013238;, 0.000060;0.160011;0.006295;, 0.000060;0.160011;0.006295;, 0.000084;0.162139;-0.000000;, 0.000060;0.160011;-0.006295;, 0.000060;0.160011;-0.006295;, -0.005534;0.097319;-0.000000;, -0.001226;0.072116;-0.002146;, -0.002226;0.072116;-0.000000;, -0.001226;0.072116;-0.002146;, -0.005534;0.097319;-0.000000;, -0.002312;0.100411;-0.003330;; 88; 3;0,1,2;, 3;3,0,2;, 3;4,1,0;, 3;3,4,0;, 3;5,6,7;, 3;5,8,6;, 3;1,9,2;, 3;9,1,10;, 3;2,11,3;, 3;11,2,9;, 3;10,12,9;, 3;12,10,13;, 3;9,14,11;, 3;14,9,12;, 3;13,15,12;, 3;15,13,16;, 3;12,17,14;, 3;17,12,15;, 3;16,18,15;, 3;18,16,19;, 3;15,20,17;, 3;20,15,18;, 3;7,19,5;, 3;19,7,18;, 3;21,18,7;, 3;18,21,20;, 3;3,22,4;, 3;22,3,11;, 3;4,10,1;, 3;10,4,22;, 3;11,23,22;, 3;23,11,14;, 3;22,13,10;, 3;13,22,23;, 3;14,24,23;, 3;24,14,17;, 3;23,16,13;, 3;16,23,24;, 3;17,25,24;, 3;25,17,20;, 3;24,19,16;, 3;19,24,25;, 3;25,5,19;, 3;5,25,8;, 3;26,27,28;, 3;27,26,29;, 3;30,31,32;, 3;33,31,30;, 3;30,34,33;, 3;34,30,35;, 3;28,36,37;, 3;36,28,27;, 3;38,26,28;, 3;26,38,39;, 3;32,40,30;, 3;40,32,41;, 3;30,42,35;, 3;42,30,40;, 3;37,38,28;, 3;38,37,43;, 3;44,39,38;, 3;41,45,40;, 3;45,41,46;, 3;40,47,42;, 3;47,40,45;, 3;38,43,48;, 3;49,44,38;, 3;46,50,45;, 3;50,46,51;, 3;45,52,47;, 3;52,45,50;, 3;38,48,53;, 3;54,38,55;, 3;38,54,49;, 3;51,56,50;, 3;56,51,57;, 3;50,58,52;, 3;58,50,56;, 3;59,38,53;, 3;38,59,55;, 3;60,54,55;, 3;61,56,57;, 3;56,61,62;, 3;56,63,58;, 3;63,56,62;, 3;55,59,64;, 3;65,66,67;, 3;68,69,70;; MeshNormals { 71; 0.108160;-0.994111;-0.006631;, 0.982283;-0.187393;-0.001922;, 0.056420;-0.562714;0.824724;, -0.921726;-0.387834;-0.002424;, 0.055240;-0.557104;-0.828604;, 0.995894;0.090122;-0.008597;, 0.959389;0.282085;0.000000;, 0.679058;0.182745;0.710975;, 0.977861;0.176610;-0.112234;, -0.050588;-0.109277;0.992723;, 0.999468;-0.032471;0.003223;, -0.999523;-0.030737;-0.002926;, 0.025766;0.031654;0.999167;, 0.998038;-0.062301;0.006228;, -0.996910;0.078294;-0.006326;, 0.041009;0.049700;0.997922;, 0.999200;0.039717;0.004777;, -0.999985;-0.002357;-0.004879;, -0.000188;-0.036505;0.999333;, 0.997738;0.067181;-0.002557;, -0.983782;-0.086669;0.157042;, -0.702115;-0.059587;0.709566;, -0.056788;-0.108652;-0.992456;, 0.013478;0.033511;-0.999347;, 0.030783;0.050435;-0.998253;, 0.571883;0.043467;-0.819183;, 0.949341;0.234887;-0.208760;, 0.850725;0.519960;-0.076867;, 0.941845;0.335826;-0.012229;, 0.986908;0.159704;-0.022539;, -0.825610;-0.564210;0.005965;, -0.508838;-0.631359;0.585210;, -0.763968;-0.447431;0.464929;, -0.826900;-0.562349;-0.000000;, -0.508838;-0.631358;-0.585210;, -0.736214;-0.474568;-0.482467;, 0.844104;0.518999;0.134642;, 0.947866;0.231038;0.219480;, 0.999007;-0.044550;-0.000000;, 0.966536;0.119209;-0.227149;, -0.977768;-0.209549;0.007691;, -0.874450;-0.167623;0.455236;, -0.865748;-0.172747;-0.469723;, 0.966537;0.119209;0.227148;, 0.955601;-0.040838;-0.291821;, -0.999183;0.040427;0.000197;, -0.893392;0.036358;0.447805;, -0.893664;0.046745;-0.446295;, 0.955601;-0.040838;0.291821;, 0.949542;-0.159708;-0.269930;, -0.977828;0.209342;-0.005281;, -0.866702;0.192159;0.460328;, -0.874167;0.184575;-0.449181;, 0.949542;-0.159708;0.269930;, 0.959854;-0.231959;-0.157719;, 0.970209;-0.242271;-0.000000;, -0.900044;0.435793;-0.002498;, -0.818538;0.333018;0.468076;, -0.824520;0.325772;-0.462644;, 0.959854;-0.231959;0.157719;, 0.979415;-0.192319;-0.061318;, -0.746570;0.567549;0.347163;, -0.739390;0.673277;0.000000;, -0.746570;0.567549;-0.347163;, 0.979415;-0.192319;0.061318;, -0.900098;-0.118144;-0.419363;, -0.900098;-0.118144;-0.419363;, -0.900098;-0.118144;-0.419363;, -0.690721;-0.056675;-0.720897;, -0.690721;-0.056675;-0.720897;, -0.690721;-0.056675;-0.720897;; 88; 3;0,1,2;, 3;3,0,2;, 3;4,1,0;, 3;3,4,0;, 3;5,6,7;, 3;5,8,6;, 3;1,9,2;, 3;9,1,10;, 3;2,11,3;, 3;11,2,9;, 3;10,12,9;, 3;12,10,13;, 3;9,14,11;, 3;14,9,12;, 3;13,15,12;, 3;15,13,16;, 3;12,17,14;, 3;17,12,15;, 3;16,18,15;, 3;18,16,19;, 3;15,20,17;, 3;20,15,18;, 3;7,19,5;, 3;19,7,18;, 3;21,18,7;, 3;18,21,20;, 3;3,22,4;, 3;22,3,11;, 3;4,10,1;, 3;10,4,22;, 3;11,23,22;, 3;23,11,14;, 3;22,13,10;, 3;13,22,23;, 3;14,24,23;, 3;24,14,17;, 3;23,16,13;, 3;16,23,24;, 3;17,25,24;, 3;25,17,20;, 3;24,19,16;, 3;19,24,25;, 3;25,5,19;, 3;5,25,8;, 3;26,27,28;, 3;27,26,29;, 3;30,31,32;, 3;33,31,30;, 3;30,34,33;, 3;34,30,35;, 3;28,36,37;, 3;36,28,27;, 3;38,26,28;, 3;26,38,39;, 3;32,40,30;, 3;40,32,41;, 3;30,42,35;, 3;42,30,40;, 3;37,38,28;, 3;38,37,43;, 3;44,39,38;, 3;41,45,40;, 3;45,41,46;, 3;40,47,42;, 3;47,40,45;, 3;38,43,48;, 3;49,44,38;, 3;46,50,45;, 3;50,46,51;, 3;45,52,47;, 3;52,45,50;, 3;38,48,53;, 3;54,38,55;, 3;38,54,49;, 3;51,56,50;, 3;56,51,57;, 3;50,58,52;, 3;58,50,56;, 3;59,38,53;, 3;38,59,55;, 3;60,54,55;, 3;61,56,57;, 3;56,61,62;, 3;56,63,58;, 3;63,56,62;, 3;55,59,64;, 3;65,66,67;, 3;68,69,70;; } MeshMaterialList { 1; 88; 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; { _03_-_Default } } MeshTextureCoords c1 { 71; 0.713877;0.962785;, 0.687569;0.950884;, 0.681615;0.957187;, 0.740185;0.951447;, 0.746139;0.956897;, 0.715125;0.553057;, 0.713877;0.553955;, 0.686841;0.553926;, 0.740913;0.553926;, 0.670413;0.935327;, 0.682350;0.934780;, 0.745404;0.935874;, 0.677786;0.851800;, 0.687697;0.851800;, 0.740056;0.851800;, 0.692031;0.766314;, 0.698031;0.766314;, 0.729723;0.766314;, 0.701062;0.658157;, 0.704582;0.658157;, 0.723172;0.658157;, 0.715125;0.553057;, 0.757341;0.935327;, 0.749968;0.851800;, 0.735723;0.766314;, 0.726691;0.658157;, 0.609272;0.494672;, 0.713877;0.553955;, 0.713877;0.494165;, 0.686841;0.553926;, 0.713896;0.553057;, 0.686841;0.553926;, 0.609272;0.494672;, 0.715125;0.553057;, 0.740913;0.553926;, 0.818482;0.494672;, 0.740913;0.553926;, 0.818482;0.494672;, 0.713847;0.352395;, 0.566594;0.446097;, 0.861160;0.446097;, 0.566594;0.446097;, 0.861160;0.446097;, 0.861160;0.446097;, 0.544194;0.360806;, 0.883560;0.360806;, 0.544194;0.360806;, 0.883560;0.360806;, 0.883560;0.360806;, 0.567780;0.268414;, 0.859974;0.268414;, 0.567780;0.268414;, 0.859974;0.268414;, 0.859974;0.268414;, 0.606386;0.191803;, 0.698034;0.110893;, 0.821368;0.191803;, 0.606386;0.191803;, 0.821368;0.191803;, 0.821368;0.191803;, 0.662767;0.133479;, 0.662767;0.133479;, 0.698034;0.110893;, 0.764987;0.133479;, 0.764987;0.133479;, 0.715125;0.553057;, 0.726691;0.658157;, 0.723172;0.658157;, 0.726691;0.658157;, 0.715125;0.553057;, 0.740913;0.553926;; } } }