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]; } template XSkinMeshHeader { <3cf169ce-ff7c-44ab-93c0-f78f62d172e2> WORD nMaxSkinWeightsPerVertex; WORD nMaxSkinWeightsPerFace; WORD nBones; } template SkinWeights { <6f0d123b-bad2-4167-a0d0-80224f25fabb> STRING transformNodeName; DWORD nWeights; array DWORD vertexIndices[nWeights]; array FLOAT weights[nWeights]; Matrix4x4 matrixOffset; } template AnimTicksPerSecond { <9e415a43-7ba6-4a73-8743-b73d47e88476> DWORD AnimTicksPerSecond; } template Animation { <3d82ab4f-62da-11cf-ab39-0020af71e433> [...] } template AnimationSet { <3d82ab50-62da-11cf-ab39-0020af71e433> [Animation <3d82ab4f-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]; } Material _05_-_Defaultaaaa { 1.000000;1.000000;1.000000;1.000000;; 9.999999; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "MaleBody01.png"; } } Frame Dummy01 { FrameTransformMatrix { 1.000000,0.000000,0.000000,0.000000,0.000000,-0.000000,-1.000000,0.000000,0.000000,1.000000,-0.000000,0.000000,0.000000,0.000000,0.000000,1.000000;; } Frame Bip01 { FrameTransformMatrix { 0.000002,1.000000,0.000000,0.000000,0.000000,-0.000000,1.000000,0.000000,1.000000,-0.000002,-0.000000,0.000000,0.003000,-0.012354,0.504968,1.000000;; } Frame Bip01_Pelvis { FrameTransformMatrix { 0.000000,1.000000,-0.000001,0.000000,-0.000001,0.000001,1.000000,0.000000,1.000000,0.000000,0.000001,0.000000,0.000000,0.000000,0.000000,1.000000;; } Frame Bip01_Spine { FrameTransformMatrix { 0.998192,0.000001,-0.060114,0.000000,-0.000001,1.000000,0.000004,0.000000,0.060114,-0.000004,0.998192,0.000000,0.051628,0.000000,-0.000085,1.000000;; } Frame Bip01_Spine1 { FrameTransformMatrix { 0.991416,-0.000000,-0.130742,0.000000,0.000000,1.000000,-0.000000,0.000000,0.130742,-0.000000,0.991416,0.000000,0.106469,0.000000,-0.000084,1.000000;; } Frame Bip01_Neck { FrameTransformMatrix { 0.903366,0.000001,0.428870,0.000000,-0.000001,1.000000,-0.000000,0.000000,-0.428870,-0.000000,0.903366,0.000000,0.130516,0.000000,0.004628,1.000000;; } Frame Bip01_Head { FrameTransformMatrix { 0.999242,-0.000000,-0.038921,0.000000,0.000000,1.000000,-0.000000,0.000000,0.038921,-0.000000,0.999242,0.000000,0.033674,-0.000000,0.000000,1.000000;; } Frame Bip01_HeadNub { 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.169824,-0.000000,-0.000000,1.000000;; } } } Frame Bip01_L_Clavicle { FrameTransformMatrix { -0.308853,0.939693,0.146926,0.000000,0.848565,0.342019,-0.403683,0.000000,-0.429589,-0.000003,-0.903024,0.000000,-0.023698,0.015715,0.006128,1.000000;; } Frame Bip01_L_UpperArm { FrameTransformMatrix { 0.449161,-0.778205,0.438921,0.000000,0.859628,0.510304,0.025085,0.000000,-0.243504,0.366042,0.898176,0.000000,0.087086,0.000000,0.000000,1.000000;; } Frame Bip01_L_Forearm { FrameTransformMatrix { 0.907365,0.000000,-0.420344,0.000000,-0.000000,1.000000,-0.000000,0.000000,0.420344,0.000000,0.907365,0.000000,0.137062,0.000000,0.000000,1.000000;; } Frame Bip01_L_Hand { FrameTransformMatrix { 0.956221,-0.273334,0.104542,0.000000,-0.102104,0.023169,0.994504,0.000000,-0.274254,-0.961640,-0.005754,0.000000,0.137062,0.000000,-0.000000,1.000000;; } Frame Bip01_L_Finger0 { FrameTransformMatrix { 0.829256,-0.514255,0.218807,0.000000,0.558537,0.749101,-0.356210,0.000000,0.019274,0.417601,0.908427,0.000000,0.057681,-0.023605,-0.000272,1.000000;; } Frame Bip01_L_Finger0Nub { 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.029435,0.000000,0.000000,1.000000;; } } } Frame Bip01_L_Finger1 { FrameTransformMatrix { 0.989590,-0.000115,0.143914,0.000000,0.000000,1.000000,0.000796,0.000000,-0.143914,-0.000788,0.989590,0.000000,0.084102,-0.000000,0.000000,1.000000;; } Frame Bip01_L_Finger1Nub { 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.047988,0.000000,-0.000000,1.000000;; } } } } } } } Frame Bip01_R_Clavicle { FrameTransformMatrix { -0.308853,-0.939692,0.146931,0.000000,-0.848565,0.342021,0.403681,0.000000,-0.429589,-0.000002,-0.903024,0.000000,-0.023698,-0.015714,0.006128,1.000000;; } Frame Bip01_R_UpperArm { FrameTransformMatrix { 0.482702,0.773367,0.410977,0.000000,-0.843915,0.536182,-0.017777,0.000000,-0.234107,-0.338249,0.911473,0.000000,0.087086,0.000000,0.000000,1.000000;; } Frame Bip01_R_Forearm { FrameTransformMatrix { 0.930542,-0.000000,-0.366186,0.000000,0.000000,1.000000,0.000000,0.000000,0.366186,0.000000,0.930542,0.000000,0.137062,-0.000000,0.000000,1.000000;; } Frame Bip01_R_Hand { FrameTransformMatrix { 0.956221,0.273334,0.104542,0.000000,0.102104,0.023169,-0.994504,0.000000,-0.274254,0.961640,-0.005754,0.000000,0.137062,-0.000000,0.000000,1.000000;; } Frame Bip01_R_Finger0 { FrameTransformMatrix { 0.829256,0.514255,0.218807,0.000000,-0.558537,0.749101,0.356210,0.000000,0.019274,-0.417601,0.908427,0.000000,0.057681,0.023605,-0.000272,1.000000;; } Frame Bip01_R_Finger0Nub { 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.029435,0.000000,0.000000,1.000000;; } } } Frame Bip01_R_Finger1 { FrameTransformMatrix { 0.989590,0.000115,0.143914,0.000000,0.000000,1.000000,-0.000796,0.000000,-0.143914,0.000788,0.989590,0.000000,0.084102,-0.000000,0.000000,1.000000;; } Frame Bip01_R_Finger1Nub { 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.047988,-0.000000,0.000000,1.000000;; } } } } } } } } Frame Bip01_BackPack { FrameTransformMatrix { 0.190105,-0.000002,-0.981764,0.000000,0.000003,1.000000,-0.000002,0.000000,0.981764,-0.000002,0.190105,0.000000,0.063697,-0.000000,-0.088856,1.000000;; } Frame Bip01_BackPackNub { FrameTransformMatrix { 0.000796,0.000003,1.000000,0.000000,-0.000000,-1.000000,0.000003,0.000000,1.000000,-0.000000,-0.000796,0.000000,0.053240,0.000000,0.000000,1.000000;; } } } } Frame Bip01_L_Thigh { FrameTransformMatrix { -0.999483,0.027172,-0.017160,0.000000,-0.027019,-0.999594,-0.009086,0.000000,-0.017400,-0.008618,0.999811,0.000000,-0.051540,0.055225,-0.003019,1.000000;; } Frame Bip01_L_Calf { FrameTransformMatrix { 0.970204,-0.000000,-0.242288,0.000000,0.000000,1.000000,0.000000,0.000000,0.242288,-0.000000,0.970204,0.000000,0.237500,-0.000000,-0.000000,1.000000;; } Frame Bip01_L_Foot { FrameTransformMatrix { 0.979304,0.027517,0.200514,0.000000,-0.028451,0.999594,0.001779,0.000000,-0.200383,-0.007447,0.979689,0.000000,0.206841,0.000000,0.000000,1.000000;; } Frame Bip01_L_Toe0 { FrameTransformMatrix { -0.000000,-0.000001,1.000000,0.000000,0.000000,1.000000,0.000001,0.000000,-1.000000,0.000000,-0.000000,0.000000,0.065373,0.000000,0.066450,1.000000;; } Frame Bip01_L_Toe0Nub { 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.006735,0.000000,0.000000,1.000000;; } } } } } } Frame Bip01_R_Thigh { FrameTransformMatrix { -0.998564,-0.048411,-0.022937,0.000000,0.048459,-0.998824,-0.001550,0.000000,-0.022835,-0.002659,0.999736,0.000000,-0.051540,-0.055225,-0.003019,1.000000;; } Frame Bip01_R_Calf { FrameTransformMatrix { 0.973201,-0.000000,-0.229957,0.000000,0.000000,1.000000,0.000000,0.000000,0.229957,-0.000000,0.973201,0.000000,0.237500,0.000000,0.000000,1.000000;; } Frame Bip01_R_Foot { FrameTransformMatrix { 0.979966,-0.048277,0.193224,0.000000,0.046501,0.998824,0.013722,0.000000,-0.193659,-0.004462,0.981059,0.000000,0.206841,0.000000,0.000000,1.000000;; } Frame Bip01_R_Toe0 { FrameTransformMatrix { -0.000000,-0.000003,1.000000,0.000000,0.000001,1.000000,0.000003,0.000000,-1.000000,0.000001,-0.000000,0.000000,0.065373,0.000000,0.066450,1.000000;; } Frame Bip01_R_Toe0Nub { 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.006735,0.000000,0.000000,1.000000;; } } } } } } } Frame Bip01_DressFront { FrameTransformMatrix { -0.998672,-0.000001,-0.051517,0.000000,-0.000001,1.000000,-0.000001,0.000000,0.051517,-0.000001,-0.998672,0.000000,-0.044009,0.001399,0.061087,1.000000;; } Frame Bip01_DressFront02 { 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.183324,-0.000000,-0.000132,1.000000;; } Frame Bip01_DressFrontNub { FrameTransformMatrix { 0.000796,0.000003,1.000000,0.000000,-0.000000,-1.000000,0.000003,0.000000,1.000000,-0.000000,-0.000796,0.000000,0.165302,0.000000,0.000000,1.000000;; } } } } Frame Bip01_DressBack { FrameTransformMatrix { -0.998296,-0.000001,0.058356,0.000000,-0.000002,1.000000,-0.000001,0.000000,-0.058356,-0.000001,-0.998296,0.000000,-0.047724,0.000000,-0.078279,1.000000;; } Frame Bip01_DressBack02 { FrameTransformMatrix { 0.990815,0.000000,0.135222,0.000000,-0.000000,1.000000,-0.000000,0.000000,-0.135222,-0.000000,0.990815,0.000000,0.176173,-0.000000,-0.000108,1.000000;; } Frame Bip01_DressBackNub { FrameTransformMatrix { 0.000796,0.000003,1.000000,0.000000,-0.000000,-1.000000,0.000003,0.000000,1.000000,-0.000000,-0.000796,0.000000,0.136508,0.000000,-0.000000,1.000000;; } } } } } Frame Bip01_Prop1 { FrameTransformMatrix { -0.067164,0.287894,0.955304,0.000000,0.997009,-0.017320,0.075316,0.000000,0.038229,0.957506,-0.285869,0.000000,-0.043693,-0.107672,-0.128372,1.000000;; } } Frame Bip01_Prop2 { FrameTransformMatrix { -0.008987,-0.999960,-0.000000,0.000000,0.999960,-0.008987,0.000000,0.000000,-0.000000,-0.000000,1.000000,0.000000,-0.043824,-0.107519,0.112415,1.000000;; } } } } Frame Translation_Data { FrameTransformMatrix { -0.000000,0.000000,-1.000000,0.000000,-1.000000,-0.000000,0.000000,0.000000,-0.000000,1.000000,0.000000,0.000000,0.000000,-0.000000,0.000000,1.000000;; } } Frame Body { 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 Body { 617; 0.068560;0.779957;0.011864;, 0.033278;0.768389;0.006601;, 0.028068;0.793049;0.029264;, 0.079726;0.760977;0.003618;, 0.085701;0.741425;-0.002082;, 0.054006;0.709725;-0.032359;, 0.040921;0.742233;-0.017401;, 0.090646;0.705759;-0.001340;, 0.029035;0.804402;0.070309;, 0.076611;0.776256;0.088829;, 0.064699;0.790919;0.061753;, 0.046861;0.777654;0.095329;, 0.083349;0.554485;0.049585;, 0.042914;0.561534;0.068134;, 0.042026;0.549778;0.073930;, 0.076569;0.564457;0.046073;, 0.071273;0.566318;-0.009852;, 0.084221;0.539164;0.009161;, 0.043439;0.562362;-0.040642;, 0.069605;0.515564;-0.020557;, 0.041023;0.506404;-0.029880;, -0.000000;0.710190;-0.039992;, -0.000000;0.744656;-0.019644;, 0.000000;0.559411;0.068002;, 0.000000;0.545507;0.073700;, 0.052058;0.648684;0.081993;, -0.000000;0.682557;0.098994;, -0.000000;0.649023;0.086149;, 0.056989;0.685349;0.095069;, 0.059611;0.462639;-0.029589;, 0.112493;0.367238;0.005074;, 0.074674;0.364204;-0.023492;, 0.094133;0.465612;0.007499;, 0.082599;0.272149;-0.019732;, 0.111412;0.275183;0.024713;, 0.011665;0.459665;-0.007049;, 0.033157;0.366178;0.077445;, 0.012105;0.443199;0.077515;, 0.027090;0.361171;0.001884;, 0.057707;0.274123;0.063591;, 0.055039;0.269115;0.021523;, 0.112493;0.372246;0.069651;, 0.089672;0.449499;0.066707;, 0.098048;0.280191;0.063060;, 0.124838;-0.000748;0.061638;, 0.085272;-0.000832;0.107098;, 0.079943;-0.000725;0.058570;, 0.120129;-0.000855;0.106831;, 0.088752;0.218872;0.008779;, 0.123549;0.148516;0.045951;, 0.094301;0.145482;0.017386;, 0.120133;0.222653;0.037344;, 0.122452;0.069143;0.056695;, 0.102511;0.067275;0.028130;, 0.049140;0.199087;0.034154;, 0.061582;0.154011;0.083851;, 0.049140;0.218646;0.086348;, 0.065052;0.142448;0.042761;, 0.089119;0.078864;0.079592;, 0.086037;0.060622;0.053505;, 0.123549;0.157963;0.083320;, 0.120133;0.232389;0.085817;, 0.112937;0.085184;0.079061;, 0.090324;0.510304;0.014329;, 0.000000;0.498718;-0.041766;, 0.011665;0.459665;-0.007049;, 0.000000;0.464220;-0.027763;, 0.092057;0.505044;0.068670;, 0.042026;0.503728;0.092694;, 0.087953;0.459820;0.068565;, 0.042026;0.461523;0.089653;, 0.047486;0.605109;0.068208;, 0.083731;0.650191;0.064113;, 0.095217;0.658132;0.048113;, 0.071861;0.618686;-0.007089;, 0.088743;0.671053;-0.004327;, 0.079480;0.609146;0.042880;, 0.054400;0.675385;-0.040070;, 0.048920;0.618874;-0.036813;, -0.000000;0.675725;-0.046646;, -0.000000;0.614862;-0.042193;, 0.134397;0.782909;0.007273;, 0.184534;0.784469;0.014260;, 0.117145;0.732087;0.011159;, 0.234561;0.725017;0.022630;, 0.178103;0.724899;0.014268;, 0.239411;0.773369;0.022601;, 0.123431;0.730267;0.071732;, 0.178103;0.724899;0.014268;, 0.173570;0.725277;0.080183;, 0.225469;0.725391;0.076597;, 0.234561;0.725017;0.022630;, 0.123024;0.738733;0.079254;, 0.179714;0.784993;0.080237;, 0.130559;0.782548;0.073104;, 0.230325;0.773588;0.076622;, 0.132499;0.790603;0.036141;, 0.264952;0.774859;0.016955;, 0.323494;0.721146;0.018181;, 0.262927;0.717455;0.017970;, 0.322214;0.757820;0.017309;, 0.363882;0.720380;0.021679;, 0.370825;0.745300;0.021227;, 0.262927;0.717455;0.017970;, 0.320283;0.730140;0.074597;, 0.258577;0.718016;0.080584;, 0.323494;0.721146;0.018181;, 0.363719;0.728152;0.060549;, 0.363882;0.720380;0.021679;, 0.319015;0.758272;0.073574;, 0.260571;0.775125;0.079758;, 0.370221;0.745720;0.059018;, 0.493237;0.689228;0.019866;, 0.458189;0.679360;0.063809;, 0.474792;0.677304;0.018656;, 0.476429;0.691108;0.064464;, 0.442877;0.692495;-0.005517;, 0.453172;0.704330;0.000349;, 0.451486;0.693529;0.001599;, 0.444913;0.702100;-0.011818;, 0.388932;0.704985;0.061957;, 0.424787;0.710841;0.013736;, 0.426046;0.703480;0.065980;, 0.391121;0.702261;0.012360;, 0.439605;0.718115;0.066213;, 0.400487;0.741011;0.062204;, 0.402247;0.739404;0.010278;, 0.437802;0.725743;0.015977;, 0.096798;0.794029;0.063809;, 0.101167;0.802802;0.035562;, 0.064699;0.790919;0.061753;, 0.065851;0.794825;0.037332;, 0.093798;0.692466;0.078810;, 0.038721;0.803487;0.043345;, 0.096959;0.789981;0.011055;, 0.079726;0.760977;0.003618;, 0.068560;0.779957;0.011864;, 0.103839;0.762170;0.005761;, 0.098348;0.734841;0.084890;, 0.057778;0.722014;0.099984;, 0.100834;0.740275;0.082288;, -0.000000;0.716092;0.102207;, -0.000000;0.774663;0.088931;, 0.076611;0.776256;0.088829;, 0.100834;0.740275;0.082288;, 0.087386;0.729750;0.024999;, 0.102281;0.734252;0.070749;, 0.117145;0.732087;0.011159;, 0.095937;0.695842;0.046672;, 0.089012;0.699619;0.012141;, 0.085701;0.741425;-0.002082;, 0.101288;0.695415;0.062838;, 0.391121;0.702261;0.012360;, 0.035203;0.831562;0.041937;, 0.026043;0.834377;0.063137;, 0.000000;0.805501;0.075117;, 0.000000;0.836861;0.071453;, 0.437802;0.725743;0.015977;, 0.493237;0.689228;0.019866;, 0.476429;0.691108;0.064464;, 0.423316;0.691062;-0.001837;, 0.430073;0.715054;-0.008888;, 0.423316;0.691062;-0.001837;, 0.435128;0.696666;0.010242;, 0.435619;0.721225;0.011779;, 0.435619;0.721225;0.011779;, 0.442877;0.692495;-0.005517;, 0.444913;0.702100;-0.011818;, 0.453172;0.704330;0.000349;, 0.131079;0.020918;-0.015197;, 0.100825;-0.000695;-0.059943;, 0.099504;0.017884;-0.052706;, 0.136639;-0.000707;-0.022433;, 0.081526;0.032578;0.096467;, 0.079943;-0.000725;0.058570;, 0.085272;-0.000832;0.107098;, 0.078571;0.024232;0.056038;, 0.089119;0.078864;0.079592;, 0.123066;0.035600;0.095936;, 0.112937;0.085184;0.079061;, 0.124838;-0.000748;0.061638;, 0.120129;-0.000855;0.106831;, 0.125988;0.034198;0.059166;, 0.102511;0.067275;0.028130;, 0.122452;0.069143;0.056695;, 0.072011;0.014851;-0.042253;, 0.065885;-0.000684;-0.049489;, 0.136639;-0.000707;-0.022433;, 0.065885;-0.000684;-0.049489;, 0.027090;0.361171;0.001884;, 0.055039;0.269115;0.021523;, 0.049140;0.199087;0.034154;, 0.065052;0.142448;0.042761;, 0.086037;0.060622;0.053505;, 0.086037;0.060622;0.053505;, 0.000000;0.451709;0.022708;, 0.046110;0.836623;0.023209;, 0.028589;0.828033;0.004678;, 0.037519;0.834756;0.003632;, 0.027269;0.827442;0.024610;, 0.038411;0.853510;0.048380;, 0.030495;0.861477;0.069744;, 0.019681;0.975283;0.024080;, 0.000000;0.969940;-0.003610;, 0.000000;0.979850;0.024549;, 0.033917;0.913074;-0.028607;, 0.016958;0.912584;-0.035308;, 0.030249;0.940576;-0.017977;, 0.043398;0.855235;0.002045;, 0.051436;0.863838;0.029366;, 0.044542;0.847107;0.033032;, 0.052560;0.897185;0.049628;, 0.053036;0.909079;0.028172;, 0.043654;0.946058;-0.001091;, 0.052320;0.946185;0.025461;, 0.048803;0.906959;0.001338;, 0.049953;0.899603;0.066051;, 0.039116;0.906044;0.087010;, 0.000000;0.906044;0.098219;, 0.032856;0.953446;0.078877;, 0.000000;0.954510;0.089235;, 0.049277;0.884276;0.000459;, 0.034041;0.846813;-0.012548;, 0.034842;0.881148;-0.023188;, 0.019502;0.823308;-0.026298;, 0.000000;0.816837;-0.015145;, 0.000000;0.820634;-0.035943;, 0.025758;0.959125;-0.007580;, 0.039361;0.964996;0.023611;, 0.048001;0.952375;0.059838;, 0.034467;0.970417;0.052545;, 0.017234;0.975369;0.059363;, 0.000000;0.977406;0.061871;, 0.000000;0.868727;0.083331;, 0.048001;0.952375;0.059838;, 0.034467;0.970417;0.052545;, 0.056104;0.893704;0.036041;, 0.062598;0.892200;0.049225;, 0.055906;0.866582;0.028964;, 0.059464;0.911823;0.042677;, 0.062598;0.892200;0.049225;, 0.055906;0.866582;0.028964;, 0.059464;0.911823;0.042677;, 0.053036;0.909079;0.028172;, 0.053542;0.885489;0.019418;, 0.051436;0.863838;0.029366;, 0.034554;0.903323;-0.021305;, 0.053542;0.885489;0.019418;, 0.038721;0.803487;0.043345;, 0.035203;0.831562;0.041937;, 0.065851;0.794825;0.037332;, 0.038411;0.853510;0.048380;, -0.000000;0.786966;0.008365;, -0.000000;0.766089;-0.003043;, 0.000000;0.560209;-0.044339;, 0.000000;0.501094;0.092463;, 0.000000;0.466927;0.089423;, 0.000000;0.448402;0.083997;, 0.000000;0.813441;0.002163;, 0.000000;0.451709;0.022708;, 0.017234;0.975369;0.059363;, 0.000000;0.977406;0.061871;, 0.020119;0.855206;-0.028727;, 0.012582;0.878476;-0.033576;, 0.012774;0.868889;-0.034703;, 0.000000;0.961628;-0.016682;, 0.000000;0.941089;-0.031701;, 0.014875;0.902849;-0.026919;, -0.000000;0.604217;0.070220;, 0.065851;0.794825;0.037332;, 0.100825;-0.000695;-0.059943;, 0.011857;0.847248;-0.036215;, 0.019524;0.848631;-0.029100;, 0.011672;0.851696;-0.032177;, 0.000000;0.868381;-0.039775;, 0.000000;0.877759;-0.048305;, 0.011420;0.856062;-0.036599;, 0.000000;0.852044;-0.032663;, 0.000000;0.845865;-0.039098;, 0.000000;0.912094;-0.042009;, 0.000000;0.902374;-0.039019;, 0.102281;0.734252;0.070749;, 0.000000;0.856496;-0.040309;, 0.083273;0.727063;0.041825;, 0.087386;0.729750;0.024999;, 0.085701;0.741425;-0.002082;, 0.049953;0.899603;0.066051;, 0.088752;0.218872;0.008779;, 0.049096;0.145933;-0.007788;, 0.035079;0.222108;-0.017007;, 0.094301;0.145482;0.017386;, 0.082599;0.272149;-0.019732;, 0.036454;0.274327;-0.028062;, 0.074674;0.364204;-0.023492;, 0.019058;0.366099;-0.031369;, 0.059611;0.462639;-0.029589;, 0.010877;0.454259;-0.040383;, 0.041023;0.506404;-0.029880;, 0.053348;0.073340;-0.004318;, 0.102511;0.067275;0.028130;, 0.063903;0.147695;0.109370;, -0.000000;0.074726;0.122001;, 0.072900;0.078225;0.114890;, -0.000000;0.148067;0.116369;, -0.000000;0.214801;0.102506;, 0.053581;0.218390;0.100291;, -0.000000;0.276776;0.099343;, 0.050422;0.274247;0.094000;, 0.031875;0.367577;0.092285;, -0.000000;0.369196;0.095787;, -0.000000;0.439293;0.091879;, 0.083273;0.727063;0.041825;, -0.068560;0.779957;0.011864;, -0.033278;0.768389;0.006601;, -0.079726;0.760977;0.003618;, -0.028068;0.793049;0.029264;, -0.085701;0.741425;-0.002082;, -0.054006;0.709725;-0.032359;, -0.090646;0.705759;-0.001340;, -0.040921;0.742233;-0.017401;, -0.029035;0.804402;0.070309;, -0.076611;0.776256;0.088829;, -0.046861;0.777654;0.095329;, -0.064699;0.790919;0.061753;, -0.083349;0.554485;0.049585;, -0.042914;0.561534;0.068134;, -0.076569;0.564457;0.046073;, -0.042026;0.549778;0.073930;, -0.071273;0.566318;-0.009852;, -0.084221;0.539164;0.009161;, -0.043439;0.562362;-0.040642;, -0.069605;0.515564;-0.020557;, -0.041023;0.506404;-0.029880;, 0.000000;0.559411;0.068002;, 0.000000;0.545507;0.073700;, -0.052058;0.648684;0.081993;, -0.000000;0.682557;0.098994;, -0.056989;0.685349;0.095069;, -0.000000;0.649023;0.086149;, -0.059611;0.462639;-0.029589;, -0.112493;0.367238;0.005074;, -0.094133;0.465612;0.007499;, -0.074674;0.364204;-0.023492;, -0.082599;0.272149;-0.019732;, -0.111412;0.275183;0.024713;, -0.011665;0.459665;-0.007049;, -0.033157;0.366178;0.077445;, -0.027090;0.361171;0.001884;, -0.012105;0.443199;0.077515;, -0.057707;0.274123;0.063591;, -0.055039;0.269115;0.021523;, -0.112493;0.372246;0.069651;, -0.089672;0.449499;0.066705;, -0.098048;0.280191;0.063060;, -0.124838;-0.000748;0.061638;, -0.085272;-0.000832;0.107098;, -0.120129;-0.000855;0.106831;, -0.079943;-0.000725;0.058570;, -0.088752;0.218872;0.008779;, -0.123549;0.148516;0.045951;, -0.120133;0.222653;0.037344;, -0.094301;0.145482;0.017386;, -0.122452;0.069143;0.056695;, -0.102511;0.067275;0.028130;, -0.049140;0.199087;0.034154;, -0.061582;0.154011;0.083851;, -0.065052;0.142448;0.042761;, -0.049140;0.218646;0.086348;, -0.089119;0.078864;0.079592;, -0.086037;0.060622;0.053505;, -0.123549;0.157963;0.083320;, -0.120133;0.232389;0.085817;, -0.112937;0.085184;0.079061;, -0.090324;0.510304;0.014329;, -0.011665;0.459665;-0.007049;, -0.092057;0.505044;0.068670;, -0.042026;0.503728;0.092694;, -0.087953;0.459820;0.068565;, -0.042026;0.461523;0.089653;, -0.047486;0.605109;0.068208;, -0.083731;0.650191;0.064113;, -0.095217;0.658132;0.048113;, -0.071861;0.618686;-0.007089;, -0.079480;0.609146;0.042880;, -0.088743;0.671053;-0.004327;, -0.054400;0.675385;-0.040070;, -0.048920;0.618874;-0.036813;, -0.134397;0.782909;0.007273;, -0.117145;0.732087;0.011159;, -0.184534;0.784469;0.014260;, -0.234561;0.725018;0.022630;, -0.239411;0.773369;0.022601;, -0.178103;0.724899;0.014268;, -0.123431;0.730267;0.071732;, -0.173570;0.725277;0.080183;, -0.178103;0.724899;0.014268;, -0.225469;0.725391;0.076597;, -0.234561;0.725018;0.022630;, -0.123024;0.738733;0.079254;, -0.179714;0.784993;0.080237;, -0.130559;0.782548;0.073104;, -0.230325;0.773588;0.076622;, -0.132499;0.790603;0.036141;, -0.264952;0.774860;0.016955;, -0.323494;0.721146;0.018181;, -0.322214;0.757821;0.017309;, -0.262927;0.717456;0.017970;, -0.363882;0.720380;0.021679;, -0.370825;0.745300;0.021227;, -0.262927;0.717456;0.017970;, -0.320283;0.730140;0.074597;, -0.323494;0.721146;0.018181;, -0.258577;0.718016;0.080584;, -0.363719;0.728152;0.060549;, -0.363882;0.720380;0.021679;, -0.319015;0.758272;0.073574;, -0.260571;0.775125;0.079758;, -0.370221;0.745720;0.059018;, -0.493237;0.689228;0.019866;, -0.458189;0.679360;0.063809;, -0.476429;0.691108;0.064464;, -0.474792;0.677304;0.018656;, -0.442877;0.692495;-0.005517;, -0.453172;0.704330;0.000349;, -0.444912;0.702100;-0.011818;, -0.451486;0.693529;0.001599;, -0.388932;0.704985;0.061957;, -0.424787;0.710841;0.013736;, -0.391121;0.702261;0.012360;, -0.426046;0.703480;0.065980;, -0.439605;0.718115;0.066213;, -0.400487;0.741011;0.062204;, -0.402247;0.739404;0.010278;, -0.437802;0.725743;0.015977;, -0.096798;0.794029;0.063809;, -0.101167;0.802802;0.035562;, -0.064699;0.790919;0.061753;, -0.065851;0.794825;0.037332;, -0.093798;0.692466;0.078810;, -0.038721;0.803487;0.043345;, -0.096959;0.789981;0.011055;, -0.079726;0.760977;0.003618;, -0.103839;0.762170;0.005761;, -0.068560;0.779957;0.011864;, -0.098348;0.734841;0.084890;, -0.100834;0.740275;0.082288;, -0.057778;0.722014;0.099984;, -0.000000;0.716092;0.102207;, -0.000000;0.774663;0.088931;, -0.076611;0.776256;0.088829;, -0.100834;0.740275;0.082288;, -0.087386;0.729750;0.024999;, -0.117145;0.732087;0.011159;, -0.102281;0.734252;0.070749;, -0.095937;0.695842;0.046672;, -0.089012;0.699619;0.012141;, -0.085701;0.741425;-0.002082;, -0.101288;0.695415;0.062838;, -0.391121;0.702261;0.012360;, -0.035203;0.831562;0.041937;, -0.026043;0.834377;0.063137;, 0.000000;0.805501;0.075117;, 0.000000;0.836861;0.071453;, -0.437802;0.725743;0.015977;, -0.493237;0.689228;0.019866;, -0.476429;0.691108;0.064464;, -0.423316;0.691062;-0.001837;, -0.430073;0.715054;-0.008888;, -0.423316;0.691062;-0.001837;, -0.435128;0.696666;0.010242;, -0.435619;0.721225;0.011779;, -0.435619;0.721225;0.011779;, -0.442877;0.692495;-0.005517;, -0.444912;0.702100;-0.011818;, -0.453172;0.704330;0.000349;, -0.131079;0.020918;-0.015197;, -0.100825;-0.000695;-0.059943;, -0.136639;-0.000707;-0.022433;, -0.099504;0.017884;-0.052706;, -0.081526;0.032578;0.096467;, -0.079943;-0.000725;0.058570;, -0.078571;0.024232;0.056038;, -0.085272;-0.000832;0.107098;, -0.089119;0.078864;0.079592;, -0.123066;0.035600;0.095936;, -0.112937;0.085184;0.079061;, -0.124838;-0.000748;0.061638;, -0.125988;0.034198;0.059166;, -0.120129;-0.000855;0.106831;, -0.102511;0.067275;0.028130;, -0.122452;0.069143;0.056695;, -0.072011;0.014851;-0.042253;, -0.065885;-0.000684;-0.049489;, -0.136639;-0.000707;-0.022433;, -0.065885;-0.000684;-0.049489;, -0.027090;0.361171;0.001884;, -0.055039;0.269115;0.021523;, -0.049140;0.199087;0.034154;, -0.065052;0.142448;0.042761;, -0.086037;0.060622;0.053505;, -0.086037;0.060622;0.053505;, -0.046110;0.836623;0.023209;, -0.028589;0.828033;0.004678;, -0.027269;0.827442;0.024610;, -0.037519;0.834756;0.003632;, -0.038411;0.853510;0.048380;, -0.030495;0.861477;0.069744;, -0.019681;0.975283;0.024080;, 0.000000;0.979850;0.024549;, -0.033917;0.913074;-0.028607;, -0.030249;0.940576;-0.017977;, -0.016958;0.912584;-0.035308;, -0.043398;0.855235;0.002045;, -0.051436;0.863838;0.029366;, -0.044542;0.847107;0.033032;, -0.052560;0.897185;0.049628;, -0.053036;0.909079;0.028172;, -0.043654;0.946058;-0.001091;, -0.048803;0.906959;0.001338;, -0.052320;0.946185;0.025461;, -0.049953;0.899603;0.066051;, -0.039116;0.906044;0.087010;, 0.000000;0.906044;0.098219;, -0.032856;0.953446;0.078877;, 0.000000;0.954510;0.089235;, -0.049277;0.884276;0.000459;, -0.034842;0.881148;-0.023188;, -0.034041;0.846813;-0.012548;, -0.019502;0.823308;-0.026298;, -0.025758;0.959125;-0.007580;, -0.039361;0.964996;0.023611;, -0.048001;0.952375;0.059838;, -0.034467;0.970417;0.052545;, 0.000000;0.977406;0.061871;, -0.017234;0.975369;0.059363;, 0.000000;0.868727;0.083331;, -0.048001;0.952375;0.059838;, -0.034467;0.970417;0.052545;, -0.062428;0.892200;0.049225;, -0.056104;0.893704;0.036041;, -0.055809;0.866582;0.028964;, -0.059281;0.911823;0.042677;, -0.062428;0.892200;0.049225;, -0.055809;0.866582;0.028964;, -0.059281;0.911823;0.042677;, -0.053036;0.909079;0.028172;, -0.053542;0.885489;0.019418;, -0.051436;0.863838;0.029366;, -0.034554;0.903323;-0.021305;, -0.053542;0.885489;0.019418;, -0.038721;0.803487;0.043345;, -0.035203;0.831562;0.041937;, -0.065851;0.794825;0.037332;, -0.038411;0.853510;0.048380;, 0.000000;0.501094;0.092463;, 0.000000;0.466927;0.089423;, 0.000000;0.448402;0.083997;, 0.000000;0.451709;0.022708;, -0.017234;0.975369;0.059363;, 0.000000;0.977406;0.061871;, -0.020119;0.855206;-0.028727;, -0.012582;0.878476;-0.033576;, -0.012774;0.868889;-0.034703;, -0.014875;0.902849;-0.026919;, -0.000000;0.604217;0.070220;, -0.065851;0.794825;0.037332;, -0.100825;-0.000695;-0.059943;, -0.019524;0.848631;-0.029100;, -0.011857;0.847248;-0.036215;, -0.011672;0.851696;-0.032177;, -0.011420;0.856062;-0.036599;, -0.102281;0.734252;0.070749;, -0.083273;0.727063;0.041825;, -0.087386;0.729750;0.024999;, -0.085701;0.741425;-0.002082;, -0.049953;0.899603;0.066051;, -0.034685;0.222132;-0.017129;, 0.000000;0.146422;-0.014708;, -0.046181;0.145962;-0.008644;, 0.000000;0.224223;-0.018719;, -0.037893;0.274259;-0.027803;, -0.000000;0.276047;-0.030278;, -0.021194;0.366026;-0.031066;, -0.000000;0.366748;-0.034068;, -0.011767;0.454412;-0.040185;, -0.000000;0.452389;-0.042791;, 0.000000;0.498718;-0.041766;, -0.041023;0.506404;-0.029880;, 0.000000;0.079921;-0.015184;, -0.051085;0.073619;-0.005167;, -0.062463;0.073656;0.115147;, -0.123549;0.157963;0.083320;, -0.112923;0.085184;0.079063;, -0.058789;0.148575;0.107783;, -0.120133;0.232389;0.085817;, -0.057488;0.216317;0.101367;, -0.050388;0.275716;0.097771;, -0.098048;0.280191;0.063060;, -0.112493;0.372246;0.069651;, -0.031768;0.366911;0.094877;, 0.000000;0.466927;0.089423;, -0.042026;0.461523;0.089653;, -0.083273;0.727063;0.041825;, -0.059611;0.462639;-0.029589;, -0.074674;0.364204;-0.023492;, -0.082599;0.272149;-0.019732;, -0.088752;0.218872;0.008779;, -0.094301;0.145482;0.017386;, -0.102511;0.067275;0.028130;, 0.089672;0.449499;0.066707;, 0.112493;0.372246;0.069651;, 0.042026;0.461523;0.089653;, 0.098048;0.280191;0.063060;, 0.120133;0.232389;0.085817;, 0.123549;0.157963;0.083320;, 0.112937;0.085184;0.079061;, -0.089672;0.449499;0.066705;; 916; 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,12,17;, 3;12,16,15;, 3;18,19,20;, 3;19,18,16;, 3;6,21,22;, 3;21,6,5;, 3;14,23,24;, 3;23,14,13;, 3;25,26,27;, 3;26,25,28;, 3;29,30,31;, 3;30,29,32;, 3;30,33,31;, 3;33,30,34;, 3;35,36,37;, 3;36,35,38;, 3;38,39,36;, 3;39,38,40;, 3;37,41,42;, 3;41,37,36;, 3;36,43,41;, 3;43,36,39;, 3;42,30,32;, 3;30,42,41;, 3;41,34,30;, 3;34,41,43;, 3;44,45,46;, 3;45,44,47;, 3;48,49,50;, 3;49,48,51;, 3;50,52,53;, 3;52,50,49;, 3;54,55,56;, 3;55,54,57;, 3;57,58,55;, 3;58,57,59;, 3;56,60,61;, 3;60,56,55;, 3;55,62,60;, 3;62,55,58;, 3;61,49,51;, 3;49,61,60;, 3;60,52,49;, 3;52,60,62;, 3;32,19,63;, 3;19,32,29;, 3;64,65,66;, 3;65,64,20;, 3;14,67,12;, 3;67,14,68;, 3;68,69,67;, 3;69,68,70;, 3;70,42,69;, 3;42,70,37;, 3;48,34,51;, 3;34,48,33;, 3;51,43,61;, 3;43,51,34;, 3;43,56,61;, 3;56,43,39;, 3;39,54,56;, 3;54,39,40;, 3;12,63,17;, 3;63,12,67;, 3;67,32,63;, 3;32,67,69;, 3;69,42,32;, 3;71,72,25;, 3;73,74,75;, 3;74,73,76;, 3;74,77,75;, 3;77,74,78;, 3;79,78,80;, 3;78,79,77;, 3;81,82,83;, 3;82,84,85;, 3;84,82,86;, 3;87,88,89;, 3;88,90,89;, 3;90,88,91;, 3;92,93,94;, 3;92,89,93;, 3;92,87,89;, 3;89,95,93;, 3;95,89,90;, 3;96,93,82;, 3;93,86,82;, 3;86,93,95;, 3;97,98,99;, 3;98,97,100;, 3;100,101,98;, 3;101,100,102;, 3;103,104,105;, 3;104,103,106;, 3;106,107,104;, 3;107,106,108;, 3;105,109,110;, 3;109,105,104;, 3;104,111,109;, 3;111,104,107;, 3;110,100,97;, 3;100,110,109;, 3;109,102,100;, 3;102,109,111;, 3;112,113,114;, 3;113,112,115;, 3;116,117,118;, 3;117,116,119;, 3;120,121,122;, 3;121,120,123;, 3;120,124,125;, 3;124,120,122;, 3;126,124,127;, 3;124,126,125;, 3;95,97,86;, 3;97,95,110;, 3;86,99,84;, 3;99,86,97;, 3;90,103,105;, 3;103,90,91;, 3;105,95,90;, 3;95,105,110;, 3;128,96,129;, 3;96,128,94;, 3;129,130,128;, 3;130,129,131;, 3;72,28,25;, 3;28,72,132;, 3;10,133,8;, 3;134,135,136;, 3;135,134,137;, 3;81,137,134;, 3;138,11,139;, 3;138,9,11;, 3;138,140,9;, 3;141,11,142;, 3;11,141,139;, 3;128,130,143;, 3;94,144,92;, 3;94,143,144;, 3;94,128,143;, 3;145,87,146;, 3;87,145,147;, 3;75,148,73;, 3;148,75,149;, 3;150,147,145;, 3;7,149,75;, 3;148,151,73;, 3;102,152,101;, 3;152,102,126;, 3;102,125,126;, 3;125,102,111;, 3;111,120,125;, 3;120,111,107;, 3;120,108,123;, 3;108,120,107;, 3;8,153,154;, 3;153,8,133;, 3;154,155,8;, 3;155,154,156;, 3;122,114,113;, 3;114,122,121;, 3;121,112,114;, 3;112,121,157;, 3;158,124,159;, 3;124,158,127;, 3;159,122,113;, 3;122,159,124;, 3;126,160,152;, 3;160,126,161;, 3;162,121,123;, 3;121,162,163;, 3;121,164,157;, 3;164,121,163;, 3;165,126,127;, 3;126,165,161;, 3;161,166,160;, 3;166,161,167;, 3;162,118,163;, 3;118,162,116;, 3;163,117,164;, 3;117,163,118;, 3;165,167,161;, 3;167,165,168;, 3;169,170,171;, 3;170,169,172;, 3;173,174,175;, 3;174,173,176;, 3;177,178,179;, 3;178,177,173;, 3;180,178,181;, 3;178,180,182;, 3;183,169,171;, 3;169,183,184;, 3;174,185,186;, 3;185,174,176;, 3;46,187,44;, 3;187,46,188;, 3;180,169,182;, 3;169,180,172;, 3;20,29,65;, 3;19,29,20;, 3;29,31,189;, 3;31,190,189;, 3;190,31,33;, 3;33,191,190;, 3;191,33,48;, 3;191,50,192;, 3;50,191,48;, 3;192,53,193;, 3;53,192,50;, 3;194,171,185;, 3;171,194,183;, 3;171,186,185;, 3;186,171,170;, 3;185,176,194;, 3;194,173,177;, 3;173,194,176;, 3;178,175,181;, 3;175,178,173;, 3;179,182,184;, 3;182,179,178;, 3;182,169,184;, 3;16,17,19;, 3;17,63,19;, 3;65,195,66;, 3;196,197,198;, 3;197,196,199;, 3;200,154,153;, 3;154,200,201;, 3;202,203,204;, 3;205,206,207;, 3;196,208,209;, 3;208,196,198;, 3;210,209,211;, 3;209,210,196;, 3;212,213,214;, 3;213,212,215;, 3;212,214,211;, 3;201,216,217;, 3;216,201,200;, 3;218,219,220;, 3;219,218,217;, 3;210,199,196;, 3;213,205,207;, 3;221,222,223;, 3;198,197,224;, 3;224,225,226;, 3;225,224,197;, 3;227,213,207;, 3;228,229,214;, 3;229,228,230;, 3;220,231,232;, 3;213,228,214;, 3;156,201,233;, 3;201,156,154;, 3;233,217,218;, 3;217,233,201;, 3;219,217,234;, 3;235,219,234;, 3;236,237,238;, 3;237,236,239;, 3;209,240,211;, 3;240,209,241;, 3;211,242,212;, 3;242,211,240;, 3;243,236,244;, 3;236,243,239;, 3;244,238,245;, 3;238,244,236;, 3;246,221,223;, 3;221,246,215;, 3;221,212,247;, 3;212,221,215;, 3;199,248,2;, 3;248,199,249;, 3;133,10,250;, 3;249,210,251;, 3;210,249,199;, 3;210,211,251;, 3;252,1,253;, 3;1,252,2;, 3;20,254,18;, 3;254,20,64;, 3;24,68,14;, 3;68,24,255;, 3;68,256,70;, 3;256,68,255;, 3;256,37,70;, 3;37,256,257;, 3;258,2,252;, 3;2,258,199;, 3;257,259,37;, 3;37,259,35;, 3;260,204,261;, 3;204,260,202;, 3;262,263,223;, 3;263,262,264;, 3;197,258,225;, 3;258,197,199;, 3;265,203,227;, 3;265,207,266;, 3;207,265,227;, 3;223,267,246;, 3;267,223,263;, 3;88,87,147;, 3;83,82,85;, 3;78,16,18;, 3;16,78,74;, 3;74,15,16;, 3;15,74,76;, 3;15,71,13;, 3;71,15,76;, 3;13,268,23;, 3;268,13,71;, 3;248,269,2;, 3;2,269,0;, 3;136,129,134;, 3;129,136,131;, 3;134,96,81;, 3;96,134,129;, 3;96,82,81;, 3;93,96,94;, 3;29,189,65;, 3;205,215,246;, 3;267,205,246;, 3;205,267,206;, 3;205,213,215;, 3;187,188,270;, 3;224,271,272;, 3;222,221,208;, 3;224,222,198;, 3;272,273,262;, 3;273,272,271;, 3;263,274,275;, 3;273,276,262;, 3;277,271,278;, 3;271,277,273;, 3;222,272,262;, 3;272,222,224;, 3;222,208,198;, 3;209,221,247;, 3;221,209,208;, 3;223,222,262;, 3;266,206,279;, 3;206,266,207;, 3;206,280,279;, 3;280,206,267;, 3;280,263,275;, 3;263,280,267;, 3;264,262,276;, 3;76,73,72;, 3;138,281,140;, 3;73,132,72;, 3;132,73,151;, 3;72,71,76;, 3;271,226,278;, 3;155,11,8;, 3;276,277,282;, 3;277,276,273;, 3;274,276,282;, 3;276,274,264;, 3;28,141,26;, 3;141,28,139;, 3;139,132,138;, 3;132,139,28;, 3;132,281,138;, 3;281,132,151;, 3;281,148,283;, 3;148,281,151;, 3;283,149,284;, 3;149,283,148;, 3;7,284,149;, 3;284,7,4;, 3;5,79,21;, 3;79,5,77;, 3;77,7,75;, 3;7,77,5;, 3;6,3,4;, 3;3,6,1;, 3;285,137,83;, 3;137,285,135;, 3;137,81,83;, 3;92,146,87;, 3;146,92,144;, 3;1,22,253;, 3;22,1,6;, 3;286,214,229;, 3;251,211,286;, 3;214,286,211;, 3;234,217,216;, 3;227,202,228;, 3;202,230,228;, 3;230,202,260;, 3;231,219,235;, 3;228,213,227;, 3;27,71,25;, 3;71,27,268;, 3;155,142,11;, 3;18,80,78;, 3;80,18,254;, 3;271,224,226;, 3;274,263,264;, 3;202,227,203;, 3;231,220,219;, 3;287,288,289;, 3;288,287,290;, 3;291,289,292;, 3;289,291,287;, 3;293,292,294;, 3;292,293,291;, 3;295,294,296;, 3;294,295,293;, 3;296,297,295;, 3;298,290,299;, 3;290,298,288;, 3;300,301,302;, 3;301,300,303;, 3;304,300,305;, 3;300,304,303;, 3;306,305,307;, 3;305,306,304;, 3;308,306,307;, 3;306,308,309;, 3;308,310,309;, 3;145,146,311;, 3;312,313,314;, 3;313,312,315;, 3;316,317,318;, 3;317,316,319;, 3;320,321,322;, 3;321,320,323;, 3;324,325,326;, 3;325,324,327;, 3;328,324,326;, 3;324,328,329;, 3;330,331,328;, 3;331,330,332;, 3;319,21,317;, 3;21,319,22;, 3;327,333,325;, 3;333,327,334;, 3;335,336,337;, 3;336,335,338;, 3;339,340,341;, 3;340,339,342;, 3;340,343,344;, 3;343,340,342;, 3;345,346,347;, 3;346,345,348;, 3;347,349,350;, 3;349,347,346;, 3;348,351,346;, 3;351,348,352;, 3;346,353,349;, 3;353,346,351;, 3;352,340,351;, 3;340,352,341;, 3;351,344,353;, 3;344,351,340;, 3;354,355,356;, 3;355,354,357;, 3;358,359,360;, 3;359,358,361;, 3;361,362,359;, 3;362,361,363;, 3;364,365,366;, 3;365,364,367;, 3;366,368,369;, 3;368,366,365;, 3;367,370,365;, 3;370,367,371;, 3;365,372,368;, 3;372,365,370;, 3;371,359,370;, 3;359,371,360;, 3;370,362,372;, 3;362,370,359;, 3;341,331,339;, 3;331,341,373;, 3;64,374,332;, 3;374,64,66;, 3;327,375,376;, 3;375,327,324;, 3;376,377,378;, 3;377,376,375;, 3;378,352,348;, 3;352,378,377;, 3;358,344,343;, 3;344,358,360;, 3;360,353,344;, 3;353,360,371;, 3;353,367,349;, 3;367,353,371;, 3;349,364,350;, 3;364,349,367;, 3;324,373,375;, 3;373,324,329;, 3;375,341,377;, 3;341,375,373;, 3;377,341,352;, 3;379,335,380;, 3;381,382,383;, 3;382,381,384;, 3;382,385,386;, 3;385,382,384;, 3;79,386,385;, 3;386,79,80;, 3;387,388,389;, 3;389,390,391;, 3;390,389,392;, 3;393,394,395;, 3;395,396,397;, 3;396,395,394;, 3;398,394,393;, 3;398,399,394;, 3;398,400,399;, 3;394,401,396;, 3;401,394,399;, 3;402,389,399;, 3;399,391,401;, 3;391,399,389;, 3;403,404,405;, 3;404,403,406;, 3;405,407,408;, 3;407,405,404;, 3;409,410,411;, 3;410,409,412;, 3;411,413,414;, 3;413,411,410;, 3;412,415,410;, 3;415,412,416;, 3;410,417,413;, 3;417,410,415;, 3;416,405,415;, 3;405,416,403;, 3;415,408,417;, 3;408,415,405;, 3;418,419,420;, 3;419,418,421;, 3;422,423,424;, 3;423,422,425;, 3;426,427,428;, 3;427,426,429;, 3;426,430,429;, 3;430,426,431;, 3;432,430,431;, 3;430,432,433;, 3;401,403,416;, 3;403,401,391;, 3;391,406,403;, 3;406,391,390;, 3;396,409,397;, 3;409,396,412;, 3;412,401,416;, 3;401,412,396;, 3;434,402,400;, 3;402,434,435;, 3;435,436,437;, 3;436,435,434;, 3;380,337,438;, 3;337,380,335;, 3;323,320,439;, 3;440,441,442;, 3;441,440,443;, 3;387,440,442;, 3;444,321,445;, 3;444,322,321;, 3;444,446,322;, 3;447,322,446;, 3;322,447,448;, 3;434,449,436;, 3;400,449,434;, 3;400,450,449;, 3;400,398,450;, 3;451,393,452;, 3;393,451,453;, 3;384,454,455;, 3;454,384,381;, 3;456,451,452;, 3;318,384,455;, 3;454,381,457;, 3;408,458,432;, 3;458,408,407;, 3;408,431,417;, 3;431,408,432;, 3;417,426,413;, 3;426,417,431;, 3;426,414,413;, 3;414,426,428;, 3;320,459,439;, 3;459,320,460;, 3;460,461,462;, 3;461,460,320;, 3;429,421,427;, 3;421,429,419;, 3;427,418,463;, 3;418,427,421;, 3;464,430,433;, 3;430,464,465;, 3;465,429,430;, 3;429,465,419;, 3;432,466,467;, 3;466,432,458;, 3;468,427,469;, 3;427,468,428;, 3;427,470,469;, 3;470,427,463;, 3;471,432,467;, 3;432,471,433;, 3;467,472,473;, 3;472,467,466;, 3;468,425,422;, 3;425,468,469;, 3;469,423,425;, 3;423,469,470;, 3;471,473,474;, 3;473,471,467;, 3;475,476,477;, 3;476,475,478;, 3;479,480,481;, 3;480,479,482;, 3;483,484,479;, 3;484,483,485;, 3;486,484,487;, 3;484,486,488;, 3;489,475,490;, 3;475,489,478;, 3;480,491,481;, 3;491,480,492;, 3;357,493,494;, 3;493,357,354;, 3;486,475,477;, 3;475,486,487;, 3;332,374,339;, 3;331,332,339;, 3;339,495,342;, 3;342,496,343;, 3;496,342,495;, 3;343,497,358;, 3;497,343,496;, 3;497,361,358;, 3;361,497,498;, 3;498,363,361;, 3;363,498,499;, 3;500,478,489;, 3;478,500,491;, 3;478,492,476;, 3;492,478,491;, 3;491,500,481;, 3;500,479,481;, 3;479,500,483;, 3;484,482,479;, 3;482,484,488;, 3;485,487,484;, 3;487,485,490;, 3;487,490,475;, 3;328,331,329;, 3;329,331,373;, 3;374,66,195;, 3;501,502,503;, 3;502,501,504;, 3;505,460,506;, 3;460,505,459;, 3;507,508,203;, 3;509,510,511;, 3;501,512,504;, 3;512,501,513;, 3;514,513,501;, 3;513,514,515;, 3;516,517,518;, 3;517,516,519;, 3;516,515,519;, 3;506,520,505;, 3;520,506,521;, 3;522,523,521;, 3;523,522,524;, 3;514,501,503;, 3;517,510,509;, 3;525,526,527;, 3;504,528,502;, 3;528,225,502;, 3;225,528,226;, 3;529,510,517;, 3;530,531,532;, 3;531,530,519;, 3;524,533,534;, 3;517,519,530;, 3;462,506,460;, 3;506,462,535;, 3;535,521,506;, 3;521,535,522;, 3;523,536,521;, 3;537,536,523;, 3;538,539,540;, 3;539,538,541;, 3;513,542,543;, 3;542,513,515;, 3;515,544,542;, 3;544,515,516;, 3;545,539,541;, 3;539,545,546;, 3;546,540,539;, 3;540,546,547;, 3;548,525,518;, 3;525,548,526;, 3;525,516,518;, 3;516,525,549;, 3;503,550,551;, 3;550,503,315;, 3;439,552,323;, 3;551,514,503;, 3;514,551,553;, 3;514,553,515;, 3;252,313,315;, 3;313,252,253;, 3;332,254,64;, 3;254,332,330;, 3;334,376,554;, 3;376,334,327;, 3;376,555,554;, 3;555,376,378;, 3;555,348,556;, 3;348,555,378;, 3;258,315,503;, 3;315,258,252;, 3;556,348,557;, 3;348,345,557;, 3;558,508,507;, 3;508,558,559;, 3;560,561,562;, 3;561,560,526;, 3;502,258,503;, 3;258,502,225;, 3;265,529,203;, 3;265,510,529;, 3;510,265,266;, 3;526,563,561;, 3;563,526,548;, 3;395,452,393;, 3;388,392,389;, 3;386,328,382;, 3;328,386,330;, 3;382,326,383;, 3;326,382,328;, 3;326,379,383;, 3;379,326,325;, 3;325,564,379;, 3;564,325,333;, 3;550,315,565;, 3;315,312,565;, 3;443,435,437;, 3;435,443,440;, 3;440,402,435;, 3;402,440,387;, 3;402,387,389;, 3;399,400,402;, 3;339,374,495;, 3;509,548,518;, 3;563,509,511;, 3;509,563,548;, 3;509,518,517;, 3;493,566,494;, 3;528,567,568;, 3;527,512,525;, 3;528,504,527;, 3;567,569,568;, 3;569,567,560;, 3;561,275,274;, 3;569,560,570;, 3;277,568,569;, 3;568,277,278;, 3;527,567,528;, 3;567,527,560;, 3;527,504,512;, 3;513,525,512;, 3;525,513,549;, 3;526,560,527;, 3;266,511,510;, 3;511,266,279;, 3;511,280,563;, 3;280,511,279;, 3;280,561,563;, 3;561,280,275;, 3;562,570,560;, 3;383,380,381;, 3;444,445,571;, 3;381,438,457;, 3;438,381,380;, 3;380,383,379;, 3;568,278,226;, 3;461,320,322;, 3;570,277,569;, 3;277,570,282;, 3;274,570,562;, 3;570,274,282;, 3;337,447,446;, 3;447,337,336;, 3;446,438,337;, 3;438,446,444;, 3;438,571,457;, 3;571,438,444;, 3;571,454,457;, 3;454,571,572;, 3;572,455,454;, 3;455,572,573;, 3;318,573,316;, 3;573,318,455;, 3;317,79,385;, 3;79,317,21;, 3;385,318,317;, 3;318,385,384;, 3;319,314,313;, 3;314,319,316;, 3;574,442,441;, 3;442,574,388;, 3;442,388,387;, 3;398,453,450;, 3;453,398,393;, 3;313,22,319;, 3;22,313,253;, 3;575,531,519;, 3;553,575,515;, 3;519,515,575;, 3;536,520,521;, 3;529,530,507;, 3;507,532,558;, 3;532,507,530;, 3;534,537,523;, 3;530,529,517;, 3;338,379,564;, 3;379,338,335;, 3;461,322,448;, 3;80,330,386;, 3;330,80,254;, 3;568,226,528;, 3;274,562,561;, 3;507,203,529;, 3;534,523,524;, 3;576,577,578;, 3;577,576,579;, 3;580,579,576;, 3;579,580,581;, 3;582,581,580;, 3;581,582,583;, 3;584,583,582;, 3;583,584,585;, 3;586,584,587;, 3;578,588,589;, 3;588,578,577;, 3;590,591,592;, 3;591,590,593;, 3;593,594,591;, 3;594,593,595;, 3;596,594,595;, 3;594,596,597;, 3;596,598,597;, 3;598,596,599;, 3;600,601,310;, 3;601,599,310;, 3;451,602,453;, 3;587,584,603;, 3;584,586,585;, 3;582,603,584;, 3;603,582,604;, 3;580,604,582;, 3;604,580,605;, 3;576,605,580;, 3;605,576,606;, 3;578,606,576;, 3;606,578,607;, 3;589,607,578;, 3;607,589,608;, 3;586,296,585;, 3;296,586,297;, 3;583,296,294;, 3;296,583,585;, 3;581,294,292;, 3;294,581,583;, 3;579,292,289;, 3;292,579,581;, 3;577,289,288;, 3;289,577,579;, 3;588,288,298;, 3;288,588,577;, 3;609,308,610;, 3;308,609,611;, 3;610,307,612;, 3;307,610,308;, 3;307,613,612;, 3;613,307,305;, 3;300,613,305;, 3;613,300,614;, 3;302,614,300;, 3;614,302,615;, 3;310,599,309;, 3;306,599,596;, 3;599,306,309;, 3;595,306,596;, 3;306,595,304;, 3;593,304,595;, 3;304,593,303;, 3;301,593,590;, 3;593,301,303;, 3;308,611,310;, 3;611,600,310;, 3;616,599,601;, 3;599,616,598;; MeshNormals { 617; -0.086637;0.646929;-0.757613;, 0.120151;0.601201;-0.790013;, 0.448040;0.410146;-0.794381;, 0.096346;0.386011;-0.917449;, 0.479546;0.122643;-0.868904;, 0.385865;0.270640;-0.881965;, 0.209362;0.511914;-0.833134;, 0.916184;0.123930;-0.381114;, 0.442680;0.622925;0.644980;, 0.229399;0.471303;0.851616;, 0.129529;0.930815;0.341770;, 0.154539;0.467659;0.870294;, 0.820878;0.409013;0.398583;, 0.271964;0.228960;0.934673;, 0.193998;0.410687;0.890899;, 0.866812;0.266004;0.421756;, 0.874427;0.061327;-0.481266;, 0.942408;0.213255;-0.257660;, 0.411942;-0.021972;-0.910945;, 0.681898;0.046794;-0.729949;, 0.249281;-0.033859;-0.967839;, 0.000000;0.344061;-0.938948;, 0.000000;0.575711;-0.817653;, 0.000000;0.202985;0.979182;, 0.000000;0.395750;0.918358;, 0.272003;-0.346266;0.897839;, 0.000000;-0.237504;0.971387;, -0.000000;-0.336671;0.941623;, 0.258862;-0.255219;0.931587;, 0.186963;-0.014495;-0.982260;, 0.933081;0.052536;-0.355810;, 0.139955;-0.064852;-0.988032;, 0.929201;0.097269;-0.356546;, 0.154686;-0.208282;-0.965759;, 0.954102;0.007465;-0.299388;, -0.259450;-0.699199;-0.666189;, -0.610725;-0.177874;0.771606;, -0.394017;-0.631761;0.667554;, -0.866053;-0.234158;-0.441727;, -0.705861;0.054959;0.706215;, -0.901295;-0.181420;-0.393389;, 0.581931;0.032806;0.812576;, 0.590118;0.030517;0.806740;, 0.513384;0.158126;0.843465;, 0.703546;-0.707446;0.067393;, -0.504639;-0.510153;0.696480;, -0.705597;-0.705369;0.067723;, 0.514971;-0.508721;0.689933;, 0.253583;-0.191498;-0.948169;, 0.944949;-0.035294;-0.325309;, 0.285815;-0.111293;-0.951800;, 0.940929;0.059812;-0.333280;, 0.976575;0.167006;-0.135684;, 0.298697;0.292355;-0.908465;, -0.898480;-0.160518;-0.408616;, -0.665321;-0.204499;0.718003;, -0.701471;0.089579;0.707046;, -0.889705;-0.263514;-0.372808;, -0.659999;0.035453;0.750430;, -0.974855;0.127875;-0.182502;, 0.561429;0.005817;0.827505;, 0.487127;0.231547;0.842077;, 0.582919;0.047400;0.811146;, 0.961530;0.084777;-0.261292;, 0.000229;-0.164036;-0.986454;, -0.259450;-0.699199;-0.666189;, -0.000000;-0.684806;-0.728726;, 0.823907;0.142308;0.548567;, 0.202649;0.161317;0.965873;, 0.777404;-0.188172;0.600195;, 0.197019;-0.128549;0.971936;, 0.332369;-0.197489;0.922241;, 0.683023;-0.355943;0.637796;, 0.967799;-0.234543;0.091409;, 0.891710;-0.131946;-0.432948;, 0.898351;-0.082821;-0.431401;, 0.923880;-0.223204;0.310848;, 0.445263;0.022581;-0.895115;, 0.469494;-0.051301;-0.881444;, 0.000000;0.067502;-0.997719;, 0.000000;-0.007930;-0.999969;, 0.128851;0.508640;-0.851283;, 0.183445;0.693028;-0.697180;, 0.035079;-0.735535;-0.676578;, -0.108254;-0.706186;-0.699701;, 0.029673;-0.713242;-0.700290;, 0.028708;0.718302;-0.695139;, -0.093699;-0.870001;0.484064;, 0.029673;-0.713242;-0.700290;, -0.042238;-0.691859;0.720796;, -0.091093;-0.698327;0.709959;, -0.108254;-0.706186;-0.699701;, 0.005771;-0.186920;0.982358;, 0.078995;0.687658;0.721724;, 0.088400;0.624099;0.776328;, 0.046318;0.692153;0.720263;, 0.154600;0.986922;-0.045652;, 0.029433;0.715185;-0.698315;, 0.075409;-0.738975;-0.669500;, -0.087831;-0.736441;-0.670776;, 0.208558;0.660418;-0.721354;, -0.346754;-0.660091;-0.666364;, 0.069832;0.742060;-0.666686;, -0.087831;-0.736441;-0.670776;, 0.185644;-0.596198;0.781079;, -0.047885;-0.708540;0.704044;, 0.075409;-0.738975;-0.669500;, -0.094671;-0.565487;0.819306;, -0.346754;-0.660091;-0.666364;, 0.302063;0.649187;0.698079;, 0.069293;0.721121;0.689336;, 0.216423;0.734279;0.643425;, 0.919157;-0.012008;-0.393708;, -0.108233;-0.810277;0.575966;, 0.116305;-0.817814;-0.563608;, 0.734056;0.002485;0.679085;, 0.208822;-0.826128;-0.523360;, 0.970425;0.222552;0.093520;, 0.732740;-0.631709;0.253053;, 0.388127;0.086378;-0.917549;, -0.258103;-0.721303;0.642733;, 0.021644;-0.944999;0.326356;, -0.212393;-0.607691;0.765246;, -0.450786;-0.727993;-0.516545;, 0.321431;0.575287;0.752148;, 0.175594;0.723166;0.667980;, 0.027645;0.754230;-0.656028;, 0.538455;0.782157;-0.313523;, 0.091621;0.834779;0.542909;, 0.051181;0.994516;-0.091208;, 0.129529;0.930815;0.341770;, -0.010721;0.979809;-0.199650;, 0.702243;-0.251957;0.665863;, 0.730677;0.638764;-0.241022;, -0.041735;0.671223;-0.740079;, 0.096346;0.386011;-0.917449;, -0.086637;0.646929;-0.757613;, 0.104520;0.096436;-0.989836;, 0.645784;-0.079703;0.759349;, 0.194271;-0.012110;0.980873;, 0.416959;-0.114825;0.901643;, 0.000000;0.008620;0.999963;, 0.000000;0.280052;0.959985;, 0.229399;0.471303;0.851616;, 0.416959;-0.114825;0.901643;, 0.773495;-0.626488;-0.096010;, 0.616593;-0.746474;0.250179;, 0.035079;-0.735535;-0.676578;, 0.958677;0.093497;-0.268694;, 0.997876;0.061788;-0.020658;, 0.479546;0.122643;-0.868904;, 0.996202;-0.087018;-0.003051;, -0.450786;-0.727993;-0.516545;, 0.979971;-0.172994;0.098642;, 0.674174;-0.063901;0.735803;, 0.000000;0.384037;0.923318;, 0.000000;-0.087172;0.996193;, 0.538455;0.782157;-0.313523;, 0.919157;-0.012008;-0.393708;, 0.734056;0.002485;0.679085;, -0.408218;-0.863014;-0.297598;, 0.039801;0.422325;-0.905570;, -0.408218;-0.863014;-0.297598;, 0.228575;-0.583921;0.778967;, 0.755711;0.579210;0.305642;, 0.755711;0.579210;0.305642;, 0.208822;-0.826128;-0.523360;, 0.388127;0.086378;-0.917549;, 0.970425;0.222552;0.093520;, 0.848773;0.427698;-0.310901;, 0.213993;-0.426255;-0.878928;, 0.114257;0.644909;-0.755671;, 0.787486;-0.534599;-0.306707;, -0.709275;0.238428;0.663386;, -0.705597;-0.705369;0.067723;, -0.504639;-0.510153;0.696480;, -0.992451;0.103596;0.065641;, -0.659999;0.035453;0.750430;, 0.679898;0.241021;0.692566;, 0.582919;0.047400;0.811146;, 0.703546;-0.707446;0.067393;, 0.514971;-0.508721;0.689933;, 0.991775;0.083086;0.097364;, 0.298697;0.292355;-0.908465;, 0.976575;0.167006;-0.135684;, -0.772556;0.486273;-0.408283;, -0.712700;-0.494604;-0.497419;, 0.787486;-0.534599;-0.306707;, -0.712700;-0.494604;-0.497419;, -0.866053;-0.234158;-0.441727;, -0.901295;-0.181420;-0.393389;, -0.898480;-0.160518;-0.408616;, -0.889705;-0.263514;-0.372808;, -0.974855;0.127875;-0.182502;, -0.974855;0.127875;-0.182502;, 0.000000;-0.982121;-0.188253;, 0.785726;-0.589603;0.187089;, 0.492127;-0.868287;-0.062358;, 0.789209;-0.566785;-0.236442;, 0.788985;-0.547621;-0.278593;, 0.868238;-0.319339;0.379717;, 0.600324;-0.353022;0.717626;, 0.307559;0.934997;-0.176602;, 0.000000;0.895574;-0.444912;, 0.000000;0.989824;-0.142297;, 0.600454;-0.101662;-0.793171;, 0.408305;-0.113254;-0.905793;, 0.509879;0.429471;-0.745371;, 0.914256;-0.212737;-0.344789;, 0.929595;-0.319605;0.183591;, 0.836011;-0.394500;0.381387;, 0.766791;-0.049295;0.640001;, 0.989413;0.114250;-0.089492;, 0.815498;0.380794;-0.435844;, 0.950049;0.297023;-0.095837;, 0.937114;0.044785;-0.346137;, 0.929527;-0.144105;0.339432;, 0.615977;-0.090620;0.782535;, -0.000000;-0.098156;0.995171;, 0.499148;0.465178;0.731068;, -0.000000;0.482094;0.876120;, 0.929624;-0.067472;-0.362281;, 0.823832;-0.217312;-0.523524;, 0.668327;-0.018344;-0.743642;, 0.602536;-0.638805;-0.478412;, 0.000000;-0.998567;-0.053517;, 0.000000;-0.703182;-0.711010;, 0.446895;0.695092;-0.563145;, 0.641715;0.745900;-0.178422;, 0.871365;0.383092;0.306534;, 0.571816;0.799895;0.182194;, 0.284805;0.899186;0.332191;, 0.000000;0.926140;0.377180;, 0.000000;-0.364236;0.931307;, 0.871365;0.383092;0.306534;, 0.571816;0.799895;0.182194;, 0.928151;0.036365;-0.370423;, 0.725124;-0.169106;0.667532;, 0.828062;-0.476581;0.295268;, 0.537784;0.746323;0.392161;, 0.725124;-0.169106;0.667532;, 0.828062;-0.476581;0.295268;, 0.537784;0.746323;0.392161;, 0.989413;0.114250;-0.089492;, 0.965770;-0.053865;-0.253747;, 0.929595;-0.319605;0.183591;, 0.670891;-0.186705;-0.717667;, 0.965770;-0.053865;-0.253747;, 0.730677;0.638764;-0.241022;, 0.979971;-0.172994;0.098642;, -0.010721;0.979809;-0.199650;, 0.868238;-0.319339;0.379717;, -0.000000;0.350981;-0.936383;, -0.000000;0.643874;-0.765132;, 0.000000;-0.036032;-0.999351;, 0.000000;0.147218;0.989104;, -0.000000;-0.082398;0.996600;, 0.000000;-0.735154;0.677900;, 0.000000;-0.807500;-0.589868;, 0.000000;-0.982121;-0.188253;, 0.284805;0.899186;0.332191;, 0.000000;0.926140;0.377180;, 0.625909;-0.066213;-0.777081;, 0.535269;0.044375;-0.843516;, 0.444665;0.039980;-0.894804;, 0.000000;0.708473;-0.705738;, 0.000000;0.457744;-0.889084;, 0.461479;-0.197989;-0.864776;, -0.000000;-0.175173;0.984538;, -0.010721;0.979809;-0.199650;, 0.213993;-0.426255;-0.878928;, 0.389551;0.223473;-0.893482;, 0.664344;0.042461;-0.746220;, 0.383757;-0.073899;-0.920473;, -0.000000;-0.174274;-0.984697;, -0.000000;-0.187763;-0.982214;, 0.419538;-0.362877;-0.832051;, 0.000000;-0.094224;-0.995551;, 0.000000;0.276420;-0.961037;, -0.000000;-0.105997;-0.994367;, -0.000000;-0.183634;-0.982995;, 0.616593;-0.746474;0.250179;, -0.000000;-0.376337;-0.926483;, 0.920887;-0.334055;-0.200934;, 0.773495;-0.626488;-0.096010;, 0.479546;0.122643;-0.868904;, 0.929527;-0.144105;0.339432;, 0.253583;-0.191498;-0.948169;, 0.324545;-0.043564;-0.944867;, 0.214005;-0.172603;-0.961462;, 0.285815;-0.111293;-0.951800;, 0.154686;-0.208282;-0.965759;, 0.146675;-0.146151;-0.978328;, 0.139949;-0.064848;-0.988033;, 0.146336;-0.048808;-0.988030;, 0.186918;-0.014114;-0.982274;, 0.200502;-0.016434;-0.979555;, 0.249281;-0.033859;-0.967839;, 0.371166;-0.028565;-0.928127;, 0.298786;0.292396;-0.908422;, 0.256806;0.080476;0.963107;, -0.015363;0.087357;0.996059;, 0.321434;0.043971;0.945911;, -0.008466;0.123356;0.992326;, 0.009609;0.116199;0.993180;, 0.183114;0.157760;0.970351;, 0.031203;0.053761;0.998066;, 0.225817;0.114805;0.967381;, 0.220375;0.032061;0.974888;, 0.039152;0.047509;0.998103;, 0.009312;0.057806;0.998285;, 0.920887;-0.334055;-0.200934;, 0.086637;0.646929;-0.757613;, -0.120151;0.601201;-0.790013;, -0.096346;0.386011;-0.917449;, -0.448040;0.410146;-0.794381;, -0.479545;0.122643;-0.868904;, -0.385865;0.270640;-0.881965;, -0.916184;0.123929;-0.381114;, -0.209362;0.511914;-0.833134;, -0.442680;0.622925;0.644980;, -0.229399;0.471303;0.851616;, -0.154539;0.467659;0.870294;, -0.129529;0.930815;0.341770;, -0.820878;0.409013;0.398583;, -0.271964;0.228960;0.934673;, -0.866812;0.266004;0.421756;, -0.193998;0.410687;0.890899;, -0.874427;0.061327;-0.481266;, -0.942408;0.213255;-0.257660;, -0.411942;-0.021972;-0.910945;, -0.681898;0.046794;-0.729949;, -0.249433;-0.033569;-0.967810;, 0.000000;0.202985;0.979182;, 0.000000;0.395750;0.918358;, -0.272003;-0.346266;0.897839;, 0.000000;-0.237504;0.971387;, -0.258862;-0.255219;0.931587;, -0.000000;-0.336671;0.941623;, -0.187018;-0.014496;-0.982250;, -0.933081;0.052536;-0.355810;, -0.929201;0.097269;-0.356546;, -0.140045;-0.064849;-0.988019;, -0.155256;-0.208851;-0.965545;, -0.954102;0.007465;-0.299388;, 0.259450;-0.699198;-0.666189;, 0.610723;-0.177869;0.771609;, 0.866053;-0.234158;-0.441727;, 0.394013;-0.631764;0.667553;, 0.705861;0.054959;0.706215;, 0.901295;-0.181420;-0.393389;, -0.594648;0.037761;0.803099;, -0.597988;0.038912;0.800560;, -0.532565;0.156222;0.831847;, -0.703546;-0.707447;0.067393;, 0.504639;-0.510153;0.696480;, -0.514971;-0.508721;0.689933;, 0.705597;-0.705369;0.067723;, -0.252152;-0.193024;-0.948241;, -0.944949;-0.035294;-0.325309;, -0.940929;0.059812;-0.333280;, -0.281714;-0.111961;-0.952944;, -0.976575;0.167006;-0.135684;, -0.293258;0.292400;-0.910221;, 0.898480;-0.160518;-0.408616;, 0.665320;-0.204499;0.718003;, 0.889705;-0.263514;-0.372808;, 0.701471;0.089579;0.707046;, 0.659999;0.035453;0.750430;, 0.974855;0.127875;-0.182502;, -0.548846;-0.005531;0.835905;, -0.498670;0.221250;0.838079;, -0.553874;0.045012;0.831383;, -0.961530;0.084777;-0.261292;, 0.259450;-0.699198;-0.666189;, -0.823907;0.142308;0.548567;, -0.202649;0.161317;0.965873;, -0.777392;-0.188205;0.600200;, -0.199305;-0.120537;0.972496;, -0.332369;-0.197489;0.922241;, -0.683023;-0.355943;0.637796;, -0.967799;-0.234543;0.091409;, -0.891710;-0.131946;-0.432948;, -0.923880;-0.223204;0.310848;, -0.898351;-0.082821;-0.431401;, -0.445263;0.022581;-0.895115;, -0.469494;-0.051301;-0.881444;, -0.128851;0.508640;-0.851283;, -0.035079;-0.735535;-0.676578;, -0.183445;0.693028;-0.697180;, 0.108253;-0.706186;-0.699701;, -0.028707;0.718302;-0.695139;, -0.029674;-0.713242;-0.700290;, 0.093699;-0.870001;0.484064;, 0.042238;-0.691859;0.720796;, -0.029674;-0.713242;-0.700290;, 0.091092;-0.698326;0.709960;, 0.108253;-0.706186;-0.699701;, -0.005771;-0.186920;0.982358;, -0.078995;0.687658;0.721724;, -0.088400;0.624100;0.776328;, -0.046317;0.692153;0.720263;, -0.154600;0.986922;-0.045652;, -0.029432;0.715185;-0.698315;, -0.075408;-0.738974;-0.669500;, -0.208558;0.660418;-0.721354;, 0.087831;-0.736441;-0.670776;, 0.346755;-0.660091;-0.666364;, -0.069833;0.742061;-0.666686;, 0.087831;-0.736441;-0.670776;, -0.185643;-0.596197;0.781080;, -0.075408;-0.738974;-0.669500;, 0.047885;-0.708540;0.704044;, 0.094671;-0.565487;0.819306;, 0.346755;-0.660091;-0.666364;, -0.302063;0.649187;0.698079;, -0.069292;0.721121;0.689335;, -0.216424;0.734279;0.643424;, -0.919157;-0.012008;-0.393708;, 0.108233;-0.810277;0.575966;, -0.734056;0.002485;0.679085;, -0.116305;-0.817814;-0.563608;, -0.208822;-0.826128;-0.523360;, -0.970425;0.222552;0.093520;, -0.388127;0.086378;-0.917549;, -0.732740;-0.631709;0.253053;, 0.258103;-0.721303;0.642732;, -0.021645;-0.944999;0.326355;, 0.450786;-0.727992;-0.516545;, 0.212393;-0.607691;0.765246;, -0.321431;0.575287;0.752148;, -0.175595;0.723166;0.667980;, -0.027645;0.754230;-0.656029;, -0.538455;0.782157;-0.313523;, -0.091621;0.834779;0.542908;, -0.051181;0.994516;-0.091208;, -0.129529;0.930815;0.341770;, 0.010721;0.979809;-0.199650;, -0.702243;-0.251957;0.665863;, -0.730677;0.638764;-0.241022;, 0.041735;0.671223;-0.740079;, -0.096346;0.386011;-0.917449;, -0.104520;0.096436;-0.989836;, 0.086637;0.646929;-0.757613;, -0.645783;-0.079703;0.759349;, -0.416959;-0.114826;0.901643;, -0.194271;-0.012110;0.980873;, 0.000000;0.008620;0.999963;, 0.000000;0.280052;0.959985;, -0.229399;0.471303;0.851616;, -0.416959;-0.114826;0.901643;, -0.773495;-0.626488;-0.096010;, -0.035079;-0.735535;-0.676578;, -0.616594;-0.746474;0.250179;, -0.958677;0.093497;-0.268694;, -0.997876;0.061788;-0.020658;, -0.479545;0.122643;-0.868904;, -0.996202;-0.087018;-0.003051;, 0.450786;-0.727992;-0.516545;, -0.979971;-0.172994;0.098642;, -0.674174;-0.063901;0.735803;, 0.000000;0.384037;0.923318;, 0.000000;-0.087172;0.996193;, -0.538455;0.782157;-0.313523;, -0.919157;-0.012008;-0.393708;, -0.734056;0.002485;0.679085;, 0.408218;-0.863014;-0.297598;, -0.039801;0.422325;-0.905570;, 0.408218;-0.863014;-0.297598;, -0.228575;-0.583921;0.778967;, -0.755711;0.579210;0.305641;, -0.755711;0.579210;0.305641;, -0.208822;-0.826128;-0.523360;, -0.388127;0.086378;-0.917549;, -0.970425;0.222552;0.093520;, -0.848773;0.427698;-0.310901;, -0.213993;-0.426255;-0.878928;, -0.787486;-0.534599;-0.306707;, -0.114257;0.644909;-0.755671;, 0.709275;0.238428;0.663386;, 0.705597;-0.705369;0.067723;, 0.992451;0.103596;0.065641;, 0.504639;-0.510153;0.696480;, 0.659999;0.035453;0.750430;, -0.679898;0.241021;0.692566;, -0.553874;0.045012;0.831383;, -0.703546;-0.707447;0.067393;, -0.991775;0.083086;0.097364;, -0.514971;-0.508721;0.689933;, -0.293258;0.292400;-0.910221;, -0.976575;0.167006;-0.135684;, 0.772557;0.486273;-0.408283;, 0.712700;-0.494604;-0.497419;, -0.787486;-0.534599;-0.306707;, 0.712700;-0.494604;-0.497419;, 0.866053;-0.234158;-0.441727;, 0.901295;-0.181420;-0.393389;, 0.898480;-0.160518;-0.408616;, 0.889705;-0.263514;-0.372808;, 0.974855;0.127875;-0.182502;, 0.974855;0.127875;-0.182502;, -0.785726;-0.589603;0.187089;, -0.492127;-0.868287;-0.062358;, -0.788985;-0.547621;-0.278593;, -0.789209;-0.566785;-0.236442;, -0.868238;-0.319339;0.379717;, -0.600324;-0.353022;0.717626;, -0.307559;0.934997;-0.176602;, 0.000000;0.989824;-0.142297;, -0.600454;-0.101662;-0.793171;, -0.509879;0.429471;-0.745371;, -0.408305;-0.113254;-0.905793;, -0.914256;-0.212737;-0.344789;, -0.929499;-0.319477;0.184301;, -0.836011;-0.394500;0.381387;, -0.766227;-0.049870;0.640631;, -0.989457;0.114182;-0.089096;, -0.815498;0.380794;-0.435844;, -0.937114;0.044785;-0.346137;, -0.950049;0.297023;-0.095837;, -0.929527;-0.144105;0.339432;, -0.615977;-0.090620;0.782535;, -0.000000;-0.098156;0.995171;, -0.499148;0.465178;0.731068;, -0.000000;0.482094;0.876120;, -0.929624;-0.067472;-0.362281;, -0.668327;-0.018344;-0.743642;, -0.823832;-0.217312;-0.523524;, -0.602536;-0.638805;-0.478412;, -0.446895;0.695092;-0.563145;, -0.641715;0.745900;-0.178422;, -0.871365;0.383092;0.306534;, -0.571816;0.799895;0.182194;, 0.000000;0.926140;0.377180;, -0.284805;0.899186;0.332191;, 0.000000;-0.364236;0.931307;, -0.871365;0.383092;0.306534;, -0.571816;0.799895;0.182194;, -0.720126;-0.175663;0.671239;, -0.930861;0.036458;-0.363549;, -0.827266;-0.475696;0.298907;, -0.533189;0.746298;0.398432;, -0.720126;-0.175663;0.671239;, -0.827266;-0.475696;0.298907;, -0.533189;0.746298;0.398432;, -0.989457;0.114182;-0.089096;, -0.966306;-0.053964;-0.251674;, -0.929499;-0.319477;0.184301;, -0.670891;-0.186705;-0.717667;, -0.966306;-0.053964;-0.251674;, -0.730677;0.638764;-0.241022;, -0.979971;-0.172994;0.098642;, 0.010721;0.979809;-0.199650;, -0.868238;-0.319339;0.379717;, 0.000000;0.147218;0.989104;, -0.000000;-0.082398;0.996600;, 0.000000;-0.735154;0.677900;, 0.000000;-0.982121;-0.188253;, -0.284805;0.899186;0.332191;, 0.000000;0.926140;0.377180;, -0.625909;-0.066213;-0.777081;, -0.535269;0.044375;-0.843516;, -0.444665;0.039980;-0.894804;, -0.461479;-0.197989;-0.864776;, -0.000000;-0.175173;0.984538;, 0.010721;0.979809;-0.199650;, -0.213993;-0.426255;-0.878928;, -0.664344;0.042461;-0.746220;, -0.389551;0.223473;-0.893482;, -0.383757;-0.073899;-0.920473;, -0.419538;-0.362877;-0.832051;, -0.616594;-0.746474;0.250179;, -0.920887;-0.334056;-0.200934;, -0.773495;-0.626488;-0.096010;, -0.479545;0.122643;-0.868904;, -0.929527;-0.144105;0.339432;, -0.211889;-0.171849;-0.962066;, 0.003958;-0.046077;-0.998930;, -0.314625;-0.044035;-0.948194;, 0.001528;-0.146822;-0.989162;, -0.149613;-0.146646;-0.977809;, -0.001380;-0.118518;-0.992951;, -0.147584;-0.048336;-0.987868;, -0.000853;-0.062474;-0.998046;, -0.200473;-0.015856;-0.979571;, 0.000173;-0.041595;-0.999135;, 0.000229;-0.164036;-0.986454;, -0.249433;-0.033569;-0.967810;, 0.004005;-0.016028;-0.999864;, -0.363301;-0.027966;-0.931252;, -0.292340;0.046330;0.955192;, -0.548846;-0.005531;0.835905;, -0.553783;0.045108;0.831438;, -0.247389;0.068474;0.966494;, -0.498670;0.221250;0.838079;, -0.191806;0.133850;0.972263;, -0.216847;0.102778;0.970780;, -0.532565;0.156222;0.831847;, -0.594570;0.037769;0.803156;, -0.196216;0.039370;0.979770;, -0.000000;-0.082398;0.996600;, -0.199324;-0.119785;0.972585;, -0.920887;-0.334056;-0.200934;, -0.187019;-0.014115;-0.982255;, -0.140045;-0.064849;-0.988019;, -0.155256;-0.208851;-0.965545;, -0.252152;-0.193024;-0.948241;, -0.281714;-0.111961;-0.952944;, -0.293352;0.292398;-0.910191;, 0.590141;0.030518;0.806723;, 0.581931;0.032806;0.812576;, 0.197029;-0.128174;0.971983;, 0.513343;0.158113;0.843492;, 0.487127;0.231547;0.842077;, 0.561429;0.005817;0.827505;, 0.582919;0.047400;0.811146;, -0.597951;0.038528;0.800606;; 916; 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,12,17;, 3;12,16,15;, 3;18,19,20;, 3;19,18,16;, 3;6,21,22;, 3;21,6,5;, 3;14,23,24;, 3;23,14,13;, 3;25,26,27;, 3;26,25,28;, 3;29,30,31;, 3;30,29,32;, 3;30,33,31;, 3;33,30,34;, 3;35,36,37;, 3;36,35,38;, 3;38,39,36;, 3;39,38,40;, 3;37,41,42;, 3;41,37,36;, 3;36,43,41;, 3;43,36,39;, 3;42,30,32;, 3;30,42,41;, 3;41,34,30;, 3;34,41,43;, 3;44,45,46;, 3;45,44,47;, 3;48,49,50;, 3;49,48,51;, 3;50,52,53;, 3;52,50,49;, 3;54,55,56;, 3;55,54,57;, 3;57,58,55;, 3;58,57,59;, 3;56,60,61;, 3;60,56,55;, 3;55,62,60;, 3;62,55,58;, 3;61,49,51;, 3;49,61,60;, 3;60,52,49;, 3;52,60,62;, 3;32,19,63;, 3;19,32,29;, 3;64,65,66;, 3;65,64,20;, 3;14,67,12;, 3;67,14,68;, 3;68,69,67;, 3;69,68,70;, 3;70,42,69;, 3;42,70,37;, 3;48,34,51;, 3;34,48,33;, 3;51,43,61;, 3;43,51,34;, 3;43,56,61;, 3;56,43,39;, 3;39,54,56;, 3;54,39,40;, 3;12,63,17;, 3;63,12,67;, 3;67,32,63;, 3;32,67,69;, 3;69,42,32;, 3;71,72,25;, 3;73,74,75;, 3;74,73,76;, 3;74,77,75;, 3;77,74,78;, 3;79,78,80;, 3;78,79,77;, 3;81,82,83;, 3;82,84,85;, 3;84,82,86;, 3;87,88,89;, 3;88,90,89;, 3;90,88,91;, 3;92,93,94;, 3;92,89,93;, 3;92,87,89;, 3;89,95,93;, 3;95,89,90;, 3;96,93,82;, 3;93,86,82;, 3;86,93,95;, 3;97,98,99;, 3;98,97,100;, 3;100,101,98;, 3;101,100,102;, 3;103,104,105;, 3;104,103,106;, 3;106,107,104;, 3;107,106,108;, 3;105,109,110;, 3;109,105,104;, 3;104,111,109;, 3;111,104,107;, 3;110,100,97;, 3;100,110,109;, 3;109,102,100;, 3;102,109,111;, 3;112,113,114;, 3;113,112,115;, 3;116,117,118;, 3;117,116,119;, 3;120,121,122;, 3;121,120,123;, 3;120,124,125;, 3;124,120,122;, 3;126,124,127;, 3;124,126,125;, 3;95,97,86;, 3;97,95,110;, 3;86,99,84;, 3;99,86,97;, 3;90,103,105;, 3;103,90,91;, 3;105,95,90;, 3;95,105,110;, 3;128,96,129;, 3;96,128,94;, 3;129,130,128;, 3;130,129,131;, 3;72,28,25;, 3;28,72,132;, 3;10,133,8;, 3;134,135,136;, 3;135,134,137;, 3;81,137,134;, 3;138,11,139;, 3;138,9,11;, 3;138,140,9;, 3;141,11,142;, 3;11,141,139;, 3;128,130,143;, 3;94,144,92;, 3;94,143,144;, 3;94,128,143;, 3;145,87,146;, 3;87,145,147;, 3;75,148,73;, 3;148,75,149;, 3;150,147,145;, 3;7,149,75;, 3;148,151,73;, 3;102,152,101;, 3;152,102,126;, 3;102,125,126;, 3;125,102,111;, 3;111,120,125;, 3;120,111,107;, 3;120,108,123;, 3;108,120,107;, 3;8,153,154;, 3;153,8,133;, 3;154,155,8;, 3;155,154,156;, 3;122,114,113;, 3;114,122,121;, 3;121,112,114;, 3;112,121,157;, 3;158,124,159;, 3;124,158,127;, 3;159,122,113;, 3;122,159,124;, 3;126,160,152;, 3;160,126,161;, 3;162,121,123;, 3;121,162,163;, 3;121,164,157;, 3;164,121,163;, 3;165,126,127;, 3;126,165,161;, 3;161,166,160;, 3;166,161,167;, 3;162,118,163;, 3;118,162,116;, 3;163,117,164;, 3;117,163,118;, 3;165,167,161;, 3;167,165,168;, 3;169,170,171;, 3;170,169,172;, 3;173,174,175;, 3;174,173,176;, 3;177,178,179;, 3;178,177,173;, 3;180,178,181;, 3;178,180,182;, 3;183,169,171;, 3;169,183,184;, 3;174,185,186;, 3;185,174,176;, 3;46,187,44;, 3;187,46,188;, 3;180,169,182;, 3;169,180,172;, 3;20,29,65;, 3;19,29,20;, 3;29,31,189;, 3;31,190,189;, 3;190,31,33;, 3;33,191,190;, 3;191,33,48;, 3;191,50,192;, 3;50,191,48;, 3;192,53,193;, 3;53,192,50;, 3;194,171,185;, 3;171,194,183;, 3;171,186,185;, 3;186,171,170;, 3;185,176,194;, 3;194,173,177;, 3;173,194,176;, 3;178,175,181;, 3;175,178,173;, 3;179,182,184;, 3;182,179,178;, 3;182,169,184;, 3;16,17,19;, 3;17,63,19;, 3;65,195,66;, 3;196,197,198;, 3;197,196,199;, 3;200,154,153;, 3;154,200,201;, 3;202,203,204;, 3;205,206,207;, 3;196,208,209;, 3;208,196,198;, 3;210,209,211;, 3;209,210,196;, 3;212,213,214;, 3;213,212,215;, 3;212,214,211;, 3;201,216,217;, 3;216,201,200;, 3;218,219,220;, 3;219,218,217;, 3;210,199,196;, 3;213,205,207;, 3;221,222,223;, 3;198,197,224;, 3;224,225,226;, 3;225,224,197;, 3;227,213,207;, 3;228,229,214;, 3;229,228,230;, 3;220,231,232;, 3;213,228,214;, 3;156,201,233;, 3;201,156,154;, 3;233,217,218;, 3;217,233,201;, 3;219,217,234;, 3;235,219,234;, 3;236,237,238;, 3;237,236,239;, 3;209,240,211;, 3;240,209,241;, 3;211,242,212;, 3;242,211,240;, 3;243,236,244;, 3;236,243,239;, 3;244,238,245;, 3;238,244,236;, 3;246,221,223;, 3;221,246,215;, 3;221,212,247;, 3;212,221,215;, 3;199,248,2;, 3;248,199,249;, 3;133,10,250;, 3;249,210,251;, 3;210,249,199;, 3;210,211,251;, 3;252,1,253;, 3;1,252,2;, 3;20,254,18;, 3;254,20,64;, 3;24,68,14;, 3;68,24,255;, 3;68,256,70;, 3;256,68,255;, 3;256,37,70;, 3;37,256,257;, 3;258,2,252;, 3;2,258,199;, 3;257,259,37;, 3;37,259,35;, 3;260,204,261;, 3;204,260,202;, 3;262,263,223;, 3;263,262,264;, 3;197,258,225;, 3;258,197,199;, 3;265,203,227;, 3;265,207,266;, 3;207,265,227;, 3;223,267,246;, 3;267,223,263;, 3;88,87,147;, 3;83,82,85;, 3;78,16,18;, 3;16,78,74;, 3;74,15,16;, 3;15,74,76;, 3;15,71,13;, 3;71,15,76;, 3;13,268,23;, 3;268,13,71;, 3;248,269,2;, 3;2,269,0;, 3;136,129,134;, 3;129,136,131;, 3;134,96,81;, 3;96,134,129;, 3;96,82,81;, 3;93,96,94;, 3;29,189,65;, 3;205,215,246;, 3;267,205,246;, 3;205,267,206;, 3;205,213,215;, 3;187,188,270;, 3;224,271,272;, 3;222,221,208;, 3;224,222,198;, 3;272,273,262;, 3;273,272,271;, 3;263,274,275;, 3;273,276,262;, 3;277,271,278;, 3;271,277,273;, 3;222,272,262;, 3;272,222,224;, 3;222,208,198;, 3;209,221,247;, 3;221,209,208;, 3;223,222,262;, 3;266,206,279;, 3;206,266,207;, 3;206,280,279;, 3;280,206,267;, 3;280,263,275;, 3;263,280,267;, 3;264,262,276;, 3;76,73,72;, 3;138,281,140;, 3;73,132,72;, 3;132,73,151;, 3;72,71,76;, 3;271,226,278;, 3;155,11,8;, 3;276,277,282;, 3;277,276,273;, 3;274,276,282;, 3;276,274,264;, 3;28,141,26;, 3;141,28,139;, 3;139,132,138;, 3;132,139,28;, 3;132,281,138;, 3;281,132,151;, 3;281,148,283;, 3;148,281,151;, 3;283,149,284;, 3;149,283,148;, 3;7,284,149;, 3;284,7,4;, 3;5,79,21;, 3;79,5,77;, 3;77,7,75;, 3;7,77,5;, 3;6,3,4;, 3;3,6,1;, 3;285,137,83;, 3;137,285,135;, 3;137,81,83;, 3;92,146,87;, 3;146,92,144;, 3;1,22,253;, 3;22,1,6;, 3;286,214,229;, 3;251,211,286;, 3;214,286,211;, 3;234,217,216;, 3;227,202,228;, 3;202,230,228;, 3;230,202,260;, 3;231,219,235;, 3;228,213,227;, 3;27,71,25;, 3;71,27,268;, 3;155,142,11;, 3;18,80,78;, 3;80,18,254;, 3;271,224,226;, 3;274,263,264;, 3;202,227,203;, 3;231,220,219;, 3;287,288,289;, 3;288,287,290;, 3;291,289,292;, 3;289,291,287;, 3;293,292,294;, 3;292,293,291;, 3;295,294,296;, 3;294,295,293;, 3;296,297,295;, 3;298,290,299;, 3;290,298,288;, 3;300,301,302;, 3;301,300,303;, 3;304,300,305;, 3;300,304,303;, 3;306,305,307;, 3;305,306,304;, 3;308,306,307;, 3;306,308,309;, 3;308,310,309;, 3;145,146,311;, 3;312,313,314;, 3;313,312,315;, 3;316,317,318;, 3;317,316,319;, 3;320,321,322;, 3;321,320,323;, 3;324,325,326;, 3;325,324,327;, 3;328,324,326;, 3;324,328,329;, 3;330,331,328;, 3;331,330,332;, 3;319,21,317;, 3;21,319,22;, 3;327,333,325;, 3;333,327,334;, 3;335,336,337;, 3;336,335,338;, 3;339,340,341;, 3;340,339,342;, 3;340,343,344;, 3;343,340,342;, 3;345,346,347;, 3;346,345,348;, 3;347,349,350;, 3;349,347,346;, 3;348,351,346;, 3;351,348,352;, 3;346,353,349;, 3;353,346,351;, 3;352,340,351;, 3;340,352,341;, 3;351,344,353;, 3;344,351,340;, 3;354,355,356;, 3;355,354,357;, 3;358,359,360;, 3;359,358,361;, 3;361,362,359;, 3;362,361,363;, 3;364,365,366;, 3;365,364,367;, 3;366,368,369;, 3;368,366,365;, 3;367,370,365;, 3;370,367,371;, 3;365,372,368;, 3;372,365,370;, 3;371,359,370;, 3;359,371,360;, 3;370,362,372;, 3;362,370,359;, 3;341,331,339;, 3;331,341,373;, 3;64,374,332;, 3;374,64,66;, 3;327,375,376;, 3;375,327,324;, 3;376,377,378;, 3;377,376,375;, 3;378,352,348;, 3;352,378,377;, 3;358,344,343;, 3;344,358,360;, 3;360,353,344;, 3;353,360,371;, 3;353,367,349;, 3;367,353,371;, 3;349,364,350;, 3;364,349,367;, 3;324,373,375;, 3;373,324,329;, 3;375,341,377;, 3;341,375,373;, 3;377,341,352;, 3;379,335,380;, 3;381,382,383;, 3;382,381,384;, 3;382,385,386;, 3;385,382,384;, 3;79,386,385;, 3;386,79,80;, 3;387,388,389;, 3;389,390,391;, 3;390,389,392;, 3;393,394,395;, 3;395,396,397;, 3;396,395,394;, 3;398,394,393;, 3;398,399,394;, 3;398,400,399;, 3;394,401,396;, 3;401,394,399;, 3;402,389,399;, 3;399,391,401;, 3;391,399,389;, 3;403,404,405;, 3;404,403,406;, 3;405,407,408;, 3;407,405,404;, 3;409,410,411;, 3;410,409,412;, 3;411,413,414;, 3;413,411,410;, 3;412,415,410;, 3;415,412,416;, 3;410,417,413;, 3;417,410,415;, 3;416,405,415;, 3;405,416,403;, 3;415,408,417;, 3;408,415,405;, 3;418,419,420;, 3;419,418,421;, 3;422,423,424;, 3;423,422,425;, 3;426,427,428;, 3;427,426,429;, 3;426,430,429;, 3;430,426,431;, 3;432,430,431;, 3;430,432,433;, 3;401,403,416;, 3;403,401,391;, 3;391,406,403;, 3;406,391,390;, 3;396,409,397;, 3;409,396,412;, 3;412,401,416;, 3;401,412,396;, 3;434,402,400;, 3;402,434,435;, 3;435,436,437;, 3;436,435,434;, 3;380,337,438;, 3;337,380,335;, 3;323,320,439;, 3;440,441,442;, 3;441,440,443;, 3;387,440,442;, 3;444,321,445;, 3;444,322,321;, 3;444,446,322;, 3;447,322,446;, 3;322,447,448;, 3;434,449,436;, 3;400,449,434;, 3;400,450,449;, 3;400,398,450;, 3;451,393,452;, 3;393,451,453;, 3;384,454,455;, 3;454,384,381;, 3;456,451,452;, 3;318,384,455;, 3;454,381,457;, 3;408,458,432;, 3;458,408,407;, 3;408,431,417;, 3;431,408,432;, 3;417,426,413;, 3;426,417,431;, 3;426,414,413;, 3;414,426,428;, 3;320,459,439;, 3;459,320,460;, 3;460,461,462;, 3;461,460,320;, 3;429,421,427;, 3;421,429,419;, 3;427,418,463;, 3;418,427,421;, 3;464,430,433;, 3;430,464,465;, 3;465,429,430;, 3;429,465,419;, 3;432,466,467;, 3;466,432,458;, 3;468,427,469;, 3;427,468,428;, 3;427,470,469;, 3;470,427,463;, 3;471,432,467;, 3;432,471,433;, 3;467,472,473;, 3;472,467,466;, 3;468,425,422;, 3;425,468,469;, 3;469,423,425;, 3;423,469,470;, 3;471,473,474;, 3;473,471,467;, 3;475,476,477;, 3;476,475,478;, 3;479,480,481;, 3;480,479,482;, 3;483,484,479;, 3;484,483,485;, 3;486,484,487;, 3;484,486,488;, 3;489,475,490;, 3;475,489,478;, 3;480,491,481;, 3;491,480,492;, 3;357,493,494;, 3;493,357,354;, 3;486,475,477;, 3;475,486,487;, 3;332,374,339;, 3;331,332,339;, 3;339,495,342;, 3;342,496,343;, 3;496,342,495;, 3;343,497,358;, 3;497,343,496;, 3;497,361,358;, 3;361,497,498;, 3;498,363,361;, 3;363,498,499;, 3;500,478,489;, 3;478,500,491;, 3;478,492,476;, 3;492,478,491;, 3;491,500,481;, 3;500,479,481;, 3;479,500,483;, 3;484,482,479;, 3;482,484,488;, 3;485,487,484;, 3;487,485,490;, 3;487,490,475;, 3;328,331,329;, 3;329,331,373;, 3;374,66,195;, 3;501,502,503;, 3;502,501,504;, 3;505,460,506;, 3;460,505,459;, 3;507,508,203;, 3;509,510,511;, 3;501,512,504;, 3;512,501,513;, 3;514,513,501;, 3;513,514,515;, 3;516,517,518;, 3;517,516,519;, 3;516,515,519;, 3;506,520,505;, 3;520,506,521;, 3;522,523,521;, 3;523,522,524;, 3;514,501,503;, 3;517,510,509;, 3;525,526,527;, 3;504,528,502;, 3;528,225,502;, 3;225,528,226;, 3;529,510,517;, 3;530,531,532;, 3;531,530,519;, 3;524,533,534;, 3;517,519,530;, 3;462,506,460;, 3;506,462,535;, 3;535,521,506;, 3;521,535,522;, 3;523,536,521;, 3;537,536,523;, 3;538,539,540;, 3;539,538,541;, 3;513,542,543;, 3;542,513,515;, 3;515,544,542;, 3;544,515,516;, 3;545,539,541;, 3;539,545,546;, 3;546,540,539;, 3;540,546,547;, 3;548,525,518;, 3;525,548,526;, 3;525,516,518;, 3;516,525,549;, 3;503,550,551;, 3;550,503,315;, 3;439,552,323;, 3;551,514,503;, 3;514,551,553;, 3;514,553,515;, 3;252,313,315;, 3;313,252,253;, 3;332,254,64;, 3;254,332,330;, 3;334,376,554;, 3;376,334,327;, 3;376,555,554;, 3;555,376,378;, 3;555,348,556;, 3;348,555,378;, 3;258,315,503;, 3;315,258,252;, 3;556,348,557;, 3;348,345,557;, 3;558,508,507;, 3;508,558,559;, 3;560,561,562;, 3;561,560,526;, 3;502,258,503;, 3;258,502,225;, 3;265,529,203;, 3;265,510,529;, 3;510,265,266;, 3;526,563,561;, 3;563,526,548;, 3;395,452,393;, 3;388,392,389;, 3;386,328,382;, 3;328,386,330;, 3;382,326,383;, 3;326,382,328;, 3;326,379,383;, 3;379,326,325;, 3;325,564,379;, 3;564,325,333;, 3;550,315,565;, 3;315,312,565;, 3;443,435,437;, 3;435,443,440;, 3;440,402,435;, 3;402,440,387;, 3;402,387,389;, 3;399,400,402;, 3;339,374,495;, 3;509,548,518;, 3;563,509,511;, 3;509,563,548;, 3;509,518,517;, 3;493,566,494;, 3;528,567,568;, 3;527,512,525;, 3;528,504,527;, 3;567,569,568;, 3;569,567,560;, 3;561,275,274;, 3;569,560,570;, 3;277,568,569;, 3;568,277,278;, 3;527,567,528;, 3;567,527,560;, 3;527,504,512;, 3;513,525,512;, 3;525,513,549;, 3;526,560,527;, 3;266,511,510;, 3;511,266,279;, 3;511,280,563;, 3;280,511,279;, 3;280,561,563;, 3;561,280,275;, 3;562,570,560;, 3;383,380,381;, 3;444,445,571;, 3;381,438,457;, 3;438,381,380;, 3;380,383,379;, 3;568,278,226;, 3;461,320,322;, 3;570,277,569;, 3;277,570,282;, 3;274,570,562;, 3;570,274,282;, 3;337,447,446;, 3;447,337,336;, 3;446,438,337;, 3;438,446,444;, 3;438,571,457;, 3;571,438,444;, 3;571,454,457;, 3;454,571,572;, 3;572,455,454;, 3;455,572,573;, 3;318,573,316;, 3;573,318,455;, 3;317,79,385;, 3;79,317,21;, 3;385,318,317;, 3;318,385,384;, 3;319,314,313;, 3;314,319,316;, 3;574,442,441;, 3;442,574,388;, 3;442,388,387;, 3;398,453,450;, 3;453,398,393;, 3;313,22,319;, 3;22,313,253;, 3;575,531,519;, 3;553,575,515;, 3;519,515,575;, 3;536,520,521;, 3;529,530,507;, 3;507,532,558;, 3;532,507,530;, 3;534,537,523;, 3;530,529,517;, 3;338,379,564;, 3;379,338,335;, 3;461,322,448;, 3;80,330,386;, 3;330,80,254;, 3;568,226,528;, 3;274,562,561;, 3;507,203,529;, 3;534,523,524;, 3;576,577,578;, 3;577,576,579;, 3;580,579,576;, 3;579,580,581;, 3;582,581,580;, 3;581,582,583;, 3;584,583,582;, 3;583,584,585;, 3;586,584,587;, 3;578,588,589;, 3;588,578,577;, 3;590,591,592;, 3;591,590,593;, 3;593,594,591;, 3;594,593,595;, 3;596,594,595;, 3;594,596,597;, 3;596,598,597;, 3;598,596,599;, 3;600,601,310;, 3;601,599,310;, 3;451,602,453;, 3;587,584,603;, 3;584,586,585;, 3;582,603,584;, 3;603,582,604;, 3;580,604,582;, 3;604,580,605;, 3;576,605,580;, 3;605,576,606;, 3;578,606,576;, 3;606,578,607;, 3;589,607,578;, 3;607,589,608;, 3;586,296,585;, 3;296,586,297;, 3;583,296,294;, 3;296,583,585;, 3;581,294,292;, 3;294,581,583;, 3;579,292,289;, 3;292,579,581;, 3;577,289,288;, 3;289,577,579;, 3;588,288,298;, 3;288,588,577;, 3;609,308,610;, 3;308,609,611;, 3;610,307,612;, 3;307,610,308;, 3;307,613,612;, 3;613,307,305;, 3;300,613,305;, 3;613,300,614;, 3;302,614,300;, 3;614,302,615;, 3;310,599,309;, 3;306,599,596;, 3;599,306,309;, 3;595,306,596;, 3;306,595,304;, 3;593,304,595;, 3;304,593,303;, 3;301,593,590;, 3;593,301,303;, 3;308,611,310;, 3;611,600,310;, 3;616,599,601;, 3;599,616,598;; } MeshMaterialList { 1; 916; 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, 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, 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, 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, 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, 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, 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, 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, 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, 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; { _05_-_Defaultaaaa } } MeshTextureCoords c1 { 617; 0.603976;0.300641;, 0.536069;0.310339;, 0.529669;0.295028;, 0.607193;0.314765;, 0.606713;0.341151;, 0.557679;0.388221;, 0.542763;0.342918;, 0.608641;0.390579;, 0.752331;0.240096;, 0.690640;0.291937;, 0.695102;0.256256;, 0.741758;0.289667;, 0.654361;0.548598;, 0.737610;0.533147;, 0.740584;0.545213;, 0.651573;0.534998;, 0.579220;0.533981;, 0.617274;0.557917;, 0.542595;0.531789;, 0.576694;0.571959;, 0.538974;0.574682;, 0.500000;0.388388;, 0.500000;0.343245;, 0.792007;0.531039;, 0.792031;0.544524;, 0.737049;0.443036;, 0.792944;0.388496;, 0.792721;0.437319;, 0.733702;0.387537;, 0.571018;0.613689;, 0.619429;0.710862;, 0.582276;0.710684;, 0.616055;0.614361;, 0.594381;0.772231;, 0.633002;0.775141;, 0.782420;0.616153;, 0.728985;0.700933;, 0.737745;0.630078;, 0.775128;0.709928;, 0.721726;0.771574;, 0.769495;0.770716;, 0.676342;0.704290;, 0.679854;0.629830;, 0.676730;0.770331;, 0.659991;0.210754;, 0.631345;0.176485;, 0.627486;0.213066;, 0.656581;0.176687;, 0.605290;0.831888;, 0.658253;0.895501;, 0.619111;0.899585;, 0.645673;0.828967;, 0.666011;0.980310;, 0.637030;0.980409;, 0.759645;0.827990;, 0.721627;0.896407;, 0.724050;0.825831;, 0.750766;0.897617;, 0.708326;0.980182;, 0.738194;0.980191;, 0.680142;0.887456;, 0.676602;0.820835;, 0.686767;0.980016;, 0.621698;0.580619;, 0.500000;0.577819;, 0.524038;0.615773;, 0.500000;0.602496;, 0.678379;0.585350;, 0.743906;0.578772;, 0.681523;0.613546;, 0.741110;0.611718;, 0.736606;0.492237;, 0.670075;0.445485;, 0.648630;0.437634;, 0.585056;0.484302;, 0.602130;0.430189;, 0.652465;0.490356;, 0.557970;0.421974;, 0.551735;0.483643;, 0.500000;0.421841;, 0.499977;0.485786;, 0.860760;0.111948;, 0.866550;0.170343;, 0.843231;0.111031;, 0.842416;0.253649;, 0.841544;0.177954;, 0.864913;0.245066;, 0.925985;0.112119;, 0.954276;0.147803;, 0.927103;0.159317;, 0.926386;0.225606;, 0.948863;0.233503;, 0.912585;0.119896;, 0.891727;0.161410;, 0.899126;0.115994;, 0.893098;0.233857;, 0.885675;0.117033;, 0.864821;0.288259;, 0.847931;0.394560;, 0.844277;0.292554;, 0.866639;0.393311;, 0.848023;0.457371;, 0.863941;0.456587;, 0.949963;0.277245;, 0.913602;0.368504;, 0.923420;0.273870;, 0.953838;0.381233;, 0.906609;0.451595;, 0.949085;0.455732;, 0.890682;0.381986;, 0.893500;0.278527;, 0.885541;0.453016;, 0.947020;0.594356;, 0.913837;0.578942;, 0.945516;0.578120;, 0.915340;0.594199;, 0.990879;0.528139;, 0.974826;0.551985;, 0.972593;0.535726;, 0.993366;0.540642;, 0.906225;0.484459;, 0.948726;0.517604;, 0.911664;0.519619;, 0.963095;0.491746;, 0.894512;0.525539;, 0.889349;0.487636;, 0.849484;0.491533;, 0.855083;0.524864;, 0.897534;0.059442;, 0.886667;0.065151;, 0.899981;0.024266;, 0.884510;0.024361;, 0.696239;0.383487;, 0.725719;0.226605;, 0.865660;0.066431;, 0.856743;0.024579;, 0.867962;0.024353;, 0.854629;0.084885;, 0.701421;0.329308;, 0.732649;0.332749;, 0.692811;0.310135;, 0.792513;0.341719;, 0.792045;0.285057;, 0.911263;0.059194;, 0.910251;0.082896;, 0.935782;0.047049;, 0.924806;0.080877;, 0.953871;0.104738;, 0.647809;0.384287;, 0.621985;0.395149;, 0.950466;0.024372;, 0.660687;0.378998;, 0.827437;0.477723;, 0.726108;0.194011;, 0.758665;0.187624;, 0.792037;0.252309;, 0.790367;0.188973;, 0.954742;0.540916;, 0.862737;0.582303;, 0.896704;0.580936;, 0.809557;0.530248;, 0.827429;0.528227;, 0.980786;0.511497;, 0.958566;0.518581;, 0.960182;0.537022;, 0.847353;0.524358;, 0.803724;0.566487;, 0.814043;0.565305;, 0.836149;0.564929;, 0.700509;0.125324;, 0.666845;0.162234;, 0.664617;0.143037;, 0.704506;0.137109;, 0.645563;0.016730;, 0.622543;0.051984;, 0.638709;0.006841;, 0.633219;0.054341;, 0.654720;0.032429;, 0.688864;0.017224;, 0.682135;0.032922;, 0.717269;0.049131;, 0.696710;0.007090;, 0.703478;0.051430;, 0.664989;0.072891;, 0.684460;0.053729;, 0.631882;0.137355;, 0.621233;0.152846;, 0.668535;0.274127;, 0.617308;0.294522;, 0.537026;0.709985;, 0.551538;0.772795;, 0.567259;0.843859;, 0.584356;0.906572;, 0.614734;0.980624;, 0.652844;0.056697;, 0.500000;0.638948;, 0.562316;0.205683;, 0.522962;0.236338;, 0.545616;0.210826;, 0.532091;0.248249;, 0.725623;0.153680;, 0.757958;0.150405;, 0.537733;0.033434;, 0.500000;0.037517;, 0.519697;0.023833;, 0.526030;0.122593;, 0.512316;0.122562;, 0.529614;0.090341;, 0.548269;0.184270;, 0.562951;0.184630;, 0.572061;0.201585;, 0.590829;0.158701;, 0.565260;0.140246;, 0.546765;0.089712;, 0.572128;0.085045;, 0.549418;0.127691;, 0.722715;0.111655;, 0.760532;0.105126;, 0.792172;0.104548;, 0.757852;0.056807;, 0.792194;0.057251;, 0.550921;0.157713;, 0.533182;0.182667;, 0.529643;0.157741;, 0.519910;0.217514;, 0.500000;0.238045;, 0.500000;0.219855;, 0.523229;0.064009;, 0.555768;0.043035;, 0.609095;0.102578;, 0.572103;0.039586;, 0.763413;0.025640;, 0.792180;0.027225;, 0.792127;0.138514;, 0.730505;0.052277;, 0.738515;0.024055;, 0.603247;0.024298;, 0.622412;0.024071;, 0.602396;0.060793;, 0.611253;0.002442;, 0.578305;0.159104;, 0.567039;0.175696;, 0.573079;0.153051;, 0.592546;0.003422;, 0.578735;0.028080;, 0.593653;0.061379;, 0.527319;0.135593;, 0.563502;0.161336;, 0.581168;0.257534;, 0.583748;0.233467;, 0.681759;0.232972;, 0.598864;0.200099;, 0.500000;0.297576;, 0.500000;0.316850;, 0.500000;0.531429;, 0.792668;0.574760;, 0.792647;0.590300;, 0.784552;0.602588;, 0.500000;0.268146;, 0.783649;0.610277;, 0.560427;0.030530;, 0.548751;0.021474;, 0.519041;0.182018;, 0.507188;0.161730;, 0.512548;0.168718;, 0.500000;0.066680;, 0.500000;0.090003;, 0.507748;0.137097;, 0.792720;0.493588;, 0.585163;0.277191;, 0.642605;0.302402;, 0.507931;0.190609;, 0.519033;0.188459;, 0.507910;0.186346;, 0.500000;0.168872;, 0.500000;0.160710;, 0.508017;0.181960;, 0.500000;0.186759;, 0.500000;0.190831;, 0.500000;0.122532;, 0.500000;0.137086;, 0.674300;0.332125;, 0.500000;0.183109;, 0.641807;0.349591;, 0.625855;0.350170;, 0.847256;0.024642;, 0.608303;0.159127;, 0.198927;0.849822;, 0.160914;0.913614;, 0.147478;0.849822;, 0.204246;0.913614;, 0.193029;0.793536;, 0.148796;0.793536;, 0.185433;0.736312;, 0.132121;0.736312;, 0.170994;0.676408;, 0.124278;0.685754;, 0.153175;0.639822;, 0.164990;0.988446;, 0.212116;0.989525;, 0.846893;0.896000;, 0.895636;0.980961;, 0.848825;0.980961;, 0.895636;0.896000;, 0.895636;0.826000;, 0.850614;0.826000;, 0.895636;0.772000;, 0.850766;0.772000;, 0.856829;0.698460;, 0.895636;0.696081;, 0.895636;0.662880;, 0.922098;0.058954;, 0.396024;0.300641;, 0.463931;0.310339;, 0.392807;0.314765;, 0.470331;0.295028;, 0.393287;0.341151;, 0.442321;0.388221;, 0.391359;0.390579;, 0.457237;0.342918;, 0.247669;0.240096;, 0.309360;0.291937;, 0.258242;0.289667;, 0.304898;0.256256;, 0.345639;0.548598;, 0.262390;0.533147;, 0.348427;0.534998;, 0.259416;0.545213;, 0.420780;0.533981;, 0.382726;0.557917;, 0.457405;0.531789;, 0.423306;0.571959;, 0.461026;0.574682;, 0.207993;0.531039;, 0.207969;0.544524;, 0.262951;0.443036;, 0.207056;0.388496;, 0.266298;0.387537;, 0.207279;0.437319;, 0.428982;0.613689;, 0.380571;0.710862;, 0.383945;0.614361;, 0.417724;0.710684;, 0.405619;0.772231;, 0.366998;0.775141;, 0.217580;0.616153;, 0.271015;0.700933;, 0.224872;0.709928;, 0.262255;0.630078;, 0.278274;0.771574;, 0.230505;0.770716;, 0.323658;0.704290;, 0.320146;0.629830;, 0.323270;0.770331;, 0.340009;0.210754;, 0.368656;0.176485;, 0.343419;0.176687;, 0.372514;0.213066;, 0.394710;0.831888;, 0.341747;0.895501;, 0.354328;0.828967;, 0.380889;0.899585;, 0.333989;0.980310;, 0.362970;0.980409;, 0.240355;0.827990;, 0.278373;0.896407;, 0.249234;0.897617;, 0.275950;0.825831;, 0.291674;0.980182;, 0.261806;0.980191;, 0.319858;0.887456;, 0.323398;0.820835;, 0.313233;0.980016;, 0.378302;0.580619;, 0.475962;0.615773;, 0.321621;0.585350;, 0.256094;0.578772;, 0.318477;0.613546;, 0.258890;0.611718;, 0.263394;0.492237;, 0.329925;0.445485;, 0.351370;0.437634;, 0.414944;0.484302;, 0.347535;0.490356;, 0.397870;0.430189;, 0.442030;0.421974;, 0.448265;0.483643;, 0.139240;0.111948;, 0.156769;0.111031;, 0.133450;0.170343;, 0.157584;0.253649;, 0.135087;0.245066;, 0.158456;0.177954;, 0.074015;0.112119;, 0.072897;0.159317;, 0.045724;0.147803;, 0.073614;0.225606;, 0.051136;0.233503;, 0.087415;0.119896;, 0.108273;0.161410;, 0.100874;0.115994;, 0.106902;0.233857;, 0.114325;0.117033;, 0.135179;0.288259;, 0.152069;0.394560;, 0.133361;0.393311;, 0.155723;0.292554;, 0.151977;0.457371;, 0.136059;0.456587;, 0.050037;0.277245;, 0.086398;0.368504;, 0.046162;0.381233;, 0.076580;0.273870;, 0.093391;0.451595;, 0.050915;0.455732;, 0.109318;0.381986;, 0.106500;0.278527;, 0.114459;0.453016;, 0.052980;0.594356;, 0.086163;0.578942;, 0.084660;0.594199;, 0.054484;0.578120;, 0.009121;0.528139;, 0.025174;0.551985;, 0.006634;0.540642;, 0.027407;0.535726;, 0.093775;0.484459;, 0.051274;0.517604;, 0.036905;0.491746;, 0.088336;0.519619;, 0.105488;0.525539;, 0.110651;0.487636;, 0.150516;0.491533;, 0.144917;0.524864;, 0.102466;0.059442;, 0.113333;0.065151;, 0.100019;0.024266;, 0.115490;0.024361;, 0.303761;0.383487;, 0.274281;0.226605;, 0.134340;0.066431;, 0.143257;0.024579;, 0.145371;0.084885;, 0.132038;0.024353;, 0.298579;0.329308;, 0.307189;0.310135;, 0.267351;0.332749;, 0.207487;0.341719;, 0.207955;0.285057;, 0.088737;0.059194;, 0.089749;0.082896;, 0.064218;0.047049;, 0.046129;0.104738;, 0.075194;0.080877;, 0.352191;0.384287;, 0.378015;0.395149;, 0.049534;0.024372;, 0.339313;0.378998;, 0.172563;0.477723;, 0.273892;0.194011;, 0.241336;0.187624;, 0.207963;0.252309;, 0.209633;0.188973;, 0.045258;0.540916;, 0.137263;0.582303;, 0.103296;0.580936;, 0.190443;0.530248;, 0.172571;0.528227;, 0.019214;0.511497;, 0.041434;0.518581;, 0.039818;0.537022;, 0.152648;0.524358;, 0.196276;0.566487;, 0.185957;0.565305;, 0.163851;0.564929;, 0.299491;0.125324;, 0.333155;0.162234;, 0.295494;0.137109;, 0.335383;0.143037;, 0.354437;0.016730;, 0.377457;0.051984;, 0.366781;0.054341;, 0.361291;0.006841;, 0.345280;0.032429;, 0.311136;0.017224;, 0.317865;0.032922;, 0.282731;0.049131;, 0.296522;0.051430;, 0.303290;0.007090;, 0.335011;0.072891;, 0.315540;0.053729;, 0.368118;0.137355;, 0.378767;0.152846;, 0.331465;0.274127;, 0.382693;0.294522;, 0.462974;0.709985;, 0.448462;0.772795;, 0.432741;0.843859;, 0.415644;0.906572;, 0.385266;0.980624;, 0.347156;0.056697;, 0.437684;0.205683;, 0.477038;0.236338;, 0.467909;0.248249;, 0.454384;0.210826;, 0.274377;0.153680;, 0.242042;0.150405;, 0.462267;0.033434;, 0.480303;0.023833;, 0.473970;0.122593;, 0.470386;0.090341;, 0.487684;0.122562;, 0.451732;0.184270;, 0.437050;0.184630;, 0.427939;0.201585;, 0.409171;0.158701;, 0.434740;0.140246;, 0.453235;0.089712;, 0.450582;0.127691;, 0.427872;0.085045;, 0.277285;0.111655;, 0.239468;0.105126;, 0.207828;0.104548;, 0.242148;0.056807;, 0.207806;0.057251;, 0.449079;0.157713;, 0.470358;0.157741;, 0.466818;0.182667;, 0.480090;0.217514;, 0.476772;0.064009;, 0.444232;0.043035;, 0.390905;0.102578;, 0.427897;0.039586;, 0.207820;0.027225;, 0.236587;0.025640;, 0.207873;0.138514;, 0.269495;0.052277;, 0.261485;0.024055;, 0.377588;0.024071;, 0.396753;0.024298;, 0.397604;0.060793;, 0.388747;0.002442;, 0.421696;0.159104;, 0.432961;0.175696;, 0.426921;0.153051;, 0.407454;0.003422;, 0.421265;0.028080;, 0.406347;0.061379;, 0.472681;0.135593;, 0.436499;0.161336;, 0.418832;0.257534;, 0.416252;0.233467;, 0.318241;0.232972;, 0.401136;0.200099;, 0.207332;0.574760;, 0.207353;0.590300;, 0.215449;0.602588;, 0.216351;0.610277;, 0.439573;0.030530;, 0.451249;0.021474;, 0.480959;0.182018;, 0.492812;0.161730;, 0.487452;0.168718;, 0.492252;0.137097;, 0.207280;0.493588;, 0.414837;0.277191;, 0.357395;0.302402;, 0.480967;0.188459;, 0.492070;0.190609;, 0.492090;0.186346;, 0.491983;0.181960;, 0.325700;0.332125;, 0.358193;0.349591;, 0.374145;0.350170;, 0.152744;0.024642;, 0.391697;0.159127;, 0.080286;0.849822;, 0.113693;0.913614;, 0.069266;0.913614;, 0.113693;0.849822;, 0.077211;0.793536;, 0.113693;0.793536;, 0.093218;0.736312;, 0.113693;0.736312;, 0.102254;0.685583;, 0.113693;0.687840;, 0.113693;0.639822;, 0.074210;0.639822;, 0.113693;0.987275;, 0.064565;0.988396;, 0.939951;0.980961;, 0.979875;0.896000;, 0.979875;0.980961;, 0.941049;0.896000;, 0.979875;0.826000;, 0.940591;0.826000;, 0.940345;0.772000;, 0.979875;0.772000;, 0.979875;0.701000;, 0.929916;0.698194;, 0.895636;0.642177;, 0.932272;0.644189;, 0.077902;0.058954;, 0.056392;0.676408;, 0.041953;0.736312;, 0.034357;0.793536;, 0.028459;0.849822;, 0.023140;0.913614;, 0.015270;0.989525;, 0.811397;0.647997;, 0.811397;0.701000;, 0.858727;0.644180;, 0.811397;0.772000;, 0.811397;0.826000;, 0.811397;0.896000;, 0.811397;0.980961;, 0.979875;0.647997;; } XSkinMeshHeader { 3; 6; 28; } SkinWeights { "Bip01_Spine"; 52; 5, 7, 13, 15, 16, 18, 21, 23, 25, 26, 27, 28, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 132, 148, 149, 151, 254, 268, 317, 318, 325, 326, 328, 330, 333, 335, 336, 337, 338, 379, 380, 381, 382, 383, 384, 385, 386, 438, 454, 455, 457, 564; 0.220000, 0.220000, 0.200000, 0.200000, 0.200000, 0.200000, 0.220000, 0.200000, 0.500000, 0.220000, 0.500000, 0.220000, 0.630000, 0.500000, 0.500000, 0.630000, 0.500000, 0.630000, 0.500000, 0.630000, 0.700000, 0.630000, 0.220000, 0.220000, 0.220000, 0.220000, 0.200000, 0.630000, 0.220000, 0.220000, 0.200000, 0.200000, 0.200000, 0.200000, 0.200000, 0.500000, 0.220000, 0.220000, 0.500000, 0.630000, 0.500000, 0.500000, 0.630000, 0.630000, 0.500000, 0.500000, 0.630000, 0.220000, 0.220000, 0.220000, 0.220000, 0.630000; -0.000000,1.000000,-0.000001,0.000000,0.998192,0.000000,0.060114,0.000000,0.060114,-0.000001,-0.998192,0.000000,-0.556398,-0.000000,-0.022542,1.000000;; } SkinWeights { "Bip01_Spine1"; 112; 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 21, 22, 25, 26, 27, 28, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 130, 131, 132, 133, 135, 136, 138, 139, 140, 141, 142, 143, 144, 145, 146, 148, 149, 150, 151, 155, 248, 250, 252, 253, 268, 269, 281, 283, 284, 285, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 335, 336, 337, 338, 379, 380, 381, 382, 383, 384, 385, 386, 436, 437, 438, 439, 441, 443, 444, 445, 446, 447, 448, 449, 450, 451, 453, 454, 455, 456, 457, 461, 550, 552, 564, 565, 571, 572, 573, 574, 602; 0.337101, 1.000000, 0.960000, 0.473261, 0.953695, 0.780000, 1.000000, 0.780000, 0.940000, 0.861773, 0.345106, 1.000000, 0.780000, 1.000000, 0.500000, 0.780000, 0.500000, 0.780000, 0.270000, 0.500000, 0.500000, 0.270000, 0.500000, 0.270000, 0.500000, 0.270000, 0.300000, 0.270000, 0.345106, 0.234753, 0.780000, 0.926321, 0.473261, 0.337101, 0.900000, 1.000000, 0.883266, 1.000000, 1.000000, 0.861773, 0.883266, 0.777857, 0.772824, 0.780000, 0.780000, 0.953695, 0.780000, 0.932360, 0.926321, 0.234753, 0.960000, 1.000000, 0.270000, 0.234753, 0.772824, 0.800160, 0.777857, 0.953695, 0.800160, 0.337101, 1.000000, 0.473261, 0.960000, 0.953695, 0.780000, 0.780000, 1.000000, 0.940000, 0.861773, 1.000000, 0.345106, 0.500000, 0.780000, 0.780000, 0.500000, 0.270000, 0.500000, 0.500000, 0.270000, 0.270000, 0.500000, 0.500000, 0.270000, 0.345106, 0.234753, 0.780000, 0.926321, 0.473261, 0.337101, 0.900000, 0.883266, 1.000000, 1.000000, 1.000000, 0.861773, 0.883266, 0.777857, 0.772824, 0.780000, 0.780000, 0.953695, 0.780000, 0.932360, 0.926321, 0.234753, 0.270000, 0.234753, 0.772824, 0.800160, 0.777857, 0.953695, 0.800160; -0.000000,1.000000,-0.000001,0.000000,0.981764,0.000001,0.190104,0.000000,0.190104,-0.000001,-0.981764,0.000000,-0.654240,-0.000000,-0.108930,1.000000;; } SkinWeights { "Bip01_Head"; 143; 153, 154, 156, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 249, 251, 258, 260, 261, 262, 263, 264, 265, 266, 267, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 282, 286, 459, 460, 462, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 519, 520, 521, 522, 523, 524, 525, 526, 527, 528, 529, 530, 531, 532, 533, 534, 535, 536, 537, 538, 539, 540, 541, 542, 543, 544, 545, 546, 547, 548, 549, 551, 553, 558, 559, 560, 561, 562, 563, 567, 568, 569, 570, 575; 0.450000, 0.450000, 0.450000, 1.000000, 1.000000, 1.000000, 0.450000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 0.450000, 1.000000, 0.450000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 0.450000, 0.450000, 0.450000, 1.000000, 1.000000, 0.450000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 0.450000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000; 0.000000,1.000000,-0.000001,0.000000,1.000000,-0.000000,0.000001,0.000000,0.000001,-0.000001,-1.000000,0.000000,-0.824644,0.000000,0.029302,1.000000;; } SkinWeights { "Bip01_Neck"; 22; 2, 8, 133, 153, 154, 155, 156, 199, 248, 249, 252, 258, 315, 320, 439, 459, 460, 461, 462, 503, 550, 551; 0.040000, 0.060000, 0.073679, 0.550000, 0.550000, 0.060000, 0.550000, 0.550000, 0.073679, 0.550000, 0.040000, 0.550000, 0.040000, 0.060000, 0.073679, 0.550000, 0.550000, 0.060000, 0.550000, 0.550000, 0.073679, 0.550000; 0.000000,1.000000,-0.000001,0.000000,0.968422,-0.000001,-0.249316,0.000000,-0.249316,-0.000001,-0.968422,0.000000,-0.757624,0.000001,0.233975,1.000000;; } SkinWeights { "Bip01_Pelvis"; 74; 12, 13, 14, 15, 16, 17, 18, 19, 20, 23, 24, 29, 32, 37, 42, 63, 64, 66, 67, 68, 69, 70, 71, 74, 76, 78, 80, 195, 254, 255, 256, 257, 259, 268, 295, 297, 310, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 339, 341, 348, 352, 373, 375, 376, 377, 378, 379, 382, 383, 386, 554, 555, 556, 557, 564, 586, 587, 600, 601, 603, 609, 611, 616; 1.000000, 0.800000, 1.000000, 0.800000, 0.800000, 1.000000, 0.800000, 0.900000, 1.000000, 0.800000, 1.000000, 0.200000, 0.200000, 0.380000, 0.300000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 0.580000, 0.680000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 1.000000, 0.800000, 1.000000, 1.000000, 0.920000, 1.000000, 0.100000, 0.200000, 1.000000, 0.500000, 1.000000, 0.800000, 0.800000, 1.000000, 0.800000, 1.000000, 0.800000, 0.900000, 1.000000, 0.800000, 1.000000, 0.200000, 0.200000, 0.380000, 0.300000, 1.000000, 1.000000, 1.000000, 0.580000, 0.680000, 0.100000, 0.100000, 0.100000, 0.100000, 1.000000, 1.000000, 0.920000, 1.000000, 0.100000, 1.000000, 1.000000, 1.000000, 0.680000, 0.200000, 0.300000, 0.680000, 0.300000; -0.000001,1.000000,0.000003,0.000000,1.000000,0.000001,0.000000,0.000000,-0.000000,0.000003,-1.000000,0.000000,-0.505118,-0.000001,0.010862,1.000000;; } SkinWeights { "Bip01_L_Hand"; 15; 101, 102, 107, 108, 111, 120, 121, 122, 123, 124, 125, 126, 127, 152, 157; 0.320000, 0.060000, 0.320000, 0.320000, 0.060000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000; 0.944798,0.017841,-0.327167,0.000000,-0.326946,0.116872,-0.937788,0.000000,0.021506,0.992987,0.116254,0.000000,-0.113437,-0.128892,0.807078,1.000000;; } SkinWeights { "Bip01_L_Clavicle"; 23; 0, 3, 9, 10, 128, 129, 130, 131, 134, 135, 136, 137, 143, 145, 146, 155, 250, 269, 281, 283, 284, 311, 461; 0.662600, 0.526738, 0.099929, 0.574894, 0.996549, 0.994662, 0.574894, 0.764594, 0.935834, 0.526738, 0.662600, 0.626734, 0.099929, 0.181098, 0.122378, 0.007640, 0.764594, 0.764594, 0.122378, 0.119048, 0.181098, 0.119048, 0.007640; 1.000000,-0.000000,-0.000001,0.000000,-0.000000,0.981612,-0.190886,0.000000,0.000001,0.190886,0.981612,0.000000,-0.015714,-0.760633,0.109535,1.000000;; } SkinWeights { "Bip01_L_Forearm"; 20; 84, 86, 90, 91, 95, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111; 0.460000, 0.460000, 0.500000, 0.460000, 0.500000, 1.000000, 1.000000, 1.000000, 1.000000, 0.680000, 0.940000, 1.000000, 1.000000, 0.960000, 1.000000, 0.680000, 0.680000, 1.000000, 0.960000, 0.940000; 0.986037,0.119042,0.116448,0.000000,-0.128912,0.988323,0.081241,0.000000,-0.105417,-0.095118,0.989869,0.000000,-0.132658,-0.767247,-0.139426,1.000000;; } SkinWeights { "Bip01_L_Finger0"; 13; 116, 117, 118, 119, 160, 161, 162, 163, 164, 165, 166, 167, 168; 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000; 0.702718,0.657609,-0.271546,0.000000,-0.536419,0.238986,-0.809407,0.000000,-0.467377,0.714448,0.520694,0.000000,0.088897,-0.462031,0.686152,1.000000;; } SkinWeights { "Bip01_L_UpperArm"; 46; 0, 3, 4, 9, 10, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 105, 110, 128, 129, 130, 131, 134, 135, 136, 137, 138, 140, 143, 144, 145, 146, 147, 150, 250, 269, 281, 283, 284, 285, 311; 0.000299, 0.000001, 0.046305, 0.038298, 0.080000, 1.000000, 1.000000, 1.000000, 0.540000, 1.000000, 0.540000, 1.000000, 1.000000, 1.000000, 0.500000, 0.540000, 1.000000, 1.000000, 1.000000, 0.500000, 1.000000, 0.040000, 0.040000, 0.003451, 0.005338, 0.080000, 0.000653, 0.064166, 0.000001, 0.000299, 0.373267, 0.100000, 0.116734, 0.038298, 0.116734, 0.041045, 0.104798, 1.000000, 0.046305, 0.000653, 0.000653, 0.104798, 0.080791, 0.041045, 0.046305, 0.080791; 0.989156,0.119042,-0.086020,0.000000,-0.109749,0.988323,0.105705,0.000000,0.097599,-0.095118,0.990670,0.000000,-0.021124,-0.767247,-0.109613,1.000000;; } SkinWeights { "Bip01_L_Finger1"; 6; 112, 113, 114, 115, 158, 159; 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000; 0.887877,0.017580,-0.459745,0.000000,-0.458517,0.116126,-0.881066,0.000000,0.037899,0.993079,0.111166,0.000000,-0.079318,-0.128249,0.827207,1.000000;; } SkinWeights { "Bip01_R_Finger1"; 6; 418, 419, 420, 421, 464, 465; 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000; -0.887877,0.017583,0.459745,0.000000,-0.458517,-0.116126,-0.881066,0.000000,0.037896,-0.993079,0.111167,0.000000,-0.079318,0.128249,0.827207,1.000000;; } SkinWeights { "Bip01_R_Hand"; 15; 407, 408, 413, 414, 417, 426, 427, 428, 429, 430, 431, 432, 433, 458, 463; 0.320000, 0.060000, 0.320000, 0.320000, 0.060000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000; -0.944798,0.017844,0.327167,0.000000,-0.326946,-0.116872,-0.937788,0.000000,0.021503,-0.992987,0.116255,0.000000,-0.113437,0.128892,0.807078,1.000000;; } SkinWeights { "Bip01_L_Thigh"; 39; 19, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 65, 69, 70, 189, 190, 257, 291, 292, 293, 294, 295, 296, 307, 308, 309, 556, 581, 583, 585, 609, 610, 611, 612; 0.100000, 0.800000, 1.000000, 1.000000, 0.800000, 0.560000, 0.560000, 1.000000, 1.000000, 0.620000, 1.000000, 0.560000, 0.560000, 1.000000, 0.700000, 0.560000, 1.000000, 0.420000, 0.320000, 1.000000, 0.560000, 0.080000, 0.560000, 0.486000, 1.000000, 0.580000, 0.800000, 0.580000, 0.540000, 1.000000, 0.200000, 0.080000, 0.147600, 0.147600, 0.147600, 0.700000, 1.000000, 0.320000, 0.560000; 0.115781,-0.993257,0.005905,0.000000,-0.991969,-0.115931,-0.050572,0.000000,0.050915,-0.000002,-0.998703,0.000000,0.494114,0.113412,0.036067,1.000000;; } SkinWeights { "Bip01_R_Forearm"; 20; 390, 391, 396, 397, 401, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417; 0.460000, 0.460000, 0.500000, 0.460000, 0.500000, 1.000000, 1.000000, 1.000000, 1.000000, 0.680000, 0.940000, 1.000000, 1.000000, 1.000000, 0.960000, 0.680000, 0.680000, 1.000000, 0.960000, 0.940000; -0.986037,0.119042,-0.116450,0.000000,-0.128912,-0.988323,0.081241,0.000000,-0.105419,0.095118,0.989868,0.000000,-0.132658,0.767247,-0.139426,1.000000;; } SkinWeights { "Bip01_R_Clavicle"; 21; 312, 314, 321, 323, 434, 435, 436, 437, 440, 441, 442, 443, 449, 451, 453, 552, 565, 571, 572, 573, 602; 0.662600, 0.526738, 0.099929, 0.574894, 0.996549, 0.994662, 0.574894, 0.764594, 0.935834, 0.526738, 0.626734, 0.662600, 0.099929, 0.181098, 0.122378, 0.764594, 0.764594, 0.122378, 0.119048, 0.181098, 0.119048; -1.000000,0.000000,-0.000001,0.000000,-0.000000,-0.981612,-0.190886,0.000000,-0.000001,-0.190886,0.981612,0.000000,-0.015714,0.760633,0.109535,1.000000;; } SkinWeights { "Bip01_BackPack"; 0; ; ; -0.000001,1.000000,-0.000003,0.000000,-0.000000,0.000003,1.000000,0.000000,1.000000,0.000001,0.000000,0.000000,-0.116775,-0.000002,-0.708661,1.000000;; } SkinWeights { "Bip01_R_UpperArm"; 46; 312, 314, 316, 321, 323, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 412, 416, 434, 435, 436, 437, 440, 441, 442, 443, 444, 445, 449, 450, 451, 452, 453, 456, 552, 565, 571, 572, 573, 574, 602; 0.000299, 0.000001, 0.046305, 0.038298, 0.080000, 1.000000, 1.000000, 1.000000, 0.540000, 0.540000, 1.000000, 1.000000, 1.000000, 1.000000, 0.500000, 0.540000, 1.000000, 1.000000, 1.000000, 0.500000, 1.000000, 0.040000, 0.040000, 0.003451, 0.005338, 0.080000, 0.000653, 0.064166, 0.000001, 0.373267, 0.000299, 0.100000, 0.116734, 0.038298, 0.116734, 0.041045, 1.000000, 0.104798, 0.046305, 0.000653, 0.000653, 0.104798, 0.080791, 0.041045, 0.046305, 0.080791; -0.989156,0.119042,0.086017,0.000000,-0.109749,-0.988322,0.105705,0.000000,0.097596,0.095118,0.990670,0.000000,-0.021124,0.767247,-0.109613,1.000000;; } SkinWeights { "Bip01_R_Finger0"; 13; 422, 423, 424, 425, 466, 467, 468, 469, 470, 471, 472, 473, 474; 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000; -0.702717,0.657611,0.271545,0.000000,-0.536419,-0.238986,-0.809407,0.000000,-0.467379,-0.714446,0.520695,0.000000,0.088897,0.462031,0.686152,1.000000;; } SkinWeights { "Bip01_L_Foot"; 34; 44, 45, 46, 47, 52, 53, 58, 59, 62, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 193, 194, 270, 299, 615; 1.000000, 1.000000, 1.000000, 1.000000, 0.340000, 0.340000, 0.340000, 1.000000, 0.340000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 0.340000, 1.000000, 0.340000, 1.000000, 1.000000, 1.000000, 0.340000, 0.340000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 0.340000, 0.340000; 0.000000,-1.000000,0.000003,0.000000,-1.000000,-0.000000,0.000000,0.000000,-0.000000,-0.000003,-1.000000,0.000000,0.065978,0.106481,0.051010,1.000000;; } SkinWeights { "Bip01_L_Calf"; 48; 33, 34, 39, 40, 43, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 60, 61, 62, 177, 179, 183, 184, 190, 191, 192, 287, 288, 289, 290, 291, 292, 298, 299, 300, 301, 302, 303, 304, 305, 307, 577, 579, 588, 612, 613, 614, 615; 0.440000, 0.440000, 0.440000, 0.440000, 0.440000, 1.000000, 1.000000, 1.000000, 1.000000, 0.660000, 0.660000, 1.000000, 1.000000, 1.000000, 1.000000, 0.660000, 1.000000, 1.000000, 0.660000, 0.660000, 0.660000, 0.660000, 0.660000, 0.440000, 1.000000, 1.000000, 1.000000, 0.500000, 0.500000, 1.000000, 0.440000, 0.100000, 0.500000, 0.660000, 0.900000, 0.107335, 0.900000, 0.107335, 0.103900, 1.000000, 0.460000, 0.200000, 0.200000, 0.200000, 0.440000, 1.000000, 1.000000, 0.660000; 0.114860,-0.993257,0.015727,0.000000,-0.984078,-0.115931,-0.134723,0.000000,0.135638,-0.000002,-0.990758,0.000000,0.252619,0.113412,0.057753,1.000000;; } SkinWeights { "Bip01_R_Foot"; 34; 354, 355, 356, 357, 362, 363, 368, 369, 372, 475, 476, 477, 478, 479, 480, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 499, 500, 566, 592, 608; 1.000000, 1.000000, 1.000000, 1.000000, 0.340000, 0.340000, 0.340000, 1.000000, 0.340000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 0.340000, 1.000000, 0.340000, 1.000000, 1.000000, 1.000000, 0.340000, 0.340000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 0.340000, 0.340000; -0.000000,-1.000000,-0.000000,0.000000,-1.000000,0.000000,0.000000,0.000000,-0.000000,0.000000,-1.000000,0.000000,0.065978,-0.106481,0.051010,1.000000;; } SkinWeights { "Bip01_R_Thigh"; 37; 309, 331, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 374, 377, 378, 495, 496, 580, 581, 582, 583, 584, 585, 596, 597, 598, 599, 601, 603, 604, 605, 616; 0.160000, 0.100000, 0.800000, 1.000000, 0.800000, 1.000000, 0.560000, 0.560000, 1.000000, 1.000000, 1.000000, 0.620000, 0.560000, 0.560000, 1.000000, 0.700000, 0.560000, 1.000000, 0.420000, 0.320000, 1.000000, 0.560000, 0.486000, 0.180000, 0.580000, 0.180000, 0.580000, 0.180000, 0.540000, 0.560000, 1.000000, 1.000000, 0.320000, 0.800000, 1.000000, 0.560000, 0.700000; -0.115781,-0.993257,-0.005902,0.000000,-0.991969,0.115932,-0.050572,0.000000,0.050915,-0.000001,-0.998703,0.000000,0.494114,-0.113412,0.036067,1.000000;; } SkinWeights { "Bip01_DressFront"; 8; 292, 294, 296, 580, 582, 583, 584, 585; 0.414000, 0.420000, 0.420000, 0.414000, 0.420000, 0.672400, 0.420000, 0.672400; -0.000000,1.000000,-0.000004,0.000000,-0.998672,0.000000,0.051516,0.000000,0.051516,0.000004,0.998672,0.000000,0.463084,-0.001399,0.026404,1.000000;; } SkinWeights { "Bip01_DressFront02"; 10; 288, 289, 298, 576, 577, 578, 579, 581, 588, 589; 0.500000, 0.500000, 0.500000, 0.500000, 0.640000, 0.500000, 0.640000, 0.672400, 0.640000, 0.500000; -0.000000,1.000000,-0.000004,0.000000,-0.998672,0.000000,0.051516,0.000000,0.051516,0.000004,0.998672,0.000000,0.279760,-0.001399,0.026536,1.000000;; } SkinWeights { "Bip01_R_Calf"; 49; 301, 303, 304, 306, 343, 344, 349, 350, 353, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 370, 371, 372, 483, 485, 489, 490, 496, 497, 498, 576, 577, 578, 579, 580, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 605, 606, 607, 608; 0.200000, 0.200000, 0.225600, 0.200000, 0.440000, 0.440000, 0.440000, 0.440000, 0.440000, 1.000000, 1.000000, 1.000000, 1.000000, 0.660000, 0.660000, 1.000000, 1.000000, 1.000000, 1.000000, 0.660000, 1.000000, 1.000000, 0.660000, 0.660000, 0.660000, 0.660000, 0.660000, 0.440000, 1.000000, 1.000000, 0.500000, 0.160000, 0.500000, 0.160000, 0.100000, 0.160000, 0.500000, 0.900000, 1.000000, 0.660000, 0.900000, 1.000000, 1.000000, 0.460000, 0.440000, 0.440000, 1.000000, 1.000000, 0.660000; -0.114860,-0.993257,-0.015724,0.000000,-0.984078,0.115932,-0.134723,0.000000,0.135638,-0.000001,-0.990759,0.000000,0.252619,-0.113412,0.057753,1.000000;; } SkinWeights { "Bip01_DressBack"; 2; 309, 310; 0.640000, 0.500000; -0.000000,1.000000,-0.000004,0.000000,-0.999631,0.000000,0.027171,0.000000,0.027171,0.000004,0.999631,0.000000,0.454791,-0.000000,-0.101536,1.000000;; } SkinWeights { "Bip01_DressBack02"; 8; 300, 301, 302, 303, 304, 306, 590, 593; 0.100000, 0.692666, 0.100000, 0.692666, 0.670500, 0.800000, 0.100000, 0.100000; -0.000000,1.000000,-0.000004,0.000000,-0.999631,0.000000,0.027171,0.000000,0.027171,0.000004,0.999631,0.000000,0.278632,-0.000000,-0.101427,1.000000;; } } } AnimTicksPerSecond { 4800; } AnimationSet Bob_IdleTurn90L { Animation { { Dummy01 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.707107,0.707107,0.000000,0.000000;;, 3200;4;0.707107,0.707107,0.000000,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.000000,0.000000,0.000000;;, 3200;3;0.000000,0.000000,0.000000;;; } } Animation { { Bip01 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.500000,-0.500001,-0.500000,-0.500000;;, 160;4;0.505635,-0.504600,-0.495332,-0.494326;;, 320;4;0.520915,-0.516989,-0.482098,-0.478489;;, 480;4;0.543271,-0.534835,-0.461149,-0.454037;;, 640;4;0.570069,-0.555759,-0.433241,-0.422440;;, 800;4;0.598759,-0.577567,-0.399320,-0.385288;;, 960;4;0.627014,-0.598439,-0.360712,-0.344399;;, 1120;4;0.652870,-0.617061,-0.319201,-0.301839;;, 1280;4;0.674837,-0.632695,-0.277032,-0.259893;;, 1440;4;0.691958,-0.645185,-0.236835,-0.220997;;, 1600;4;0.703781,-0.654874,-0.201514,-0.187684;;, 1760;4;0.711356,-0.663287,-0.169912,-0.158597;;, 1920;4;0.716064,-0.671379,-0.139298,-0.130758;;, 2080;4;0.718295,-0.678941,-0.110369,-0.104455;;, 2240;4;0.718503,-0.685808,-0.083747,-0.080045;;, 2400;4;0.717197,-0.691862,-0.059981,-0.057947;;, 2560;4;0.714921,-0.697016,-0.039561,-0.038630;;, 2720;4;0.712233,-0.701204,-0.022930,-0.022612;;, 2880;4;0.709691,-0.704358,-0.010506,-0.010445;;, 3040;4;0.707823,-0.706380,-0.002711,-0.002710;;, 3200;4;0.707107,-0.707107,0.000001,0.000001;;; } AnimationKey T { 2; 21; 0;3;0.003000,-0.012354,0.504968;;, 160;3;-0.001300,-0.012931,0.504655;;, 320;3;-0.004828,-0.014487,0.503914;;, 480;3;-0.007656,-0.016766,0.503034;;, 640;3;-0.009851,-0.019524,0.502294;;, 800;3;-0.011473,-0.022518,0.501980;;, 960;3;-0.012584,-0.025513,0.502294;;, 1120;3;-0.013240,-0.028270,0.503034;;, 1280;3;-0.013496,-0.030550,0.503915;;, 1440;3;-0.013406,-0.032106,0.504655;;, 1600;3;-0.013024,-0.032683,0.504968;;, 1760;3;-0.012311,-0.031321,0.504655;;, 1920;3;-0.011364,-0.028105,0.503914;;, 2080;3;-0.010409,-0.024281,0.503034;;, 2240;3;-0.009666,-0.021065,0.502294;;, 2400;3;-0.009365,-0.019703,0.501980;;, 2560;3;-0.009663,-0.017966,0.502294;;, 2720;3;-0.010367,-0.013865,0.503034;;, 2880;3;-0.011203,-0.008988,0.503915;;, 3040;3;-0.011907,-0.004887,0.504655;;, 3200;3;-0.012205,-0.003150,0.504968;;; } } Animation { { Bip01_Pelvis } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.500001,-0.499999,-0.500000,-0.500000;;, 160;4;0.502628,-0.497358,-0.502628,-0.497359;;, 320;4;0.505776,-0.494157,-0.505775,-0.494157;;, 480;4;0.508638,-0.491210,-0.508637,-0.491211;;, 640;4;0.510427,-0.489351,-0.510426,-0.489352;;, 800;4;0.510362,-0.489418,-0.510362,-0.489419;;, 960;4;0.507584,-0.492299,-0.507583,-0.492300;;, 1120;4;0.502581,-0.497405,-0.502581,-0.497406;;, 1280;4;0.496609,-0.503368,-0.496608,-0.503369;;, 1440;4;0.490972,-0.508868,-0.490972,-0.508868;;, 1600;4;0.487031,-0.512641,-0.487030,-0.512642;;, 1760;4;0.484878,-0.514678,-0.484878,-0.514678;;, 1920;4;0.483636,-0.515846,-0.483635,-0.515846;;, 2080;4;0.483226,-0.516229,-0.483226,-0.516230;;, 2240;4;0.483570,-0.515907,-0.483569,-0.515908;;, 2400;4;0.484583,-0.514956,-0.484582,-0.514957;;, 2560;4;0.486550,-0.513098,-0.486549,-0.513099;;, 2720;4;0.489515,-0.510270,-0.489514,-0.510271;;, 2880;4;0.493034,-0.506871,-0.493033,-0.506871;;, 3040;4;0.496671,-0.503307,-0.496670,-0.503308;;, 3200;4;0.500001,-0.499999,-0.500000,-0.500000;;; } AnimationKey T { 2; 2; 0;3;0.000000,0.000000,0.000000;;, 3200;3;0.000000,0.000000,0.000000;;; } } Animation { { Bip01_Spine } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.999548,-0.000002,-0.030071,-0.000001;;, 160;4;0.999557,0.001625,-0.029048,-0.006205;;, 320;4;0.999525,0.005760,-0.026269,-0.015064;;, 480;4;0.999385,0.011702,-0.022179,-0.024512;;, 640;4;0.999146,0.018807,-0.017259,-0.032497;;, 800;4;0.998892,0.026481,-0.012034,-0.036995;;, 960;4;0.998747,0.034166,-0.007073,-0.035885;;, 1120;4;0.998695,0.041318,-0.002851,-0.029897;;, 1280;4;0.998652,0.047326,0.000311,-0.021322;;, 1440;4;0.998593,0.051493,0.002206,-0.012455;;, 1600;4;0.998572,0.053064,0.002690,-0.005581;;, 1760;4;0.998671,0.051516,0.001593,-0.000564;;, 1920;4;0.998871,0.047319,-0.000894,0.004105;;, 2080;4;0.999108,0.041179,-0.004427,0.008251;;, 2240;4;0.999323,0.033791,-0.008692,0.011706;;, 2400;4;0.999475,0.025829,-0.013377,0.014298;;, 2560;4;0.999560,0.017964,-0.018135,0.015110;;, 2720;4;0.999592,0.010847,-0.022610,0.013658;;, 2880;4;0.999584,0.005089,-0.026407,0.010382;;, 3040;4;0.999561,0.001279,-0.029065,0.005697;;, 3200;4;0.999548,-0.000002,-0.030071,-0.000001;;; } AnimationKey T { 2; 21; 0;3;0.051628,0.000000,-0.000085;;, 160;3;0.051626,0.000544,-0.000085;;, 320;3;0.051615,0.001199,-0.000085;;, 480;3;0.051598,0.001797,-0.000085;;, 640;3;0.051585,0.002173,-0.000085;;, 800;3;0.051586,0.002158,-0.000085;;, 960;3;0.051608,0.001572,-0.000085;;, 1120;3;0.051630,0.000527,-0.000084;;, 1280;3;0.051629,-0.000706,-0.000084;;, 1440;3;0.051601,-0.001857,-0.000084;;, 1600;3;0.051566,-0.002653,-0.000084;;, 1760;3;0.051542,-0.003085,-0.000084;;, 1920;3;0.051526,-0.003333,-0.000084;;, 2080;3;0.051520,-0.003413,-0.000084;;, 2240;3;0.051524,-0.003343,-0.000085;;, 2400;3;0.051536,-0.003140,-0.000085;;, 2560;3;0.051557,-0.002744,-0.000085;;, 2720;3;0.051585,-0.002145,-0.000085;;, 2880;3;0.051609,-0.001430,-0.000085;;, 3040;3;0.051624,-0.000686,-0.000085;;, 3200;3;0.051628,0.000000,-0.000085;;; } } Animation { { Bip01_Spine1 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.997852,-0.000000,-0.065512,0.000000;;, 160;4;0.998286,0.011581,-0.057359,-0.000675;;, 320;4;0.998504,0.021926,-0.050073,-0.001117;;, 480;4;0.998564,0.031050,-0.043646,-0.001382;;, 640;4;0.998514,0.038965,-0.038070,-0.001517;;, 800;4;0.998399,0.045678,-0.033340,-0.001562;;, 960;4;0.998253,0.051191,-0.029456,-0.001551;;, 1120;4;0.998108,0.055503,-0.026419,-0.001513;;, 1280;4;0.997986,0.058603,-0.024234,-0.001470;;, 1440;4;0.997905,0.060479,-0.022913,-0.001437;;, 1600;4;0.997877,0.061110,-0.022468,-0.001425;;, 1760;4;0.997954,0.059375,-0.023690,-0.001457;;, 1920;4;0.998137,0.054699,-0.026985,-0.001522;;, 2080;4;0.998347,0.047845,-0.031814,-0.001563;;, 2240;4;0.998507,0.039553,-0.037656,-0.001523;;, 2400;4;0.998564,0.030547,-0.044001,-0.001370;;, 2560;4;0.998499,0.021542,-0.050344,-0.001103;;, 2720;4;0.998332,0.013254,-0.056181,-0.000756;;, 2880;4;0.998117,0.006405,-0.061003,-0.000396;;, 3040;4;0.997930,0.001733,-0.064292,-0.000113;;, 3200;4;0.997852,-0.000000,-0.065512,0.000000;;; } AnimationKey T { 2; 16; 0;3;0.106469,0.000000,-0.000084;;, 160;3;0.106470,-0.000002,-0.000084;;, 320;3;0.106471,-0.000004,-0.000084;;, 480;3;0.106473,-0.000005,-0.000084;;, 640;3;0.106473,-0.000007,-0.000084;;, 800;3;0.106474,-0.000008,-0.000084;;, 1120;3;0.106475,-0.000009,-0.000084;;, 1280;3;0.106476,-0.000010,-0.000084;;, 1920;3;0.106476,-0.000010,-0.000084;;, 2080;3;0.106475,-0.000008,-0.000084;;, 2240;3;0.106473,-0.000007,-0.000084;;, 2400;3;0.106472,-0.000005,-0.000084;;, 2560;3;0.106471,-0.000004,-0.000084;;, 2720;3;0.106470,-0.000002,-0.000084;;, 2880;3;0.106470,-0.000001,-0.000084;;, 3200;3;0.106469,-0.000000,-0.000084;;; } } Animation { { Bip01_Neck } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.975543,-0.000000,0.219811,-0.000001;;, 3200;4;0.975543,0.000000,0.219811,-0.000001;;; } AnimationKey T { 2; 2; 0;3;0.130516,0.000000,0.004628;;, 3200;3;0.130516,0.000000,0.004628;;; } } Animation { { Bip01_Head } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.999811,-0.000000,-0.019464,0.000000;;, 160;4;0.999147,0.029398,-0.028833,-0.003210;;, 320;4;0.992478,0.113341,-0.042347,-0.018636;;, 480;4;0.974254,0.213205,-0.062099,-0.038942;;, 640;4;0.950867,0.292523,-0.084611,-0.055889;;, 800;4;0.940667,0.317953,-0.101670,-0.060949;;, 960;4;0.945594,0.298691,-0.115670,-0.057057;;, 1120;4;0.952613,0.268589,-0.132575,-0.053038;;, 1280;4;0.960216,0.231398,-0.148735,-0.048155;;, 1440;4;0.967507,0.190848,-0.160385,-0.042240;;, 1600;4;0.974350,0.150665,-0.163222,-0.036072;;, 1760;4;0.980591,0.114833,-0.156201,-0.029260;;, 1920;4;0.985725,0.086003,-0.143121,-0.021577;;, 2080;4;0.989944,0.062961,-0.125878,-0.014219;;, 2240;4;0.993314,0.044631,-0.106161,-0.008027;;, 2400;4;0.995873,0.030161,-0.085534,-0.003482;;, 2560;4;0.997673,0.018952,-0.065486,-0.000724;;, 2720;4;0.998816,0.010547,-0.047480,0.000455;;, 2880;4;0.999448,0.004660,-0.032898,0.000550;;, 3040;4;0.999733,0.001160,-0.023085,0.000203;;, 3200;4;0.999811,-0.000000,-0.019464,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.033674,-0.000000,0.000000;;, 3200;3;0.033674,0.000000,0.000000;;; } } Animation { { Bip01_HeadNub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;1.000000,0.000000,0.000000,-0.000000;;, 3200;4;1.000000,-0.000000,-0.000000,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.169824,-0.000000,-0.000000;;, 3200;3;0.169824,0.000000,0.000000;;; } } Animation { { Bip01_L_Clavicle } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.180376,0.559498,0.799046,-0.126302;;, 3200;4;0.180376,0.559498,0.799046,-0.126302;;; } AnimationKey T { 2; 2; 0;3;-0.023698,0.015715,0.006128;;, 3200;3;-0.023698,0.015715,0.006128;;; } } Animation { { Bip01_L_UpperArm } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.845228,0.100848,0.201847,0.484435;;, 160;4;0.848698,0.106523,0.185237,0.483790;;, 320;4;0.852228,0.115528,0.164557,0.482993;;, 480;4;0.855459,0.126961,0.141219,0.481797;;, 640;4;0.858116,0.139947,0.116610,0.480056;;, 800;4;0.860039,0.153602,0.092101,0.477762;;, 960;4;0.861202,0.167011,0.069042,0.475050;;, 1120;4;0.861703,0.179221,0.048768,0.472197;;, 1280;4;0.861746,0.189242,0.032604,0.469594;;, 1440;4;0.861594,0.196043,0.021885,0.467701;;, 1600;4;0.861502,0.198553,0.017992,0.466978;;, 1760;4;0.861540,0.195731,0.023188,0.467868;;, 1920;4;0.861499,0.188128,0.037210,0.470152;;, 2080;4;0.861054,0.177005,0.057794,0.473198;;, 2240;4;0.859904,0.163593,0.082738,0.476400;;, 2400;4;0.857897,0.149102,0.109864,0.479282;;, 2560;4;0.855103,0.134714,0.136999,0.481542;;, 2720;4;0.851835,0.121582,0.161969,0.483074;;, 2880;4;0.848633,0.110823,0.182587,0.483944;;, 3040;4;0.846188,0.103538,0.196639,0.484333;;, 3200;4;0.845228,0.100848,0.201847,0.484435;;; } AnimationKey T { 2; 2; 0;3;0.087086,0.000000,0.000000;;, 3200;3;0.087086,0.000000,0.000000;;; } } Animation { { Bip01_L_Forearm } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.976567,0.000000,-0.215215,-0.000000;;, 160;4;0.975687,0.000000,-0.219167,-0.000000;;, 320;4;0.973238,0.000000,-0.229799,-0.000000;;, 480;4;0.969440,0.000000,-0.245328,0.000000;;, 640;4;0.964515,-0.000000,-0.264027,-0.000000;;, 800;4;0.958758,-0.000000,-0.284224,0.000000;;, 960;4;0.952578,-0.000000,-0.304296,-0.000000;;, 1120;4;0.946516,-0.000000,-0.322658,-0.000000;;, 1280;4;0.941237,-0.000000,-0.337748,-0.000000;;, 1440;4;0.937496,-0.000000,-0.347997,-0.000000;;, 1600;4;0.936079,0.000000,-0.351789,-0.000000;;, 1760;4;0.937496,-0.000000,-0.347997,0.000000;;, 1920;4;0.941237,0.000000,-0.337748,0.000000;;, 2080;4;0.946516,-0.000000,-0.322658,-0.000000;;, 2240;4;0.952578,0.000000,-0.304296,-0.000000;;, 2400;4;0.958758,-0.000000,-0.284224,0.000000;;, 2560;4;0.964515,0.000000,-0.264027,0.000000;;, 2720;4;0.969440,-0.000000,-0.245328,0.000000;;, 2880;4;0.973238,-0.000000,-0.229799,-0.000000;;, 3040;4;0.975687,0.000000,-0.219167,0.000000;;, 3200;4;0.976567,-0.000000,-0.215216,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.137062,0.000000,0.000000;;, 3200;3;0.137062,0.000000,0.000000;;; } } Animation { { Bip01_L_Hand } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.702431,-0.696205,0.134816,0.060942;;, 160;4;0.703160,-0.695790,0.133413,0.060361;;, 320;4;0.705111,-0.694664,0.129633,0.058787;;, 480;4;0.707930,-0.692999,0.124100,0.056456;;, 640;4;0.711277,-0.690960,0.117413,0.053597;;, 800;4;0.714836,-0.688716,0.110162,0.050443;;, 960;4;0.718314,-0.686440,0.102921,0.047238;;, 1120;4;0.721445,-0.684319,0.096266,0.044243;;, 1280;4;0.723981,-0.682547,0.090773,0.041734;;, 1440;4;0.725685,-0.681328,0.087028,0.040005;;, 1600;4;0.726311,-0.680874,0.085640,0.039360;;, 1760;4;0.725685,-0.681328,0.087028,0.040005;;, 1920;4;0.723981,-0.682547,0.090773,0.041734;;, 2080;4;0.721445,-0.684319,0.096266,0.044243;;, 2240;4;0.718314,-0.686440,0.102921,0.047238;;, 2400;4;0.714836,-0.688716,0.110162,0.050443;;, 2560;4;0.711277,-0.690960,0.117413,0.053597;;, 2720;4;0.707930,-0.692999,0.124100,0.056456;;, 2880;4;0.705111,-0.694664,0.129633,0.058787;;, 3040;4;0.703160,-0.695790,0.133413,0.060361;;, 3200;4;0.702431,-0.696205,0.134816,0.060942;;; } AnimationKey T { 2; 2; 0;3;0.137062,0.000000,-0.000000;;, 3200;3;0.137062,0.000000,0.000000;;; } } Animation { { Bip01_L_Finger0 } AnimationKey S { 1; 2; 0;3;1.000000,1.000001,1.000001;;, 3200;3;1.000000,1.000001,1.000001;;; } AnimationKey R { 0; 2; 0;4;0.933646,0.207201,0.053428,0.287259;;, 3200;4;0.933646,0.207201,0.053428,0.287259;;; } AnimationKey T { 2; 2; 0;3;0.057681,-0.023605,-0.000272;;, 3200;3;0.057681,-0.023605,-0.000272;;; } } Animation { { Bip01_L_Finger0Nub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;1.000000,-0.000000,-0.000000,0.000000;;, 3200;4;1.000000,-0.000000,-0.000000,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.029435,0.000000,0.000000;;, 3200;3;0.029435,0.000000,0.000000;;; } } Animation { { Bip01_L_Finger1 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.997394,-0.000397,0.072145,0.000029;;, 3200;4;0.997394,-0.000397,0.072145,0.000029;;; } AnimationKey T { 2; 2; 0;3;0.084102,-0.000000,0.000000;;, 3200;3;0.084102,-0.000000,0.000000;;; } } Animation { { Bip01_L_Finger1Nub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;1.000000,-0.000000,-0.000000,0.000000;;, 3200;4;1.000000,-0.000000,0.000000,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.047988,0.000000,-0.000000;;, 3200;3;0.047988,0.000000,0.000000;;; } } Animation { { Bip01_R_Clavicle } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.180378,-0.559498,0.799046,0.126300;;, 3200;4;0.180378,-0.559498,0.799046,0.126300;;; } AnimationKey T { 2; 2; 0;3;-0.023698,-0.015714,0.006128;;, 3200;3;-0.023698,-0.015714,0.006128;;; } } Animation { { Bip01_R_UpperArm } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.855914,-0.093605,0.188419,-0.472384;;, 160;4;0.855005,-0.082299,0.191234,-0.474997;;, 320;4;0.853326,-0.076769,0.196208,-0.476911;;, 480;4;0.850966,-0.076019,0.202705,-0.478528;;, 640;4;0.847979,-0.079065,0.210095,-0.480146;;, 800;4;0.844462,-0.084887,0.217765,-0.481929;;, 960;4;0.840610,-0.092402,0.225135,-0.483891;;, 1120;4;0.836741,-0.100450,0.231672,-0.485904;;, 1280;4;0.833296,-0.107805,0.236895,-0.487726;;, 1440;4;0.830812,-0.113183,0.240363,-0.489047;;, 1600;4;0.829863,-0.115270,0.241627,-0.489547;;, 1760;4;0.830827,-0.114501,0.240249,-0.488771;;, 1920;4;0.833362,-0.112466,0.236482,-0.486760;;, 2080;4;0.836907,-0.109593,0.230838,-0.484035;;, 2240;4;0.840924,-0.106299,0.223830,-0.481090;;, 2400;4;0.844946,-0.102955,0.216021,-0.478332;;, 2560;4;0.848610,-0.099869,0.208039,-0.476033;;, 2720;4;0.851665,-0.097267,0.200565,-0.474321;;, 2880;4;0.853958,-0.095296,0.194313,-0.473198;;, 3040;4;0.855403,-0.094048,0.190018,-0.472582;;, 3200;4;0.855914,-0.093605,0.188419,-0.472384;;; } AnimationKey T { 2; 2; 0;3;0.087086,0.000000,0.000000;;, 3200;3;0.087086,0.000000,0.000000;;; } } Animation { { Bip01_R_Forearm } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.982482,-0.000000,-0.186358,0.000000;;, 160;4;0.981845,-0.000000,-0.189686,0.000000;;, 320;4;0.980071,-0.000000,-0.198648,0.000000;;, 480;4;0.977324,-0.000000,-0.211748,0.000000;;, 640;4;0.973768,-0.000000,-0.227543,0.000000;;, 800;4;0.969616,0.000000,-0.244630,0.000000;;, 960;4;0.965165,0.000000,-0.261642,0.000000;;, 1120;4;0.960803,0.000000,-0.277233,0.000000;;, 1280;4;0.957006,-0.000000,-0.290068,-0.000000;;, 1440;4;0.954316,-0.000000,-0.298799,0.000000;;, 1600;4;0.953298,-0.000000,-0.302032,-0.000000;;, 1760;4;0.954316,0.000000,-0.298799,-0.000000;;, 1920;4;0.957006,-0.000000,-0.290068,-0.000000;;, 2080;4;0.960803,0.000000,-0.277233,-0.000000;;, 2240;4;0.965165,-0.000000,-0.261642,-0.000000;;, 2400;4;0.969616,-0.000000,-0.244630,-0.000000;;, 2560;4;0.973768,-0.000000,-0.227543,0.000000;;, 2720;4;0.977324,-0.000000,-0.211748,0.000000;;, 2880;4;0.980071,-0.000000,-0.198648,-0.000000;;, 3040;4;0.981845,0.000000,-0.189686,-0.000000;;, 3200;4;0.982482,0.000000,-0.186358,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.137062,-0.000000,0.000000;;, 3200;3;0.137062,0.000000,-0.000000;;; } } Animation { { Bip01_R_Hand } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.702431,0.696205,0.134816,-0.060942;;, 160;4;0.702527,0.696529,0.132564,-0.061076;;, 320;4;0.702749,0.697402,0.126486,-0.061447;;, 480;4;0.702974,0.698684,0.117565,-0.062021;;, 640;4;0.703086,0.700240,0.106751,-0.062762;;, 800;4;0.703009,0.701933,0.094982,-0.063625;;, 960;4;0.702724,0.703628,0.083190,-0.064548;;, 1120;4;0.702277,0.705190,0.072317,-0.065452;;, 1280;4;0.701775,0.706481,0.063317,-0.066239;;, 1440;4;0.701363,0.707361,0.057171,-0.066796;;, 1600;4;0.701196,0.707688,0.054890,-0.067006;;, 1760;4;0.701363,0.707361,0.057171,-0.066796;;, 1920;4;0.701775,0.706481,0.063317,-0.066239;;, 2080;4;0.702277,0.705190,0.072317,-0.065452;;, 2240;4;0.702724,0.703628,0.083190,-0.064548;;, 2400;4;0.703009,0.701933,0.094982,-0.063625;;, 2560;4;0.703086,0.700240,0.106751,-0.062762;;, 2720;4;0.702974,0.698684,0.117565,-0.062021;;, 2880;4;0.702749,0.697402,0.126486,-0.061447;;, 3040;4;0.702527,0.696529,0.132564,-0.061076;;, 3200;4;0.702431,0.696205,0.134816,-0.060942;;; } AnimationKey T { 2; 2; 0;3;0.137062,-0.000000,0.000000;;, 3200;3;0.137062,0.000000,0.000000;;; } } Animation { { Bip01_R_Finger0 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000001;;, 3200;3;1.000000,1.000001,1.000001;;; } AnimationKey R { 0; 21; 0;4;0.933646,-0.207201,0.053428,-0.287259;;, 160;4;0.933308,-0.208926,0.059047,-0.286006;;, 320;4;0.932227,-0.213539,0.074181,-0.282579;;, 480;4;0.930201,-0.220195,0.096318,-0.277424;;, 640;4;0.927047,-0.228080,0.123021,-0.270978;;, 800;4;0.922754,-0.236430,0.151908,-0.263725;;, 960;4;0.917561,-0.244549,0.180646,-0.256214;;, 1120;4;0.911988,-0.251814,0.206951,-0.249077;;, 1280;4;0.906811,-0.257663,0.228570,-0.243021;;, 1440;4;0.902983,-0.261572,0.243251,-0.238809;;, 1600;4;0.901503,-0.263005,0.248682,-0.237230;;, 1760;4;0.902983,-0.261572,0.243251,-0.238809;;, 1920;4;0.906811,-0.257663,0.228570,-0.243021;;, 2080;4;0.911988,-0.251814,0.206951,-0.249077;;, 2240;4;0.917561,-0.244549,0.180646,-0.256214;;, 2400;4;0.922754,-0.236430,0.151908,-0.263725;;, 2560;4;0.927047,-0.228080,0.123021,-0.270978;;, 2720;4;0.930201,-0.220195,0.096318,-0.277424;;, 2880;4;0.932227,-0.213539,0.074181,-0.282579;;, 3040;4;0.933308,-0.208926,0.059047,-0.286006;;, 3200;4;0.933646,-0.207201,0.053428,-0.287259;;; } AnimationKey T { 2; 2; 0;3;0.057681,0.023605,-0.000272;;, 3200;3;0.057681,0.023605,-0.000272;;; } } Animation { { Bip01_R_Finger0Nub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;-0.000000,0.000000,1.000000,-0.000000;;, 3200;4;0.000000,0.000000,1.000000,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.029435,0.000000,0.000000;;, 3200;3;0.029435,0.000000,0.000000;;; } } Animation { { Bip01_R_Finger1 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.997394,0.000397,0.072145,-0.000029;;, 3200;4;0.997394,0.000397,0.072145,-0.000029;;; } AnimationKey T { 2; 2; 0;3;0.084102,-0.000000,0.000000;;, 3200;3;0.084102,0.000000,-0.000000;;; } } Animation { { Bip01_R_Finger1Nub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.000000,0.000000,1.000000,0.000000;;, 3200;4;0.000000,0.000000,1.000000,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.047988,-0.000000,0.000000;;, 3200;3;0.047988,0.000000,0.000000;;; } } Animation { { Bip01_BackPack } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.771396,-0.000000,-0.636355,0.000002;;, 3200;4;0.771396,-0.000000,-0.636355,0.000002;;; } AnimationKey T { 2; 2; 0;3;0.063697,-0.000000,-0.088856;;, 3200;3;0.063697,-0.000000,-0.088856;;; } } Animation { { Bip01_BackPackNub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;-0.000001,0.707388,0.000001,0.706825;;, 3200;4;-0.000001,0.707388,0.000001,0.706825;;; } AnimationKey T { 2; 2; 0;3;0.053240,0.000000,0.000000;;, 3200;3;0.053240,0.000000,0.000000;;; } } Animation { { Bip01_L_Thigh } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;-0.013550,-0.008641,-0.004426,0.999861;;, 160;4;-0.010274,0.035889,0.049922,0.998055;;, 320;4;-0.010823,0.026583,0.091919,0.995353;;, 480;4;-0.014382,-0.000269,0.124611,0.992101;;, 640;4;-0.017385,-0.028638,0.152378,0.987754;;, 800;4;-0.016326,-0.020480,0.179174,0.983469;;, 960;4;-0.020245,0.010405,0.171746,0.984878;;, 1120;4;-0.018479,0.034230,0.141643,0.989153;;, 1280;4;-0.013366,0.051863,0.090788,0.994429;;, 1440;4;-0.007725,0.064145,0.034998,0.997297;;, 1600;4;-0.003506,0.072214,-0.009269,0.997340;;, 1760;4;-0.002033,0.078303,-0.038038,0.996202;;, 1920;4;-0.002784,0.083469,-0.060074,0.994694;;, 2080;4;-0.004588,0.087194,-0.077048,0.993197;;, 2240;4;-0.006191,0.089207,-0.090397,0.991883;;, 2400;4;-0.007939,0.089664,-0.082820,0.992491;;, 2560;4;-0.006428,0.081091,-0.070702,0.994175;;, 2720;4;-0.007594,0.059848,-0.055361,0.996642;;, 2880;4;-0.010662,0.031991,-0.037792,0.998717;;, 3040;4;-0.013737,0.005086,-0.018504,0.999722;;, 3200;4;-0.014386,-0.008547,0.002371,0.999857;;; } AnimationKey T { 2; 21; 0;3;-0.051540,0.055225,-0.003019;;, 160;3;-0.050866,0.055322,-0.002715;;, 320;3;-0.049914,0.055568,-0.001952;;, 480;3;-0.048899,0.055902,-0.000865;;, 640;3;-0.048037,0.056283,0.000422;;, 800;3;-0.047544,0.056689,0.001800;;, 960;3;-0.047652,0.057108,0.003171;;, 1120;3;-0.048284,0.057502,0.004441;;, 1280;3;-0.049199,0.057819,0.005507;;, 1440;3;-0.050151,0.058025,0.006245;;, 1600;3;-0.050900,0.058100,0.006524;;, 1760;3;-0.051466,0.058041,0.006251;;, 1920;3;-0.052010,0.057868,0.005507;;, 2080;3;-0.052500,0.057594,0.004414;;, 2240;3;-0.052908,0.057238,0.003092;;, 2400;3;-0.053207,0.056821,0.001660;;, 2560;3;-0.053292,0.056378,0.000237;;, 2720;3;-0.053112,0.055950,-0.001054;;, 2880;3;-0.052722,0.055582,-0.002100;;, 3040;3;-0.052179,0.055323,-0.002791;;, 3200;3;-0.051540,0.055225,-0.003019;;; } } Animation { { Bip01_L_Calf } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.992523,-0.000000,-0.122057,0.000000;;, 160;4;0.973816,0.000000,-0.227339,-0.000000;;, 320;4;0.973830,0.000000,-0.227278,0.000000;;, 480;4;0.983587,-0.000000,-0.180434,-0.000000;;, 640;4;0.994441,-0.000000,-0.105297,-0.000000;;, 800;4;0.997210,0.000000,-0.074645,0.000000;;, 960;4;0.995169,0.000000,-0.098175,-0.000000;;, 1120;4;0.993769,0.000000,-0.111457,0.000000;;, 1280;4;0.992853,-0.000000,-0.119342,-0.000000;;, 1440;4;0.992137,-0.000000,-0.125156,0.000000;;, 1600;4;0.991259,-0.000000,-0.131934,-0.000000;;, 1760;4;0.989541,-0.000000,-0.144255,-0.000000;;, 1920;4;0.986965,0.000000,-0.160937,0.000000;;, 2080;4;0.984183,0.000000,-0.177155,0.000000;;, 2240;4;0.981846,0.000000,-0.189681,-0.000000;;, 2400;4;0.980585,0.000000,-0.196097,-0.000000;;, 2560;4;0.980734,0.000000,-0.195347,-0.000000;;, 2720;4;0.982754,-0.000000,-0.184916,0.000000;;, 2880;4;0.986332,-0.000000,-0.164771,-0.000000;;, 3040;4;0.990301,-0.000000,-0.138937,0.000000;;, 3200;4;0.992523,0.000000,-0.122058,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.237500,-0.000000,-0.000000;;, 3200;3;0.237500,0.000000,0.000000;;; } } Animation { { Bip01_L_Foot } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.994810,-0.002318,0.100747,-0.014065;;, 160;4;0.984420,-0.065005,0.163144,-0.008725;;, 320;4;0.976718,-0.122767,0.175684,-0.009207;;, 480;4;0.972350,-0.170420,0.159159,-0.012718;;, 640;4;0.971498,-0.204337,0.119621,-0.011318;;, 800;4;0.971196,-0.219548,0.092590,-0.001947;;, 960;4;0.983321,-0.154049,0.096658,0.002438;;, 1120;4;0.989269,-0.110337,0.095356,0.008889;;, 1280;4;0.991590,-0.090529,0.091311,0.014696;;, 1440;4;0.992598,-0.082723,0.086916,0.018746;;, 1600;4;0.993375,-0.074773,0.084706,0.020980;;, 1760;4;0.994075,-0.060869,0.087585,0.020953;;, 1920;4;0.994380,-0.044728,0.094083,0.018900;;, 2080;4;0.994383,-0.027829,0.100827,0.016192;;, 2240;4;0.994265,-0.011627,0.105382,0.014015;;, 2400;4;0.994019,0.021003,0.106043,0.015465;;, 2560;4;0.993901,0.024737,0.106664,0.013118;;, 2720;4;0.993527,0.024602,0.110577,0.008421;;, 2880;4;0.993489,0.020899,0.111989,0.001188;;, 3040;4;0.994058,0.013969,0.107715,-0.007163;;, 3200;4;0.994815,0.004526,0.100654,-0.013860;;; } AnimationKey T { 2; 2; 0;3;0.206841,0.000000,0.000000;;, 3200;3;0.206841,0.000000,0.000000;;; } } Animation { { Bip01_L_Toe0 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 13; 0;4;0.707107,-0.000000,0.707107,0.000000;;, 160;4;0.705712,0.032687,0.706482,-0.042257;;, 320;4;0.706822,-0.018413,0.707150,-0.001511;;, 480;4;0.703007,-0.102906,0.699879,0.073215;;, 640;4;0.698444,-0.157628,0.687595,0.120594;;, 800;4;0.705625,-0.135217,0.689428,0.092184;;, 2240;4;0.705625,-0.135216,0.689429,0.092184;;, 2400;4;0.705624,-0.135217,0.689430,0.092184;;, 2560;4;0.707300,-0.111222,0.693979,0.075826;;, 2720;4;0.708438,-0.084609,0.698305,0.057682;;, 2880;4;0.708827,-0.056461,0.702065,0.038492;;, 3040;4;0.708372,-0.027885,0.705032,0.019011;;, 3200;4;0.707107,-0.000000,0.707107,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.065373,0.000000,0.066450;;, 3200;3;0.065373,0.000000,0.066450;;; } } Animation { { Bip01_L_Toe0Nub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.000000,-0.000000,1.000000,-0.000000;;, 3200;4;0.000000,-0.000000,1.000000,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.006735,0.000000,0.000000;;, 3200;3;0.006735,0.000000,0.000000;;; } } Animation { { Bip01_R_Thigh } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.024226,-0.011447,-0.001053,0.999640;;, 160;4;0.017865,-0.001811,-0.003221,0.999834;;, 320;4;0.010001,0.011601,-0.008967,0.999843;;, 480;4;0.001536,0.025496,-0.016550,0.999537;;, 640;4;-0.006571,0.037613,-0.025111,0.998955;;, 800;4;-0.013676,0.045422,-0.033785,0.998303;;, 960;4;-0.019605,0.046097,-0.041718,0.997873;;, 1120;4;-0.024480,0.039269,-0.048910,0.997731;;, 1280;4;-0.020863,0.078143,-0.044590,0.995726;;, 1440;4;-0.009958,0.132783,-0.036711,0.990415;;, 1600;4;0.003495,0.143948,-0.025222,0.989258;;, 1760;4;0.013378,0.137747,-0.010202,0.990325;;, 1920;4;0.020961,0.118289,0.007255,0.992732;;, 2080;4;0.028309,0.087222,0.025578,0.995458;;, 2240;4;0.035635,0.058362,0.042921,0.996736;;, 2400;4;0.042913,0.024991,0.056537,0.997165;;, 2560;4;0.037870,0.009704,0.064037,0.997182;;, 2720;4;0.033495,-0.001862,0.044014,0.998468;;, 2880;4;0.029036,-0.010151,0.022798,0.999267;;, 3040;4;0.025586,-0.013917,0.005862,0.999559;;, 3200;4;0.024226,-0.011451,-0.001053,0.999640;;; } AnimationKey T { 2; 21; 0;3;-0.051540,-0.055225,-0.003019;;, 160;3;-0.052226,-0.055120,-0.003114;;, 320;3;-0.053207,-0.054826,-0.003311;;, 480;3;-0.054253,-0.054386,-0.003569;;, 640;3;-0.055138,-0.053856,-0.003853;;, 800;3;-0.055637,-0.053304,-0.004142;;, 960;3;-0.055515,-0.052800,-0.004423;;, 1120;3;-0.054854,-0.052374,-0.004693;;, 1280;3;-0.053905,-0.052036,-0.004932;;, 1440;3;-0.052924,-0.051806,-0.005108;;, 1600;3;-0.052163,-0.051722,-0.005179;;, 1760;3;-0.051609,-0.051823,-0.005114;;, 1920;3;-0.051094,-0.052085,-0.004933;;, 2080;3;-0.050639,-0.052467,-0.004666;;, 2240;3;-0.050259,-0.052930,-0.004345;;, 2400;3;-0.049974,-0.053437,-0.004001;;, 2560;3;-0.049883,-0.053951,-0.003669;;, 2720;3;-0.050041,-0.054434,-0.003381;;, 2880;3;-0.050399,-0.054840,-0.003163;;, 3040;3;-0.050913,-0.055120,-0.003037;;, 3200;3;-0.051540,-0.055225,-0.003019;;; } } Animation { { Bip01_R_Calf } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.993278,-0.000000,-0.115757,0.000000;;, 160;4;0.990926,0.000000,-0.134407,0.000000;;, 320;4;0.987605,-0.000000,-0.156958,0.000000;;, 480;4;0.984218,-0.000000,-0.176962,-0.000000;;, 640;4;0.981642,0.000000,-0.190734,0.000000;;, 800;4;0.980844,0.000000,-0.194797,0.000000;;, 960;4;0.982699,0.000000,-0.185210,-0.000000;;, 1120;4;0.986587,0.000000,-0.163237,0.000000;;, 1280;4;0.976829,0.000000,-0.214022,0.000000;;, 1440;4;0.961110,0.000000,-0.276165,0.000000;;, 1600;4;0.957597,-0.000000,-0.288110,0.000000;;, 1760;4;0.959225,-0.000000,-0.282645,-0.000000;;, 1920;4;0.966121,-0.000000,-0.258091,-0.000000;;, 2080;4;0.976995,-0.000000,-0.213264,0.000000;;, 2240;4;0.984805,0.000000,-0.173666,0.000000;;, 2400;4;0.991433,0.000000,-0.130617,-0.000000;;, 2560;4;0.992421,-0.000000,-0.122882,0.000000;;, 2720;4;0.993356,0.000000,-0.115080,-0.000000;;, 2880;4;0.994032,-0.000000,-0.109089,0.000000;;, 3040;4;0.994146,0.000000,-0.108050,0.000000;;, 3200;4;0.993278,0.000000,-0.115757,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.237500,0.000000,0.000000;;, 3200;3;0.237500,-0.000000,0.000000;;; } } Animation { { Bip01_R_Foot } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.994969,-0.004569,0.097210,0.023814;;, 160;4;0.993934,0.005486,0.108132,0.019324;;, 320;4;0.991812,0.032701,0.122290,0.016867;;, 480;4;0.987727,0.074513,0.136229,0.016860;;, 640;4;0.980756,0.127417,0.146673,0.019205;;, 800;4;0.970032,0.187906,0.152326,0.022938;;, 960;4;0.955477,0.252549,0.150289,0.026380;;, 1120;4;0.937281,0.317181,0.141863,0.027860;;, 1280;4;0.946175,0.292968,0.134398,0.029305;;, 1440;4;0.963103,0.244135,0.106627,0.038233;;, 1600;4;0.975728,0.192797,0.092422,0.047364;;, 1760;4;0.982988,0.150128,0.091649,0.052887;;, 1920;4;0.987625,0.109160,0.099551,0.052645;;, 2080;4;0.990681,0.069788,0.105752,0.049972;;, 2240;4;0.993225,0.031646,0.101591,0.046703;;, 2400;4;0.994217,-0.007005,0.097964,0.043428;;, 2560;4;0.994066,0.021395,0.098067,0.041930;;, 2720;4;0.994568,0.018123,0.095689,0.036748;;, 2880;4;0.995119,0.009274,0.093299,0.030792;;, 3040;4;0.995328,-0.000069,0.093022,0.025885;;, 3200;4;0.994968,-0.004569,0.097214,0.023814;;; } AnimationKey T { 2; 2; 0;3;0.206841,0.000000,0.000000;;, 3200;3;0.206841,0.000000,0.000000;;; } } Animation { { Bip01_R_Toe0 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 16; 0;4;0.707107,-0.000001,0.707107,0.000001;;, 160;4;0.707107,-0.000001,0.707107,0.000002;;, 320;4;0.706985,-0.000001,0.707229,0.000009;;, 480;4;0.707107,-0.000001,0.707107,0.000002;;, 640;4;0.706934,-0.000001,0.707279,0.000009;;, 800;4;0.707107,-0.000001,0.707107,0.000002;;, 1120;4;0.707107,-0.000001,0.707107,0.000001;;, 1280;4;0.690409,0.023069,0.722932,-0.013147;;, 1440;4;0.662418,-0.000080,0.749081,0.008919;;, 1600;4;0.652036,0.022318,0.757616,-0.019207;;, 1760;4;0.651938,0.056906,0.753907,-0.057996;;, 1920;4;0.667695,0.035106,0.742180,-0.046043;;, 2080;4;0.689486,-0.006714,0.724215,-0.008771;;, 2240;4;0.698869,-0.027870,0.714465,0.018591;;, 2400;4;0.707108,-0.000001,0.707106,0.000001;;, 3200;4;0.707108,-0.000001,0.707106,0.000001;;; } AnimationKey T { 2; 2; 0;3;0.065373,0.000000,0.066450;;, 3200;3;0.065373,0.000000,0.066450;;; } } Animation { { Bip01_R_Toe0Nub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;1.000000,0.000000,0.000000,-0.000000;;, 3200;4;1.000000,0.000000,0.000000,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.006735,0.000000,0.000000;;, 3200;3;0.006735,0.000000,0.000000;;; } } Animation { { Bip01_DressFront } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;-0.025767,-0.000001,0.999668,-0.000001;;, 3200;4;-0.025767,-0.000001,0.999668,-0.000001;;; } AnimationKey T { 2; 2; 0;3;-0.044009,0.001399,0.061087;;, 3200;3;-0.044009,0.001399,0.061087;;; } } Animation { { Bip01_DressFront02 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;1.000000,0.000000,0.000000,0.000000;;, 3200;4;1.000000,-0.000000,0.000000,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.183324,-0.000000,-0.000132;;, 3200;3;0.183324,0.000000,-0.000132;;; } } Animation { { Bip01_DressFrontNub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;-0.000001,0.707388,0.000001,0.706825;;, 3200;4;-0.000001,0.707388,0.000001,0.706825;;; } AnimationKey T { 2; 2; 0;3;0.165302,0.000000,0.000000;;, 3200;3;0.165302,-0.000000,0.000000;;; } } Animation { { Bip01_DressBack } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.029190,-0.000001,0.999574,-0.000001;;, 3200;4;0.029190,-0.000001,0.999574,-0.000001;;; } AnimationKey T { 2; 2; 0;3;-0.047724,0.000000,-0.078279;;, 3200;3;-0.047724,0.000000,-0.078279;;; } } Animation { { Bip01_DressBack02 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.997701,0.000000,0.067767,-0.000000;;, 3200;4;0.997701,-0.000000,0.067767,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.176173,-0.000000,-0.000108;;, 3200;3;0.176173,0.000000,-0.000108;;; } } Animation { { Bip01_DressBackNub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;-0.000001,0.707388,0.000001,0.706825;;, 3200;4;-0.000001,0.707388,0.000001,0.706825;;; } AnimationKey T { 2; 2; 0;3;0.136508,0.000000,-0.000000;;, 3200;3;0.136508,-0.000000,0.000000;;; } } Animation { { Bip01_Prop1 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.396751,0.555883,0.577865,0.446826;;, 160;4;0.397016,0.552838,0.578560,0.449463;;, 320;4;0.397547,0.544640,0.580533,0.456404;;, 480;4;0.397851,0.532675,0.583691,0.466129;;, 640;4;0.397489,0.518317,0.587939,0.477156;;, 800;4;0.396231,0.502927,0.593081,0.488182;;, 960;4;0.394121,0.487820,0.598767,0.498175;;, 1120;4;0.391469,0.474225,0.604476,0.506430;;, 1280;4;0.388794,0.463254,0.609529,0.512552;;, 1440;4;0.386732,0.455923,0.613147,0.516356;;, 1600;4;0.385921,0.453238,0.614523,0.517690;;, 1760;4;0.386732,0.455923,0.613147,0.516356;;, 1920;4;0.388794,0.463254,0.609529,0.512551;;, 2080;4;0.391469,0.474225,0.604476,0.506430;;, 2240;4;0.394121,0.487820,0.598768,0.498175;;, 2400;4;0.396231,0.502927,0.593081,0.488182;;, 2560;4;0.397489,0.518317,0.587939,0.477156;;, 2720;4;0.397851,0.532675,0.583691,0.466129;;, 2880;4;0.397548,0.544640,0.580533,0.456404;;, 3040;4;0.397016,0.552838,0.578560,0.449463;;, 3200;4;0.396751,0.555883,0.577866,0.446826;;; } AnimationKey T { 2; 21; 0;3;-0.043693,-0.107672,-0.128372;;, 160;3;-0.040321,-0.106640,-0.129016;;, 320;3;-0.037430,-0.105055,-0.130621;;, 480;3;-0.034932,-0.103031,-0.132670;;, 640;3;-0.032758,-0.100679,-0.134685;;, 800;3;-0.030872,-0.098136,-0.136308;;, 960;3;-0.029275,-0.095569,-0.137346;;, 1120;3;-0.027992,-0.093174,-0.137786;;, 1280;3;-0.027054,-0.091167,-0.137782;;, 1440;3;-0.026482,-0.089781,-0.137591;;, 1600;3;-0.026290,-0.089264,-0.137482;;, 1760;3;-0.026811,-0.089774,-0.137650;;, 1920;3;-0.028221,-0.091158,-0.137979;;, 2080;3;-0.030288,-0.093204,-0.138133;;, 2240;3;-0.032772,-0.095704,-0.137796;;, 2400;3;-0.035425,-0.098440,-0.136781;;, 2560;3;-0.038000,-0.101184,-0.135095;;, 2720;3;-0.040279,-0.103702,-0.132953;;, 2880;3;-0.042082,-0.105766,-0.130762;;, 3040;3;-0.043265,-0.107159,-0.129051;;, 3200;3;-0.043693,-0.107672,-0.128372;;; } } Animation { { Bip01_Prop2 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.703922,-0.000000,0.000000,0.710277;;, 160;4;0.707165,0.003279,-0.001875,0.707038;;, 320;4;0.715821,0.011999,-0.006904,0.698146;;, 480;4;0.728278,0.024458,-0.014208,0.684698;;, 640;4;0.742979,0.039004,-0.022927,0.667784;;, 800;4;0.758482,0.054128,-0.032243,0.648641;;, 960;4;0.773493,0.068522,-0.041382,0.628729;;, 1120;4;0.786871,0.081104,-0.049629,0.609749;;, 1280;4;0.797604,0.091006,-0.056319,0.593611;;, 1440;4;0.804759,0.097498,-0.060814,0.582374;;, 1600;4;0.807377,0.099850,-0.062467,0.578161;;, 1760;4;0.804759,0.097498,-0.060814,0.582374;;, 1920;4;0.797604,0.091006,-0.056319,0.593611;;, 2080;4;0.786871,0.081104,-0.049629,0.609749;;, 2240;4;0.773493,0.068522,-0.041382,0.628729;;, 2400;4;0.758482,0.054128,-0.032243,0.648641;;, 2560;4;0.742979,0.039004,-0.022927,0.667784;;, 2720;4;0.728278,0.024458,-0.014208,0.684698;;, 2880;4;0.715821,0.011999,-0.006904,0.698146;;, 3040;4;0.707165,0.003279,-0.001875,0.707038;;, 3200;4;0.703922,-0.000000,0.000000,0.710277;;; } AnimationKey T { 2; 21; 0;3;-0.043824,-0.107519,0.112415;;, 160;3;-0.042903,-0.107858,0.112573;;, 320;3;-0.038624,-0.108344,0.112903;;, 480;3;-0.031835,-0.108748,0.113141;;, 640;3;-0.023372,-0.108853,0.113045;;, 800;3;-0.014075,-0.108516,0.112476;;, 960;3;-0.004770,-0.107717,0.111432;;, 1120;3;0.003744,-0.106570,0.110062;;, 1280;3;0.010715,-0.105326,0.108641;;, 1440;3;0.015428,-0.104322,0.107527;;, 1600;3;0.017167,-0.103918,0.107085;;, 1760;3;0.015521,-0.104338,0.107562;;, 1920;3;0.011044,-0.105375,0.108757;;, 2080;3;0.004395,-0.106645,0.110267;;, 2240;3;-0.003772,-0.107788,0.111704;;, 2400;3;-0.012769,-0.108547,0.112769;;, 2560;3;-0.021862,-0.108814,0.113308;;, 2720;3;-0.030291,-0.108634,0.113331;;, 2880;3;-0.037281,-0.108183,0.113005;;, 3040;3;-0.042054,-0.107722,0.112602;;, 3200;3;-0.043824,-0.107519,0.112415;;; } } Animation { { Translation_Data } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;-0.500000,-0.500000,0.500000,0.500000;;, 3200;4;-0.500000,-0.500000,0.500000,0.500000;;; } AnimationKey T { 2; 2; 0;3;0.000000,-0.000000,0.000000;;, 3200;3;0.000000,-0.000000,0.000000;;; } } }