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 _01_-_Default { 1.000000;1.000000;1.000000;1.000000;; 9.999999; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "Male_Scarcrow.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.000001,1.000000,0.000000,0.000000,0.000000,-0.000000,1.000000,0.000000,1.000000,-0.000001,-0.000000,0.000000,0.000000,0.025127,0.481744,1.000000;; } Frame Bip01_Pelvis { FrameTransformMatrix { -0.224021,0.972920,0.056935,0.000000,-0.018948,-0.062757,0.997849,0.000000,0.974400,0.222460,0.032493,0.000000,0.000000,0.000000,0.000000,1.000000;; } Frame Bip01_Spine { FrameTransformMatrix { 0.991576,-0.011956,0.128972,0.000000,0.011671,0.999928,0.002964,0.000000,-0.128998,-0.001434,0.991644,0.000000,0.050246,-0.003240,0.011402,1.000000;; } Frame Bip01_Spine1 { FrameTransformMatrix { 0.975814,0.054647,0.211662,0.000000,-0.036270,0.995304,-0.089751,0.000000,-0.215573,0.079903,0.973213,0.000000,0.106498,-0.000007,-0.000083,1.000000;; } Frame Bip01_Neck { FrameTransformMatrix { 0.948413,0.000001,0.317038,0.000000,-0.000001,1.000000,-0.000000,0.000000,-0.317038,-0.000000,0.948413,0.000000,0.130513,0.000000,0.004627,1.000000;; } Frame Bip01_Head { FrameTransformMatrix { 0.861965,0.092890,0.498386,0.000000,-0.059735,0.994832,-0.082106,0.000000,-0.503437,0.041001,0.863059,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.141553,0.975389,-0.169056,0.000000,0.939816,0.078765,-0.332479,0.000000,-0.310981,-0.205945,-0.927835,0.000000,-0.024260,0.015715,0.003231,1.000000;; } Frame Bip01_L_UpperArm { FrameTransformMatrix { 0.986396,0.119021,-0.113393,0.000000,-0.153807,0.911679,-0.381031,0.000000,0.058027,0.393288,0.917583,0.000000,0.087086,0.000000,0.000000,1.000000;; } Frame Bip01_L_Forearm { FrameTransformMatrix { 0.895581,0.000000,-0.444898,0.000000,0.000000,1.000000,0.000000,0.000000,0.444898,-0.000000,0.895581,0.000000,0.137062,0.000000,0.000000,1.000000;; } Frame Bip01_L_Hand { FrameTransformMatrix { 0.745915,-0.632252,-0.209447,0.000000,0.116639,-0.185606,0.975677,0.000000,-0.655748,-0.752202,-0.064701,0.000000,0.137062,0.000000,0.000000,1.000000;; } Frame Bip01_L_Finger0 { FrameTransformMatrix { 0.802194,-0.378580,0.461695,0.000000,0.558537,0.749101,-0.356210,0.000000,-0.211002,0.543623,0.812375,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.911097,-0.000328,0.412192,0.000000,0.000000,1.000000,0.000796,0.000000,-0.412192,-0.000726,0.911096,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.171779,-0.949062,-0.264146,0.000000,-0.937527,0.075144,0.339702,0.000000,-0.302549,0.305997,-0.902679,0.000000,-0.024260,-0.015714,0.003232,1.000000;; } Frame Bip01_R_UpperArm { FrameTransformMatrix { 0.983623,-0.146954,0.104359,0.000000,0.113057,0.953977,0.277754,0.000000,-0.140373,-0.261406,0.954967,0.000000,0.087086,0.000000,-0.000000,1.000000;; } Frame Bip01_R_Forearm { FrameTransformMatrix { 0.867074,0.000000,-0.498180,0.000000,0.000000,1.000000,0.000000,0.000000,0.498180,-0.000000,0.867074,0.000000,0.137062,-0.000000,-0.000000,1.000000;; } Frame Bip01_R_Hand { FrameTransformMatrix { 0.911774,0.360723,-0.196333,0.000000,-0.186156,-0.063123,-0.980490,0.000000,-0.366078,0.930535,0.009597,0.000000,0.137062,0.000000,-0.000000,1.000000;; } Frame Bip01_R_Finger0 { FrameTransformMatrix { 0.658370,0.139137,0.739723,0.000000,-0.558537,0.749101,0.356210,0.000000,-0.504565,-0.647680,0.570899,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.681080,0.000583,0.732208,0.000000,0.000000,1.000000,-0.000796,0.000000,-0.732208,0.000542,0.681080,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.000003,-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.995359,0.091585,0.029545,0.000000,-0.092001,-0.995674,-0.013041,0.000000,0.028223,-0.015698,0.999479,0.000000,-0.051992,0.057841,-0.004909,1.000000;; } Frame Bip01_L_Calf { FrameTransformMatrix { 0.783114,0.000000,-0.621879,0.000000,0.000000,1.000000,0.000000,0.000000,0.621879,-0.000000,0.783113,0.000000,0.237500,0.000000,-0.000000,1.000000;; } Frame Bip01_L_Foot { FrameTransformMatrix { 0.859858,0.069495,0.505781,0.000000,-0.160033,0.977451,0.137761,0.000000,-0.484803,-0.199396,0.851591,0.000000,0.206841,-0.000000,0.000000,1.000000;; } Frame Bip01_L_Toe0 { FrameTransformMatrix { -0.000000,1.000000,-0.000000,0.000000,0.000000,-0.000000,-1.000000,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.984457,-0.070079,0.161036,0.000000,0.069132,-0.997542,-0.011487,0.000000,0.161445,-0.000176,0.986882,0.000000,-0.050672,-0.052602,-0.004751,1.000000;; } Frame Bip01_R_Calf { FrameTransformMatrix { 0.713591,0.000000,-0.700563,0.000000,0.000000,1.000000,0.000000,0.000000,0.700563,0.000000,0.713591,0.000000,0.237500,0.000000,-0.000000,1.000000;; } Frame Bip01_R_Foot { FrameTransformMatrix { 0.586365,-0.168629,-0.792301,0.000000,0.661921,0.663556,0.348646,0.000000,0.466944,-0.728874,0.500705,0.000000,0.206841,-0.000000,0.000000,1.000000;; } Frame Bip01_R_Toe0 { FrameTransformMatrix { -0.000000,-1.000000,0.000000,0.000000,0.000001,0.000000,1.000000,0.000000,-1.000000,0.000000,0.000001,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.999437,-0.000001,0.033545,0.000000,-0.000001,1.000000,-0.000001,0.000000,-0.033545,-0.000001,-0.999437,0.000000,-0.043997,0.001399,0.061087,1.000000;; } Frame Bip01_DressFront02 { FrameTransformMatrix { 0.961697,0.124744,0.244088,0.000000,-0.121658,0.992184,-0.027739,0.000000,-0.245640,-0.003018,0.969356,0.000000,0.183357,0.000000,-0.000128,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.987415,0.053288,-0.148900,0.000000,0.053526,0.998564,0.002415,0.000000,0.148815,-0.005586,-0.988849,0.000000,-0.036641,0.000001,-0.078264,1.000000;; } Frame Bip01_DressBack02 { FrameTransformMatrix { 0.941415,0.000001,0.337250,0.000000,-0.000001,1.000000,-0.000000,0.000000,-0.337250,-0.000000,0.941415,0.000000,0.176195,-0.000000,-0.000102,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.538767,-0.710731,0.452318,0.000000,0.842156,-0.440068,0.311630,0.000000,-0.022435,0.548818,0.835641,0.000000,-0.035111,0.254708,-0.416207,1.000000;; } } Frame Bip01_Prop2 { FrameTransformMatrix { -0.007383,-0.759357,0.650632,0.000000,0.884104,-0.308970,-0.350567,0.000000,0.467232,0.572638,0.673632,0.000000,-0.048477,0.131672,0.409451,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_Scarecrow { 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_Scarecrow { 621; 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.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.015986;0.878476;-0.035397;, 0.019821;0.851918;-0.028914;, 0.000000;0.961628;-0.016682;, 0.000000;0.941089;-0.031701;, -0.000000;0.604217;0.070220;, 0.065851;0.794825;0.037332;, 0.100825;-0.000695;-0.059943;, 0.011650;0.851668;-0.034997;, 0.000000;0.912094;-0.042009;, 0.000000;0.877759;-0.042609;, 0.102281;0.734252;0.070749;, 0.000000;0.851468;-0.040948;, 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.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.015986;0.878476;-0.035397;, -0.019821;0.851918;-0.028914;, -0.000000;0.604217;0.070220;, -0.065851;0.794825;0.037332;, -0.100825;-0.000695;-0.059943;, -0.011650;0.851668;-0.034997;, -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;, 0.010461;0.023012;0.037119;, 0.003233;0.837706;0.047068;, 0.003233;0.023012;0.047068;, 0.010461;0.837706;0.037119;, -0.008463;0.837706;0.043268;, -0.008463;0.023012;0.043268;, -0.008463;0.837706;0.030971;, -0.008463;0.023012;0.030971;, 0.003233;0.837706;0.027170;, 0.003233;0.023012;0.027170;, -0.008463;0.023012;0.043268;, 0.010461;0.023012;0.037119;, 0.003233;0.023012;0.047068;, -0.008463;0.023012;0.030971;, 0.003233;0.023012;0.027170;, -0.008463;0.837706;0.043268;, 0.003233;0.837706;0.027170;, -0.008463;0.837706;0.030971;, 0.003233;0.837706;0.047068;, 0.010461;0.837706;0.037119;, -0.442437;0.807666;0.054289;, 0.469120;0.709755;0.064237;, -0.441609;0.814846;0.064237;, 0.468292;0.702574;0.054289;, 0.470461;0.721373;0.060437;, -0.440268;0.826465;0.060437;, 0.470461;0.721373;0.048140;, -0.440268;0.826465;0.048140;, 0.469120;0.709755;0.044340;, -0.441609;0.814846;0.044340;, -0.440268;0.826465;0.060437;, -0.442437;0.807666;0.054289;, -0.441609;0.814846;0.064237;, -0.440268;0.826465;0.048140;, -0.441609;0.814846;0.044340;, 0.470461;0.721373;0.060437;, 0.469120;0.709755;0.044340;, 0.470461;0.721373;0.048140;, 0.469120;0.709755;0.064237;, 0.468292;0.702574;0.054289;; 900; 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,211,209;, 3;236,212,211;, 3;205,221,223;, 3;221,205,215;, 3;221,212,236;, 3;212,221,215;, 3;199,237,2;, 3;237,199,238;, 3;133,10,239;, 3;238,210,240;, 3;210,238,199;, 3;210,211,240;, 3;241,1,242;, 3;1,241,2;, 3;20,243,18;, 3;243,20,64;, 3;24,68,14;, 3;68,24,244;, 3;68,245,70;, 3;245,68,244;, 3;245,37,70;, 3;37,245,246;, 3;247,2,241;, 3;2,247,199;, 3;246,248,37;, 3;37,248,35;, 3;249,204,250;, 3;204,249,202;, 3;251,223,252;, 3;197,247,225;, 3;247,197,199;, 3;253,203,227;, 3;253,207,254;, 3;207,253,227;, 3;223,206,205;, 3;206,223,251;, 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,255,23;, 3;255,13,71;, 3;237,256,2;, 3;2,256,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,213,215;, 3;187,188,257;, 3;224,258,252;, 3;222,221,208;, 3;224,222,198;, 3;252,222,224;, 3;222,208,198;, 3;209,221,236;, 3;221,209,208;, 3;223,222,252;, 3;254,206,259;, 3;206,254,207;, 3;259,251,260;, 3;251,259,206;, 3;251,252,258;, 3;76,73,72;, 3;138,261,140;, 3;73,132,72;, 3;132,73,151;, 3;72,71,76;, 3;258,226,262;, 3;155,11,8;, 3;260,258,262;, 3;258,260,251;, 3;28,141,26;, 3;141,28,139;, 3;139,132,138;, 3;132,139,28;, 3;132,261,138;, 3;261,132,151;, 3;261,148,263;, 3;148,261,151;, 3;263,149,264;, 3;149,263,148;, 3;7,264,149;, 3;264,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;265,137,83;, 3;137,265,135;, 3;137,81,83;, 3;92,146,87;, 3;146,92,144;, 3;1,22,242;, 3;22,1,6;, 3;266,214,229;, 3;240,211,266;, 3;214,266,211;, 3;234,217,216;, 3;227,202,228;, 3;202,230,228;, 3;230,202,249;, 3;231,219,235;, 3;228,213,227;, 3;27,71,25;, 3;71,27,255;, 3;155,142,11;, 3;18,80,78;, 3;80,18,243;, 3;258,224,226;, 3;202,227,203;, 3;231,220,219;, 3;267,268,269;, 3;268,267,270;, 3;271,269,272;, 3;269,271,267;, 3;273,272,274;, 3;272,273,271;, 3;275,274,276;, 3;274,275,273;, 3;276,277,275;, 3;278,270,279;, 3;270,278,268;, 3;280,281,282;, 3;281,280,283;, 3;284,280,285;, 3;280,284,283;, 3;286,285,287;, 3;285,286,284;, 3;288,286,287;, 3;286,288,289;, 3;288,290,289;, 3;145,146,291;, 3;292,293,294;, 3;293,292,295;, 3;296,297,298;, 3;297,296,299;, 3;300,301,302;, 3;301,300,303;, 3;304,305,306;, 3;305,304,307;, 3;308,304,306;, 3;304,308,309;, 3;310,311,308;, 3;311,310,312;, 3;299,21,297;, 3;21,299,22;, 3;307,313,305;, 3;313,307,314;, 3;315,316,317;, 3;316,315,318;, 3;319,320,321;, 3;320,319,322;, 3;320,323,324;, 3;323,320,322;, 3;325,326,327;, 3;326,325,328;, 3;327,329,330;, 3;329,327,326;, 3;328,331,326;, 3;331,328,332;, 3;326,333,329;, 3;333,326,331;, 3;332,320,331;, 3;320,332,321;, 3;331,324,333;, 3;324,331,320;, 3;334,335,336;, 3;335,334,337;, 3;338,339,340;, 3;339,338,341;, 3;341,342,339;, 3;342,341,343;, 3;344,345,346;, 3;345,344,347;, 3;346,348,349;, 3;348,346,345;, 3;347,350,345;, 3;350,347,351;, 3;345,352,348;, 3;352,345,350;, 3;351,339,350;, 3;339,351,340;, 3;350,342,352;, 3;342,350,339;, 3;321,311,319;, 3;311,321,353;, 3;64,354,312;, 3;354,64,66;, 3;307,355,356;, 3;355,307,304;, 3;356,357,358;, 3;357,356,355;, 3;358,332,328;, 3;332,358,357;, 3;338,324,323;, 3;324,338,340;, 3;340,333,324;, 3;333,340,351;, 3;333,347,329;, 3;347,333,351;, 3;329,344,330;, 3;344,329,347;, 3;304,353,355;, 3;353,304,309;, 3;355,321,357;, 3;321,355,353;, 3;357,321,332;, 3;359,315,360;, 3;361,362,363;, 3;362,361,364;, 3;362,365,366;, 3;365,362,364;, 3;79,366,365;, 3;366,79,80;, 3;367,368,369;, 3;369,370,371;, 3;370,369,372;, 3;373,374,375;, 3;375,376,377;, 3;376,375,374;, 3;378,374,373;, 3;378,379,374;, 3;378,380,379;, 3;374,381,376;, 3;381,374,379;, 3;382,369,379;, 3;379,371,381;, 3;371,379,369;, 3;383,384,385;, 3;384,383,386;, 3;385,387,388;, 3;387,385,384;, 3;389,390,391;, 3;390,389,392;, 3;391,393,394;, 3;393,391,390;, 3;392,395,390;, 3;395,392,396;, 3;390,397,393;, 3;397,390,395;, 3;396,385,395;, 3;385,396,383;, 3;395,388,397;, 3;388,395,385;, 3;398,399,400;, 3;399,398,401;, 3;402,403,404;, 3;403,402,405;, 3;406,407,408;, 3;407,406,409;, 3;406,410,409;, 3;410,406,411;, 3;412,410,411;, 3;410,412,413;, 3;381,383,396;, 3;383,381,371;, 3;371,386,383;, 3;386,371,370;, 3;376,389,377;, 3;389,376,392;, 3;392,381,396;, 3;381,392,376;, 3;414,382,380;, 3;382,414,415;, 3;415,416,417;, 3;416,415,414;, 3;360,317,418;, 3;317,360,315;, 3;303,300,419;, 3;420,421,422;, 3;421,420,423;, 3;367,420,422;, 3;424,301,425;, 3;424,302,301;, 3;424,426,302;, 3;427,302,426;, 3;302,427,428;, 3;414,429,416;, 3;380,429,414;, 3;380,430,429;, 3;380,378,430;, 3;431,373,432;, 3;373,431,433;, 3;364,434,435;, 3;434,364,361;, 3;436,431,432;, 3;298,364,435;, 3;434,361,437;, 3;388,438,412;, 3;438,388,387;, 3;388,411,397;, 3;411,388,412;, 3;397,406,393;, 3;406,397,411;, 3;406,394,393;, 3;394,406,408;, 3;300,439,419;, 3;439,300,440;, 3;440,441,442;, 3;441,440,300;, 3;409,401,407;, 3;401,409,399;, 3;407,398,443;, 3;398,407,401;, 3;444,410,413;, 3;410,444,445;, 3;445,409,410;, 3;409,445,399;, 3;412,446,447;, 3;446,412,438;, 3;448,407,449;, 3;407,448,408;, 3;407,450,449;, 3;450,407,443;, 3;451,412,447;, 3;412,451,413;, 3;447,452,453;, 3;452,447,446;, 3;448,405,402;, 3;405,448,449;, 3;449,403,405;, 3;403,449,450;, 3;451,453,454;, 3;453,451,447;, 3;455,456,457;, 3;456,455,458;, 3;459,460,461;, 3;460,459,462;, 3;463,464,459;, 3;464,463,465;, 3;466,464,467;, 3;464,466,468;, 3;469,455,470;, 3;455,469,458;, 3;460,471,461;, 3;471,460,472;, 3;337,473,474;, 3;473,337,334;, 3;466,455,457;, 3;455,466,467;, 3;312,354,319;, 3;311,312,319;, 3;319,475,322;, 3;322,476,323;, 3;476,322,475;, 3;323,477,338;, 3;477,323,476;, 3;477,341,338;, 3;341,477,478;, 3;478,343,341;, 3;343,478,479;, 3;480,458,469;, 3;458,480,471;, 3;458,472,456;, 3;472,458,471;, 3;471,480,461;, 3;480,459,461;, 3;459,480,463;, 3;464,462,459;, 3;462,464,468;, 3;465,467,464;, 3;467,465,470;, 3;467,470,455;, 3;308,311,309;, 3;309,311,353;, 3;354,66,195;, 3;481,482,483;, 3;482,481,484;, 3;485,440,486;, 3;440,485,439;, 3;487,488,203;, 3;489,490,491;, 3;481,492,484;, 3;492,481,493;, 3;494,493,481;, 3;493,494,495;, 3;496,497,498;, 3;497,496,499;, 3;496,495,499;, 3;486,500,485;, 3;500,486,501;, 3;502,503,501;, 3;503,502,504;, 3;494,481,483;, 3;497,490,489;, 3;505,506,507;, 3;484,508,482;, 3;508,225,482;, 3;225,508,226;, 3;509,490,497;, 3;510,511,512;, 3;511,510,499;, 3;504,513,514;, 3;497,499,510;, 3;442,486,440;, 3;486,442,515;, 3;515,501,486;, 3;501,515,502;, 3;503,516,501;, 3;517,516,503;, 3;518,493,495;, 3;496,518,495;, 3;489,505,498;, 3;505,489,506;, 3;505,496,498;, 3;496,505,518;, 3;483,519,520;, 3;519,483,295;, 3;419,521,303;, 3;520,494,483;, 3;494,520,522;, 3;494,522,495;, 3;241,293,295;, 3;293,241,242;, 3;312,243,64;, 3;243,312,310;, 3;314,356,523;, 3;356,314,307;, 3;356,524,523;, 3;524,356,358;, 3;524,328,525;, 3;328,524,358;, 3;247,295,483;, 3;295,247,241;, 3;525,328,526;, 3;328,325,526;, 3;527,488,487;, 3;488,527,528;, 3;506,529,530;, 3;482,247,483;, 3;247,482,225;, 3;253,509,203;, 3;253,490,509;, 3;490,253,254;, 3;506,491,529;, 3;491,506,489;, 3;375,432,373;, 3;368,372,369;, 3;366,308,362;, 3;308,366,310;, 3;362,306,363;, 3;306,362,308;, 3;306,359,363;, 3;359,306,305;, 3;305,531,359;, 3;531,305,313;, 3;519,295,532;, 3;295,292,532;, 3;423,415,417;, 3;415,423,420;, 3;420,382,415;, 3;382,420,367;, 3;382,367,369;, 3;379,380,382;, 3;319,354,475;, 3;489,498,497;, 3;473,533,474;, 3;508,530,534;, 3;507,492,505;, 3;508,484,507;, 3;530,508,507;, 3;507,484,492;, 3;493,505,492;, 3;505,493,518;, 3;506,530,507;, 3;254,491,490;, 3;491,254,259;, 3;259,529,491;, 3;529,259,260;, 3;529,534,530;, 3;363,360,361;, 3;424,425,535;, 3;361,418,437;, 3;418,361,360;, 3;360,363,359;, 3;534,262,226;, 3;441,300,302;, 3;260,534,529;, 3;534,260,262;, 3;317,427,426;, 3;427,317,316;, 3;426,418,317;, 3;418,426,424;, 3;418,535,437;, 3;535,418,424;, 3;535,434,437;, 3;434,535,536;, 3;536,435,434;, 3;435,536,537;, 3;298,537,296;, 3;537,298,435;, 3;297,79,365;, 3;79,297,21;, 3;365,298,297;, 3;298,365,364;, 3;299,294,293;, 3;294,299,296;, 3;538,422,421;, 3;422,538,368;, 3;422,368,367;, 3;378,433,430;, 3;433,378,373;, 3;293,22,299;, 3;22,293,242;, 3;539,511,499;, 3;522,539,495;, 3;499,495,539;, 3;516,500,501;, 3;509,510,487;, 3;487,512,527;, 3;512,487,510;, 3;514,517,503;, 3;510,509,497;, 3;318,359,531;, 3;359,318,315;, 3;441,302,428;, 3;80,310,366;, 3;310,80,243;, 3;534,226,508;, 3;487,203,509;, 3;514,503,504;, 3;540,541,542;, 3;541,540,543;, 3;544,543,540;, 3;543,544,545;, 3;546,545,544;, 3;545,546,547;, 3;548,547,546;, 3;547,548,549;, 3;550,548,551;, 3;542,552,553;, 3;552,542,541;, 3;554,555,556;, 3;555,554,557;, 3;557,558,555;, 3;558,557,559;, 3;560,558,559;, 3;558,560,561;, 3;560,562,561;, 3;562,560,563;, 3;564,565,290;, 3;565,563,290;, 3;431,566,433;, 3;551,548,567;, 3;548,550,549;, 3;546,567,548;, 3;567,546,568;, 3;544,568,546;, 3;568,544,569;, 3;540,569,544;, 3;569,540,570;, 3;542,570,540;, 3;570,542,571;, 3;553,571,542;, 3;571,553,572;, 3;550,276,549;, 3;276,550,277;, 3;547,276,274;, 3;276,547,549;, 3;545,274,272;, 3;274,545,547;, 3;543,272,269;, 3;272,543,545;, 3;541,269,268;, 3;269,541,543;, 3;552,268,278;, 3;268,552,541;, 3;573,288,574;, 3;288,573,575;, 3;574,287,576;, 3;287,574,288;, 3;287,577,576;, 3;577,287,285;, 3;280,577,285;, 3;577,280,578;, 3;282,578,280;, 3;578,282,579;, 3;290,563,289;, 3;286,563,560;, 3;563,286,289;, 3;559,286,560;, 3;286,559,284;, 3;557,284,559;, 3;284,557,283;, 3;281,557,554;, 3;557,281,283;, 3;288,575,290;, 3;575,564,290;, 3;580,563,565;, 3;563,580,562;, 3;581,582,583;, 3;582,581,584;, 3;583,585,586;, 3;585,583,582;, 3;586,587,588;, 3;587,586,585;, 3;588,589,590;, 3;589,588,587;, 3;590,584,581;, 3;584,590,589;, 3;591,592,593;, 3;594,592,591;, 3;595,592,594;, 3;596,597,598;, 3;599,597,596;, 3;600,597,599;, 3;601,602,603;, 3;602,601,604;, 3;603,605,606;, 3;605,603,602;, 3;606,607,608;, 3;607,606,605;, 3;608,609,610;, 3;609,608,607;, 3;610,604,601;, 3;604,610,609;, 3;611,612,613;, 3;614,612,611;, 3;615,612,614;, 3;616,617,618;, 3;619,617,616;, 3;620,617,619;; MeshNormals { 621; -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.650731;0.130772;-0.747962;, 0.404205;0.159122;-0.900721;, 0.509879;0.429471;-0.745371;, 0.914256;-0.212737;-0.344789;, 0.970438;-0.220473;0.098196;, 0.836011;-0.394500;0.381387;, 0.984170;-0.091000;0.152084;, 0.996489;0.035743;-0.075714;, 0.815498;0.380794;-0.435844;, 0.950049;0.297023;-0.095837;, 0.941926;0.045119;-0.332777;, 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.934138;-0.085227;-0.346586;, 0.825011;-0.220506;-0.520322;, 0.723919;-0.108526;-0.681295;, 0.597281;-0.630477;-0.495736;, 0.000000;-0.998567;-0.053517;, -0.000000;-0.690003;-0.723807;, 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.992548;-0.058094;-0.107116;, 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.468463;-0.065509;-0.881051;, 0.646790;-0.120871;-0.753029;, 0.000000;0.708473;-0.705738;, 0.000000;0.457744;-0.889084;, -0.000000;-0.175173;0.984538;, -0.010721;0.979809;-0.199650;, 0.213993;-0.426255;-0.878928;, 0.509361;-0.103428;-0.854315;, 0.000000;0.174030;-0.984740;, 0.000000;-0.037245;-0.999306;, 0.616593;-0.746474;0.250179;, 0.000000;-0.117863;-0.993030;, 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.650731;0.130772;-0.747962;, -0.509879;0.429471;-0.745371;, -0.404205;0.159122;-0.900721;, -0.914256;-0.212737;-0.344789;, -0.970438;-0.220473;0.098196;, -0.836011;-0.394500;0.381387;, -0.984170;-0.091000;0.152084;, -0.996489;0.035743;-0.075714;, -0.815498;0.380794;-0.435844;, -0.941926;0.045119;-0.332776;, -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.934138;-0.085227;-0.346586;, -0.723919;-0.108526;-0.681295;, -0.825011;-0.220506;-0.520322;, -0.597281;-0.630477;-0.495736;, -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.992548;-0.058094;-0.107116;, -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.468463;-0.065509;-0.881051;, -0.646790;-0.120871;-0.753029;, -0.000000;-0.175173;0.984538;, 0.010721;0.979809;-0.199650;, -0.213993;-0.426255;-0.878928;, -0.509361;-0.103428;-0.854315;, -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;, 1.000000;0.000000;0.000000;, 0.309017;0.000000;0.951057;, 0.309017;0.000000;0.951057;, 1.000000;0.000000;0.000000;, -0.809017;0.000000;0.587785;, -0.809017;0.000000;0.587785;, -0.809017;0.000000;-0.587785;, -0.809017;0.000000;-0.587785;, 0.309017;0.000000;-0.951057;, 0.309017;0.000000;-0.951057;, 0.000000;-1.000000;-0.000000;, 0.000000;-1.000000;-0.000000;, 0.000000;-1.000000;-0.000000;, 0.000000;-1.000000;-0.000000;, 0.000000;-1.000000;-0.000000;, 0.000000;1.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;1.000000;0.000000;, -0.114632;-0.993408;0.000000;, -0.035423;-0.306980;0.951057;, -0.035423;-0.306979;0.951057;, -0.114632;-0.993408;0.000000;, 0.092739;0.803684;0.587786;, 0.092739;0.803684;0.587785;, 0.092739;0.803684;-0.587785;, 0.092739;0.803684;-0.587785;, -0.035423;-0.306980;-0.951057;, -0.035423;-0.306979;-0.951057;, -0.993408;0.114631;0.000000;, -0.993408;0.114631;0.000000;, -0.993408;0.114631;0.000000;, -0.993408;0.114631;0.000000;, -0.993408;0.114631;0.000000;, 0.993408;-0.114631;0.000000;, 0.993408;-0.114631;0.000000;, 0.993408;-0.114631;0.000000;, 0.993408;-0.114631;0.000000;, 0.993408;-0.114631;0.000000;; 900; 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,211,209;, 3;236,212,211;, 3;205,221,223;, 3;221,205,215;, 3;221,212,236;, 3;212,221,215;, 3;199,237,2;, 3;237,199,238;, 3;133,10,239;, 3;238,210,240;, 3;210,238,199;, 3;210,211,240;, 3;241,1,242;, 3;1,241,2;, 3;20,243,18;, 3;243,20,64;, 3;24,68,14;, 3;68,24,244;, 3;68,245,70;, 3;245,68,244;, 3;245,37,70;, 3;37,245,246;, 3;247,2,241;, 3;2,247,199;, 3;246,248,37;, 3;37,248,35;, 3;249,204,250;, 3;204,249,202;, 3;251,223,252;, 3;197,247,225;, 3;247,197,199;, 3;253,203,227;, 3;253,207,254;, 3;207,253,227;, 3;223,206,205;, 3;206,223,251;, 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,255,23;, 3;255,13,71;, 3;237,256,2;, 3;2,256,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,213,215;, 3;187,188,257;, 3;224,258,252;, 3;222,221,208;, 3;224,222,198;, 3;252,222,224;, 3;222,208,198;, 3;209,221,236;, 3;221,209,208;, 3;223,222,252;, 3;254,206,259;, 3;206,254,207;, 3;259,251,260;, 3;251,259,206;, 3;251,252,258;, 3;76,73,72;, 3;138,261,140;, 3;73,132,72;, 3;132,73,151;, 3;72,71,76;, 3;258,226,262;, 3;155,11,8;, 3;260,258,262;, 3;258,260,251;, 3;28,141,26;, 3;141,28,139;, 3;139,132,138;, 3;132,139,28;, 3;132,261,138;, 3;261,132,151;, 3;261,148,263;, 3;148,261,151;, 3;263,149,264;, 3;149,263,148;, 3;7,264,149;, 3;264,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;265,137,83;, 3;137,265,135;, 3;137,81,83;, 3;92,146,87;, 3;146,92,144;, 3;1,22,242;, 3;22,1,6;, 3;266,214,229;, 3;240,211,266;, 3;214,266,211;, 3;234,217,216;, 3;227,202,228;, 3;202,230,228;, 3;230,202,249;, 3;231,219,235;, 3;228,213,227;, 3;27,71,25;, 3;71,27,255;, 3;155,142,11;, 3;18,80,78;, 3;80,18,243;, 3;258,224,226;, 3;202,227,203;, 3;231,220,219;, 3;267,268,269;, 3;268,267,270;, 3;271,269,272;, 3;269,271,267;, 3;273,272,274;, 3;272,273,271;, 3;275,274,276;, 3;274,275,273;, 3;276,277,275;, 3;278,270,279;, 3;270,278,268;, 3;280,281,282;, 3;281,280,283;, 3;284,280,285;, 3;280,284,283;, 3;286,285,287;, 3;285,286,284;, 3;288,286,287;, 3;286,288,289;, 3;288,290,289;, 3;145,146,291;, 3;292,293,294;, 3;293,292,295;, 3;296,297,298;, 3;297,296,299;, 3;300,301,302;, 3;301,300,303;, 3;304,305,306;, 3;305,304,307;, 3;308,304,306;, 3;304,308,309;, 3;310,311,308;, 3;311,310,312;, 3;299,21,297;, 3;21,299,22;, 3;307,313,305;, 3;313,307,314;, 3;315,316,317;, 3;316,315,318;, 3;319,320,321;, 3;320,319,322;, 3;320,323,324;, 3;323,320,322;, 3;325,326,327;, 3;326,325,328;, 3;327,329,330;, 3;329,327,326;, 3;328,331,326;, 3;331,328,332;, 3;326,333,329;, 3;333,326,331;, 3;332,320,331;, 3;320,332,321;, 3;331,324,333;, 3;324,331,320;, 3;334,335,336;, 3;335,334,337;, 3;338,339,340;, 3;339,338,341;, 3;341,342,339;, 3;342,341,343;, 3;344,345,346;, 3;345,344,347;, 3;346,348,349;, 3;348,346,345;, 3;347,350,345;, 3;350,347,351;, 3;345,352,348;, 3;352,345,350;, 3;351,339,350;, 3;339,351,340;, 3;350,342,352;, 3;342,350,339;, 3;321,311,319;, 3;311,321,353;, 3;64,354,312;, 3;354,64,66;, 3;307,355,356;, 3;355,307,304;, 3;356,357,358;, 3;357,356,355;, 3;358,332,328;, 3;332,358,357;, 3;338,324,323;, 3;324,338,340;, 3;340,333,324;, 3;333,340,351;, 3;333,347,329;, 3;347,333,351;, 3;329,344,330;, 3;344,329,347;, 3;304,353,355;, 3;353,304,309;, 3;355,321,357;, 3;321,355,353;, 3;357,321,332;, 3;359,315,360;, 3;361,362,363;, 3;362,361,364;, 3;362,365,366;, 3;365,362,364;, 3;79,366,365;, 3;366,79,80;, 3;367,368,369;, 3;369,370,371;, 3;370,369,372;, 3;373,374,375;, 3;375,376,377;, 3;376,375,374;, 3;378,374,373;, 3;378,379,374;, 3;378,380,379;, 3;374,381,376;, 3;381,374,379;, 3;382,369,379;, 3;379,371,381;, 3;371,379,369;, 3;383,384,385;, 3;384,383,386;, 3;385,387,388;, 3;387,385,384;, 3;389,390,391;, 3;390,389,392;, 3;391,393,394;, 3;393,391,390;, 3;392,395,390;, 3;395,392,396;, 3;390,397,393;, 3;397,390,395;, 3;396,385,395;, 3;385,396,383;, 3;395,388,397;, 3;388,395,385;, 3;398,399,400;, 3;399,398,401;, 3;402,403,404;, 3;403,402,405;, 3;406,407,408;, 3;407,406,409;, 3;406,410,409;, 3;410,406,411;, 3;412,410,411;, 3;410,412,413;, 3;381,383,396;, 3;383,381,371;, 3;371,386,383;, 3;386,371,370;, 3;376,389,377;, 3;389,376,392;, 3;392,381,396;, 3;381,392,376;, 3;414,382,380;, 3;382,414,415;, 3;415,416,417;, 3;416,415,414;, 3;360,317,418;, 3;317,360,315;, 3;303,300,419;, 3;420,421,422;, 3;421,420,423;, 3;367,420,422;, 3;424,301,425;, 3;424,302,301;, 3;424,426,302;, 3;427,302,426;, 3;302,427,428;, 3;414,429,416;, 3;380,429,414;, 3;380,430,429;, 3;380,378,430;, 3;431,373,432;, 3;373,431,433;, 3;364,434,435;, 3;434,364,361;, 3;436,431,432;, 3;298,364,435;, 3;434,361,437;, 3;388,438,412;, 3;438,388,387;, 3;388,411,397;, 3;411,388,412;, 3;397,406,393;, 3;406,397,411;, 3;406,394,393;, 3;394,406,408;, 3;300,439,419;, 3;439,300,440;, 3;440,441,442;, 3;441,440,300;, 3;409,401,407;, 3;401,409,399;, 3;407,398,443;, 3;398,407,401;, 3;444,410,413;, 3;410,444,445;, 3;445,409,410;, 3;409,445,399;, 3;412,446,447;, 3;446,412,438;, 3;448,407,449;, 3;407,448,408;, 3;407,450,449;, 3;450,407,443;, 3;451,412,447;, 3;412,451,413;, 3;447,452,453;, 3;452,447,446;, 3;448,405,402;, 3;405,448,449;, 3;449,403,405;, 3;403,449,450;, 3;451,453,454;, 3;453,451,447;, 3;455,456,457;, 3;456,455,458;, 3;459,460,461;, 3;460,459,462;, 3;463,464,459;, 3;464,463,465;, 3;466,464,467;, 3;464,466,468;, 3;469,455,470;, 3;455,469,458;, 3;460,471,461;, 3;471,460,472;, 3;337,473,474;, 3;473,337,334;, 3;466,455,457;, 3;455,466,467;, 3;312,354,319;, 3;311,312,319;, 3;319,475,322;, 3;322,476,323;, 3;476,322,475;, 3;323,477,338;, 3;477,323,476;, 3;477,341,338;, 3;341,477,478;, 3;478,343,341;, 3;343,478,479;, 3;480,458,469;, 3;458,480,471;, 3;458,472,456;, 3;472,458,471;, 3;471,480,461;, 3;480,459,461;, 3;459,480,463;, 3;464,462,459;, 3;462,464,468;, 3;465,467,464;, 3;467,465,470;, 3;467,470,455;, 3;308,311,309;, 3;309,311,353;, 3;354,66,195;, 3;481,482,483;, 3;482,481,484;, 3;485,440,486;, 3;440,485,439;, 3;487,488,203;, 3;489,490,491;, 3;481,492,484;, 3;492,481,493;, 3;494,493,481;, 3;493,494,495;, 3;496,497,498;, 3;497,496,499;, 3;496,495,499;, 3;486,500,485;, 3;500,486,501;, 3;502,503,501;, 3;503,502,504;, 3;494,481,483;, 3;497,490,489;, 3;505,506,507;, 3;484,508,482;, 3;508,225,482;, 3;225,508,226;, 3;509,490,497;, 3;510,511,512;, 3;511,510,499;, 3;504,513,514;, 3;497,499,510;, 3;442,486,440;, 3;486,442,515;, 3;515,501,486;, 3;501,515,502;, 3;503,516,501;, 3;517,516,503;, 3;518,493,495;, 3;496,518,495;, 3;489,505,498;, 3;505,489,506;, 3;505,496,498;, 3;496,505,518;, 3;483,519,520;, 3;519,483,295;, 3;419,521,303;, 3;520,494,483;, 3;494,520,522;, 3;494,522,495;, 3;241,293,295;, 3;293,241,242;, 3;312,243,64;, 3;243,312,310;, 3;314,356,523;, 3;356,314,307;, 3;356,524,523;, 3;524,356,358;, 3;524,328,525;, 3;328,524,358;, 3;247,295,483;, 3;295,247,241;, 3;525,328,526;, 3;328,325,526;, 3;527,488,487;, 3;488,527,528;, 3;506,529,530;, 3;482,247,483;, 3;247,482,225;, 3;253,509,203;, 3;253,490,509;, 3;490,253,254;, 3;506,491,529;, 3;491,506,489;, 3;375,432,373;, 3;368,372,369;, 3;366,308,362;, 3;308,366,310;, 3;362,306,363;, 3;306,362,308;, 3;306,359,363;, 3;359,306,305;, 3;305,531,359;, 3;531,305,313;, 3;519,295,532;, 3;295,292,532;, 3;423,415,417;, 3;415,423,420;, 3;420,382,415;, 3;382,420,367;, 3;382,367,369;, 3;379,380,382;, 3;319,354,475;, 3;489,498,497;, 3;473,533,474;, 3;508,530,534;, 3;507,492,505;, 3;508,484,507;, 3;530,508,507;, 3;507,484,492;, 3;493,505,492;, 3;505,493,518;, 3;506,530,507;, 3;254,491,490;, 3;491,254,259;, 3;259,529,491;, 3;529,259,260;, 3;529,534,530;, 3;363,360,361;, 3;424,425,535;, 3;361,418,437;, 3;418,361,360;, 3;360,363,359;, 3;534,262,226;, 3;441,300,302;, 3;260,534,529;, 3;534,260,262;, 3;317,427,426;, 3;427,317,316;, 3;426,418,317;, 3;418,426,424;, 3;418,535,437;, 3;535,418,424;, 3;535,434,437;, 3;434,535,536;, 3;536,435,434;, 3;435,536,537;, 3;298,537,296;, 3;537,298,435;, 3;297,79,365;, 3;79,297,21;, 3;365,298,297;, 3;298,365,364;, 3;299,294,293;, 3;294,299,296;, 3;538,422,421;, 3;422,538,368;, 3;422,368,367;, 3;378,433,430;, 3;433,378,373;, 3;293,22,299;, 3;22,293,242;, 3;539,511,499;, 3;522,539,495;, 3;499,495,539;, 3;516,500,501;, 3;509,510,487;, 3;487,512,527;, 3;512,487,510;, 3;514,517,503;, 3;510,509,497;, 3;318,359,531;, 3;359,318,315;, 3;441,302,428;, 3;80,310,366;, 3;310,80,243;, 3;534,226,508;, 3;487,203,509;, 3;514,503,504;, 3;540,541,542;, 3;541,540,543;, 3;544,543,540;, 3;543,544,545;, 3;546,545,544;, 3;545,546,547;, 3;548,547,546;, 3;547,548,549;, 3;550,548,551;, 3;542,552,553;, 3;552,542,541;, 3;554,555,556;, 3;555,554,557;, 3;557,558,555;, 3;558,557,559;, 3;560,558,559;, 3;558,560,561;, 3;560,562,561;, 3;562,560,563;, 3;564,565,290;, 3;565,563,290;, 3;431,566,433;, 3;551,548,567;, 3;548,550,549;, 3;546,567,548;, 3;567,546,568;, 3;544,568,546;, 3;568,544,569;, 3;540,569,544;, 3;569,540,570;, 3;542,570,540;, 3;570,542,571;, 3;553,571,542;, 3;571,553,572;, 3;550,276,549;, 3;276,550,277;, 3;547,276,274;, 3;276,547,549;, 3;545,274,272;, 3;274,545,547;, 3;543,272,269;, 3;272,543,545;, 3;541,269,268;, 3;269,541,543;, 3;552,268,278;, 3;268,552,541;, 3;573,288,574;, 3;288,573,575;, 3;574,287,576;, 3;287,574,288;, 3;287,577,576;, 3;577,287,285;, 3;280,577,285;, 3;577,280,578;, 3;282,578,280;, 3;578,282,579;, 3;290,563,289;, 3;286,563,560;, 3;563,286,289;, 3;559,286,560;, 3;286,559,284;, 3;557,284,559;, 3;284,557,283;, 3;281,557,554;, 3;557,281,283;, 3;288,575,290;, 3;575,564,290;, 3;580,563,565;, 3;563,580,562;, 3;581,582,583;, 3;582,581,584;, 3;583,585,586;, 3;585,583,582;, 3;586,587,588;, 3;587,586,585;, 3;588,589,590;, 3;589,588,587;, 3;590,584,581;, 3;584,590,589;, 3;591,592,593;, 3;594,592,591;, 3;595,592,594;, 3;596,597,598;, 3;599,597,596;, 3;600,597,599;, 3;601,602,603;, 3;602,601,604;, 3;603,605,606;, 3;605,603,602;, 3;606,607,608;, 3;607,606,605;, 3;608,609,610;, 3;609,608,607;, 3;610,604,601;, 3;604,610,609;, 3;611,612,613;, 3;614,612,611;, 3;615,612,614;, 3;616,617,618;, 3;619,617,616;, 3;620,617,619;; } MeshMaterialList { 1; 900; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; { _01_-_Default } } MeshTextureCoords c1 { 621; 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.530290;0.123539;, 0.511952;0.123654;, 0.529614;0.090341;, 0.548269;0.184270;, 0.566311;0.179337;, 0.572061;0.201585;, 0.587989;0.158701;, 0.565260;0.140246;, 0.546765;0.089712;, 0.571655;0.096877;, 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.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.512183;0.160463;, 0.519037;0.185239;, 0.500000;0.066680;, 0.500000;0.090003;, 0.792720;0.493588;, 0.585163;0.277191;, 0.642605;0.302402;, 0.507953;0.186305;, 0.500000;0.122532;, 0.499996;0.161134;, 0.674300;0.332125;, 0.499991;0.186787;, 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.469405;0.121395;, 0.470386;0.090341;, 0.488975;0.122899;, 0.451732;0.184270;, 0.437050;0.181354;, 0.427939;0.201585;, 0.411538;0.159174;, 0.433110;0.137032;, 0.453235;0.089712;, 0.449126;0.125507;, 0.428818;0.096877;, 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.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.487178;0.160119;, 0.480963;0.185239;, 0.207280;0.493588;, 0.414837;0.277191;, 0.357395;0.302402;, 0.492047;0.186305;, 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;, 0.494766;0.988727;, 0.492201;0.664827;, 0.492201;0.988727;, 0.494766;0.664827;, 0.488052;0.664827;, 0.488052;0.988727;, 0.488052;0.664827;, 0.488052;0.988727;, 0.492201;0.664827;, 0.492201;0.988727;, 0.488052;0.988727;, 0.494766;0.988727;, 0.492201;0.988727;, 0.488052;0.988727;, 0.492201;0.988727;, 0.488052;0.664827;, 0.492201;0.664827;, 0.488052;0.664827;, 0.492201;0.664827;, 0.494766;0.664827;, 0.511578;0.663333;, 0.511688;0.989076;, 0.514438;0.663285;, 0.508828;0.989124;, 0.516316;0.988999;, 0.519066;0.663208;, 0.516316;0.988999;, 0.519066;0.663208;, 0.511688;0.989076;, 0.514438;0.663285;, 0.519066;0.663208;, 0.511578;0.663333;, 0.514438;0.663285;, 0.519066;0.663208;, 0.514438;0.663285;, 0.516316;0.988999;, 0.511688;0.989076;, 0.516316;0.988999;, 0.511688;0.989076;, 0.508828;0.989124;; } XSkinMeshHeader { 3; 6; 29; } 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, 257, 279, 579; 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_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, 239, 256, 261, 263, 264, 265, 291; 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_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_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, 243, 255, 297, 298, 305, 306, 308, 310, 313, 315, 316, 317, 318, 359, 360, 361, 362, 363, 364, 365, 366, 418, 434, 435, 437, 531; 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_R_Clavicle"; 21; 292, 294, 301, 303, 414, 415, 416, 417, 420, 421, 422, 423, 429, 431, 433, 521, 532, 535, 536, 537, 566; 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_Head"; 107; 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, 238, 240, 247, 249, 250, 251, 252, 253, 254, 258, 259, 260, 262, 266, 439, 440, 442, 481, 482, 483, 484, 485, 486, 487, 488, 489, 490, 491, 492, 493, 494, 495, 496, 497, 498, 499, 500, 501, 502, 503, 504, 505, 506, 507, 508, 509, 510, 511, 512, 513, 514, 515, 516, 517, 518, 520, 522, 527, 528, 529, 530, 534, 539; 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, 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, 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, 0.450000, 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_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_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, 243, 244, 245, 246, 248, 255, 275, 277, 290, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 319, 321, 328, 332, 353, 355, 356, 357, 358, 359, 362, 363, 366, 523, 524, 525, 526, 531, 550, 551, 564, 565, 567, 573, 575, 580; 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"; 40; 581, 582, 583, 584, 585, 586, 587, 588, 589, 590, 591, 592, 593, 594, 595, 596, 597, 598, 599, 600, 601, 602, 603, 604, 605, 606, 607, 608, 609, 610, 611, 612, 613, 614, 615, 616, 617, 618, 619, 620; 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.000001,0.000000,1.000000,0.000000,0.000000,1.000000,0.000000,0.000000,-1.000000,0.000000,0.000001,0.000000,0.010862,-0.505118,-0.000000,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, 237, 239, 241, 242, 255, 256, 261, 263, 264, 265, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 315, 316, 317, 318, 359, 360, 361, 362, 363, 364, 365, 366, 416, 417, 418, 419, 421, 423, 424, 425, 426, 427, 428, 429, 430, 431, 433, 434, 435, 436, 437, 441, 519, 521, 531, 532, 535, 536, 537, 538, 566; 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_Neck"; 22; 2, 8, 133, 153, 154, 155, 156, 199, 237, 238, 241, 247, 295, 300, 419, 439, 440, 441, 442, 483, 519, 520; 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_L_Clavicle"; 23; 0, 3, 9, 10, 128, 129, 130, 131, 134, 135, 136, 137, 143, 145, 146, 155, 239, 256, 261, 263, 264, 291, 441; 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_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_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; 398, 399, 400, 401, 444, 445; 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; 387, 388, 393, 394, 397, 406, 407, 408, 409, 410, 411, 412, 413, 438, 443; 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_R_UpperArm"; 46; 292, 294, 296, 301, 303, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 392, 396, 414, 415, 416, 417, 420, 421, 422, 423, 424, 425, 429, 430, 431, 432, 433, 436, 521, 532, 535, 536, 537, 538, 566; 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_Forearm"; 20; 370, 371, 376, 377, 381, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397; 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_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_L_Thigh"; 39; 19, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 65, 69, 70, 189, 190, 246, 271, 272, 273, 274, 275, 276, 287, 288, 289, 525, 545, 547, 549, 573, 574, 575, 576; 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_Finger0"; 13; 402, 403, 404, 405, 446, 447, 448, 449, 450, 451, 452, 453, 454; 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_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, 267, 268, 269, 270, 271, 272, 278, 279, 280, 281, 282, 283, 284, 285, 287, 541, 543, 552, 576, 577, 578, 579; 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; 334, 335, 336, 337, 342, 343, 348, 349, 352, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467, 468, 469, 470, 471, 472, 473, 474, 479, 480, 533, 556, 572; 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_Calf"; 49; 281, 283, 284, 286, 323, 324, 329, 330, 333, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 350, 351, 352, 463, 465, 469, 470, 476, 477, 478, 540, 541, 542, 543, 544, 552, 553, 554, 555, 556, 557, 558, 559, 560, 561, 569, 570, 571, 572; 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_DressFront"; 8; 272, 274, 276, 544, 546, 547, 548, 549; 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_DressBack"; 2; 289, 290; 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; 280, 281, 282, 283, 284, 286, 554, 557; 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;; } SkinWeights { "Bip01_DressFront02"; 10; 268, 269, 278, 540, 541, 542, 543, 545, 552, 553; 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_Thigh"; 37; 289, 311, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 354, 357, 358, 475, 476, 544, 545, 546, 547, 548, 549, 560, 561, 562, 563, 565, 567, 568, 569, 580; 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;; } } } AnimTicksPerSecond { 4800; } AnimationSet Bob_Mannequin_Scarecrow { Animation { { Dummy01 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.707107,0.707107,0.000000,0.000000;;, 1600;4;0.707107,0.707107,0.000000,0.000000;;; } AnimationKey T { 2; 2; 0;3;-0.000000,0.000000,0.000000;;, 1600;3;-0.000000,0.000000,0.000000;;; } } Animation { { Bip01 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.500000,-0.500000,-0.500000,-0.500000;;, 1600;4;0.500000,-0.500000,-0.500000,-0.500000;;; } AnimationKey T { 2; 2; 0;3;0.000000,0.025127,0.481744;;, 1600;3;0.000000,0.025127,0.481744;;; } } Animation { { Bip01_Pelvis } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;-0.431774,0.448955,0.531218,0.574298;;, 1600;4;-0.431774,0.448955,0.531218,0.574298;;; } AnimationKey T { 2; 2; 0;3;0.000000,0.000000,0.000000;;, 1600;3;0.000000,0.000000,0.000000;;; } } Animation { { Bip01_Spine } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.997891,-0.001102,0.064629,0.005919;;, 1600;4;0.997891,-0.001102,0.064629,0.005919;;; } AnimationKey T { 2; 2; 0;3;0.050246,-0.003240,0.011402;;, 1600;3;0.050246,-0.003240,0.011402;;; } } Animation { { Bip01_Spine1 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.993017,0.042712,0.107560,-0.022889;;, 1600;4;0.993017,0.042712,0.107560,-0.022889;;; } AnimationKey T { 2; 2; 0;3;0.106498,-0.000007,-0.000083;;, 1600;3;0.106498,-0.000007,-0.000083;;; } } Animation { { Bip01_Neck } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.987019,0.000000,0.160604,-0.000000;;, 1600;4;0.987019,0.000000,0.160604,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.130513,0.000000,0.004627;;, 1600;3;0.130513,0.000000,0.004627;;; } } Animation { { Bip01_Head } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.964346,0.031915,0.259715,-0.039567;;, 1600;4;0.964346,0.031915,0.259715,-0.039567;;; } AnimationKey T { 2; 2; 0;3;0.033674,0.000000,0.000000;;, 1600;3;0.033674,0.000000,0.000000;;; } } Animation { { Bip01_HeadNub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;1.000000,-0.000000,0.000000,-0.000000;;, 1600;4;1.000000,-0.000000,0.000000,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.169824,0.000000,0.000000;;, 1600;3;0.169824,0.000000,0.000000;;; } } Animation { { Bip01_L_Clavicle } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.048417,0.653360,0.732829,-0.183680;;, 1600;4;0.048417,0.653360,0.732829,-0.183680;;; } AnimationKey T { 2; 2; 0;3;-0.024260,0.015715,0.003231;;, 1600;3;-0.024260,0.015715,0.003231;;; } } Animation { { Bip01_L_UpperArm } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.976685,0.198201,-0.043878,-0.069835;;, 1600;4;0.976685,0.198201,-0.043878,-0.069835;;; } AnimationKey T { 2; 2; 0;3;0.087086,0.000000,0.000000;;, 1600;3;0.087086,0.000000,0.000000;;; } } Animation { { Bip01_L_Forearm } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.973545,-0.000000,-0.228494,-0.000000;;, 1600;4;0.973545,-0.000000,-0.228494,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.137062,0.000000,0.000000;;, 1600;3;0.137062,0.000000,0.000000;;; } } Animation { { Bip01_L_Hand } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.611475,-0.706439,0.182469,0.306182;;, 1600;4;0.611475,-0.706439,0.182469,0.306182;;; } AnimationKey T { 2; 2; 0;3;0.137062,0.000000,0.000000;;, 1600;3;0.137062,0.000000,0.000000;;; } } Animation { { Bip01_L_Finger0 } AnimationKey S { 1; 2; 0;3;1.000000,1.000001,1.000001;;, 1600;3;1.000000,1.000001,1.000001;;; } AnimationKey R { 0; 2; 0;4;0.917015,0.245315,0.183393,0.255480;;, 1600;4;0.917015,0.245315,0.183393,0.255480;;; } AnimationKey T { 2; 2; 0;3;0.057681,-0.023605,-0.000272;;, 1600;3;0.057681,-0.023605,-0.000272;;; } } Animation { { Bip01_L_Finger0Nub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;1.000000,-0.000000,-0.000000,-0.000000;;, 1600;4;1.000000,-0.000000,-0.000000,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.029435,0.000000,0.000000;;, 1600;3;0.029435,0.000000,0.000000;;; } } Animation { { Bip01_L_Finger1 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.977522,-0.000389,0.210836,0.000084;;, 1600;4;0.977522,-0.000389,0.210836,0.000084;;; } AnimationKey T { 2; 2; 0;3;0.084102,-0.000000,0.000000;;, 1600;3;0.084102,-0.000000,0.000000;;; } } Animation { { Bip01_L_Finger1Nub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;1.000000,-0.000000,0.000000,0.000000;;, 1600;4;1.000000,-0.000000,0.000000,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.047988,0.000000,0.000000;;, 1600;3;0.047988,0.000000,0.000000;;; } } Animation { { Bip01_R_Clavicle } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.013096,-0.643381,0.733076,0.220202;;, 1600;4;0.013096,-0.643381,0.733076,0.220202;;; } AnimationKey T { 2; 2; 0;3;-0.024260,-0.015714,0.003232;;, 1600;3;-0.024260,-0.015714,0.003232;;; } } Animation { { Bip01_R_UpperArm } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.986479,-0.136637,0.062022,0.065894;;, 1600;4;0.986479,-0.136637,0.062022,0.065894;;; } AnimationKey T { 2; 2; 0;3;0.087086,0.000000,-0.000000;;, 1600;3;0.087086,0.000000,-0.000000;;; } } Animation { { Bip01_R_Forearm } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.966197,-0.000000,-0.257804,-0.000000;;, 1600;4;0.966197,-0.000000,-0.257804,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.137062,-0.000000,-0.000000;;, 1600;3;0.137062,-0.000000,-0.000000;;; } } Animation { { Bip01_R_Hand } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.681588,0.700946,0.062261,-0.200590;;, 1600;4;0.681588,0.700946,0.062261,-0.200590;;; } AnimationKey T { 2; 2; 0;3;0.137062,0.000000,-0.000000;;, 1600;3;0.137062,0.000000,-0.000000;;; } } Animation { { Bip01_R_Finger0 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000001;;, 1600;3;1.000000,1.000000,1.000001;;; } AnimationKey R { 0; 2; 0;4;0.862898,-0.290848,0.360497,-0.202131;;, 1600;4;0.862898,-0.290848,0.360497,-0.202131;;; } AnimationKey T { 2; 2; 0;3;0.057681,0.023605,-0.000272;;, 1600;3;0.057681,0.023605,-0.000272;;; } } Animation { { Bip01_R_Finger0Nub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;-0.000000,-0.000000,1.000000,-0.000000;;, 1600;4;-0.000000,-0.000000,1.000000,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.029435,0.000000,0.000000;;, 1600;3;0.029435,0.000000,0.000000;;; } } Animation { { Bip01_R_Finger1 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.916810,0.000365,0.399324,-0.000159;;, 1600;4;0.916810,0.000365,0.399324,-0.000159;;; } AnimationKey T { 2; 2; 0;3;0.084102,0.000000,-0.000000;;, 1600;3;0.084102,0.000000,-0.000000;;; } } Animation { { Bip01_R_Finger1Nub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;-0.000000,-0.000000,1.000000,-0.000000;;, 1600;4;-0.000000,-0.000000,1.000000,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.047988,0.000000,0.000000;;, 1600;3;0.047988,0.000000,0.000000;;; } } Animation { { Bip01_BackPack } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.771396,0.000000,-0.636355,0.000002;;, 1600;4;0.771396,0.000000,-0.636355,0.000002;;; } AnimationKey T { 2; 2; 0;3;0.063697,-0.000000,-0.088856;;, 1600;3;0.063697,-0.000000,-0.088856;;; } } Animation { { Bip01_BackPackNub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;-0.000001,0.707388,0.000001,0.706825;;, 1600;4;-0.000001,0.707388,0.000001,0.706825;;; } AnimationKey T { 2; 2; 0;3;0.053240,0.000000,0.000000;;, 1600;3;0.053240,0.000000,0.000000;;; } } Animation { { Bip01_L_Thigh } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 3; 0;4;-0.045951,0.014459,-0.007193,0.998813;;, 160;4;-0.045950,0.014452,-0.007193,0.998813;;, 1600;4;-0.045950,0.014452,-0.007193,0.998813;;; } AnimationKey T { 2; 2; 0;3;-0.051992,0.057841,-0.004909;;, 1600;3;-0.051992,0.057841,-0.004909;;; } } Animation { { Bip01_L_Calf } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 3; 0;4;0.944223,-0.000000,-0.329307,0.000000;;, 160;4;0.944224,-0.000000,-0.329303,-0.000000;;, 1600;4;0.944224,-0.000000,-0.329303,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.237500,0.000000,-0.000000;;, 1600;3;0.237500,0.000000,0.000000;;; } } Animation { { Bip01_L_Foot } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 3; 0;4;0.960326,-0.087772,0.257877,-0.059753;;, 160;4;0.960281,-0.087763,0.258046,-0.059748;;, 1600;4;0.960281,-0.087763,0.258046,-0.059748;;; } AnimationKey T { 2; 2; 0;3;0.206841,-0.000000,0.000000;;, 1600;3;0.206841,-0.000000,0.000000;;; } } Animation { { Bip01_L_Toe0 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 11; 0;4;-0.500000,-0.500000,-0.500000,0.500000;;, 160;4;-0.500101,-0.499914,-0.499914,0.500071;;, 320;4;-0.500101,-0.499914,-0.499914,0.500071;;, 480;4;-0.500101,-0.499914,-0.499914,0.500071;;, 640;4;-0.500101,-0.499914,-0.499914,0.500071;;, 800;4;-0.500101,-0.499914,-0.499914,0.500071;;, 960;4;-0.500101,-0.499914,-0.499914,0.500071;;, 1120;4;-0.500101,-0.499914,-0.499914,0.500071;;, 1280;4;-0.500101,-0.499914,-0.499914,0.500071;;, 1440;4;-0.500101,-0.499914,-0.499914,0.500071;;, 1600;4;-0.500101,-0.499914,-0.499914,0.500071;;; } AnimationKey T { 2; 2; 0;3;0.065373,-0.000000,0.066450;;, 1600;3;0.065373,-0.000000,0.066450;;; } } Animation { { Bip01_L_Toe0Nub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.000000,-0.000000,1.000000,0.000000;;, 1600;4;0.000000,0.000000,1.000000,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.006735,0.000000,0.000000;;, 1600;3;0.006735,0.000000,-0.000000;;; } } Animation { { Bip01_R_Thigh } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.034939,0.080936,-0.002927,0.996103;;, 1600;4;0.034939,0.080936,-0.002927,0.996103;;; } AnimationKey T { 2; 2; 0;3;-0.050672,-0.052602,-0.004751;;, 1600;3;-0.050672,-0.052602,-0.004751;;; } } Animation { { Bip01_R_Calf } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.925633,0.000000,-0.378424,0.000000;;, 1600;4;0.925633,0.000000,-0.378424,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.237500,0.000000,-0.000000;;, 1600;3;0.237500,0.000000,-0.000000;;; } } Animation { { Bip01_R_Foot } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.829250,-0.324848,-0.379633,0.250392;;, 1600;4;0.829250,-0.324848,-0.379633,0.250392;;; } AnimationKey T { 2; 2; 0;3;0.206841,-0.000000,0.000000;;, 1600;3;0.206841,-0.000000,0.000000;;; } } Animation { { Bip01_R_Toe0 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.500000,-0.500000,0.500000,0.500000;;, 1600;4;0.500000,-0.500000,0.500000,0.500000;;; } AnimationKey T { 2; 2; 0;3;0.065373,0.000000,0.066450;;, 1600;3;0.065373,0.000000,0.066450;;; } } Animation { { Bip01_R_Toe0Nub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;1.000000,0.000000,-0.000000,0.000000;;, 1600;4;1.000000,0.000000,-0.000000,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.006735,0.000000,-0.000000;;, 1600;3;0.006735,0.000000,-0.000000;;; } } Animation { { Bip01_DressFront } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.016775,-0.000001,0.999859,-0.000001;;, 1600;4;0.016775,-0.000001,0.999859,-0.000001;;; } AnimationKey T { 2; 2; 0;3;-0.043997,0.001399,0.061087;;, 1600;3;-0.043997,0.001399,0.061087;;; } } Animation { { Bip01_DressFront02 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.990358,0.006240,0.123624,-0.062200;;, 1600;4;0.990358,0.006240,0.123624,-0.062200;;; } AnimationKey T { 2; 2; 0;3;0.183357,0.000000,-0.000128;;, 1600;3;0.183357,0.000000,-0.000128;;; } } Animation { { Bip01_DressFrontNub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;-0.000001,0.707388,0.000001,0.706825;;, 1600;4;-0.000001,0.707388,0.000001,0.706825;;; } AnimationKey T { 2; 2; 0;3;0.165302,-0.000000,-0.000000;;, 1600;3;0.165302,-0.000000,-0.000000;;; } } Animation { { Bip01_DressBack } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;-0.074664,0.026788,0.996849,-0.000795;;, 1600;4;-0.074664,0.026788,0.996849,-0.000795;;; } AnimationKey T { 2; 2; 0;3;-0.036641,0.000001,-0.078264;;, 1600;3;-0.036641,0.000001,-0.078264;;; } } Animation { { Bip01_DressBack02 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.985245,-0.000000,0.171150,-0.000000;;, 1600;4;0.985245,-0.000000,0.171150,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.176195,-0.000000,-0.000102;;, 1600;3;0.176195,-0.000000,-0.000102;;; } } Animation { { Bip01_DressBackNub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;-0.000001,0.707388,0.000001,0.706825;;, 1600;4;-0.000001,0.707388,0.000001,0.706825;;; } AnimationKey T { 2; 2; 0;3;0.136508,0.000000,0.000000;;, 1600;3;0.136508,0.000000,0.000000;;; } } Animation { { Bip01_Prop1 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.462819,0.128121,0.256446,0.838820;;, 1600;4;0.462819,0.128121,0.256446,0.838820;;; } AnimationKey T { 2; 2; 0;3;-0.035111,0.254708,-0.416207;;, 1600;3;-0.035111,0.254708,-0.416207;;; } } Animation { { Bip01_Prop2 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.582512,0.396218,0.078711,0.705334;;, 1600;4;0.582512,0.396218,0.078711,0.705334;;; } AnimationKey T { 2; 2; 0;3;-0.048477,0.131672,0.409451;;, 1600;3;-0.048477,0.131672,0.409451;;; } } Animation { { Translation_Data } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 1600;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;-0.500000,-0.500000,0.500000,0.500000;;, 1600;4;-0.500000,-0.500000,0.500000,0.500000;;; } AnimationKey T { 2; 2; 0;3;0.000000,-0.000000,0.000000;;, 1600;3;0.000000,-0.000000,0.000000;;; } } }