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 _01_-_Default { 1.000000;1.000000;1.000000;1.000000;; 9.999999; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "LetterOpener.png"; } } Frame LetterOpener { 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.003363,1.000000;; } Mesh LetterOpener { 67; -0.002789;0.073208;-0.005477;, 0.002789;0.073208;0.005870;, 0.002789;0.073208;-0.005477;, -0.002789;0.073208;0.005870;, -0.002892;-0.017703;-0.007091;, 0.002892;0.068777;-0.007091;, 0.002892;-0.017703;-0.007091;, -0.002892;0.068777;-0.007091;, 0.004098;-0.017703;-0.005417;, 0.004098;0.068777;0.005809;, 0.004098;-0.017703;0.005809;, 0.004098;0.068777;-0.005417;, 0.002892;-0.017703;0.007483;, -0.002892;0.068777;0.007483;, -0.002892;-0.017703;0.007483;, 0.002892;0.068777;0.007483;, -0.004098;-0.017703;0.005809;, -0.004098;0.068777;-0.005417;, -0.004098;-0.017703;-0.005417;, -0.004098;0.068777;0.005809;, -0.004098;-0.022413;-0.003282;, -0.003357;-0.024186;0.001739;, -0.004098;-0.022413;0.003675;, -0.003357;-0.024186;-0.001346;, -0.002892;-0.021793;0.006351;, 0.003357;-0.024186;0.001739;, 0.002892;-0.021793;0.006351;, 0.004098;-0.022413;0.003675;, 0.003357;-0.024186;-0.001346;, 0.004098;-0.022413;-0.003282;, 0.002892;-0.021793;-0.005959;, -0.002892;-0.021793;-0.005959;, -0.000000;-0.024600;0.000196;, -0.000000;0.072772;-0.004570;, 0.001737;0.083875;0.000298;, 0.002608;0.072772;0.000298;, 0.000000;0.083875;-0.002995;, -0.000000;0.083875;0.003591;, -0.000000;0.072772;0.005165;, 0.001737;0.095241;0.000298;, -0.000000;0.095241;-0.004570;, -0.000000;0.095241;0.005165;, 0.001737;0.180942;0.000298;, 0.000000;0.180942;-0.004570;, -0.000000;0.180942;0.005165;, 0.001737;0.180942;0.000298;, -0.000000;0.207736;0.000298;, -0.000000;0.203641;-0.001537;, -0.000000;0.203641;0.002133;, -0.000000;0.207736;0.000298;, -0.000000;0.072772;0.005165;, -0.001737;0.083875;0.000298;, -0.002608;0.072772;0.000298;, -0.000000;0.083875;0.003591;, 0.000000;0.083875;-0.002995;, -0.000000;0.072772;-0.004570;, -0.001737;0.095241;0.000298;, -0.000000;0.095241;0.005165;, -0.000000;0.095241;-0.004570;, -0.001737;0.180942;0.000298;, -0.000000;0.180942;0.005165;, 0.000000;0.180942;-0.004570;, -0.001737;0.180942;0.000298;, -0.000000;0.207736;0.000298;, -0.000000;0.203641;0.002133;, -0.000000;0.203641;-0.001537;, -0.000000;0.207736;0.000298;; 94; 3;0,1,2;, 3;1,0,3;, 3;4,5,6;, 3;5,4,7;, 3;8,9,10;, 3;9,8,11;, 3;12,13,14;, 3;13,12,15;, 3;16,17,18;, 3;17,16,19;, 3;20,21,22;, 3;21,20,23;, 3;24,25,26;, 3;25,24,21;, 3;27,28,29;, 3;28,27,25;, 3;30,23,31;, 3;23,30,28;, 3;23,32,21;, 3;21,32,25;, 3;25,32,28;, 3;28,32,23;, 3;4,20,18;, 3;20,4,31;, 3;30,8,29;, 3;8,30,6;, 3;16,24,14;, 3;24,16,22;, 3;27,12,26;, 3;12,27,10;, 3;7,17,0;, 3;11,5,2;, 3;19,13,3;, 3;15,9,1;, 3;20,16,18;, 3;16,20,22;, 3;24,12,14;, 3;12,24,26;, 3;27,8,10;, 3;8,27,29;, 3;30,4,6;, 3;4,30,31;, 3;0,5,7;, 3;5,0,2;, 3;2,9,11;, 3;9,2,1;, 3;1,13,15;, 3;13,1,3;, 3;3,17,19;, 3;17,3,0;, 3;6,11,8;, 3;11,6,5;, 3;7,18,17;, 3;18,7,4;, 3;10,15,12;, 3;15,10,9;, 3;14,19,16;, 3;19,14,13;, 3;31,23,20;, 3;22,21,24;, 3;26,25,27;, 3;29,28,30;, 3;33,34,35;, 3;34,33,36;, 3;35,37,38;, 3;37,35,34;, 3;36,39,34;, 3;39,36,40;, 3;34,41,37;, 3;41,34,39;, 3;40,42,39;, 3;42,40,43;, 3;39,44,41;, 3;44,39,45;, 3;43,46,42;, 3;46,43,47;, 3;45,48,44;, 3;48,45,49;, 3;50,51,52;, 3;51,50,53;, 3;52,54,55;, 3;54,52,51;, 3;53,56,51;, 3;56,53,57;, 3;51,58,54;, 3;58,51,56;, 3;57,59,56;, 3;59,57,60;, 3;56,61,58;, 3;61,56,62;, 3;60,63,59;, 3;63,60,64;, 3;62,65,61;, 3;65,62,66;; MeshNormals { 67; -0.501750;0.722449;-0.475725;, 0.501750;0.722449;0.475725;, 0.501750;0.722449;-0.475725;, -0.501750;0.722449;0.475725;, -0.448657;-0.132401;-0.883842;, 0.435768;0.155876;-0.886459;, 0.438957;-0.118249;-0.890693;, -0.435768;0.155876;-0.886459;, 0.942834;-0.056070;-0.328513;, 0.945903;0.132113;0.296334;, 0.936350;-0.083556;0.340980;, 0.945903;0.132113;-0.296334;, 0.448657;-0.132401;0.883842;, -0.435768;0.155876;0.886459;, -0.438957;-0.118249;0.890693;, 0.435768;0.155876;0.886459;, -0.942834;-0.056070;0.328513;, -0.945903;0.132113;-0.296334;, -0.936350;-0.083556;-0.340980;, -0.945903;0.132113;0.296334;, -0.888972;-0.376329;-0.260970;, -0.520997;-0.829901;0.199564;, -0.888779;-0.381640;0.253817;, -0.520997;-0.829901;-0.199564;, -0.419826;-0.545147;0.725645;, 0.520997;-0.829901;0.199564;, 0.445290;-0.526956;0.723902;, 0.888972;-0.376329;0.260970;, 0.520997;-0.829901;-0.199564;, 0.888779;-0.381640;-0.253817;, 0.419826;-0.545147;-0.725645;, -0.445290;-0.526956;-0.723902;, 0.000000;-1.000000;0.000000;, 0.880061;0.068330;-0.469919;, 0.999620;0.025627;-0.010174;, 0.997015;0.077210;-0.000638;, 0.892693;0.026970;-0.449857;, 0.884077;0.002076;0.467338;, 0.879509;0.066807;0.471169;, 0.999926;-0.009909;-0.007108;, 0.941595;-0.022257;-0.336012;, 0.936959;-0.006433;0.349380;, 0.941396;0.030273;-0.335941;, 0.943194;0.028329;-0.331032;, 0.941610;0.021502;0.336018;, 0.943300;0.022798;0.331159;, 0.988264;0.027302;-0.150293;, 1.000000;0.000000;0.000000;, 0.985395;0.062600;0.158361;, 0.987669;0.064027;0.142863;, -0.880061;0.068330;0.469919;, -0.999620;0.025627;0.010174;, -0.997015;0.077210;0.000638;, -0.892693;0.026970;0.449857;, -0.884077;0.002076;-0.467338;, -0.879509;0.066807;-0.471169;, -0.999926;-0.009909;0.007108;, -0.941595;-0.022257;0.336012;, -0.936959;-0.006433;-0.349380;, -0.941396;0.030273;0.335941;, -0.943194;0.028329;0.331032;, -0.941610;0.021502;-0.336018;, -0.943300;0.022798;-0.331159;, -0.988264;0.027302;0.150293;, -1.000000;0.000000;-0.000000;, -0.985395;0.062600;-0.158361;, -0.987669;0.064027;-0.142863;; 94; 3;0,1,2;, 3;1,0,3;, 3;4,5,6;, 3;5,4,7;, 3;8,9,10;, 3;9,8,11;, 3;12,13,14;, 3;13,12,15;, 3;16,17,18;, 3;17,16,19;, 3;20,21,22;, 3;21,20,23;, 3;24,25,26;, 3;25,24,21;, 3;27,28,29;, 3;28,27,25;, 3;30,23,31;, 3;23,30,28;, 3;23,32,21;, 3;21,32,25;, 3;25,32,28;, 3;28,32,23;, 3;4,20,18;, 3;20,4,31;, 3;30,8,29;, 3;8,30,6;, 3;16,24,14;, 3;24,16,22;, 3;27,12,26;, 3;12,27,10;, 3;7,17,0;, 3;11,5,2;, 3;19,13,3;, 3;15,9,1;, 3;20,16,18;, 3;16,20,22;, 3;24,12,14;, 3;12,24,26;, 3;27,8,10;, 3;8,27,29;, 3;30,4,6;, 3;4,30,31;, 3;0,5,7;, 3;5,0,2;, 3;2,9,11;, 3;9,2,1;, 3;1,13,15;, 3;13,1,3;, 3;3,17,19;, 3;17,3,0;, 3;6,11,8;, 3;11,6,5;, 3;7,18,17;, 3;18,7,4;, 3;10,15,12;, 3;15,10,9;, 3;14,19,16;, 3;19,14,13;, 3;31,23,20;, 3;22,21,24;, 3;26,25,27;, 3;29,28,30;, 3;33,34,35;, 3;34,33,36;, 3;35,37,38;, 3;37,35,34;, 3;36,39,34;, 3;39,36,40;, 3;34,41,37;, 3;41,34,39;, 3;40,42,39;, 3;42,40,43;, 3;39,44,41;, 3;44,39,45;, 3;43,46,42;, 3;46,43,47;, 3;45,48,44;, 3;48,45,49;, 3;50,51,52;, 3;51,50,53;, 3;52,54,55;, 3;54,52,51;, 3;53,56,51;, 3;56,53,57;, 3;51,58,54;, 3;58,51,56;, 3;57,59,56;, 3;59,57,60;, 3;56,61,58;, 3;61,56,62;, 3;60,63,59;, 3;63,60,64;, 3;62,65,61;, 3;65,62,66;; } MeshMaterialList { 1; 94; 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; { _01_-_Default } } MeshTextureCoords c1 { 67; 0.562500;0.578125;, 0.406250;0.578125;, 0.562500;0.578125;, 0.406250;0.578125;, 0.592541;0.956130;, 0.592541;0.595136;, 0.592541;0.956130;, 0.592541;0.595136;, 0.567587;0.956130;, 0.400229;0.595136;, 0.400229;0.956130;, 0.567587;0.595136;, 0.375276;0.956130;, 0.375276;0.595136;, 0.375276;0.956130;, 0.375276;0.595136;, 0.400229;0.956130;, 0.567587;0.595136;, 0.567587;0.956130;, 0.400229;0.595136;, 0.535762;0.975790;, 0.460912;0.983194;, 0.432054;0.975790;, 0.506905;0.983194;, 0.392150;0.973202;, 0.460912;0.983194;, 0.392150;0.973202;, 0.432054;0.975790;, 0.506905;0.983194;, 0.535762;0.975790;, 0.575666;0.973202;, 0.575666;0.973202;, 0.483908;0.984921;, 0.554952;0.581468;, 0.482392;0.532114;, 0.482392;0.581468;, 0.531483;0.532114;, 0.433300;0.532114;, 0.409832;0.581468;, 0.482392;0.484669;, 0.554952;0.484669;, 0.409832;0.484669;, 0.482392;0.126925;, 0.554952;0.126925;, 0.409832;0.126925;, 0.482392;0.126925;, 0.482392;0.015079;, 0.509749;0.032172;, 0.455034;0.032172;, 0.482392;0.015079;, 0.409832;0.581468;, 0.482392;0.532114;, 0.482392;0.581468;, 0.433300;0.532114;, 0.531483;0.532114;, 0.554952;0.581468;, 0.482392;0.484669;, 0.409832;0.484669;, 0.554952;0.484669;, 0.482392;0.126925;, 0.409832;0.126925;, 0.554952;0.126925;, 0.482392;0.126925;, 0.482392;0.015079;, 0.455034;0.032172;, 0.509749;0.032172;, 0.482392;0.015079;; } } }