xof 0302txt 0032 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 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 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 Mesh { <3D82AB44-62DA-11cf-AB39-0020AF71E433> DWORD nVertices; array Vector vertices[nVertices]; DWORD nFaces; array MeshFace faces[nFaces]; [...] } template FrameTransformMatrix { Matrix4x4 frameMatrix; } template Frame { <3D82AB46-62DA-11cf-AB39-0020AF71E433> [...] } template FloatKeys { <10DD46A9-775B-11cf-8F52-0040333594A3> DWORD nValues; array FLOAT values[nValues]; } template TimedFloatKeys { DWORD time; FloatKeys tfkeys; } template AnimationKey { <10DD46A8-775B-11cf-8F52-0040333594A3> DWORD keyType; DWORD nKeys; array TimedFloatKeys keys[nKeys]; } template AnimationOptions { DWORD openclosed; DWORD positionquality; } template Animation { <3D82AB4F-62DA-11cf-AB39-0020AF71E433> [...] } template AnimationSet { <3D82AB50-62DA-11cf-AB39-0020AF71E433> [Animation] } Header { 1; 0; 1; } Frame frm-ss25 { 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 frm-fuselg { 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 fuselg { 160; 9.879999;-3.556539;9.334098;, 9.879999;-3.556539;9.334098;, -9.879999;-3.556539;9.334098;, -9.879999;-3.556539;9.334098;, -13.584999;-3.556539;5.629098;, -13.584999;-3.556539;-5.485901;, -13.584999;-3.556539;-5.485901;, -9.879999;-3.556539;-9.190901;, -9.879999;-3.556539;-9.190901;, 9.879999;-3.556539;-9.190901;, 9.879999;-3.556539;-9.190901;, 13.584999;-3.556539;-5.485901;, 13.584999;-3.556539;-5.485901;, 13.584999;-3.556539;5.629098;, 9.879999;-2.145112;9.334098;, -9.879999;-2.145112;9.334098;, -13.584999;-2.145112;-5.485901;, -9.879999;-2.145112;-9.190901;, 9.879999;-2.145112;-9.190901;, 13.584999;-2.145112;-5.485901;, 11.465998;-0.184672;11.341725;, 11.465998;-0.184672;11.341725;, -11.465998;-0.184672;11.341725;, -11.465998;-0.184672;11.341725;, -15.765748;-0.184672;6.524778;, -15.765748;-0.184672;-6.374470;, -15.765748;-0.184672;-6.374470;, -11.465998;-0.184672;-11.188948;, -11.465998;-0.184672;-11.188948;, 11.465998;-0.184672;-11.188948;, 11.465998;-0.184672;-11.188948;, 15.765748;-0.184672;-6.374470;, 15.765748;-0.184672;-6.374470;, 15.765748;-0.184672;6.524778;, 9.879999;-0.205961;9.334098;, 9.879999;-0.205961;9.334098;, -9.879999;-0.205961;9.334098;, -9.879999;-0.205961;9.334098;, -13.584999;-0.205961;5.629098;, -13.584999;-0.205961;-5.485901;, -9.879999;-0.205961;-9.190901;, -9.879999;-0.205961;-9.190901;, 9.879999;-0.205961;-9.190901;, 9.879999;-0.205961;-9.190901;, 13.584999;-0.205961;-5.485901;, 13.584999;-0.205961;5.629098;, 12.039298;4.655951;11.363282;, 12.039298;4.655951;11.363282;, -12.039298;4.655951;11.363282;, -12.039298;4.655951;11.363282;, -16.554035;4.655951;6.848544;, -16.554035;4.655951;-6.695666;, -12.039298;4.655951;-11.210403;, -12.039298;4.655951;-11.210403;, 12.039298;4.655951;-11.210403;, 12.039298;4.655951;-11.210403;, 16.554035;4.655951;-6.695666;, 16.554035;4.655951;6.848544;, 13.185898;4.662108;12.440789;, 13.185898;4.662108;12.440789;, -13.185898;4.662108;12.440789;, -13.185898;4.662108;12.440789;, -18.130610;4.662108;7.496077;, -18.130610;4.662108;-7.338058;, -18.130610;4.662108;-7.338058;, -13.185898;4.662108;-12.282769;, 13.185898;4.662108;-12.282769;, 18.130610;4.662108;-7.338058;, 18.130610;4.662108;-7.338058;, 18.130610;4.662108;7.496077;, 15.380585;8.447402;13.235433;, 15.380585;8.447402;13.235433;, -15.380585;8.447402;13.235433;, -15.380585;8.447402;13.235433;, -18.918900;8.318670;7.819844;, -18.918900;8.318670;7.819844;, -18.918900;8.318670;-7.659255;, -18.918900;8.318670;-7.659255;, -13.759199;8.318670;-10.496451;, 13.759199;8.318670;-10.496451;, 18.918900;8.318670;-7.659255;, 18.918900;8.318670;-7.659255;, 18.918900;8.318670;7.819844;, 18.918900;8.318670;7.819844;, 10.434060;11.684136;19.268583;, -10.434060;11.684136;19.268583;, -11.741140;11.734478;17.218775;, 11.741140;11.734478;17.218775;, -15.837847;9.973466;11.759476;, 15.837847;9.973466;11.759476;, 15.837847;9.973466;11.759476;, -15.837847;9.973466;11.759476;, -14.740975;10.052394;-5.956916;, -10.720710;10.052394;-8.699806;, 14.740975;10.052394;-5.956916;, 10.720710;10.052394;-8.699806;, 11.741140;11.734478;17.218775;, 7.882874;11.684136;-3.162510;, 5.732999;11.684136;-5.312385;, -5.732999;11.684136;-5.312385;, -7.882874;11.684136;-3.162510;, -11.741140;11.734478;17.218775;, -10.434060;11.684136;19.268583;, 10.434060;11.684136;19.268583;, 18.918900;8.318670;7.819844;, 18.918900;8.318670;-7.659255;, 13.759199;8.318670;-10.496451;, -13.759199;8.318670;-10.496451;, -18.918900;8.318670;-7.659255;, -18.918900;8.318670;7.819844;, -15.380585;8.447402;13.235433;, 15.380585;8.447402;13.235433;, 18.130610;4.662108;7.496077;, 18.130610;4.662108;-7.338058;, 13.185898;4.662108;-12.282769;, -13.185898;4.662108;-12.282769;, -18.130610;4.662108;-7.338058;, -18.130610;4.662108;7.496077;, -13.185898;4.662108;12.440789;, 13.185898;4.662108;12.440789;, 16.554035;4.655951;6.848544;, 16.554035;4.655951;-6.695666;, 12.039298;4.655951;-11.210403;, -12.039298;4.655951;-11.210403;, -16.554035;4.655951;-6.695666;, -16.554035;4.655951;6.848544;, -12.039298;4.655951;11.363282;, 12.039298;4.655951;11.363282;, 13.584999;-0.205961;5.629098;, 13.584999;-0.205961;-5.485901;, 9.879999;-0.205961;-9.190901;, -9.879999;-0.205961;-9.190901;, -13.584999;-0.205961;-5.485901;, -13.584999;-0.205961;5.629098;, -9.879999;-0.205961;9.334098;, 9.879999;-0.205961;9.334098;, 15.765748;-0.184672;6.524778;, 15.765748;-0.184672;-6.374470;, 11.465998;-0.184672;-11.188948;, -11.465998;-0.184672;-11.188948;, -15.765748;-0.184672;-6.374470;, -15.765748;-0.184672;6.524778;, -11.465998;-0.184672;11.341725;, 11.465998;-0.184672;11.341725;, 13.584999;-2.145112;5.629098;, 13.584999;-2.145112;-5.485901;, 9.879999;-2.145112;-9.190901;, -9.879999;-2.145112;-9.190901;, -13.584999;-2.145112;-5.485901;, -13.584999;-2.145112;5.629098;, -9.879999;-2.145112;9.334098;, 9.879999;-2.145112;9.334098;, 13.584999;-3.556539;5.629098;, 13.584999;-3.556539;-5.485901;, 9.879999;-3.556539;-9.190901;, -9.879999;-3.556539;-9.190901;, -13.584999;-3.556539;-5.485901;, -13.584999;-3.556539;5.629098;, -9.879999;-3.556539;9.334098;, 9.879999;-3.556539;9.334098;; 136; 3;75,62,61;, 3;73,75,61;, 3;77,64,62;, 3;75,77,62;, 3;111,119,112;, 3;82,111,112;, 3;82,112,113;, 3;105,82,113;, 3;79,66,65;, 3;80,67,66;, 3;78,79,65;, 3;76,78,65;, 3;65,116,76;, 3;66,79,80;, 3;110,118,59;, 3;71,110,59;, 3;144,151,152;, 3;144,152,153;, 3;145,144,153;, 3;33,144,145;, 3;137,33,145;, 3;19,11,154;, 3;146,19,154;, 3;143,151,144;, 3;33,143,144;, 3;32,19,146;, 3;138,32,146;, 3;25,28,148;, 3;149,4,3;, 3;15,149,3;, 3;16,6,4;, 3;149,16,4;, 3;17,8,5;, 3;148,17,5;, 3;24,149,15;, 3;23,24,15;, 3;26,16,149;, 3;24,26,149;, 3;28,17,148;, 3;151,159,152;, 3;147,18,155;, 3;30,18,147;, 3;139,30,147;, 3;142,150,14;, 3;21,142,14;, 3;150,158,0;, 3;14,150,0;, 3;18,9,155;, 3;70,90,96;, 3;101,88,72;, 3;88,74,72;, 3;85,72,70;, 3;68,121,55;, 3;114,68,55;, 3;2,157,13;, 3;1,2,13;, 3;60,49,47;, 3;58,60,47;, 3;114,55,53;, 3;69,120,121;, 3;68,69,121;, 3;115,114,53;, 3;115,53,51;, 3;63,115,51;, 3;117,50,49;, 3;60,117,49;, 3;63,51,50;, 3;117,63,50;, 3;10,12,13;, 3;7,10,13;, 3;156,7,13;, 3;157,156,13;, 3;58,47,120;, 3;69,58,120;, 3;70,83,90;, 3;84,85,70;, 3;72,85,101;, 3;96,84,70;, 3;94,97,89;, 3;86,100,92;, 3;81,106,95;, 3;94,81,95;, 3;91,86,92;, 3;107,108,92;, 3;93,107,92;, 3;104,81,94;, 3;89,104,94;, 3;100,99,93;, 3;92,100,93;, 3;108,109,91;, 3;92,108,91;, 3;106,107,93;, 3;95,106,93;, 3;97,98,99;, 3;99,98,95;, 3;86,102,103;, 3;97,99,100;, 3;97,100,86;, 3;86,103,87;, 3;86,87,97;, 3;93,99,95;, 3;98,97,94;, 3;95,98,94;, 3;97,87,89;, 3;125,38,37;, 3;48,125,37;, 3;124,39,38;, 3;127,135,128;, 3;57,127,128;, 3;56,129,130;, 3;122,56,130;, 3;57,128,129;, 3;56,57,129;, 3;125,124,38;, 3;52,41,39;, 3;124,52,39;, 3;40,27,140;, 3;36,22,20;, 3;34,36,20;, 3;45,136,31;, 3;44,45,31;, 3;42,29,27;, 3;40,42,27;, 3;132,40,140;, 3;133,141,22;, 3;36,133,22;, 3;132,140,141;, 3;34,20,136;, 3;45,34,136;, 3;44,31,29;, 3;42,44,29;, 3;133,132,141;, 3;126,134,35;, 3;46,126,35;, 3;54,43,131;, 3;123,54,131;; MeshMaterialList { 7; 136; 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, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 4, 5, 5, 6, 6; Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.300000;0.300000;0.300000;; TextureFilename { "ss25.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "ss25.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.500000;0.500000;0.500000;; TextureFilename { "ss25.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 1.000000;1.000000;1.000000;; TextureFilename { "ss25.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.500000;0.500000;0.500000;; TextureFilename { "ss25.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 1.000000;1.000000;1.000000;; } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 1.000000;1.000000;1.000000;; TextureFilename { "ss25.bmp"; } } } MeshNormals { 160; 0.239756;-0.316228;0.917887;, 0.239756;-0.316228;0.917887;, -0.420559;-0.554700;0.717940;, -0.420559;-0.554700;0.717940;, -0.805040;-0.554700;0.210280;, -0.717940;-0.554700;-0.420559;, -0.717940;-0.554700;-0.420559;, -0.210280;-0.554700;-0.805040;, -0.210280;-0.554700;-0.805040;, 0.420559;-0.554700;-0.717940;, 0.420559;-0.554700;-0.717940;, 0.917887;-0.316228;-0.239756;, 0.917887;-0.316228;-0.239756;, 0.385881;-0.894427;0.226044;, 0.359609;-0.432956;0.826578;, -0.320584;-0.439749;0.838956;, -0.840111;-0.446001;-0.308701;, -0.359617;-0.431991;-0.827079;, 0.320723;-0.438991;-0.839299;, 0.822522;-0.433995;-0.367569;, 0.481331;0.337344;0.809024;, 0.481331;0.337344;0.809024;, -0.227277;0.346037;0.910277;, -0.227277;0.346037;0.910277;, -0.822993;0.335968;0.458049;, -0.912639;0.346785;-0.216402;, -0.912639;0.346785;-0.216402;, -0.480972;0.338103;-0.808920;, -0.480972;0.338103;-0.808920;, 0.226979;0.346995;-0.909986;, 0.226979;0.346995;-0.909986;, 0.822727;0.336339;-0.458253;, 0.822727;0.336339;-0.458253;, 0.912758;0.346624;0.216160;, 0.201372;0.525456;0.826647;, 0.201372;0.525456;0.826647;, -0.428831;0.502282;0.750877;, -0.428831;0.502282;0.750877;, -0.849651;0.479353;0.219805;, -0.755528;0.480003;-0.445841;, -0.201262;0.526122;-0.826250;, -0.201262;0.526122;-0.826250;, 0.428664;0.502859;-0.750587;, 0.428664;0.502859;-0.750587;, 0.849545;0.479510;-0.219873;, 0.755726;0.479687;0.445845;, 0.239013;-0.873807;0.423480;, 0.239013;-0.873807;0.423480;, -0.122286;-0.860939;0.493791;, -0.122286;-0.860939;0.493791;, -0.401959;-0.885025;0.234862;, -0.450234;-0.885037;-0.118313;, -0.239262;-0.873512;-0.423945;, -0.239262;-0.873512;-0.423945;, 0.122428;-0.860575;-0.494390;, 0.122428;-0.860575;-0.494390;, 0.402190;-0.884867;-0.235059;, 0.450110;-0.885112;0.118224;, 0.136764;-0.811626;0.567943;, 0.136764;-0.811626;0.567943;, -0.314272;-0.817400;0.482794;, -0.314272;-0.817400;0.482794;, -0.603439;-0.781541;0.158286;, -0.455939;-0.869826;-0.188474;, -0.455939;-0.869826;-0.188474;, -0.293358;-0.442203;-0.847583;, 0.332426;-0.628439;-0.703248;, 0.603501;-0.781487;-0.158316;, 0.603501;-0.781487;-0.158316;, 0.524974;-0.813230;0.251117;, 0.610009;-0.298271;0.734114;, 0.610009;-0.298271;0.734114;, -0.564996;-0.182553;0.804645;, -0.564996;-0.182553;0.804645;, -0.906661;0.051875;0.418659;, -0.906661;0.051875;0.418659;, -0.803925;0.464245;-0.371728;, -0.803925;0.464245;-0.371728;, -0.200644;0.699622;-0.685763;, 0.121359;0.615895;-0.778425;, 0.650698;0.570144;-0.501526;, 0.650698;0.570144;-0.501526;, 0.928050;0.301986;0.218007;, 0.928050;0.301986;0.218007;, 0.423786;0.722333;0.546480;, -0.457646;-0.282015;0.843225;, -0.321286;0.935088;0.149619;, 0.470675;0.848203;0.242935;, -0.640113;0.733993;0.226958;, 0.602472;0.767673;0.218416;, 0.602472;0.767673;0.218416;, -0.640113;0.733993;0.226958;, -0.269960;0.945445;-0.182359;, -0.103413;0.886824;-0.450387;, 0.273760;0.952827;-0.131058;, 0.107362;0.893027;-0.437008;, 0.470675;0.848203;0.242935;, 0.102985;0.994068;-0.034963;, 0.081778;0.974129;-0.210679;, -0.038450;0.975608;-0.216126;, -0.110245;0.989852;-0.089659;, -0.321286;0.935088;0.149619;, -0.457646;-0.282015;0.843225;, 0.423786;0.722333;0.546480;, 0.928050;0.301986;0.218007;, 0.650698;0.570144;-0.501526;, 0.121359;0.615895;-0.778425;, -0.200644;0.699622;-0.685763;, -0.803925;0.464245;-0.371728;, -0.906661;0.051875;0.418659;, -0.564996;-0.182553;0.804645;, 0.610009;-0.298271;0.734114;, 0.524974;-0.813230;0.251117;, 0.603501;-0.781487;-0.158316;, 0.332426;-0.628439;-0.703248;, -0.293358;-0.442203;-0.847583;, -0.455939;-0.869826;-0.188474;, -0.603439;-0.781541;0.158286;, -0.314272;-0.817400;0.482794;, 0.136764;-0.811626;0.567943;, 0.450110;-0.885112;0.118224;, 0.402190;-0.884867;-0.235059;, 0.122428;-0.860575;-0.494390;, -0.239262;-0.873512;-0.423945;, -0.450234;-0.885037;-0.118313;, -0.401959;-0.885025;0.234862;, -0.122286;-0.860939;0.493791;, 0.239013;-0.873807;0.423480;, 0.755726;0.479687;0.445845;, 0.849545;0.479510;-0.219873;, 0.428664;0.502859;-0.750587;, -0.201262;0.526122;-0.826250;, -0.755528;0.480003;-0.445841;, -0.849651;0.479353;0.219805;, -0.428831;0.502282;0.750877;, 0.201372;0.525456;0.826647;, 0.912758;0.346624;0.216160;, 0.822727;0.336339;-0.458253;, 0.226979;0.346995;-0.909986;, -0.480972;0.338103;-0.808920;, -0.912639;0.346785;-0.216402;, -0.822993;0.335968;0.458049;, -0.227277;0.346037;0.910277;, 0.481331;0.337344;0.809024;, 0.840000;-0.446366;0.308475;, 0.822522;-0.433995;-0.367569;, 0.320723;-0.438991;-0.839299;, -0.359617;-0.431991;-0.827079;, -0.840111;-0.446001;-0.308701;, -0.822466;-0.434177;0.367479;, -0.320584;-0.439749;0.838956;, 0.359609;-0.432956;0.826578;, 0.385881;-0.894427;0.226044;, 0.917887;-0.316228;-0.239756;, 0.420559;-0.554700;-0.717940;, -0.210280;-0.554700;-0.805040;, -0.717940;-0.554700;-0.420559;, -0.805040;-0.554700;0.210280;, -0.420559;-0.554700;0.717940;, 0.239756;-0.316228;0.917887;; 136; 3;75,62,61;, 3;73,75,61;, 3;77,64,62;, 3;75,77,62;, 3;111,119,112;, 3;82,111,112;, 3;82,112,113;, 3;105,82,113;, 3;79,66,65;, 3;80,67,66;, 3;78,79,65;, 3;76,78,65;, 3;65,116,76;, 3;66,79,80;, 3;110,118,59;, 3;71,110,59;, 3;144,151,152;, 3;144,152,153;, 3;145,144,153;, 3;33,144,145;, 3;137,33,145;, 3;19,11,154;, 3;146,19,154;, 3;143,151,144;, 3;33,143,144;, 3;32,19,146;, 3;138,32,146;, 3;25,28,148;, 3;149,4,3;, 3;15,149,3;, 3;16,6,4;, 3;149,16,4;, 3;17,8,5;, 3;148,17,5;, 3;24,149,15;, 3;23,24,15;, 3;26,16,149;, 3;24,26,149;, 3;28,17,148;, 3;151,159,152;, 3;147,18,155;, 3;30,18,147;, 3;139,30,147;, 3;142,150,14;, 3;21,142,14;, 3;150,158,0;, 3;14,150,0;, 3;18,9,155;, 3;70,90,96;, 3;101,88,72;, 3;88,74,72;, 3;85,72,70;, 3;68,121,55;, 3;114,68,55;, 3;2,157,13;, 3;1,2,13;, 3;60,49,47;, 3;58,60,47;, 3;114,55,53;, 3;69,120,121;, 3;68,69,121;, 3;115,114,53;, 3;115,53,51;, 3;63,115,51;, 3;117,50,49;, 3;60,117,49;, 3;63,51,50;, 3;117,63,50;, 3;10,12,13;, 3;7,10,13;, 3;156,7,13;, 3;157,156,13;, 3;58,47,120;, 3;69,58,120;, 3;70,83,90;, 3;84,85,70;, 3;72,85,101;, 3;96,84,70;, 3;94,97,89;, 3;86,100,92;, 3;81,106,95;, 3;94,81,95;, 3;91,86,92;, 3;107,108,92;, 3;93,107,92;, 3;104,81,94;, 3;89,104,94;, 3;100,99,93;, 3;92,100,93;, 3;108,109,91;, 3;92,108,91;, 3;106,107,93;, 3;95,106,93;, 3;97,98,99;, 3;99,98,95;, 3;86,102,103;, 3;97,99,100;, 3;97,100,86;, 3;86,103,87;, 3;86,87,97;, 3;93,99,95;, 3;98,97,94;, 3;95,98,94;, 3;97,87,89;, 3;125,38,37;, 3;48,125,37;, 3;124,39,38;, 3;127,135,128;, 3;57,127,128;, 3;56,129,130;, 3;122,56,130;, 3;57,128,129;, 3;56,57,129;, 3;125,124,38;, 3;52,41,39;, 3;124,52,39;, 3;40,27,140;, 3;36,22,20;, 3;34,36,20;, 3;45,136,31;, 3;44,45,31;, 3;42,29,27;, 3;40,42,27;, 3;132,40,140;, 3;133,141,22;, 3;36,133,22;, 3;132,140,141;, 3;34,20,136;, 3;45,34,136;, 3;44,31,29;, 3;42,44,29;, 3;133,132,141;, 3;126,134,35;, 3;46,126,35;, 3;54,43,131;, 3;123,54,131;; } MeshTextureCoords { 160; 0.434211;0.998695;, 0.540098;0.899965;, 0.540098;0.670347;, 0.415754;0.466043;, 0.477501;0.466043;, 0.626235;0.466402;, 0.660649;0.465984;, 0.651171;0.670347;, 0.724488;0.466043;, 0.434211;0.998695;, 0.651171;0.899965;, 0.626235;0.466402;, 0.628956;0.943019;, 0.562312;0.943019;, 0.434211;0.965493;, 0.415754;0.422967;, 0.660649;0.422908;, 0.724488;0.422967;, 0.434211;0.965493;, 0.626235;0.423326;, 0.523452;0.938483;, 0.463469;0.919377;, 0.523452;0.631042;, 0.382296;0.363135;, 0.462574;0.363135;, 0.613842;0.363494;, 0.675457;0.363076;, 0.669370;0.631042;, 0.740494;0.363889;, 0.669370;0.938483;, 0.463469;0.919377;, 0.638189;0.996128;, 0.613842;0.363494;, 0.462574;0.363135;, 0.536454;0.917220;, 0.000000;0.000000;, 0.536454;0.652305;, 0.436274;0.351977;, 0.524244;0.353248;, 0.678180;0.353456;, 0.656430;0.652305;, 0.734991;0.351977;, 0.656430;0.917220;, 0.442798;0.901975;, 0.632435;0.966891;, 0.560449;0.966891;, 0.000000;0.000000;, 0.527931;0.925057;, 0.436188;0.197042;, 0.527931;0.645255;, 0.555001;0.592792;, 0.636210;0.592792;, 0.779599;0.195771;, 0.663279;0.645255;, 0.484508;0.776687;, 0.663279;0.925057;, 0.696757;0.197251;, 0.505518;0.197042;, 0.521471;0.938381;, 0.470701;0.749586;, 0.521471;0.631931;, 0.409194;0.186730;, 0.491212;0.186730;, 0.640061;0.574472;, 0.737267;0.186730;, 0.082386;0.749501;, 0.425426;0.749501;, 0.489746;0.749501;, 0.640061;0.995841;, 0.551118;0.995841;, 0.016445;0.635775;, 0.506785;0.651764;, 0.487461;0.635775;, 0.396013;0.083663;, 0.470006;0.620020;, 0.485842;0.087168;, 0.007812;0.647358;, 0.742595;0.087168;, 0.074929;0.647358;, 0.432884;0.647358;, 0.500000;0.647358;, 0.679688;0.913093;, 0.485842;0.087168;, 0.033252;0.620020;, 0.101614;0.461232;, 0.403590;0.462506;, 0.936072;0.466486;, 0.739709;0.466485;, 0.440205;0.559620;, 0.705452;0.564490;, 0.057217;0.572363;, 0.970329;0.564490;, 0.961157;0.882533;, 0.927539;0.931773;, 0.714624;0.882533;, 0.748242;0.931773;, 0.070618;0.525657;, 0.771973;0.832368;, 0.789950;0.870962;, 0.885831;0.870962;, 0.903809;0.832368;, 0.430046;0.518010;, 0.925142;0.429688;, 0.750639;0.429688;, 0.679688;0.635214;, 0.742595;0.087168;, 0.722834;0.964026;, 0.952947;0.964026;, 0.996094;0.913093;, 0.996094;0.635214;, 0.001028;0.651764;, 0.396013;0.083663;, 0.491212;0.186730;, 0.737267;0.186730;, 0.669709;0.938381;, 0.669709;0.631931;, 0.018066;0.749501;, 0.551118;0.574472;, 0.037112;0.749586;, 0.409194;0.186730;, 0.555001;0.977520;, 0.636210;0.977520;, 0.779599;0.195771;, 0.019399;0.776687;, 0.696757;0.197251;, 0.505518;0.197042;, 0.000000;0.000000;, 0.436188;0.197042;, 0.524244;0.353248;, 0.678180;0.353456;, 0.734991;0.351977;, 0.061108;0.901975;, 0.632435;0.602633;, 0.560449;0.602633;, 0.000000;0.000000;, 0.436274;0.351977;, 0.554648;0.996128;, 0.675457;0.363076;, 0.740494;0.363889;, 0.040438;0.919377;, 0.638189;0.573397;, 0.554648;0.573397;, 0.040438;0.919377;, 0.382296;0.363135;, 0.477501;0.422967;, 0.660649;0.422908;, 0.724488;0.422967;, 0.069695;0.965493;, 0.626235;0.423326;, 0.477501;0.422967;, 0.069695;0.965493;, 0.415754;0.422967;, 0.477501;0.466043;, 0.660649;0.465984;, 0.724488;0.466043;, 0.069695;0.998695;, 0.628956;0.627294;, 0.562312;0.627294;, 0.069695;0.998695;, 0.415754;0.466043;; } } Frame frm-afuselg { 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 afuselg { 14; -14.013987;-0.197953;11.987489;, -14.013987;-0.197953;9.486247;, -14.013987;4.660439;11.987489;, 14.013987;-0.197953;11.987489;, 14.013987;-0.197953;9.486247;, 14.013987;4.660439;11.987489;, 14.013987;4.660439;9.486247;, 14.013987;4.660439;11.987489;, 14.013987;-0.197953;9.486247;, 14.013987;-0.197953;11.987489;, -14.013987;4.660439;9.486247;, -14.013987;4.660439;11.987489;, -14.013987;-0.197953;9.486247;, -14.013987;-0.197953;11.987489;; 12; 3;10,1,0;, 3;2,10,0;, 3;6,4,1;, 3;10,6,1;, 3;5,3,4;, 3;6,5,4;, 3;6,10,2;, 3;5,6,2;, 3;12,8,9;, 3;13,12,9;, 3;11,13,9;, 3;7,11,9;; MeshMaterialList { 2; 12; 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1; Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "ss25.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.400000;0.400000;0.400000;; TextureFilename { "ss25.bmp"; } } } MeshNormals { 14; -0.816497;-0.408248;0.408248;, -0.333333;-0.666667;-0.666667;, -0.333333;0.666667;0.666667;, 0.333333;-0.666667;0.666667;, 0.816497;-0.408248;-0.408248;, 0.816497;0.408248;0.408248;, 0.333333;0.666667;-0.666667;, 0.816497;0.408248;0.408248;, 0.816497;-0.408248;-0.408248;, 0.333333;-0.666667;0.666667;, -0.816497;0.408248;-0.408248;, -0.333333;0.666667;0.666667;, -0.333333;-0.666667;-0.666667;, -0.816497;-0.408248;0.408248;; 12; 3;10,1,0;, 3;2,10,0;, 3;6,4,1;, 3;10,6,1;, 3;5,3,4;, 3;6,5,4;, 3;6,10,2;, 3;5,6,2;, 3;12,8,9;, 3;13,12,9;, 3;11,13,9;, 3;7,11,9;; } MeshTextureCoords { 14; 0.775391;0.417848;, 0.820312;0.417848;, 0.775391;0.277465;, 0.775391;0.417848;, 0.820312;0.417848;, 0.775391;0.277465;, 0.820312;0.277465;, 0.345703;0.074219;, 0.345703;0.207031;, 0.345703;0.207031;, 0.820312;0.277465;, 0.000000;0.074219;, 0.000000;0.207031;, 0.000000;0.207031;; } } } Frame frm-tfuselg { 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 tfuselg { 20; -5.829877;11.684292;19.255587;, -5.829877;4.660100;-12.277269;, -8.540995;13.418447;19.180735;, -8.540995;13.418447;19.180735;, -8.540995;13.418447;-14.556226;, -8.540995;13.418447;-14.556226;, 5.829877;11.684292;19.255587;, 5.829877;4.660100;-12.277269;, 8.540995;13.418447;19.180735;, 8.540995;13.418447;19.180735;, 8.540995;13.418447;-14.556226;, 8.540995;13.418447;-14.556226;, 8.540995;13.418447;-14.556226;, 8.540995;13.418447;19.180735;, 5.829877;4.660100;-12.277269;, 5.829877;11.684292;19.255587;, -8.540995;13.418447;-14.556226;, -8.540995;13.418447;19.180735;, -5.829877;4.660100;-12.277269;, -5.829877;11.684292;19.255587;; 10; 3;0,3,5;, 3;10,9,6;, 3;6,14,10;, 3;5,1,0;, 3;4,11,7;, 3;7,18,4;, 3;2,19,15;, 3;15,13,2;, 3;17,8,12;, 3;12,16,17;; MeshMaterialList { 3; 10; 0, 0, 0, 0, 1, 1, 2, 2, 2, 2; Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.600000;0.600000;0.600000;; TextureFilename { "ss25.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 1.000000;1.000000;1.000000;; TextureFilename { "ss25.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.500000;0.500000;0.500000;; TextureFilename { "ss25.bmp"; } } } MeshNormals { 20; -0.712992;-0.515575;0.475211;, -0.673917;-0.374345;-0.636948;, -0.223165;0.515143;0.827541;, -0.223165;0.515143;0.827541;, -0.625093;-0.274836;-0.730564;, -0.625093;-0.274836;-0.730564;, 0.563252;-0.392106;0.727324;, 0.426652;-0.349157;-0.834301;, 0.467450;0.174123;0.866702;, 0.467450;0.174123;0.866702;, 0.834692;0.286451;-0.470356;, 0.834692;0.286451;-0.470356;, 0.834692;0.286451;-0.470356;, 0.467450;0.174123;0.866702;, 0.426652;-0.349157;-0.834301;, 0.563252;-0.392106;0.727324;, -0.625093;-0.274836;-0.730564;, -0.223165;0.515143;0.827541;, -0.673917;-0.374345;-0.636948;, -0.712992;-0.515575;0.475211;; 10; 3;0,3,5;, 3;10,9,6;, 3;6,14,10;, 3;5,1,0;, 3;4,11,7;, 3;7,18,4;, 3;2,19,15;, 3;15,13,2;, 3;17,8,12;, 3;12,16,17;; } MeshTextureCoords { 20; 0.443359;0.061914;, 0.960660;0.296875;, 0.001953;0.007812;, 0.444587;0.003906;, 0.001953;0.218750;, 0.998047;0.003906;, 0.443359;0.061914;, 0.194201;0.445312;, 0.908203;0.998729;, 0.444587;0.003906;, 0.998047;0.003906;, 0.230469;0.218750;, 0.908203;0.425781;, 0.226562;0.007812;, 0.960660;0.296875;, 0.190914;0.019414;, 0.771484;0.425781;, 0.771484;0.998729;, 0.038221;0.445312;, 0.037601;0.019414;; } } Frame frm-bfuselg { 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 bfuselg { 20; -2.745600;-4.814494;2.769037;, -2.745600;-4.814494;2.769037;, -2.745600;-4.814494;-2.722162;, -2.745600;-4.814494;-2.722162;, -3.366107;-3.093926;2.769037;, -3.366107;-3.093926;-2.722162;, 2.745600;-4.814494;2.769037;, 2.745600;-4.814494;2.769037;, 2.745600;-4.814494;-2.722162;, 2.745600;-4.814494;-2.722162;, 3.366107;-3.093926;2.769037;, 3.366107;-3.093926;-2.722162;, 3.366107;-3.093926;-2.722162;, 3.366107;-3.093926;2.769037;, 2.745600;-4.814494;-2.722162;, 2.745600;-4.814494;2.769037;, -3.366107;-3.093926;-2.722162;, -3.366107;-3.093926;2.769037;, -2.745600;-4.814494;-2.722162;, -2.745600;-4.814494;2.769037;; 10; 3;5,3,1;, 3;4,5,1;, 3;10,7,8;, 3;12,10,8;, 3;11,9,2;, 3;16,11,2;, 3;17,0,6;, 3;13,17,6;, 3;18,14,15;, 3;19,18,15;; MeshMaterialList { 2; 10; 0, 0, 0, 0, 0, 0, 0, 0, 1, 1; Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.600000;0.600000;0.600000;; TextureFilename { "ss25.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.400000;0.400000;0.400000;; TextureFilename { "ss25.bmp"; } } } MeshNormals { 20; -0.693631;-0.618831;0.368680;, -0.693631;-0.618831;0.368680;, -0.292302;-0.726875;-0.621459;, -0.292302;-0.726875;-0.621459;, -0.420692;-0.151719;0.894427;, -0.841383;-0.303437;-0.447214;, 0.292302;-0.726875;0.621459;, 0.292302;-0.726875;0.621459;, 0.693631;-0.618831;-0.368680;, 0.693631;-0.618831;-0.368680;, 0.841383;-0.303437;0.447214;, 0.420692;-0.151719;-0.894427;, 0.420692;-0.151719;-0.894427;, 0.841383;-0.303437;0.447214;, 0.693631;-0.618831;-0.368680;, 0.292302;-0.726875;0.621459;, -0.841383;-0.303437;-0.447214;, -0.420692;-0.151719;0.894427;, -0.292302;-0.726875;-0.621459;, -0.693631;-0.618831;0.368680;; 10; 3;5,3,1;, 3;4,5,1;, 3;10,7,8;, 3;12,10,8;, 3;11,9,2;, 3;16,11,2;, 3;17,0,6;, 3;13,17,6;, 3;18,14,15;, 3;19,18,15;; } MeshTextureCoords { 20; 0.809242;0.214340;, 0.892578;0.214844;, 0.809242;0.214340;, 0.800781;0.214844;, 0.892578;0.171875;, 0.800781;0.171875;, 0.884117;0.214340;, 0.892578;0.214844;, 0.800781;0.214844;, 0.884117;0.214340;, 0.892578;0.171875;, 0.892578;0.172379;, 0.800781;0.171875;, 0.892578;0.172379;, 0.925762;0.234375;, 0.925762;0.417969;, 0.800781;0.172379;, 0.800781;0.172379;, 0.834003;0.234375;, 0.834003;0.417969;; } } Frame frm-SSb { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, 0.000000,-5.548110,0.000000,1.000000;; } Mesh SSb { 6; 0.000000;0.000000;-0.468094;, -0.468094;0.000000;0.000000;, 0.000000;0.000000;0.468094;, 0.468094;0.000000;0.000000;, 0.000000;0.468094;0.000000;, 0.000000;-0.468094;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 1.000000;0.000000;0.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 1.000000;0.000000;0.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } } Frame frm-SSt { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, 0.000000,14.051800,0.000000,1.000000;; } Mesh SSt { 6; 0.000000;0.000000;-0.468094;, -0.468094;0.000000;0.000000;, 0.000000;0.000000;0.468094;, 0.468094;0.000000;0.000000;, 0.000000;0.468094;0.000000;, 0.000000;-0.468094;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 0.000000;1.000000;0.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 0.000000;1.000000;0.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS9 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, -8.545968,13.419951,14.751882,1.000000;; } Mesh SS9 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 1.000000;1.000000;0.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 1.000000;1.000000;0.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS7 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, -4.238067,13.419951,14.751882,1.000000;; } Mesh SS7 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 0.000000;1.000000;0.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 0.000000;1.000000;0.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS8 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, 0.005185,13.419951,14.751882,1.000000;; } Mesh SS8 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 0.988701;0.000000;0.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 0.988701;0.000000;0.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS10 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, 4.270275,13.419951,14.751882,1.000000;; } Mesh SS10 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 1.000000;0.457627;0.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 1.000000;0.457627;0.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS11 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, 8.544567,13.419951,14.751882,1.000000;; } Mesh SS11 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 0.000000;0.000000;1.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 0.000000;0.000000;1.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS6 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, 7.157692,8.981112,14.751882,1.000000;; } Mesh SS6 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 0.988701;1.000000;0.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 0.988701;1.000000;0.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS5 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, 5.847862,4.687060,12.539526,1.000000;; } Mesh SS5 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 0.000000;1.000000;0.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 0.000000;1.000000;0.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS4 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, 0.001742,4.687060,12.539526,1.000000;; } Mesh SS4 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 0.988701;0.000000;0.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 0.988701;0.000000;0.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS3 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, -5.818509,4.687060,12.539526,1.000000;; } Mesh SS3 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 1.000000;0.457627;0.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 1.000000;0.457627;0.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS2 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, -7.163634,8.981112,14.751882,1.000000;; } Mesh SS2 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 0.000000;0.000000;1.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 0.000000;0.000000;1.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS12 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, -6.382157,13.419951,14.751882,1.000000;; } Mesh SS12 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 0.000000;0.000000;1.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 0.000000;0.000000;1.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS13 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, -2.124348,13.419951,14.751882,1.000000;; } Mesh SS13 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 1.000000;0.564972;0.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 1.000000;0.564972;0.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS14 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, 6.382955,13.419951,14.751882,1.000000;; } Mesh SS14 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 0.000000;1.000000;0.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 0.000000;1.000000;0.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS1 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, 7.796977,11.004762,14.198790,1.000000;; } Mesh SS1 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 0.988701;1.000000;0.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 0.988701;1.000000;0.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS15 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, 6.520192,6.934224,13.117196,1.000000;; } Mesh SS15 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 0.000000;0.000000;1.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 0.000000;0.000000;1.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS16 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, 2.919871,4.676636,12.539526,1.000000;; } Mesh SS16 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 1.000000;0.564972;0.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 1.000000;0.564972;0.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS17 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, -2.952116,4.676636,12.539526,1.000000;; } Mesh SS17 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 0.988701;0.000000;0.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 0.988701;0.000000;0.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS18 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, -6.540837,6.934224,13.117196,1.000000;; } Mesh SS18 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 0.000000;1.000000;0.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 0.000000;1.000000;0.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS19 { FrameTransformMatrix { 0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,0.000010,0.000000, -7.797313,11.004762,14.198790,1.000000;; } Mesh SS19 { 6; 0.000000;0.000000;-0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 0.988701;0.000000;0.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 0.988701;0.000000;0.000000;; } } MeshNormals { 6; 0.000000;0.000000;-1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;5,3,2;, 3;4,2,3;, 3;5,2,1;, 3;4,1,2;, 3;5,1,0;, 3;4,0,1;, 3;5,0,3;, 3;4,3,0;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } Frame frm-SS20 { FrameTransformMatrix { -0.000010,0.000000,0.000000,0.000000, 0.000000,0.000010,0.000000,0.000000, 0.000000,0.000000,-0.000010,0.000000, 2.124348,13.419951,14.751882,1.000000;; } Mesh SS20 { 6; 0.000000;0.000000;0.375000;, -0.375000;0.000000;0.000000;, 0.000000;0.000000;-0.375000;, 0.375000;0.000000;0.000000;, 0.000000;0.375000;0.000000;, 0.000000;-0.375000;0.000000;; 8; 3;2,3,5;, 3;3,2,4;, 3;1,2,5;, 3;2,1,4;, 3;0,1,5;, 3;1,0,4;, 3;3,0,5;, 3;0,3,4;; MeshMaterialList { 1; 8; 0, 0, 0, 0, 0, 0, 0, 0; Material { 1.000000;0.000000;0.000000;0.500000;; 0.000000; 1.000000;1.000000;1.000000;; 1.000000;0.000000;0.000000;; } } MeshNormals { 6; 0.000000;0.000000;1.000000;, -1.000000;0.000000;0.000000;, 0.000000;0.000000;-1.000000;, 1.000000;0.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;-1.000000;0.000000;; 8; 3;2,3,5;, 3;3,2,4;, 3;1,2,5;, 3;2,1,4;, 3;0,1,5;, 3;1,0,4;, 3;3,0,5;, 3;0,3,4;; } MeshTextureCoords { 6; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } } } } } } AnimationSet { Animation anim-SSb { {frm-SSb} AnimationKey { 1; 16; 1; 3; 0.000010, 0.000010, 0.000010;;, 10; 3; 0.000010, 0.000010, 0.000010;;, 11; 3; 0.659575, 0.659575, 0.659575;;, 12; 3; 1.334670, 1.334670, 1.334670;;, 13; 3; 1.998585, 1.998585, 1.998585;;, 15; 3; 1.599412, 1.599412, 1.599412;;, 16; 3; 1.399826, 1.399826, 1.399826;;, 17; 3; 1.200240, 1.200240, 1.200240;;, 18; 3; 1.000654, 1.000654, 1.000654;;, 19; 3; 0.801068, 0.801068, 0.801068;;, 20; 3; 0.601481, 0.601481, 0.601481;;, 21; 3; 0.401895, 0.401895, 0.401895;;, 22; 3; 0.202309, 0.202309, 0.202309;;, 23; 3; 0.002723, 0.002723, 0.002723;;, 24; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; 0.000000, -5.548110, 0.000000;;, 30; 3; 0.000000, -5.548110, 0.000000;;; } } Animation anim-SSt { {frm-SSt} AnimationKey { 1; 16; 1; 3; 0.000010, 0.000010, 0.000010;;, 10; 3; 0.000010, 0.000010, 0.000010;;, 11; 3; 0.659575, 0.659575, 0.659575;;, 12; 3; 1.334670, 1.334670, 1.334670;;, 13; 3; 1.998585, 1.998585, 1.998585;;, 15; 3; 1.599412, 1.599412, 1.599412;;, 16; 3; 1.399826, 1.399826, 1.399826;;, 17; 3; 1.200240, 1.200240, 1.200240;;, 18; 3; 1.000654, 1.000654, 1.000654;;, 19; 3; 0.801068, 0.801068, 0.801068;;, 20; 3; 0.601481, 0.601481, 0.601481;;, 21; 3; 0.401895, 0.401895, 0.401895;;, 22; 3; 0.202309, 0.202309, 0.202309;;, 23; 3; 0.002723, 0.002723, 0.002723;;, 24; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; 0.000000, 14.051800, 0.000000;;, 30; 3; 0.000000, 14.051800, 0.000000;;; } } Animation anim-SS9 { {frm-SS9} AnimationKey { 1; 8; 1; 3; 0.000010, 0.000010, 0.000010;;, 2; 3; 0.500005, 0.500005, 0.500005;;, 3; 3; 1.000000, 1.000000, 1.000000;;, 4; 3; 0.750002, 0.750002, 0.750002;;, 5; 3; 0.500005, 0.500005, 0.500005;;, 6; 3; 0.250007, 0.250007, 0.250007;;, 7; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; -8.545968, 13.419951, -14.751882;;, 30; 3; -8.545968, 13.419951, -14.751882;;; } } Animation anim-SS7 { {frm-SS7} AnimationKey { 1; 8; 1; 3; 0.000010, 0.000010, 0.000010;;, 2; 3; 0.500005, 0.500005, 0.500005;;, 3; 3; 1.000000, 1.000000, 1.000000;;, 4; 3; 0.750002, 0.750002, 0.750002;;, 5; 3; 0.500005, 0.500005, 0.500005;;, 6; 3; 0.250007, 0.250007, 0.250007;;, 7; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; -4.238067, 13.419951, -14.751882;;, 30; 3; -4.238067, 13.419951, -14.751882;;; } } Animation anim-SS8 { {frm-SS8} AnimationKey { 1; 8; 1; 3; 0.000010, 0.000010, 0.000010;;, 2; 3; 0.500005, 0.500005, 0.500005;;, 3; 3; 1.000000, 1.000000, 1.000000;;, 4; 3; 0.750002, 0.750002, 0.750002;;, 5; 3; 0.500005, 0.500005, 0.500005;;, 6; 3; 0.250007, 0.250007, 0.250007;;, 7; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; 0.005185, 13.419951, -14.751882;;, 30; 3; 0.005185, 13.419951, -14.751882;;; } } Animation anim-SS10 { {frm-SS10} AnimationKey { 1; 8; 1; 3; 0.000010, 0.000010, 0.000010;;, 2; 3; 0.500005, 0.500005, 0.500005;;, 3; 3; 1.000000, 1.000000, 1.000000;;, 4; 3; 0.750002, 0.750002, 0.750002;;, 5; 3; 0.500005, 0.500005, 0.500005;;, 6; 3; 0.250007, 0.250007, 0.250007;;, 7; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; 4.270275, 13.419951, -14.751882;;, 30; 3; 4.270275, 13.419951, -14.751882;;; } } Animation anim-SS11 { {frm-SS11} AnimationKey { 1; 8; 1; 3; 0.000010, 0.000010, 0.000010;;, 2; 3; 0.500005, 0.500005, 0.500005;;, 3; 3; 1.000000, 1.000000, 1.000000;;, 4; 3; 0.750002, 0.750002, 0.750002;;, 5; 3; 0.500005, 0.500005, 0.500005;;, 6; 3; 0.250007, 0.250007, 0.250007;;, 7; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; 8.544567, 13.419951, -14.751882;;, 30; 3; 8.544567, 13.419951, -14.751882;;; } } Animation anim-SS6 { {frm-SS6} AnimationKey { 1; 8; 1; 3; 0.000010, 0.000010, 0.000010;;, 2; 3; 0.500005, 0.500005, 0.500005;;, 3; 3; 1.000000, 1.000000, 1.000000;;, 4; 3; 0.750002, 0.750002, 0.750002;;, 5; 3; 0.500005, 0.500005, 0.500005;;, 6; 3; 0.250007, 0.250007, 0.250007;;, 7; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; 7.157692, 8.981112, -14.751882;;, 30; 3; 7.157692, 8.981112, -14.751882;;; } } Animation anim-SS5 { {frm-SS5} AnimationKey { 1; 8; 1; 3; 0.000010, 0.000010, 0.000010;;, 2; 3; 0.500005, 0.500005, 0.500005;;, 3; 3; 1.000000, 1.000000, 1.000000;;, 4; 3; 0.750002, 0.750002, 0.750002;;, 5; 3; 0.500005, 0.500005, 0.500005;;, 6; 3; 0.250007, 0.250007, 0.250007;;, 7; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; 5.847862, 4.687060, -12.539526;;, 30; 3; 5.847862, 4.687060, -12.539526;;; } } Animation anim-SS4 { {frm-SS4} AnimationKey { 1; 8; 1; 3; 0.000010, 0.000010, 0.000010;;, 2; 3; 0.500005, 0.500005, 0.500005;;, 3; 3; 1.000000, 1.000000, 1.000000;;, 4; 3; 0.750002, 0.750002, 0.750002;;, 5; 3; 0.500005, 0.500005, 0.500005;;, 6; 3; 0.250007, 0.250007, 0.250007;;, 7; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; 0.001742, 4.687060, -12.539526;;, 30; 3; 0.001742, 4.687060, -12.539526;;; } } Animation anim-SS3 { {frm-SS3} AnimationKey { 1; 8; 1; 3; 0.000010, 0.000010, 0.000010;;, 2; 3; 0.500005, 0.500005, 0.500005;;, 3; 3; 1.000000, 1.000000, 1.000000;;, 4; 3; 0.750002, 0.750002, 0.750002;;, 5; 3; 0.500005, 0.500005, 0.500005;;, 6; 3; 0.250007, 0.250007, 0.250007;;, 7; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; -5.818509, 4.687060, -12.539526;;, 30; 3; -5.818509, 4.687060, -12.539526;;; } } Animation anim-SS2 { {frm-SS2} AnimationKey { 1; 8; 1; 3; 0.000010, 0.000010, 0.000010;;, 2; 3; 0.500005, 0.500005, 0.500005;;, 3; 3; 1.000000, 1.000000, 1.000000;;, 4; 3; 0.750002, 0.750002, 0.750002;;, 5; 3; 0.500005, 0.500005, 0.500005;;, 6; 3; 0.250007, 0.250007, 0.250007;;, 7; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; -7.163634, 8.981112, -14.751882;;, 30; 3; -7.163634, 8.981112, -14.751882;;; } } Animation anim-SS12 { {frm-SS12} AnimationKey { 1; 10; 1; 3; 0.000010, 0.000010, 0.000010;;, 14; 3; 0.000010, 0.000010, 0.000010;;, 15; 3; 0.011272, 0.011272, 0.011272;;, 16; 3; 0.511267, 0.511267, 0.511267;;, 17; 3; 0.994369, 0.994369, 0.994369;;, 18; 3; 0.744371, 0.744371, 0.744371;;, 19; 3; 0.494374, 0.494374, 0.494374;;, 20; 3; 0.244375, 0.244375, 0.244375;;, 21; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; -6.382157, 13.419951, -14.751882;;, 30; 3; -6.382157, 13.419951, -14.751882;;; } } Animation anim-SS13 { {frm-SS13} AnimationKey { 1; 10; 1; 3; 0.000010, 0.000010, 0.000010;;, 14; 3; 0.000010, 0.000010, 0.000010;;, 15; 3; 0.011272, 0.011272, 0.011272;;, 16; 3; 0.511267, 0.511267, 0.511267;;, 17; 3; 0.994369, 0.994369, 0.994369;;, 18; 3; 0.744371, 0.744371, 0.744371;;, 19; 3; 0.494374, 0.494374, 0.494374;;, 20; 3; 0.244375, 0.244375, 0.244375;;, 21; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; -2.124348, 13.419951, -14.751882;;, 30; 3; -2.124348, 13.419951, -14.751882;;; } } Animation anim-SS14 { {frm-SS14} AnimationKey { 1; 10; 1; 3; 0.000010, 0.000010, 0.000010;;, 14; 3; 0.000010, 0.000010, 0.000010;;, 15; 3; 0.011272, 0.011272, 0.011272;;, 16; 3; 0.511267, 0.511267, 0.511267;;, 17; 3; 0.994369, 0.994369, 0.994369;;, 18; 3; 0.744371, 0.744371, 0.744371;;, 19; 3; 0.494374, 0.494374, 0.494374;;, 20; 3; 0.244375, 0.244375, 0.244375;;, 21; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; 6.382955, 13.419951, -14.751882;;, 30; 3; 6.382955, 13.419951, -14.751882;;; } } Animation anim-SS1 { {frm-SS1} AnimationKey { 1; 10; 1; 3; 0.000010, 0.000010, 0.000010;;, 14; 3; 0.000010, 0.000010, 0.000010;;, 15; 3; 0.011272, 0.011272, 0.011272;;, 16; 3; 0.511267, 0.511267, 0.511267;;, 17; 3; 0.994369, 0.994369, 0.994369;;, 18; 3; 0.744371, 0.744371, 0.744371;;, 19; 3; 0.494374, 0.494374, 0.494374;;, 20; 3; 0.244375, 0.244375, 0.244375;;, 21; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; 7.796977, 11.004762, -14.198790;;, 30; 3; 7.796977, 11.004762, -14.198790;;; } } Animation anim-SS15 { {frm-SS15} AnimationKey { 1; 10; 1; 3; 0.000010, 0.000010, 0.000010;;, 14; 3; 0.000010, 0.000010, 0.000010;;, 15; 3; 0.011272, 0.011272, 0.011272;;, 16; 3; 0.511267, 0.511267, 0.511267;;, 17; 3; 0.994369, 0.994369, 0.994369;;, 18; 3; 0.744371, 0.744371, 0.744371;;, 19; 3; 0.494374, 0.494374, 0.494374;;, 20; 3; 0.244375, 0.244375, 0.244375;;, 21; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; 6.520192, 6.934224, -13.117196;;, 30; 3; 6.520192, 6.934224, -13.117196;;; } } Animation anim-SS16 { {frm-SS16} AnimationKey { 1; 10; 1; 3; 0.000010, 0.000010, 0.000010;;, 14; 3; 0.000010, 0.000010, 0.000010;;, 15; 3; 0.011272, 0.011272, 0.011272;;, 16; 3; 0.511267, 0.511267, 0.511267;;, 17; 3; 0.994369, 0.994369, 0.994369;;, 18; 3; 0.744371, 0.744371, 0.744371;;, 19; 3; 0.494374, 0.494374, 0.494374;;, 20; 3; 0.244375, 0.244375, 0.244375;;, 21; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; 2.919871, 4.676636, -12.539526;;, 30; 3; 2.919871, 4.676636, -12.539526;;; } } Animation anim-SS17 { {frm-SS17} AnimationKey { 1; 10; 1; 3; 0.000010, 0.000010, 0.000010;;, 14; 3; 0.000010, 0.000010, 0.000010;;, 15; 3; 0.011272, 0.011272, 0.011272;;, 16; 3; 0.511267, 0.511267, 0.511267;;, 17; 3; 0.994369, 0.994369, 0.994369;;, 18; 3; 0.744371, 0.744371, 0.744371;;, 19; 3; 0.494374, 0.494374, 0.494374;;, 20; 3; 0.244375, 0.244375, 0.244375;;, 21; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; -2.952116, 4.676636, -12.539526;;, 30; 3; -2.952116, 4.676636, -12.539526;;; } } Animation anim-SS18 { {frm-SS18} AnimationKey { 1; 10; 1; 3; 0.000010, 0.000010, 0.000010;;, 14; 3; 0.000010, 0.000010, 0.000010;;, 15; 3; 0.011272, 0.011272, 0.011272;;, 16; 3; 0.511267, 0.511267, 0.511267;;, 17; 3; 0.994369, 0.994369, 0.994369;;, 18; 3; 0.744371, 0.744371, 0.744371;;, 19; 3; 0.494374, 0.494374, 0.494374;;, 20; 3; 0.244375, 0.244375, 0.244375;;, 21; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; -6.540837, 6.934224, -13.117196;;, 30; 3; -6.540837, 6.934224, -13.117196;;; } } Animation anim-SS19 { {frm-SS19} AnimationKey { 1; 10; 1; 3; 0.000010, 0.000010, 0.000010;;, 14; 3; 0.000010, 0.000010, 0.000010;;, 15; 3; 0.011272, 0.011272, 0.011272;;, 16; 3; 0.511267, 0.511267, 0.511267;;, 17; 3; 0.994369, 0.994369, 0.994369;;, 18; 3; 0.744371, 0.744371, 0.744371;;, 19; 3; 0.494374, 0.494374, 0.494374;;, 20; 3; 0.244375, 0.244375, 0.244375;;, 21; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; -7.797313, 11.004762, -14.198790;;, 30; 3; -7.797313, 11.004762, -14.198790;;; } } Animation anim-SS20 { {frm-SS20} AnimationKey { 0; 2; 1; 4; 0.000000, 0.000000, 1.000000, 0.000000;;, # Original(0.000000, 179.999985, 0.000000) Reextracted(0.000000, 179.999985, 0.000000) 30; 4; 0.000000, 0.000000, 1.000000, 0.000000;;; # Original(0.000000, 179.999985, 0.000000) Reextracted(0.000000, 179.999985, 0.000000) } AnimationKey { 1; 10; 1; 3; 0.000010, 0.000010, 0.000010;;, 14; 3; 0.000010, 0.000010, 0.000010;;, 15; 3; 0.011272, 0.011272, 0.011272;;, 16; 3; 0.511267, 0.511267, 0.511267;;, 17; 3; 0.994369, 0.994369, 0.994369;;, 18; 3; 0.744371, 0.744371, 0.744371;;, 19; 3; 0.494374, 0.494374, 0.494374;;, 20; 3; 0.244375, 0.244375, 0.244375;;, 21; 3; 0.000010, 0.000010, 0.000010;;, 30; 3; 0.000010, 0.000010, 0.000010;;; } AnimationKey { 2; 2; 1; 3; 2.124348, 13.419951, -14.751882;;, 30; 3; 2.124348, 13.419951, -14.751882;;; } } }