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 _09_-_Default { 1.000000;1.000000;1.000000;1.000000;; 9.999999; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "Apron_MilkMonarchy.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.087155,0.982405,-0.165183,0.000000,-0.000001,0.165814,0.986157,0.000000,0.996195,0.085949,-0.014450,0.000000,-0.010000,-0.012284,0.490453,1.000000;; } Frame Bip01_Pelvis { FrameTransformMatrix { 0.000000,1.000000,-0.000001,0.000000,-0.000001,0.000001,1.000000,0.000000,1.000000,0.000000,0.000001,0.000000,0.000000,0.000000,0.000000,1.000000;; } Frame Bip01_Spine { FrameTransformMatrix { 0.984686,0.000002,-0.174337,0.000000,-0.000001,1.000000,0.000004,0.000000,0.174337,-0.000004,0.984686,0.000000,0.051619,0.000000,-0.000083,1.000000;; } Frame Bip01_Spine1 { FrameTransformMatrix { 0.997819,0.052687,0.039774,0.000000,-0.044862,0.983198,-0.176942,0.000000,-0.048428,0.174771,0.983417,0.000000,0.106484,-0.000015,-0.000083,1.000000;; } Frame Bip01_Neck { FrameTransformMatrix { 0.966067,-0.020835,0.257451,0.000000,0.025191,0.999590,-0.013632,0.000000,-0.257061,0.019655,0.966195,0.000000,0.130511,-0.000001,0.004626,1.000000;; } Frame Bip01_Head { FrameTransformMatrix { 0.989321,-0.051753,-0.136255,0.000000,0.064251,0.993958,0.088989,0.000000,0.130826,-0.096793,0.986669,0.000000,0.033674,-0.000000,0.000000,1.000000;; } } Frame Bip01_L_Clavicle { FrameTransformMatrix { -0.205975,0.976135,0.068811,0.000000,0.943873,0.216738,-0.249254,0.000000,-0.258220,0.013609,-0.965990,0.000000,-0.024734,0.015166,0.002017,1.000000;; } Frame Bip01_L_UpperArm { FrameTransformMatrix { 0.385871,-0.777669,0.496320,0.000000,0.922466,0.332598,-0.196046,0.000000,-0.012616,0.533487,0.845714,0.000000,0.073469,0.000000,-0.000000,1.000000;; } Frame Bip01_L_Forearm { FrameTransformMatrix { 0.943939,0.000000,-0.330119,0.000000,0.000000,1.000000,-0.000000,0.000000,0.330119,-0.000000,0.943939,0.000000,0.148340,0.000000,-0.000000,1.000000;; } Frame Bip01_L_Hand { FrameTransformMatrix { 1.000000,-0.000000,0.000000,0.000000,0.000000,0.000796,1.000000,0.000000,0.000000,-1.000000,0.000796,0.000000,0.131860,-0.000000,0.000000,1.000000;; } Frame Bip01_L_Finger0 { FrameTransformMatrix { 0.690342,-0.181727,0.700288,0.000000,0.558537,0.749101,-0.356210,0.000000,-0.459853,0.637043,0.618637,0.000000,0.057681,-0.023605,-0.000272,1.000000;; } } Frame Bip01_L_Finger1 { FrameTransformMatrix { 0.728079,-0.000546,0.685493,0.000000,0.000000,1.000000,0.000796,0.000000,-0.685493,-0.000580,0.728079,0.000000,0.084102,0.000000,0.000000,1.000000;; } } } } } } Frame Bip01_R_Clavicle { FrameTransformMatrix { -0.028509,-0.999573,-0.006461,0.000000,-0.965665,0.025871,0.258498,0.000000,-0.258220,0.013609,-0.965990,0.000000,-0.024080,-0.016250,0.001399,1.000000;; } Frame Bip01_R_UpperArm { FrameTransformMatrix { 0.221390,0.975047,0.016433,0.000000,-0.974986,0.221654,-0.016512,0.000000,-0.019742,-0.012366,0.999728,0.000000,0.073469,0.000000,-0.000000,1.000000;; } Frame Bip01_R_Forearm { FrameTransformMatrix { 0.915660,-0.000000,-0.401954,0.000000,-0.000000,1.000000,-0.000000,0.000000,0.401954,-0.000000,0.915660,0.000000,0.148340,0.000000,-0.000000,1.000000;; } Frame Bip01_R_Hand { FrameTransformMatrix { 0.975195,-0.000000,-0.221346,0.000000,-0.221346,0.000796,-0.975195,0.000000,0.000176,1.000000,0.000777,0.000000,0.131860,0.000000,0.000000,1.000000;; } Frame Bip01_R_Finger0 { FrameTransformMatrix { 0.417774,-0.116941,0.900994,0.000000,-0.558537,0.749101,0.356210,0.000000,-0.716591,-0.652054,0.247639,0.000000,0.057681,0.023605,-0.000272,1.000000;; } } Frame Bip01_R_Finger1 { FrameTransformMatrix { 0.352436,0.000745,0.935835,0.000000,-0.000000,1.000000,-0.000796,0.000000,-0.935836,0.000281,0.352436,0.000000,0.084102,-0.000000,0.000000,1.000000;; } } } } } } } Frame Bip01_BackPack { FrameTransformMatrix { 0.180560,0.080500,-0.980264,0.000000,0.047560,0.994764,0.090451,0.000000,0.982413,-0.062954,0.175786,0.000000,0.063697,0.000003,-0.088856,1.000000;; } } } Frame Bip01_L_Thigh { FrameTransformMatrix { -0.888504,0.030427,0.457858,0.000000,-0.032107,-0.999476,0.004114,0.000000,0.457744,-0.011045,0.889016,0.000000,-0.050843,0.055225,-0.008917,1.000000;; } Frame Bip01_L_Calf { FrameTransformMatrix { 0.942235,-0.000000,-0.334952,0.000000,-0.000000,1.000000,-0.000000,0.000000,0.334952,-0.000000,0.942235,0.000000,0.237500,0.000000,-0.000000,1.000000;; } Frame Bip01_L_Foot { FrameTransformMatrix { 0.924325,-0.026487,0.380687,0.000000,-0.068962,0.969570,0.234901,0.000000,-0.375325,-0.243378,0.894371,0.000000,0.206841,0.000000,0.000000,1.000000;; } Frame Bip01_L_Toe0 { FrameTransformMatrix { 0.000000,0.000000,1.000000,0.000000,0.000000,1.000000,-0.000000,0.000000,-1.000000,0.000000,0.000000,0.000000,0.065373,0.000000,0.066450,1.000000;; } } } } } Frame Bip01_R_Thigh { FrameTransformMatrix { -0.996965,0.030321,-0.071704,0.000000,-0.029454,-0.999480,-0.013113,0.000000,-0.072065,-0.010961,0.997340,0.000000,-0.050843,-0.055225,-0.008917,1.000000;; } Frame Bip01_R_Calf { FrameTransformMatrix { 0.730239,0.000000,-0.683192,0.000000,0.000000,1.000000,0.000000,0.000000,0.683192,0.000000,0.730239,0.000000,0.237500,0.000000,0.000000,1.000000;; } Frame Bip01_R_Foot { FrameTransformMatrix { 0.991957,0.087165,-0.091782,0.000000,-0.093276,0.993546,-0.064539,0.000000,0.085565,0.072581,0.993685,0.000000,0.206841,0.000000,0.000000,1.000000;; } Frame Bip01_R_Toe0 { FrameTransformMatrix { 0.000000,0.000000,1.000000,0.000000,0.000000,1.000000,-0.000000,0.000000,-1.000000,0.000000,0.000000,0.000000,0.065373,0.000000,0.066450,1.000000;; } } } } } } Frame Bip01_DressFront { FrameTransformMatrix { -0.880185,-0.088339,0.466338,0.000000,0.121847,0.907542,0.401896,0.000000,-0.458725,0.410564,-0.788041,0.000000,-0.043935,0.001339,0.061057,1.000000;; } Frame Bip01_DressFront02 { FrameTransformMatrix { 0.912593,0.000001,0.408870,0.000000,-0.000001,1.000000,-0.000000,0.000000,-0.408870,-0.000000,0.912593,0.000000,0.183378,-0.000000,-0.000120,1.000000;; } } } Frame Bip01_DressBack { FrameTransformMatrix { -0.886023,0.038029,0.462080,0.000000,0.191625,0.937561,0.290274,0.000000,-0.422190,0.345735,-0.837988,0.000000,-0.047673,-0.000048,-0.078302,1.000000;; } Frame Bip01_DressBack02 { FrameTransformMatrix { 0.936852,0.174932,-0.302833,0.000000,-0.166408,0.984581,0.053939,0.000000,0.307600,-0.000139,0.951516,0.000000,0.176125,0.000000,-0.000103,1.000000;; } } } } Frame Bip01_Prop1 { FrameTransformMatrix { -0.233929,-0.108090,0.966227,0.000000,0.687222,0.684611,0.242967,0.000000,-0.687752,0.720849,-0.085868,0.000000,0.072994,-0.055506,-0.134034,1.000000;; } } Frame Bip01_Prop2 { FrameTransformMatrix { -0.163643,-0.967062,0.194966,0.000000,0.985576,-0.168906,-0.010564,0.000000,0.043147,0.190425,0.980753,0.000000,-0.140709,-0.103585,0.102365,1.000000;; } } } } Frame Translation_Data { 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 Kate_Apron { 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 Kate_Apron { 447; 0.067852;0.770002;-0.007537;, 0.046407;0.770100;-0.006622;, 0.065569;0.797329;0.010525;, 0.065233;0.725726;-0.026694;, 0.051353;0.701237;-0.059073;, 0.048789;0.728618;-0.038749;, 0.069222;0.697761;-0.043918;, 0.030973;0.813655;0.066578;, 0.057186;0.802543;0.077345;, 0.058476;0.809698;0.060472;, 0.045194;0.798301;0.083498;, 0.059216;0.567508;-0.038481;, 0.082928;0.515846;-0.029656;, 0.047483;0.507080;-0.041044;, 0.090925;0.575817;-0.004950;, 0.070764;0.463214;-0.036043;, 0.123302;0.367701;0.004923;, 0.085933;0.370659;-0.031697;, 0.114922;0.465835;0.010584;, 0.095050;0.274780;-0.029753;, 0.127669;0.280125;0.011787;, 0.105913;0.510735;0.010345;, 0.069978;0.668482;-0.016096;, 0.045973;0.658214;-0.044940;, 0.047303;0.663682;-0.045585;, 0.068919;0.656861;-0.014925;, 0.023635;0.667998;-0.046702;, 0.022906;0.663854;-0.044426;, 0.038962;0.813907;0.043522;, 0.098002;0.547494;-0.001369;, 0.061577;0.809943;0.038059;, -0.000032;0.560761;-0.048987;, -0.000032;0.499458;-0.051394;, -0.000024;0.814293;0.071077;, -0.000024;0.795527;0.083558;, -0.000032;0.610352;-0.047660;, 0.043709;0.611273;-0.039589;, 0.079788;0.608622;-0.006035;, 0.081948;0.589335;0.043659;, 0.077829;0.604327;0.043666;, 0.043250;0.601736;0.077589;, 0.047030;0.591298;0.079156;, -0.000032;0.599930;0.079728;, -0.000032;0.590291;0.081596;, 0.038962;0.813907;0.043522;, 0.061577;0.809943;0.038059;, 0.045476;0.805024;0.024525;, 0.025741;0.676166;-0.057065;, 0.053171;0.673001;-0.057637;, 0.025587;0.700325;-0.059243;, 0.070862;0.675035;-0.037306;, 0.047808;0.741657;-0.029437;, 0.070302;0.745652;-0.010967;, 0.078599;0.687293;-0.015964;, 0.077321;0.715534;-0.015565;, 0.012855;0.677082;-0.049906;, 0.012778;0.700980;-0.056038;, -0.000032;0.673264;-0.047819;, -0.000032;0.701634;-0.054108;, -0.066703;0.770002;-0.007537;, -0.062809;0.797329;0.010525;, -0.045257;0.770100;-0.006622;, -0.064084;0.725726;-0.026694;, -0.050203;0.701237;-0.059073;, -0.068073;0.697761;-0.043918;, -0.047616;0.728618;-0.038749;, -0.031021;0.813655;0.066578;, -0.057234;0.802543;0.077345;, -0.045241;0.798301;0.083498;, -0.061725;0.809698;0.060472;, -0.059279;0.567508;-0.038481;, -0.082992;0.515846;-0.029656;, -0.087486;0.575817;-0.008337;, -0.047547;0.507080;-0.041044;, -0.070828;0.463214;-0.036043;, -0.123366;0.367701;0.004923;, -0.114986;0.465835;0.010584;, -0.085996;0.370659;-0.031697;, -0.095114;0.274780;-0.029753;, -0.127733;0.280125;0.011787;, -0.105977;0.510735;0.010345;, -0.070042;0.668482;-0.016096;, -0.046037;0.658214;-0.044940;, -0.068983;0.656861;-0.014925;, -0.047367;0.663682;-0.045585;, -0.023699;0.667998;-0.046702;, -0.022359;0.663854;-0.044426;, -0.039010;0.813907;0.043522;, -0.094563;0.547494;-0.004756;, -0.060024;0.809943;0.038059;, -0.000024;0.814293;0.071077;, -0.000024;0.795527;0.083558;, -0.043773;0.611273;-0.039589;, -0.079852;0.608622;-0.006035;, -0.082012;0.589335;0.043659;, -0.077893;0.604327;0.043666;, -0.043314;0.601736;0.077589;, -0.047094;0.591298;0.079156;, -0.000032;0.599930;0.079728;, -0.000032;0.590291;0.081596;, -0.039010;0.813907;0.043522;, -0.044326;0.805024;0.024525;, -0.060024;0.809943;0.038059;, -0.025805;0.676166;-0.057065;, -0.025651;0.700325;-0.059243;, -0.053235;0.673001;-0.057637;, -0.070926;0.675035;-0.037306;, -0.046658;0.741657;-0.029437;, -0.069152;0.745652;-0.010967;, -0.078663;0.687293;-0.015964;, -0.076196;0.715534;-0.015565;, -0.012919;0.677082;-0.049906;, -0.012842;0.700980;-0.056038;, 0.085933;0.370659;-0.031697;, 0.043045;0.273957;-0.041918;, 0.022620;0.372560;-0.049276;, 0.095050;0.274780;-0.029753;, 0.070764;0.463214;-0.036043;, 0.013014;0.462195;-0.051557;, 0.047483;0.507080;-0.041044;, -0.024641;0.372486;-0.048915;, -0.000032;0.273646;-0.044566;, -0.044247;0.273888;-0.041607;, -0.000032;0.373220;-0.052501;, -0.013572;0.462351;-0.051322;, -0.000032;0.460294;-0.051243;, -0.000032;0.499458;-0.051394;, -0.047547;0.507080;-0.041044;, -0.070828;0.463214;-0.036043;, -0.085996;0.370659;-0.031697;, -0.095114;0.274780;-0.029753;, 0.064439;0.745316;0.003024;, 0.067852;0.770002;-0.007537;, 0.063891;0.767378;0.008855;, 0.070302;0.745652;-0.010967;, 0.065569;0.797329;0.010525;, 0.064119;0.792906;0.018127;, 0.061577;0.809943;0.038059;, 0.060952;0.801588;0.039811;, 0.060952;0.801588;0.039811;, 0.058476;0.809698;0.060472;, 0.057884;0.800118;0.060165;, 0.061577;0.809943;0.038059;, 0.057186;0.802543;0.077345;, 0.056608;0.797001;0.077038;, 0.045194;0.798301;0.083498;, 0.044742;0.792759;0.082058;, -0.000024;0.795527;0.083558;, 0.000000;0.789986;0.082118;, 0.000000;0.789986;0.082118;, -0.045241;0.798301;0.083498;, -0.044742;0.792759;0.082058;, -0.000024;0.795527;0.083558;, -0.057234;0.802543;0.077345;, -0.056608;0.797001;0.077038;, -0.061725;0.809698;0.060472;, -0.061052;0.800118;0.060165;, -0.060024;0.809943;0.038059;, -0.059369;0.801588;0.039811;, -0.059369;0.801588;0.039811;, -0.062809;0.797329;0.010525;, -0.062535;0.792906;0.018127;, -0.060024;0.809943;0.038059;, -0.066703;0.770002;-0.007537;, -0.063891;0.767378;0.008855;, -0.069152;0.745652;-0.010967;, -0.064439;0.745316;0.003024;, -0.076196;0.715534;-0.015565;, -0.066497;0.715199;-0.000888;, -0.078663;0.687293;-0.015964;, -0.068091;0.686958;-0.001228;, -0.070042;0.668482;-0.016096;, -0.060625;0.668146;-0.001340;, -0.068983;0.656861;-0.014925;, -0.059708;0.656525;-0.000344;, -0.079852;0.608622;-0.006035;, -0.065006;0.609744;-0.004452;, -0.065006;0.609744;-0.004452;, -0.077893;0.604327;0.043666;, -0.065158;0.603547;0.040473;, -0.079852;0.608622;-0.006035;, -0.043314;0.601736;0.077589;, -0.041630;0.600956;0.069844;, -0.000032;0.599930;0.079728;, 0.000000;0.599150;0.071150;, 0.000000;0.599150;0.071150;, 0.043250;0.601736;0.077589;, 0.040373;0.600956;0.069996;, -0.000032;0.599930;0.079728;, 0.077829;0.604327;0.043666;, 0.065607;0.603547;0.036133;, 0.079788;0.608622;-0.006035;, 0.065006;0.609744;-0.004452;, 0.065006;0.609744;-0.004452;, 0.068919;0.656861;-0.014925;, 0.059708;0.656525;-0.000344;, 0.079788;0.608622;-0.006035;, 0.069978;0.668482;-0.016096;, 0.060625;0.668146;-0.001340;, 0.078599;0.687293;-0.015964;, 0.068091;0.686958;-0.001228;, 0.077321;0.715534;-0.015565;, 0.066497;0.715199;-0.000888;, 0.000000;0.811514;0.067619;, 0.030973;0.813655;0.066578;, 0.030670;0.809008;0.063603;, -0.000024;0.814293;0.071077;, 0.030670;0.809008;0.063603;, 0.038962;0.813907;0.043522;, 0.037047;0.808366;0.043215;, 0.030973;0.813655;0.066578;, 0.037047;0.808366;0.043215;, 0.045476;0.805024;0.024525;, 0.040010;0.802173;0.028888;, 0.038962;0.813907;0.043522;, 0.040010;0.802173;0.028888;, 0.046407;0.770100;-0.006622;, 0.040926;0.767476;0.000831;, 0.045476;0.805024;0.024525;, 0.040926;0.767476;0.000831;, 0.047808;0.741657;-0.029437;, 0.042305;0.741322;-0.023889;, 0.046407;0.770100;-0.006622;, 0.042305;0.741322;-0.023889;, 0.025553;0.741375;-0.030062;, 0.025242;0.741040;-0.023290;, 0.047808;0.741657;-0.029437;, 0.025242;0.741040;-0.023290;, 0.012744;0.741134;-0.029141;, 0.012170;0.740799;-0.023413;, 0.025553;0.741375;-0.030062;, 0.012170;0.740799;-0.023413;, -0.000066;0.740893;-0.028832;, -0.000034;0.740557;-0.023391;, 0.012744;0.741134;-0.029141;, -0.000034;0.740557;-0.023391;, -0.012876;0.741134;-0.029141;, -0.012238;0.740799;-0.023413;, -0.000066;0.740893;-0.028832;, -0.012238;0.740799;-0.023413;, -0.025685;0.741375;-0.030062;, -0.025311;0.741040;-0.023290;, -0.012876;0.741134;-0.029141;, -0.025311;0.741040;-0.023290;, -0.046658;0.741657;-0.029437;, -0.042305;0.741322;-0.023793;, -0.025685;0.741375;-0.030062;, -0.042305;0.741322;-0.023793;, -0.045257;0.770100;-0.006622;, -0.040926;0.767476;0.000831;, -0.046658;0.741657;-0.029437;, -0.040926;0.767476;0.000831;, -0.044326;0.805024;0.024525;, -0.040010;0.802173;0.028888;, -0.045257;0.770100;-0.006622;, -0.040010;0.802173;0.028888;, -0.039010;0.813907;0.043522;, -0.037047;0.808366;0.043215;, -0.044326;0.805024;0.024525;, -0.037047;0.808366;0.043215;, -0.031021;0.813655;0.066578;, -0.030670;0.809008;0.063603;, -0.039010;0.813907;0.043522;, -0.030670;0.809008;0.063603;, -0.000024;0.814293;0.071077;, 0.000000;0.811514;0.067619;, -0.031021;0.813655;0.066578;, 0.106802;0.367365;0.016111;, 0.114922;0.465835;0.010584;, 0.099544;0.465500;0.021362;, 0.123302;0.367701;0.004923;, 0.105913;0.510735;0.010345;, 0.091743;0.510400;0.021159;, 0.098002;0.547494;-0.001369;, 0.081653;0.547159;0.011191;, 0.090925;0.575817;-0.004950;, 0.072911;0.573990;0.005802;, 0.072911;0.573990;0.005802;, 0.081948;0.589335;0.043659;, 0.076662;0.585354;0.041948;, 0.090925;0.575817;-0.004950;, 0.047030;0.591298;0.079156;, 0.043251;0.586770;0.075998;, -0.000032;0.590291;0.081596;, 0.000000;0.586769;0.077998;, 0.000000;0.586769;0.077998;, -0.047094;0.591298;0.079156;, -0.043681;0.586770;0.076224;, -0.000032;0.590291;0.081596;, -0.082012;0.589335;0.043659;, -0.075861;0.585354;0.041948;, -0.087486;0.575817;-0.008337;, -0.072507;0.573990;-0.002532;, -0.072507;0.573990;-0.002532;, -0.094563;0.547494;-0.004756;, -0.081616;0.547159;0.003802;, -0.087486;0.575817;-0.008337;, -0.105977;0.510735;0.010345;, -0.091743;0.510400;0.021159;, -0.114986;0.465835;0.010584;, -0.099544;0.465500;0.021362;, -0.123366;0.367701;0.004923;, -0.106802;0.367365;0.016111;, -0.127733;0.280125;0.011787;, -0.113141;0.279790;0.021606;, -0.113141;0.279790;0.021606;, -0.095114;0.274780;-0.029753;, -0.095467;0.274194;-0.011775;, -0.127733;0.280125;0.011787;, -0.095467;0.274194;-0.011775;, -0.044247;0.273888;-0.041607;, -0.043436;0.273646;-0.021437;, -0.095114;0.274780;-0.029753;, -0.000032;0.273646;-0.044566;, 0.000029;0.273712;-0.022256;, 0.043045;0.273957;-0.041918;, 0.042743;0.274249;-0.015220;, 0.095438;0.274776;-0.009476;, 0.095050;0.274780;-0.029753;, 0.095438;0.274776;-0.009476;, 0.127669;0.280125;0.011787;, 0.113141;0.279790;0.021606;, 0.095050;0.274780;-0.029753;, 0.113141;0.279790;0.021606;, 0.127669;0.280125;0.011787;, 0.045793;0.700901;-0.053202;, 0.025277;0.727106;-0.034782;, 0.022185;0.699990;-0.052470;, 0.043083;0.728283;-0.034411;, 0.022185;0.699990;-0.052470;, 0.012204;0.727760;-0.034905;, 0.011093;0.700644;-0.050309;, 0.025277;0.727106;-0.034782;, 0.011093;0.700644;-0.050309;, 0.000000;0.728415;-0.034316;, 0.000000;0.701299;-0.048668;, 0.012204;0.727760;-0.034905;, 0.000000;0.701299;-0.048668;, -0.012204;0.727760;-0.034905;, -0.011093;0.700644;-0.050309;, 0.000000;0.728415;-0.034316;, -0.011093;0.700644;-0.050309;, -0.025277;0.727106;-0.034782;, -0.022185;0.699990;-0.052470;, -0.012204;0.727760;-0.034905;, -0.022185;0.699990;-0.052470;, -0.043106;0.728283;-0.035874;, -0.045793;0.700901;-0.053202;, -0.025277;0.727106;-0.034782;, -0.025651;0.727441;-0.041554;, -0.012842;0.728096;-0.040633;, -0.000032;0.728750;-0.039756;, 0.012778;0.728096;-0.040633;, 0.025587;0.727441;-0.041554;, 0.043083;0.728283;-0.034411;, 0.025242;0.741040;-0.023290;, 0.025277;0.727106;-0.034782;, 0.042305;0.741322;-0.023889;, 0.025277;0.727106;-0.034782;, 0.012170;0.740799;-0.023413;, 0.012204;0.727760;-0.034905;, 0.025242;0.741040;-0.023290;, 0.012204;0.727760;-0.034905;, -0.000034;0.740557;-0.023391;, 0.000000;0.728415;-0.034316;, 0.012170;0.740799;-0.023413;, 0.000000;0.728415;-0.034316;, -0.012238;0.740799;-0.023413;, -0.012204;0.727760;-0.034905;, -0.000034;0.740557;-0.023391;, -0.012204;0.727760;-0.034905;, -0.025311;0.741040;-0.023290;, -0.025277;0.727106;-0.034782;, -0.012238;0.740799;-0.023413;, -0.025277;0.727106;-0.034782;, -0.042305;0.741322;-0.023793;, -0.043106;0.728283;-0.035874;, -0.025311;0.741040;-0.023290;, -0.025685;0.741375;-0.030062;, -0.012876;0.741134;-0.029141;, -0.000066;0.740893;-0.028832;, 0.012744;0.741134;-0.029141;, 0.025553;0.741375;-0.030062;, 0.059216;0.562933;-0.019449;, 0.082928;0.515846;-0.008250;, 0.072911;0.573990;0.005802;, 0.047483;0.507080;-0.018947;, 0.070764;0.463214;-0.015113;, 0.106802;0.367365;0.016111;, 0.099544;0.465500;0.021362;, 0.085933;0.370659;-0.010767;, 0.095438;0.274776;-0.009476;, 0.113141;0.279790;0.021606;, 0.091743;0.510400;0.021159;, 0.081653;0.547159;0.011191;, -0.000032;0.560761;-0.026903;, -0.000032;0.499458;-0.024883;, -0.059279;0.562933;-0.019449;, -0.082992;0.515846;-0.008250;, -0.047547;0.507080;-0.018947;, -0.072507;0.573990;-0.002532;, -0.070828;0.463214;-0.015113;, -0.106802;0.367365;0.016111;, -0.085996;0.370659;-0.010767;, -0.099544;0.465500;0.021362;, -0.095467;0.274194;-0.011775;, -0.113141;0.279790;0.021606;, -0.091743;0.510400;0.021159;, -0.081616;0.547159;0.003802;, 0.085933;0.370659;-0.010767;, 0.042743;0.274249;-0.015220;, 0.095438;0.274776;-0.009476;, 0.022620;0.372560;-0.023970;, 0.070764;0.463214;-0.015113;, 0.013014;0.462195;-0.023252;, 0.047483;0.507080;-0.018947;, -0.024641;0.372486;-0.023609;, 0.000029;0.273712;-0.022256;, -0.000032;0.373220;-0.027196;, -0.043436;0.273646;-0.021437;, -0.013572;0.462351;-0.023017;, -0.000032;0.460294;-0.026131;, -0.000032;0.499458;-0.024883;, -0.047547;0.507080;-0.018947;, -0.070828;0.463214;-0.015113;, -0.085996;0.370659;-0.010767;, -0.095467;0.274194;-0.011775;, 0.060625;0.668146;-0.001340;, 0.043068;0.658214;-0.023845;, 0.059708;0.656525;-0.000344;, 0.044314;0.663682;-0.024490;, -0.000032;0.610352;-0.027062;, 0.059216;0.562933;-0.019449;, 0.043709;0.611273;-0.021301;, -0.000032;0.560761;-0.026903;, 0.072911;0.573990;0.005802;, 0.043709;0.611273;-0.021301;, 0.065006;0.609744;-0.004452;, -0.060625;0.668146;-0.001340;, -0.043132;0.658214;-0.023845;, -0.044378;0.663682;-0.024490;, -0.059708;0.656525;-0.000344;, -0.059279;0.562933;-0.019449;, -0.043773;0.611273;-0.021301;, -0.072507;0.573990;-0.002532;, -0.043773;0.611273;-0.021301;, -0.065006;0.609744;-0.004452;; 406; 3;0,1,2;, 3;3,4,5;, 3;4,3,6;, 3;7,8,9;, 3;8,7,10;, 3;11,12,13;, 3;12,11,14;, 3;15,16,17;, 3;16,15,18;, 3;16,19,17;, 3;19,16,20;, 3;18,12,21;, 3;12,18,15;, 3;22,23,24;, 3;23,22,25;, 3;23,26,24;, 3;26,23,27;, 3;9,28,7;, 3;12,15,13;, 3;14,29,12;, 3;29,21,12;, 3;28,9,30;, 3;13,31,11;, 3;31,13,32;, 3;33,34,10;, 3;35,11,31;, 3;11,35,36;, 3;36,14,11;, 3;14,36,37;, 3;37,38,14;, 3;38,37,39;, 3;38,40,41;, 3;40,38,39;, 3;41,42,43;, 3;42,41,40;, 3;44,45,46;, 3;46,45,2;, 3;33,10,7;, 3;47,4,48;, 3;4,47,49;, 3;48,6,50;, 3;6,48,4;, 3;51,0,52;, 3;0,51,1;, 3;24,50,22;, 3;50,24,48;, 3;53,6,54;, 3;54,3,52;, 3;52,5,51;, 3;5,52,3;, 3;55,49,47;, 3;49,55,56;, 3;24,47,48;, 3;6,53,50;, 3;50,53,22;, 3;47,24,26;, 3;56,57,58;, 3;57,56,55;, 3;47,26,55;, 3;3,54,6;, 3;2,1,46;, 3;27,23,36;, 3;36,25,37;, 3;25,36,23;, 3;35,27,36;, 3;27,35,57;, 3;55,27,57;, 3;27,55,26;, 3;59,60,61;, 3;62,63,64;, 3;63,62,65;, 3;66,67,68;, 3;67,66,69;, 3;70,71,72;, 3;71,70,73;, 3;74,75,76;, 3;75,74,77;, 3;75,78,79;, 3;78,75,77;, 3;76,71,74;, 3;71,76,80;, 3;81,82,83;, 3;82,81,84;, 3;82,85,86;, 3;85,82,84;, 3;69,66,87;, 3;71,73,74;, 3;72,71,88;, 3;88,71,80;, 3;87,89,69;, 3;73,31,32;, 3;31,73,70;, 3;90,68,91;, 3;35,70,92;, 3;70,35,31;, 3;92,72,93;, 3;72,92,70;, 3;93,94,95;, 3;94,93,72;, 3;94,96,95;, 3;96,94,97;, 3;97,98,96;, 3;98,97,99;, 3;100,101,102;, 3;101,60,102;, 3;90,66,68;, 3;103,63,104;, 3;63,103,105;, 3;105,64,63;, 3;64,105,106;, 3;107,59,61;, 3;59,107,108;, 3;84,106,105;, 3;106,84,81;, 3;109,110,64;, 3;110,108,62;, 3;108,65,62;, 3;65,108,107;, 3;111,104,112;, 3;104,111,103;, 3;84,105,103;, 3;64,106,109;, 3;106,81,109;, 3;103,85,84;, 3;112,57,111;, 3;57,112,58;, 3;103,111,85;, 3;62,64,110;, 3;60,101,61;, 3;86,92,82;, 3;92,83,82;, 3;83,92,93;, 3;35,92,86;, 3;86,57,35;, 3;111,86,85;, 3;86,111,57;, 3;113,114,115;, 3;114,113,116;, 3;117,115,118;, 3;115,117,113;, 3;118,119,117;, 3;120,121,122;, 3;121,120,123;, 3;124,123,120;, 3;123,124,125;, 3;126,124,127;, 3;127,124,128;, 3;124,126,125;, 3;120,128,124;, 3;128,120,129;, 3;122,129,120;, 3;129,122,130;, 3;126,118,125;, 3;118,126,119;, 3;123,118,115;, 3;118,123,125;, 3;121,115,114;, 3;115,121,123;, 3;131,132,133;, 3;132,131,134;, 3;133,135,136;, 3;135,133,132;, 3;136,137,138;, 3;137,136,135;, 3;139,140,141;, 3;140,139,142;, 3;141,143,144;, 3;143,141,140;, 3;144,145,146;, 3;145,144,143;, 3;146,147,148;, 3;147,146,145;, 3;149,150,151;, 3;150,149,152;, 3;151,153,154;, 3;153,151,150;, 3;154,155,156;, 3;155,154,153;, 3;156,157,158;, 3;157,156,155;, 3;159,160,161;, 3;160,159,162;, 3;161,163,164;, 3;163,161,160;, 3;164,165,166;, 3;165,164,163;, 3;166,167,168;, 3;167,166,165;, 3;168,169,170;, 3;169,168,167;, 3;170,171,172;, 3;171,170,169;, 3;172,173,174;, 3;173,172,171;, 3;174,175,176;, 3;175,174,173;, 3;177,178,179;, 3;178,177,180;, 3;179,181,182;, 3;181,179,178;, 3;182,183,184;, 3;183,182,181;, 3;185,186,187;, 3;186,185,188;, 3;187,189,190;, 3;189,187,186;, 3;190,191,192;, 3;191,190,189;, 3;193,194,195;, 3;194,193,196;, 3;195,197,198;, 3;197,195,194;, 3;198,199,200;, 3;199,198,197;, 3;200,201,202;, 3;201,200,199;, 3;202,134,131;, 3;134,202,201;, 3;203,204,205;, 3;204,203,206;, 3;207,208,209;, 3;208,207,210;, 3;211,212,213;, 3;212,211,214;, 3;215,216,217;, 3;216,215,218;, 3;219,220,221;, 3;220,219,222;, 3;223,224,225;, 3;224,223,226;, 3;227,228,229;, 3;228,227,230;, 3;231,232,233;, 3;232,231,234;, 3;235,236,237;, 3;236,235,238;, 3;239,240,241;, 3;240,239,242;, 3;243,244,245;, 3;244,243,246;, 3;247,248,249;, 3;248,247,250;, 3;251,252,253;, 3;252,251,254;, 3;255,256,257;, 3;256,255,258;, 3;259,260,261;, 3;260,259,262;, 3;263,264,265;, 3;264,263,266;, 3;267,268,269;, 3;268,267,270;, 3;269,271,272;, 3;271,269,268;, 3;272,273,274;, 3;273,272,271;, 3;274,275,276;, 3;275,274,273;, 3;277,278,279;, 3;278,277,280;, 3;279,281,282;, 3;281,279,278;, 3;282,283,284;, 3;283,282,281;, 3;285,286,287;, 3;286,285,288;, 3;287,289,290;, 3;289,287,286;, 3;290,291,292;, 3;291,290,289;, 3;293,294,295;, 3;294,293,296;, 3;295,297,298;, 3;297,295,294;, 3;298,299,300;, 3;299,298,297;, 3;300,301,302;, 3;301,300,299;, 3;302,303,304;, 3;303,302,301;, 3;305,306,307;, 3;306,305,308;, 3;309,310,311;, 3;310,309,312;, 3;311,313,314;, 3;313,311,310;, 3;314,315,316;, 3;315,314,313;, 3;315,317,316;, 3;317,315,318;, 3;319,320,321;, 3;320,319,322;, 3;323,270,267;, 3;270,323,324;, 3;325,326,327;, 3;326,325,328;, 3;329,330,331;, 3;330,329,332;, 3;333,334,335;, 3;334,333,336;, 3;337,338,339;, 3;338,337,340;, 3;341,342,343;, 3;342,341,344;, 3;345,346,347;, 3;346,345,348;, 3;63,349,104;, 3;349,63,65;, 3;104,350,112;, 3;350,104,349;, 3;112,351,58;, 3;351,112,350;, 3;58,352,56;, 3;352,58,351;, 3;56,353,49;, 3;353,56,352;, 3;49,5,4;, 3;5,49,353;, 3;354,355,356;, 3;355,354,357;, 3;358,359,360;, 3;359,358,361;, 3;362,363,364;, 3;363,362,365;, 3;366,367,368;, 3;367,366,369;, 3;370,371,372;, 3;371,370,373;, 3;374,375,376;, 3;375,374,377;, 3;65,378,349;, 3;378,65,107;, 3;349,379,350;, 3;379,349,378;, 3;350,380,351;, 3;380,350,379;, 3;351,381,352;, 3;381,351,380;, 3;352,382,353;, 3;382,352,381;, 3;353,51,5;, 3;51,353,382;, 3;383,384,385;, 3;384,383,386;, 3;387,388,389;, 3;388,387,390;, 3;388,391,392;, 3;391,388,390;, 3;389,384,387;, 3;384,389,393;, 3;384,386,387;, 3;385,384,394;, 3;394,384,393;, 3;386,395,396;, 3;395,386,383;, 3;397,398,399;, 3;398,397,400;, 3;401,402,403;, 3;402,401,404;, 3;402,405,403;, 3;405,402,406;, 3;404,398,407;, 3;398,404,401;, 3;398,401,399;, 3;400,408,398;, 3;408,407,398;, 3;399,395,397;, 3;395,399,396;, 3;409,410,411;, 3;410,409,412;, 3;413,412,409;, 3;412,413,414;, 3;414,413,415;, 3;416,417,418;, 3;417,416,419;, 3;420,418,421;, 3;418,420,416;, 3;422,423,420;, 3;423,424,420;, 3;420,421,422;, 3;416,424,425;, 3;424,416,420;, 3;419,425,426;, 3;425,419,416;, 3;422,421,414;, 3;414,415,422;, 3;418,414,421;, 3;414,418,412;, 3;417,412,418;, 3;412,417,410;, 3;427,428,429;, 3;428,427,430;, 3;431,432,433;, 3;432,431,434;, 3;433,435,193;, 3;435,433,432;, 3;436,429,428;, 3;429,436,437;, 3;438,439,440;, 3;439,438,441;, 3;431,442,434;, 3;442,431,443;, 3;443,444,442;, 3;444,443,176;, 3;445,441,446;, 3;441,445,439;; MeshNormals { 447; 0.145866;0.499820;-0.853758;, 0.086198;0.529690;-0.843800;, -0.135655;0.713164;-0.687746;, 0.665162;0.419175;-0.617942;, 0.343507;0.262903;-0.901602;, 0.313115;0.561937;-0.765628;, 0.798361;0.169739;-0.577761;, 0.134266;0.874511;0.466052;, 0.151310;0.848431;0.507219;, 0.166395;0.954846;0.246135;, 0.109886;0.792611;0.599745;, 0.438186;0.104086;-0.892838;, 0.651873;0.060998;-0.755871;, 0.207993;0.014876;-0.978017;, 0.813546;0.222643;-0.537190;, 0.431658;0.026025;-0.901662;, 0.729764;0.055292;-0.681460;, 0.484787;0.035510;-0.873911;, 0.751897;0.053978;-0.657068;, 0.503967;0.016068;-0.863574;, 0.744440;0.022680;-0.667304;, 0.822038;0.019171;-0.569110;, 0.820545;-0.437310;-0.368058;, 0.376257;-0.168604;-0.911045;, 0.346665;-0.615206;-0.708057;, 0.758592;-0.097237;-0.644270;, -0.129046;-0.537152;-0.833556;, 0.029455;-0.183884;-0.982507;, 0.137252;0.985982;-0.094874;, 0.831136;0.093996;-0.548067;, 0.110498;0.962984;-0.245872;, -0.000000;0.026738;-0.999643;, -0.000772;-0.000502;-1.000000;, 0.000000;0.630414;0.776259;, 0.000000;0.553778;0.832664;, -0.000299;0.009391;-0.999956;, 0.427982;0.033108;-0.903181;, 0.851065;0.192857;-0.488359;, 0.887147;0.300238;0.350467;, 0.862482;0.295772;0.410664;, 0.348610;0.225202;0.909810;, 0.443293;0.236522;0.864609;, -0.000000;0.176759;0.984254;, -0.000000;0.176759;0.984254;, 0.137252;0.985982;-0.094874;, 0.110498;0.962984;-0.245872;, -0.023452;0.862579;-0.505378;, -0.218288;-0.432271;-0.874924;, 0.350281;-0.482402;-0.802865;, -0.129652;0.217422;-0.967429;, 0.793869;-0.448528;-0.410602;, 0.321690;0.525343;-0.787737;, 0.470254;0.424194;-0.773900;, 0.960868;-0.124365;-0.247520;, 0.848723;0.254495;-0.463574;, -0.205195;-0.351428;-0.913451;, -0.184077;0.165965;-0.968799;, -0.000504;-0.191865;-0.981421;, -0.000000;0.150209;-0.988654;, -0.148647;0.498240;-0.854202;, 0.149892;0.709078;-0.689015;, -0.085043;0.527698;-0.845164;, -0.664728;0.419370;-0.618276;, -0.338287;0.270240;-0.901406;, -0.789692;0.192139;-0.582640;, -0.313710;0.561853;-0.765445;, -0.127988;0.875316;0.466305;, -0.143575;0.842230;0.519650;, -0.105102;0.788025;0.606606;, -0.159753;0.957494;0.240177;, -0.434336;0.101881;-0.894971;, -0.654611;0.065145;-0.753154;, -0.804515;0.199336;-0.559483;, -0.205893;0.012741;-0.978492;, -0.430799;0.025895;-0.902076;, -0.729764;0.055292;-0.681460;, -0.751896;0.053978;-0.657068;, -0.484539;0.035448;-0.874051;, -0.503996;0.015733;-0.863563;, -0.744440;0.022680;-0.667305;, -0.820706;0.032829;-0.570407;, -0.820545;-0.437310;-0.368058;, -0.376825;-0.168053;-0.910912;, -0.758592;-0.097237;-0.644270;, -0.347011;-0.614660;-0.708362;, 0.128633;-0.533561;-0.835922;, -0.031625;-0.184289;-0.982363;, -0.131332;0.985114;-0.110920;, -0.839128;0.111979;-0.532284;, -0.118500;0.962060;-0.245760;, 0.000000;0.630414;0.776259;, 0.000000;0.553778;0.832664;, -0.427701;0.033382;-0.903304;, -0.862947;0.168042;-0.476535;, -0.904396;0.259672;0.338583;, -0.878872;0.261773;0.398821;, -0.348611;0.225202;0.909810;, -0.443293;0.236522;0.864609;, -0.000000;0.176759;0.984254;, -0.000000;0.176759;0.984254;, -0.131332;0.985114;-0.110920;, 0.023886;0.863328;-0.504078;, -0.118500;0.962060;-0.245760;, 0.218356;-0.432330;-0.874878;, 0.129382;0.217182;-0.967519;, -0.358017;-0.474172;-0.804354;, -0.799075;-0.432808;-0.417321;, -0.322618;0.525007;-0.787582;, -0.470100;0.424203;-0.773988;, -0.959572;-0.097162;-0.264163;, -0.842203;0.265932;-0.469014;, 0.205008;-0.350671;-0.913784;, 0.184077;0.165965;-0.968799;, 0.484787;0.035510;-0.873911;, 0.180006;-0.034336;-0.983066;, 0.169282;-0.021457;-0.985334;, 0.503967;0.016068;-0.863574;, 0.431658;0.026025;-0.901662;, 0.146238;0.014850;-0.989138;, 0.207993;0.014876;-0.978017;, -0.174189;-0.020817;-0.984492;, -0.002846;-0.067624;-0.997707;, -0.182603;-0.034619;-0.982577;, -0.003993;-0.033627;-0.999427;, -0.152644;0.014868;-0.988169;, -0.007071;-0.002328;-0.999972;, -0.000772;-0.000502;-1.000000;, -0.205893;0.012741;-0.978492;, -0.430799;0.025895;-0.902076;, -0.484539;0.035448;-0.874051;, -0.503996;0.015733;-0.863563;, 0.917273;0.026448;0.397380;, 0.964293;-0.027721;0.263383;, 0.967547;-0.035934;0.250122;, 0.907561;0.032836;0.418634;, 0.980776;-0.057113;0.186595;, 0.982482;-0.052377;0.178847;, 0.987334;-0.048713;0.150990;, 0.987385;-0.048991;0.150567;, 0.987385;-0.048991;0.150567;, 0.992607;-0.065946;0.101890;, 0.993297;-0.068209;0.093319;, 0.987334;-0.048713;0.150990;, 0.900557;-0.133792;0.413638;, 0.788863;-0.156543;0.594298;, 0.277425;-0.217592;0.935783;, 0.217155;-0.227176;0.949334;, -0.000047;-0.252109;0.967699;, 0.000042;-0.252109;0.967699;, 0.000042;-0.252109;0.967699;, -0.279013;-0.219753;0.934805;, -0.216312;-0.229179;0.949045;, -0.000047;-0.252109;0.967699;, -0.847429;-0.138604;0.512497;, -0.741199;-0.158864;0.652216;, -0.994766;-0.086606;0.054216;, -0.992617;-0.087791;0.083691;, -0.999272;-0.034399;0.016529;, -0.999268;-0.035749;0.013642;, -0.999268;-0.035749;0.013642;, -0.991524;0.022191;0.128015;, -0.992091;0.019073;0.124062;, -0.999272;-0.034399;0.016529;, -0.980093;0.020235;0.197506;, -0.982668;0.021984;0.184064;, -0.932329;0.045994;0.358674;, -0.940828;0.039951;0.336521;, -0.854989;0.060622;0.515091;, -0.859741;0.061960;0.506958;, -0.819632;-0.131095;0.557690;, -0.816957;-0.158067;0.554613;, -0.819898;-0.201590;0.535845;, -0.827129;-0.164069;0.537531;, -0.725371;0.053324;0.686289;, -0.715149;0.058938;0.696483;, -0.554612;0.135691;0.820971;, 0.086587;-0.012552;0.996165;, -0.005860;0.993880;0.110308;, 0.039376;0.997477;0.059067;, 0.049879;0.997644;0.047100;, -0.005860;0.993880;0.110308;, 0.068755;0.996023;-0.056672;, 0.076281;0.996048;-0.045503;, -0.000108;0.996017;-0.089167;, -0.000286;0.996017;-0.089162;, -0.000286;0.996017;-0.089162;, -0.069926;0.996330;-0.049373;, -0.072165;0.996346;-0.045686;, -0.000108;0.996017;-0.089167;, -0.058581;0.997168;0.047161;, -0.049106;0.996909;0.061334;, -0.012836;0.993256;0.115228;, -0.012836;0.993256;0.115228;, -0.177291;0.004900;0.984146;, 0.727349;0.053226;0.684200;, 0.717088;0.058891;0.694490;, 0.556625;0.135963;0.819562;, 0.821453;-0.202045;0.533285;, 0.828695;-0.164607;0.534947;, 0.811965;-0.139708;0.566740;, 0.810215;-0.166817;0.561893;, 0.834176;0.045088;0.549652;, 0.837765;0.046790;0.544022;, -0.070546;0.654711;-0.752580;, -0.070546;0.654711;-0.752580;, -0.070546;0.654711;-0.752580;, -0.070546;0.654711;-0.752580;, -0.906474;0.294710;-0.302409;, -0.906474;0.294710;-0.302409;, -0.906474;0.294710;-0.302409;, -0.906474;0.294710;-0.302409;, -0.770613;0.469125;-0.431368;, -0.770613;0.469125;-0.431368;, -0.770613;0.469125;-0.431368;, -0.770613;0.469125;-0.431368;, -0.755614;0.412579;-0.508749;, -0.755614;0.412579;-0.508749;, -0.755614;0.412579;-0.508750;, -0.755614;0.412579;-0.508749;, -0.737750;0.421527;-0.527295;, -0.737750;0.421527;-0.527295;, -0.737750;0.421527;-0.527295;, -0.737750;0.421527;-0.527295;, -0.014350;0.998764;0.047593;, -0.014350;0.998764;0.047593;, -0.014350;0.998764;0.047593;, -0.014350;0.998764;0.047593;, -0.017005;0.998483;0.052363;, -0.017005;0.998483;0.052363;, -0.017005;0.998483;0.052363;, -0.017005;0.998483;0.052363;, -0.018489;0.998085;0.059032;, -0.018489;0.998085;0.059032;, -0.018489;0.998085;0.059032;, -0.018489;0.998085;0.059032;, 0.018492;0.998097;0.058821;, 0.018492;0.998097;0.058821;, 0.018492;0.998097;0.058821;, 0.018492;0.998097;0.058821;, 0.017010;0.998492;0.052190;, 0.017010;0.998492;0.052190;, 0.017010;0.998492;0.052190;, 0.017010;0.998492;0.052190;, 0.014982;0.998724;0.048238;, 0.014982;0.998724;0.048238;, 0.014982;0.998724;0.048238;, 0.014982;0.998724;0.048238;, 0.813593;0.357202;-0.458773;, 0.813593;0.357202;-0.458773;, 0.813593;0.357202;-0.458773;, 0.813593;0.357202;-0.458773;, 0.825486;0.352771;-0.440597;, 0.825486;0.352771;-0.440597;, 0.825486;0.352771;-0.440597;, 0.825486;0.352771;-0.440597;, 0.817184;0.421118;-0.393535;, 0.817184;0.421118;-0.393535;, 0.817184;0.421118;-0.393535;, 0.817184;0.421118;-0.393535;, 0.904148;0.302470;-0.301709;, 0.904148;0.302470;-0.301709;, 0.904148;0.302470;-0.301709;, 0.904148;0.302470;-0.301709;, 0.070458;0.655231;-0.752136;, 0.070458;0.655230;-0.752136;, 0.070458;0.655231;-0.752136;, 0.070458;0.655230;-0.752136;, 0.562878;0.044717;0.825330;, 0.576324;0.052325;0.815544;, 0.577473;0.059966;0.814204;, 0.562627;0.046922;0.825378;, 0.578623;0.233778;0.781373;, 0.577771;0.243310;0.779090;, 0.545787;0.320762;0.774099;, 0.544573;0.318224;0.775999;, 0.526511;0.281491;0.802215;, 0.526511;0.281491;0.802215;, 0.334331;-0.898523;0.284393;, 0.393776;-0.836217;0.381682;, 0.393545;-0.836502;0.381296;, 0.334331;-0.898523;0.284393;, 0.305079;-0.737998;0.601902;, 0.220328;-0.717884;0.660377;, 0.000667;-0.647894;0.761731;, 0.001072;-0.647958;0.761675;, 0.001072;-0.647958;0.761675;, -0.300292;-0.737638;0.604743;, -0.222860;-0.715317;0.662310;, 0.000667;-0.647894;0.761731;, -0.375708;-0.856012;0.355087;, -0.378970;-0.852510;0.360013;, -0.300751;-0.921867;0.244357;, -0.300751;-0.921867;0.244357;, -0.422050;0.278934;0.862595;, -0.468912;0.380277;0.797189;, -0.466263;0.374242;0.801587;, -0.422050;0.278934;0.862595;, -0.555106;0.289304;0.779846;, -0.553160;0.298252;0.777856;, -0.574741;0.052083;0.816676;, -0.575887;0.059728;0.815345;, -0.561074;0.046827;0.826440;, -0.561326;0.044610;0.826391;, -0.555276;0.092262;0.826533;, -0.555276;0.092262;0.826533;, -0.149555;-0.987780;0.043855;, -0.053454;-0.998562;-0.004120;, -0.105098;-0.994227;0.021617;, -0.149555;-0.987780;0.043855;, -0.105098;-0.994227;0.021617;, -0.009740;-0.999879;-0.012168;, -0.010630;-0.999858;-0.013116;, -0.053454;-0.998562;-0.004120;, 0.003435;-0.999993;0.001622;, 0.003687;-0.999991;0.001880;, 0.010322;-0.999924;0.006779;, 0.010563;-0.999922;0.006673;, 0.088943;-0.995430;0.034760;, 0.043415;-0.998898;0.017835;, 0.088943;-0.995430;0.034760;, 0.131056;-0.990092;0.050412;, 0.131056;-0.990092;0.050412;, 0.043415;-0.998898;0.017835;, 0.556846;0.092283;0.825474;, 0.556846;0.092283;0.825474;, 0.035278;-0.556080;0.830380;, 0.035278;-0.556080;0.830380;, 0.035278;-0.556080;0.830380;, 0.035278;-0.556080;0.830380;, 0.043481;-0.522850;0.851315;, 0.043481;-0.522850;0.851315;, 0.043481;-0.522850;0.851315;, 0.043481;-0.522850;0.851315;, 0.056728;-0.481156;0.874798;, 0.056728;-0.481156;0.874798;, 0.056728;-0.481156;0.874798;, 0.056728;-0.481156;0.874798;, -0.056728;-0.481156;0.874798;, -0.056728;-0.481156;0.874798;, -0.056728;-0.481156;0.874798;, -0.056728;-0.481156;0.874798;, -0.043481;-0.522850;0.851315;, -0.043481;-0.522850;0.851315;, -0.043481;-0.522850;0.851315;, -0.043481;-0.522850;0.851315;, -0.064148;-0.539785;0.839355;, -0.064148;-0.539785;0.839355;, -0.064148;-0.539785;0.839355;, -0.064148;-0.539785;0.839355;, 0.022654;0.587055;-0.809230;, 0.062467;0.579991;-0.812224;, -0.000017;0.581459;-0.813576;, -0.062483;0.579924;-0.812271;, -0.023487;0.587022;-0.809230;, 0.031487;-0.631425;0.774798;, 0.031487;-0.631425;0.774798;, 0.031487;-0.631425;0.774798;, 0.031487;-0.631425;0.774798;, -0.017405;-0.648522;0.760997;, -0.017405;-0.648522;0.760997;, -0.017405;-0.648522;0.760997;, -0.017405;-0.648522;0.760997;, 0.007444;-0.664899;0.746896;, 0.007444;-0.664899;0.746896;, 0.007444;-0.664899;0.746896;, 0.007444;-0.664899;0.746896;, -0.007443;-0.664921;0.746876;, -0.007443;-0.664921;0.746876;, -0.007443;-0.664921;0.746876;, -0.007443;-0.664921;0.746876;, 0.017405;-0.648471;0.761040;, 0.017405;-0.648471;0.761040;, 0.017405;-0.648471;0.761040;, 0.017405;-0.648471;0.761040;, -0.061939;-0.655800;0.752389;, -0.061939;-0.655800;0.752389;, -0.061939;-0.655800;0.752389;, -0.061939;-0.655800;0.752389;, 0.000888;0.630319;-0.776336;, 0.033934;0.656557;-0.753513;, 0.000030;0.664929;-0.746907;, -0.033915;0.656478;-0.753583;, -0.002190;0.630321;-0.776332;, -0.402509;-0.041360;0.914481;, -0.745439;-0.095699;0.659668;, -0.696273;-0.137200;0.704543;, -0.243358;-0.016592;0.969795;, -0.502952;-0.029817;0.863800;, -0.810314;-0.071294;0.581642;, -0.829326;-0.045512;0.556909;, -0.532301;-0.035115;0.845826;, -0.830705;-0.051243;0.554350;, -0.830705;-0.051243;0.554350;, -0.910122;-0.070109;0.408366;, -0.927065;-0.224280;0.300414;, 0.000000;0.034384;0.999409;, 0.000846;0.012961;0.999916;, 0.353127;-0.008657;0.935536;, 0.733400;-0.067471;0.676441;, 0.226385;-0.005720;0.974021;, 0.598492;-0.076550;0.797463;, 0.502726;-0.029704;0.863935;, 0.816126;-0.075608;0.572906;, 0.544660;-0.051380;0.837082;, 0.830085;-0.045491;0.555779;, 0.559395;-0.044055;0.827730;, 0.840318;-0.059046;0.538868;, 0.906906;-0.044620;0.418964;, 0.905175;-0.186732;0.381825;, -0.532301;-0.035115;0.845826;, -0.158201;0.037826;0.986682;, -0.160833;0.026475;0.986627;, -0.164239;0.015289;0.986302;, -0.502952;-0.029817;0.863800;, -0.167784;-0.010647;0.985766;, -0.243358;-0.016592;0.969795;, 0.146621;-0.002119;0.989191;, -0.045359;0.041325;0.998116;, -0.021262;0.010276;0.999721;, 0.137567;0.000614;0.990492;, 0.169975;-0.010022;0.985398;, 0.003152;-0.025241;0.999677;, 0.000846;0.012961;0.999916;, 0.226385;-0.005720;0.974021;, 0.502726;-0.029704;0.863935;, 0.544660;-0.051380;0.837082;, 0.559395;-0.044055;0.827730;, -0.811010;0.157157;0.563528;, -0.778567;0.055690;0.625085;, -0.775044;0.045343;0.630278;, -0.810932;0.157896;0.563434;, -0.000000;0.000206;1.000000;, 0.125725;-0.022508;-0.991810;, -0.403787;-0.049432;0.913517;, -0.000000;0.000206;1.000000;, -0.750891;-0.115213;0.650299;, -0.729628;-0.057606;0.681414;, -0.729628;-0.057606;0.681414;, 0.812146;0.156411;0.562098;, 0.779683;0.055692;0.623694;, 0.812047;0.157155;0.562034;, 0.776115;0.045777;0.628927;, -0.159510;-0.171670;-0.972155;, 0.362730;-0.063484;0.929729;, 0.670300;-0.150683;0.726631;, 0.730777;-0.057658;0.680177;, 0.730777;-0.057658;0.680177;; 406; 3;0,1,2;, 3;3,4,5;, 3;4,3,6;, 3;7,8,9;, 3;8,7,10;, 3;11,12,13;, 3;12,11,14;, 3;15,16,17;, 3;16,15,18;, 3;16,19,17;, 3;19,16,20;, 3;18,12,21;, 3;12,18,15;, 3;22,23,24;, 3;23,22,25;, 3;23,26,24;, 3;26,23,27;, 3;9,28,7;, 3;12,15,13;, 3;14,29,12;, 3;29,21,12;, 3;28,9,30;, 3;13,31,11;, 3;31,13,32;, 3;33,34,10;, 3;35,11,31;, 3;11,35,36;, 3;36,14,11;, 3;14,36,37;, 3;37,38,14;, 3;38,37,39;, 3;38,40,41;, 3;40,38,39;, 3;41,42,43;, 3;42,41,40;, 3;44,45,46;, 3;46,45,2;, 3;33,10,7;, 3;47,4,48;, 3;4,47,49;, 3;48,6,50;, 3;6,48,4;, 3;51,0,52;, 3;0,51,1;, 3;24,50,22;, 3;50,24,48;, 3;53,6,54;, 3;54,3,52;, 3;52,5,51;, 3;5,52,3;, 3;55,49,47;, 3;49,55,56;, 3;24,47,48;, 3;6,53,50;, 3;50,53,22;, 3;47,24,26;, 3;56,57,58;, 3;57,56,55;, 3;47,26,55;, 3;3,54,6;, 3;2,1,46;, 3;27,23,36;, 3;36,25,37;, 3;25,36,23;, 3;35,27,36;, 3;27,35,57;, 3;55,27,57;, 3;27,55,26;, 3;59,60,61;, 3;62,63,64;, 3;63,62,65;, 3;66,67,68;, 3;67,66,69;, 3;70,71,72;, 3;71,70,73;, 3;74,75,76;, 3;75,74,77;, 3;75,78,79;, 3;78,75,77;, 3;76,71,74;, 3;71,76,80;, 3;81,82,83;, 3;82,81,84;, 3;82,85,86;, 3;85,82,84;, 3;69,66,87;, 3;71,73,74;, 3;72,71,88;, 3;88,71,80;, 3;87,89,69;, 3;73,31,32;, 3;31,73,70;, 3;90,68,91;, 3;35,70,92;, 3;70,35,31;, 3;92,72,93;, 3;72,92,70;, 3;93,94,95;, 3;94,93,72;, 3;94,96,95;, 3;96,94,97;, 3;97,98,96;, 3;98,97,99;, 3;100,101,102;, 3;101,60,102;, 3;90,66,68;, 3;103,63,104;, 3;63,103,105;, 3;105,64,63;, 3;64,105,106;, 3;107,59,61;, 3;59,107,108;, 3;84,106,105;, 3;106,84,81;, 3;109,110,64;, 3;110,108,62;, 3;108,65,62;, 3;65,108,107;, 3;111,104,112;, 3;104,111,103;, 3;84,105,103;, 3;64,106,109;, 3;106,81,109;, 3;103,85,84;, 3;112,57,111;, 3;57,112,58;, 3;103,111,85;, 3;62,64,110;, 3;60,101,61;, 3;86,92,82;, 3;92,83,82;, 3;83,92,93;, 3;35,92,86;, 3;86,57,35;, 3;111,86,85;, 3;86,111,57;, 3;113,114,115;, 3;114,113,116;, 3;117,115,118;, 3;115,117,113;, 3;118,119,117;, 3;120,121,122;, 3;121,120,123;, 3;124,123,120;, 3;123,124,125;, 3;126,124,127;, 3;127,124,128;, 3;124,126,125;, 3;120,128,124;, 3;128,120,129;, 3;122,129,120;, 3;129,122,130;, 3;126,118,125;, 3;118,126,119;, 3;123,118,115;, 3;118,123,125;, 3;121,115,114;, 3;115,121,123;, 3;131,132,133;, 3;132,131,134;, 3;133,135,136;, 3;135,133,132;, 3;136,137,138;, 3;137,136,135;, 3;139,140,141;, 3;140,139,142;, 3;141,143,144;, 3;143,141,140;, 3;144,145,146;, 3;145,144,143;, 3;146,147,148;, 3;147,146,145;, 3;149,150,151;, 3;150,149,152;, 3;151,153,154;, 3;153,151,150;, 3;154,155,156;, 3;155,154,153;, 3;156,157,158;, 3;157,156,155;, 3;159,160,161;, 3;160,159,162;, 3;161,163,164;, 3;163,161,160;, 3;164,165,166;, 3;165,164,163;, 3;166,167,168;, 3;167,166,165;, 3;168,169,170;, 3;169,168,167;, 3;170,171,172;, 3;171,170,169;, 3;172,173,174;, 3;173,172,171;, 3;174,175,176;, 3;175,174,173;, 3;177,178,179;, 3;178,177,180;, 3;179,181,182;, 3;181,179,178;, 3;182,183,184;, 3;183,182,181;, 3;185,186,187;, 3;186,185,188;, 3;187,189,190;, 3;189,187,186;, 3;190,191,192;, 3;191,190,189;, 3;193,194,195;, 3;194,193,196;, 3;195,197,198;, 3;197,195,194;, 3;198,199,200;, 3;199,198,197;, 3;200,201,202;, 3;201,200,199;, 3;202,134,131;, 3;134,202,201;, 3;203,204,205;, 3;204,203,206;, 3;207,208,209;, 3;208,207,210;, 3;211,212,213;, 3;212,211,214;, 3;215,216,217;, 3;216,215,218;, 3;219,220,221;, 3;220,219,222;, 3;223,224,225;, 3;224,223,226;, 3;227,228,229;, 3;228,227,230;, 3;231,232,233;, 3;232,231,234;, 3;235,236,237;, 3;236,235,238;, 3;239,240,241;, 3;240,239,242;, 3;243,244,245;, 3;244,243,246;, 3;247,248,249;, 3;248,247,250;, 3;251,252,253;, 3;252,251,254;, 3;255,256,257;, 3;256,255,258;, 3;259,260,261;, 3;260,259,262;, 3;263,264,265;, 3;264,263,266;, 3;267,268,269;, 3;268,267,270;, 3;269,271,272;, 3;271,269,268;, 3;272,273,274;, 3;273,272,271;, 3;274,275,276;, 3;275,274,273;, 3;277,278,279;, 3;278,277,280;, 3;279,281,282;, 3;281,279,278;, 3;282,283,284;, 3;283,282,281;, 3;285,286,287;, 3;286,285,288;, 3;287,289,290;, 3;289,287,286;, 3;290,291,292;, 3;291,290,289;, 3;293,294,295;, 3;294,293,296;, 3;295,297,298;, 3;297,295,294;, 3;298,299,300;, 3;299,298,297;, 3;300,301,302;, 3;301,300,299;, 3;302,303,304;, 3;303,302,301;, 3;305,306,307;, 3;306,305,308;, 3;309,310,311;, 3;310,309,312;, 3;311,313,314;, 3;313,311,310;, 3;314,315,316;, 3;315,314,313;, 3;315,317,316;, 3;317,315,318;, 3;319,320,321;, 3;320,319,322;, 3;323,270,267;, 3;270,323,324;, 3;325,326,327;, 3;326,325,328;, 3;329,330,331;, 3;330,329,332;, 3;333,334,335;, 3;334,333,336;, 3;337,338,339;, 3;338,337,340;, 3;341,342,343;, 3;342,341,344;, 3;345,346,347;, 3;346,345,348;, 3;63,349,104;, 3;349,63,65;, 3;104,350,112;, 3;350,104,349;, 3;112,351,58;, 3;351,112,350;, 3;58,352,56;, 3;352,58,351;, 3;56,353,49;, 3;353,56,352;, 3;49,5,4;, 3;5,49,353;, 3;354,355,356;, 3;355,354,357;, 3;358,359,360;, 3;359,358,361;, 3;362,363,364;, 3;363,362,365;, 3;366,367,368;, 3;367,366,369;, 3;370,371,372;, 3;371,370,373;, 3;374,375,376;, 3;375,374,377;, 3;65,378,349;, 3;378,65,107;, 3;349,379,350;, 3;379,349,378;, 3;350,380,351;, 3;380,350,379;, 3;351,381,352;, 3;381,351,380;, 3;352,382,353;, 3;382,352,381;, 3;353,51,5;, 3;51,353,382;, 3;383,384,385;, 3;384,383,386;, 3;387,388,389;, 3;388,387,390;, 3;388,391,392;, 3;391,388,390;, 3;389,384,387;, 3;384,389,393;, 3;384,386,387;, 3;385,384,394;, 3;394,384,393;, 3;386,395,396;, 3;395,386,383;, 3;397,398,399;, 3;398,397,400;, 3;401,402,403;, 3;402,401,404;, 3;402,405,403;, 3;405,402,406;, 3;404,398,407;, 3;398,404,401;, 3;398,401,399;, 3;400,408,398;, 3;408,407,398;, 3;399,395,397;, 3;395,399,396;, 3;409,410,411;, 3;410,409,412;, 3;413,412,409;, 3;412,413,414;, 3;414,413,415;, 3;416,417,418;, 3;417,416,419;, 3;420,418,421;, 3;418,420,416;, 3;422,423,420;, 3;423,424,420;, 3;420,421,422;, 3;416,424,425;, 3;424,416,420;, 3;419,425,426;, 3;425,419,416;, 3;422,421,414;, 3;414,415,422;, 3;418,414,421;, 3;414,418,412;, 3;417,412,418;, 3;412,417,410;, 3;427,428,429;, 3;428,427,430;, 3;431,432,433;, 3;432,431,434;, 3;433,435,193;, 3;435,433,432;, 3;436,429,428;, 3;429,436,437;, 3;438,439,440;, 3;439,438,441;, 3;431,442,434;, 3;442,431,443;, 3;443,444,442;, 3;444,443,176;, 3;445,441,446;, 3;441,445,439;; } MeshMaterialList { 1; 406; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; { _09_-_Default } } MeshTextureCoords c1 { 447; 0.605469;0.316406;, 0.554688;0.316406;, 0.605469;0.300781;, 0.588825;0.366323;, 0.558960;0.387956;, 0.554688;0.367188;, 0.582702;0.393838;, 0.753906;0.253906;, 0.718750;0.285156;, 0.703125;0.265625;, 0.761719;0.285156;, 0.566936;0.527625;, 0.575741;0.570488;, 0.538448;0.574256;, 0.590136;0.527914;, 0.570731;0.614248;, 0.621475;0.711304;, 0.582031;0.710938;, 0.614981;0.613844;, 0.589844;0.781250;, 0.632813;0.781250;, 0.609375;0.578125;, 0.598990;0.433920;, 0.552789;0.445853;, 0.553619;0.440935;, 0.595351;0.446960;, 0.521327;0.436501;, 0.521517;0.440953;, 0.730469;0.234375;, 0.605469;0.558594;, 0.678322;0.235135;, 0.500000;0.531250;, 0.500020;0.577425;, 0.792969;0.257813;, 0.792969;0.285156;, 0.499386;0.491544;, 0.551796;0.489905;, 0.582505;0.490735;, 0.648438;0.519531;, 0.648438;0.503906;, 0.738281;0.503906;, 0.738281;0.519531;, 0.792969;0.503906;, 0.792969;0.523438;, 0.554688;0.285156;, 0.585323;0.256059;, 0.554688;0.300781;, 0.518633;0.419471;, 0.559431;0.417882;, 0.523869;0.389885;, 0.579576;0.417648;, 0.554688;0.343750;, 0.605469;0.339844;, 0.601078;0.396968;, 0.601797;0.382333;, 0.508277;0.422408;, 0.513515;0.390336;, 0.500020;0.430010;, 0.500270;0.391172;, 0.398438;0.320313;, 0.398438;0.300781;, 0.445313;0.312500;, 0.411215;0.366323;, 0.441251;0.387882;, 0.417337;0.393838;, 0.446641;0.364957;, 0.246094;0.246094;, 0.277344;0.281250;, 0.250000;0.289063;, 0.300781;0.269531;, 0.439564;0.527852;, 0.424299;0.570488;, 0.412809;0.527914;, 0.461591;0.574256;, 0.429309;0.614248;, 0.378564;0.711304;, 0.382813;0.613281;, 0.417969;0.710938;, 0.402344;0.781250;, 0.367188;0.781250;, 0.386719;0.578125;, 0.401049;0.433920;, 0.447251;0.445853;, 0.404689;0.446960;, 0.446421;0.440935;, 0.478713;0.436501;, 0.478523;0.440953;, 0.265625;0.234375;, 0.394531;0.554688;, 0.315220;0.238553;, 0.203125;0.257813;, 0.203125;0.289063;, 0.449591;0.491076;, 0.410156;0.492188;, 0.355469;0.527344;, 0.351563;0.503906;, 0.261719;0.503906;, 0.261719;0.523438;, 0.207031;0.503906;, 0.207031;0.523438;, 0.449219;0.289063;, 0.445313;0.300781;, 0.414439;0.271457;, 0.481407;0.419471;, 0.476171;0.389885;, 0.440608;0.417882;, 0.420464;0.417648;, 0.445313;0.343750;, 0.398438;0.339844;, 0.398961;0.396968;, 0.398243;0.382333;, 0.491763;0.422408;, 0.486751;0.390367;, 0.183316;0.734631;, 0.148438;0.796875;, 0.132813;0.738281;, 0.191406;0.796875;, 0.170994;0.676408;, 0.124278;0.685754;, 0.153175;0.639822;, 0.093750;0.738281;, 0.113281;0.796875;, 0.078125;0.796875;, 0.113281;0.738281;, 0.102254;0.685583;, 0.113693;0.687840;, 0.113693;0.639822;, 0.074210;0.639822;, 0.056392;0.676408;, 0.043218;0.734647;, 0.035156;0.796875;, 0.605469;0.339844;, 0.605469;0.316406;, 0.605469;0.316406;, 0.605469;0.339844;, 0.605469;0.300781;, 0.605469;0.300781;, 0.585323;0.256059;, 0.585938;0.253906;, 0.679688;0.238281;, 0.703125;0.265625;, 0.703125;0.265625;, 0.678322;0.235135;, 0.718750;0.285156;, 0.718750;0.285156;, 0.761719;0.285156;, 0.761719;0.285156;, 0.792969;0.285156;, 0.792969;0.285156;, 0.203125;0.289063;, 0.250000;0.289063;, 0.250000;0.289063;, 0.203125;0.289063;, 0.277344;0.281250;, 0.277344;0.281250;, 0.300781;0.269531;, 0.300781;0.269531;, 0.315220;0.238553;, 0.320313;0.242188;, 0.414063;0.269531;, 0.398438;0.300781;, 0.398438;0.300781;, 0.414439;0.271457;, 0.398438;0.320313;, 0.398438;0.320313;, 0.398438;0.339844;, 0.398438;0.339844;, 0.398243;0.382333;, 0.398243;0.382333;, 0.398961;0.396968;, 0.398961;0.396968;, 0.401049;0.433920;, 0.401049;0.433920;, 0.404689;0.446960;, 0.404689;0.446960;, 0.410156;0.492188;, 0.410156;0.492188;, 0.410156;0.492188;, 0.351563;0.503906;, 0.351563;0.503906;, 0.410156;0.492188;, 0.261719;0.503906;, 0.265625;0.503906;, 0.207031;0.503906;, 0.207031;0.507813;, 0.792969;0.503906;, 0.738281;0.503906;, 0.742188;0.503906;, 0.792969;0.503906;, 0.648438;0.503906;, 0.656250;0.503906;, 0.582505;0.490735;, 0.582505;0.490735;, 0.582505;0.490735;, 0.595351;0.446960;, 0.595351;0.446960;, 0.582505;0.490735;, 0.598990;0.433920;, 0.598990;0.433920;, 0.601078;0.396968;, 0.601078;0.396968;, 0.601797;0.382333;, 0.601797;0.382333;, 0.792969;0.257813;, 0.753906;0.253906;, 0.753906;0.253906;, 0.792969;0.257813;, 0.753906;0.253906;, 0.730469;0.234375;, 0.730469;0.234375;, 0.753906;0.253906;, 0.554688;0.285156;, 0.554688;0.300781;, 0.554688;0.296875;, 0.554688;0.285156;, 0.554688;0.296875;, 0.554688;0.316406;, 0.554688;0.316406;, 0.554688;0.300781;, 0.554688;0.316406;, 0.554688;0.343750;, 0.554688;0.343750;, 0.554688;0.316406;, 0.554688;0.343750;, 0.522752;0.343716;, 0.522752;0.343716;, 0.554688;0.343750;, 0.522752;0.343716;, 0.513945;0.344298;, 0.513799;0.344580;, 0.522752;0.343716;, 0.513799;0.344580;, 0.499176;0.345134;, 0.499176;0.345134;, 0.513945;0.344298;, 0.499176;0.345134;, 0.488311;0.344329;, 0.487670;0.344405;, 0.499176;0.345134;, 0.487670;0.344405;, 0.478765;0.343966;, 0.478765;0.343966;, 0.488311;0.344329;, 0.478765;0.343966;, 0.445313;0.343750;, 0.445313;0.343750;, 0.478765;0.343966;, 0.445313;0.343750;, 0.445313;0.312500;, 0.445313;0.312500;, 0.445313;0.343750;, 0.445313;0.312500;, 0.445313;0.300781;, 0.445313;0.300781;, 0.445313;0.312500;, 0.445313;0.300781;, 0.449219;0.289063;, 0.449219;0.289063;, 0.445313;0.300781;, 0.269531;0.234375;, 0.246094;0.246094;, 0.246094;0.246094;, 0.265625;0.234375;, 0.246094;0.246094;, 0.203125;0.257813;, 0.203125;0.257813;, 0.246094;0.246094;, 0.621475;0.711304;, 0.614981;0.613844;, 0.614981;0.613844;, 0.621475;0.711304;, 0.609375;0.578125;, 0.609375;0.578125;, 0.605469;0.558594;, 0.605469;0.558594;, 0.590136;0.527914;, 0.590136;0.527914;, 0.590136;0.527914;, 0.648438;0.519531;, 0.648438;0.523438;, 0.590136;0.527914;, 0.738281;0.519531;, 0.734375;0.519531;, 0.792969;0.523438;, 0.792969;0.523438;, 0.207031;0.523438;, 0.261719;0.523438;, 0.261719;0.523438;, 0.207031;0.523438;, 0.355469;0.527344;, 0.351563;0.523438;, 0.412809;0.527914;, 0.412809;0.527914;, 0.412809;0.527914;, 0.394531;0.554688;, 0.394531;0.554688;, 0.412809;0.527914;, 0.386719;0.578125;, 0.386719;0.578125;, 0.382813;0.613281;, 0.382813;0.613281;, 0.378564;0.711304;, 0.378564;0.711304;, 0.367188;0.781250;, 0.367188;0.781250;, 0.367188;0.781250;, 0.402344;0.781250;, 0.402344;0.781250;, 0.367188;0.781250;, 0.078125;0.796875;, 0.078125;0.796875;, 0.113281;0.796875;, 0.035156;0.796875;, 0.113281;0.796875;, 0.113281;0.796875;, 0.148438;0.796875;, 0.191406;0.796875;, 0.148438;0.796875;, 0.191406;0.796875;, 0.589844;0.781250;, 0.632813;0.781250;, 0.632813;0.781250;, 0.589844;0.781250;, 0.632813;0.781250;, 0.632813;0.781250;, 0.554688;0.367188;, 0.523292;0.365614;, 0.523292;0.365614;, 0.554688;0.367188;, 0.523292;0.365614;, 0.514161;0.366478;, 0.514161;0.366478;, 0.523292;0.365614;, 0.514161;0.366478;, 0.500521;0.367033;, 0.500521;0.367033;, 0.514161;0.366478;, 0.500521;0.367033;, 0.487512;0.366304;, 0.487512;0.366304;, 0.500521;0.367033;, 0.487512;0.366304;, 0.478430;0.365865;, 0.478430;0.365865;, 0.487512;0.366304;, 0.478430;0.365865;, 0.446641;0.364957;, 0.446641;0.364957;, 0.478430;0.365865;, 0.478430;0.365865;, 0.488166;0.366228;, 0.500521;0.367033;, 0.514310;0.366197;, 0.523292;0.365614;, 0.554688;0.367188;, 0.522752;0.343716;, 0.523292;0.365614;, 0.554688;0.343750;, 0.523292;0.365614;, 0.513799;0.344580;, 0.514161;0.366478;, 0.522752;0.343716;, 0.514161;0.366478;, 0.499176;0.345134;, 0.500521;0.367033;, 0.513799;0.344580;, 0.500521;0.367033;, 0.487670;0.344405;, 0.487512;0.366304;, 0.499176;0.345134;, 0.487512;0.366304;, 0.478765;0.343966;, 0.478430;0.365865;, 0.487670;0.344405;, 0.478430;0.365865;, 0.445313;0.343750;, 0.446641;0.364957;, 0.478765;0.343966;, 0.478765;0.343966;, 0.488311;0.344329;, 0.499176;0.345134;, 0.513945;0.344298;, 0.522752;0.343716;, 0.566406;0.531250;, 0.575741;0.570488;, 0.590136;0.527914;, 0.538448;0.574256;, 0.570731;0.614248;, 0.621475;0.711304;, 0.614981;0.613844;, 0.582031;0.710938;, 0.589844;0.781250;, 0.632813;0.781250;, 0.609375;0.578125;, 0.605469;0.558594;, 0.500000;0.531250;, 0.500020;0.577425;, 0.440235;0.531250;, 0.424299;0.570488;, 0.461591;0.574256;, 0.412809;0.527914;, 0.429309;0.614248;, 0.378564;0.711304;, 0.417969;0.710938;, 0.382813;0.613281;, 0.402344;0.781250;, 0.367188;0.781250;, 0.386719;0.578125;, 0.394531;0.554688;, 0.183316;0.734631;, 0.148438;0.796875;, 0.191406;0.796875;, 0.132813;0.738281;, 0.170994;0.676408;, 0.124278;0.685754;, 0.153175;0.639822;, 0.093750;0.738281;, 0.113281;0.796875;, 0.113281;0.738281;, 0.078125;0.796875;, 0.102254;0.685583;, 0.113693;0.687840;, 0.113693;0.639822;, 0.074210;0.639822;, 0.056392;0.676408;, 0.043218;0.734647;, 0.035156;0.796875;, 0.598990;0.433920;, 0.552789;0.445853;, 0.595351;0.446960;, 0.553619;0.440935;, 0.499386;0.491544;, 0.566406;0.531250;, 0.551796;0.489905;, 0.500000;0.531250;, 0.590136;0.527914;, 0.551796;0.489905;, 0.582505;0.490735;, 0.401049;0.433920;, 0.447251;0.445853;, 0.446421;0.440935;, 0.404689;0.446960;, 0.440235;0.531250;, 0.449591;0.491076;, 0.412809;0.527914;, 0.449591;0.491076;, 0.410156;0.492188;; } XSkinMeshHeader { 6; 7; 15; } SkinWeights { "Bip01_Pelvis"; 151; 11, 12, 13, 14, 15, 17, 18, 21, 29, 31, 32, 35, 36, 37, 38, 39, 40, 41, 42, 43, 70, 71, 72, 73, 74, 76, 77, 80, 88, 92, 93, 94, 95, 96, 97, 98, 99, 113, 115, 117, 118, 119, 120, 123, 124, 125, 126, 127, 128, 129, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 196, 267, 268, 269, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 302, 383, 384, 385, 386, 387, 388, 389, 390, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 407, 408, 409, 412, 413, 414, 415, 416, 418, 420, 421, 422, 423, 424, 425, 431, 432, 433, 434, 435, 436, 437, 442, 443, 444, 445, 446; 0.539896, 0.696185, 0.999639, 0.410938, 0.121321, 0.000002, 0.470779, 0.757789, 0.764171, 0.539839, 0.999995, 0.000146, 0.002000, 0.042596, 0.270973, 0.106204, 0.066663, 0.301969, 0.008286, 0.082784, 0.539896, 0.696185, 0.410938, 0.999639, 0.121321, 0.470779, 0.000002, 0.757789, 0.764171, 0.002000, 0.042596, 0.270973, 0.106204, 0.066663, 0.301969, 0.008286, 0.082784, 0.000002, 0.000000, 0.121321, 0.018068, 0.999639, 0.000000, 0.000000, 0.018068, 0.010383, 0.999995, 0.999639, 0.121321, 0.000002, 0.042596, 0.009896, 0.009896, 0.106204, 0.027378, 0.042596, 0.066663, 0.034471, 0.008286, 0.001784, 0.001784, 0.066663, 0.034471, 0.008286, 0.106204, 0.027378, 0.042596, 0.009896, 0.009896, 0.042596, 0.000000, 0.470779, 0.476068, 0.757789, 0.781347, 0.764171, 0.798298, 0.410938, 0.400273, 0.400273, 0.270973, 0.212617, 0.410938, 0.301969, 0.164823, 0.082784, 0.087443, 0.087443, 0.301969, 0.164823, 0.082784, 0.270973, 0.212617, 0.410938, 0.410189, 0.410189, 0.764171, 0.791412, 0.410938, 0.757789, 0.781347, 0.470779, 0.476068, 0.000000, 0.446088, 0.751606, 0.400273, 0.724444, 0.368865, 0.000000, 0.476068, 0.000001, 0.781347, 0.798298, 0.410206, 0.301540, 0.446088, 0.751606, 0.724444, 0.410189, 0.368865, 0.000000, 0.000001, 0.476068, 0.781347, 0.791412, 0.000001, 0.000001, 0.368865, 0.215322, 0.724444, 0.000001, 0.000000, 0.215322, 0.196499, 0.301540, 0.724444, 0.368865, 0.000001, 0.095056, 0.446088, 0.015311, 0.410206, 0.400273, 0.015311, 0.009896, 0.446088, 0.015308, 0.410189, 0.015308, 0.009896; -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.012205,1.000000;; } SkinWeights { "Bip01_Spine1"; 305; 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 22, 23, 24, 25, 26, 27, 28, 30, 31, 33, 34, 35, 36, 37, 39, 40, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 81, 82, 83, 84, 85, 86, 87, 89, 90, 91, 92, 93, 95, 96, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 283, 284, 285, 288, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 395, 397, 427, 428, 429, 430, 431, 432, 433, 434, 436, 437, 438, 439, 440, 441, 442, 443, 445, 446; 0.619350, 0.795790, 0.289749, 1.000000, 1.000000, 1.000000, 1.000000, 0.999986, 0.348024, 0.289102, 0.732285, 0.000000, 1.000000, 1.000000, 1.000000, 0.707893, 1.000000, 1.000000, 0.990702, 0.246064, 0.000090, 0.999942, 0.911376, 0.299919, 0.298889, 0.268053, 0.140694, 0.100010, 0.275142, 0.051647, 0.990702, 0.246064, 0.588325, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 0.996158, 1.000000, 0.619350, 0.289749, 0.795790, 1.000000, 1.000000, 1.000000, 1.000000, 0.999986, 0.348024, 0.732285, 0.289102, 0.000000, 1.000000, 1.000000, 0.707893, 1.000000, 1.000000, 1.000000, 0.990702, 0.246064, 0.999942, 0.911376, 0.298889, 0.268053, 0.140694, 0.100010, 0.275142, 0.051647, 0.990702, 0.588325, 0.246064, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 0.999112, 0.619350, 0.614954, 1.000000, 0.289749, 0.289481, 0.246064, 0.246067, 0.246067, 0.289102, 0.288916, 0.246064, 0.348024, 0.525508, 0.732285, 0.734806, 0.911376, 0.902335, 0.902335, 0.732285, 0.734806, 0.911376, 0.348024, 0.525508, 0.289102, 0.288916, 0.246064, 0.246067, 0.246067, 0.289749, 0.289481, 0.246064, 0.619350, 0.614954, 1.000000, 0.999112, 1.000000, 0.999996, 1.000000, 1.000000, 1.000000, 1.000000, 0.707893, 0.706571, 0.268053, 0.292578, 0.292578, 0.140694, 0.258933, 0.268053, 0.100010, 0.196587, 0.275142, 0.294648, 0.294648, 0.100010, 0.196587, 0.275142, 0.140694, 0.258933, 0.268053, 0.292578, 0.292578, 0.707893, 0.706571, 0.268053, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 0.999996, 0.999942, 0.999986, 0.999977, 0.999942, 0.999977, 0.990702, 0.996561, 0.999986, 0.996561, 0.588325, 0.913205, 0.990702, 0.913205, 0.795790, 0.807082, 0.588325, 0.807082, 1.000000, 1.000000, 0.795790, 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.795790, 0.807082, 1.000000, 0.807082, 0.588325, 0.913205, 0.795790, 0.913205, 0.990702, 0.996561, 0.588325, 0.996561, 0.999986, 0.999977, 0.990702, 0.999977, 0.999942, 0.999942, 0.999986, 0.051647, 0.037671, 0.037671, 0.051647, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 0.000000, 0.072095, 0.000000, 1.000000, 0.859513, 0.706571, 0.929936, 0.247188, 0.000000, 0.288624, 0.072095, 0.288624, 0.292578, 1.000000, 0.859497, 0.929936, 0.706571, 0.000000, 0.288626, 0.288626, 0.292578; -0.000000,1.000000,-0.000001,0.000000,0.981764,0.000001,0.190105,0.000000,0.190105,-0.000001,-0.981764,0.000000,-0.654496,-0.000000,-0.107612,1.000000;; } SkinWeights { "Bip01_Spine"; 115; 11, 13, 14, 25, 29, 31, 32, 35, 36, 37, 38, 39, 40, 41, 42, 43, 57, 70, 72, 73, 83, 88, 92, 93, 94, 95, 96, 97, 98, 99, 119, 126, 127, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 383, 385, 386, 394, 395, 396, 397, 399, 400, 408, 414, 415, 420, 421, 422, 423, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 439, 440, 441, 442, 443, 444, 445, 446; 0.460104, 0.000361, 0.589062, 0.292107, 0.219135, 0.460072, 0.000005, 0.699935, 0.699111, 0.689351, 0.729027, 0.753102, 0.833327, 0.698032, 0.716572, 0.865569, 0.003842, 0.460104, 0.589062, 0.000361, 0.292107, 0.219135, 0.699111, 0.689351, 0.729027, 0.753102, 0.833327, 0.698032, 0.716572, 0.865569, 0.000361, 0.000005, 0.000361, 0.292107, 0.293429, 0.689351, 0.697526, 0.697526, 0.753102, 0.713689, 0.689351, 0.833327, 0.768942, 0.716572, 0.703568, 0.703568, 0.833327, 0.768942, 0.716572, 0.753102, 0.713689, 0.689351, 0.697526, 0.697526, 0.292107, 0.293429, 0.689351, 0.219135, 0.201702, 0.589062, 0.599727, 0.599727, 0.729027, 0.787383, 0.589062, 0.698032, 0.835177, 0.865569, 0.874886, 0.874886, 0.698032, 0.835177, 0.865569, 0.729027, 0.787383, 0.589062, 0.589811, 0.589811, 0.219135, 0.206126, 0.589062, 0.553912, 0.599727, 0.000109, 0.201702, 0.517699, 0.000002, 0.553912, 0.000109, 0.589811, 0.206126, 0.000001, 0.000109, 0.000001, 0.000001, 0.000002, 0.000109, 0.140487, 0.293429, 0.070064, 0.657756, 0.553912, 0.696065, 0.517699, 0.599727, 0.696065, 0.697526, 0.140503, 0.070064, 0.293429, 0.553912, 0.696066, 0.589811, 0.696066, 0.697526; -0.000000,1.000000,-0.000001,0.000000,0.998191,0.000000,0.060114,0.000000,0.060114,-0.000001,-0.998191,0.000000,-0.556478,-0.000000,-0.021201,1.000000;; } SkinWeights { "Bip01_Neck"; 6; 33, 90, 203, 206, 264, 265; 0.000012, 0.000012, 0.000012, 0.000012, 0.000012, 0.000012; 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.757289,0.000001,0.235275,1.000000;; } SkinWeights { "Bip01_Head"; 6; 33, 90, 203, 206, 264, 265; 0.000047, 0.000047, 0.000047, 0.000047, 0.000047, 0.000047; 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.030645,1.000000;; } SkinWeights { "Bip01_L_Thigh"; 74; 12, 14, 15, 16, 17, 18, 19, 20, 21, 29, 113, 114, 115, 116, 117, 118, 121, 122, 123, 124, 125, 267, 268, 269, 270, 271, 272, 273, 275, 276, 277, 280, 310, 311, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 396, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 432, 435; 0.303816, 0.000000, 0.878679, 1.000000, 0.999998, 0.529221, 0.481400, 0.497627, 0.242211, 0.016694, 0.999998, 0.640000, 0.480045, 0.481400, 0.878679, 0.287993, 0.048943, 0.000000, 0.170000, 0.093940, 0.139048, 1.000000, 0.529221, 0.523932, 1.000000, 0.242211, 0.218653, 0.016694, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.048943, 0.068955, 0.640000, 0.512106, 0.480543, 0.481400, 0.480543, 0.497627, 0.498088, 0.481400, 0.498088, 0.497627, 0.000000, 0.248394, 0.000000, 0.275447, 0.631135, 1.000000, 0.523932, 0.999999, 0.480543, 0.498088, 0.218653, 0.075685, 0.999999, 0.512106, 0.480543, 0.523240, 0.631135, 0.106928, 0.275447, 0.231720, 0.068955, 0.278661, 0.000000, 0.082482, 0.086921, 0.075685, 0.000000, 0.000000; 0.115781,-0.993257,0.005905,0.000000,-0.991969,-0.115932,-0.050572,0.000000,0.050916,-0.000002,-0.998703,0.000000,0.494046,0.113412,0.037408,1.000000;; } SkinWeights { "Bip01_R_Clavicle"; 49; 34, 59, 60, 61, 66, 67, 68, 69, 87, 89, 91, 100, 101, 102, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 166, 248, 249, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 266; 0.000013, 0.380650, 0.710251, 0.204210, 0.000015, 0.651976, 0.267715, 0.710881, 0.009298, 0.753936, 0.000013, 0.009298, 0.411675, 0.753936, 0.000013, 0.000010, 0.000010, 0.267715, 0.265194, 0.000013, 0.651976, 0.474492, 0.710881, 0.711084, 0.753936, 0.753933, 0.753933, 0.710251, 0.710519, 0.753936, 0.380650, 0.385046, 0.000888, 0.204210, 0.192918, 0.192918, 0.411675, 0.086795, 0.204210, 0.086795, 0.009298, 0.003439, 0.411675, 0.003439, 0.000015, 0.000023, 0.009298, 0.000023, 0.000015; -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.760890,0.108217,1.000000;; } SkinWeights { "Bip01_L_Clavicle"; 49; 0, 1, 2, 7, 8, 9, 10, 28, 30, 34, 44, 45, 46, 91, 131, 132, 133, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 152, 204, 205, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 222; 0.380650, 0.204210, 0.710251, 0.000015, 0.651976, 0.710881, 0.267715, 0.009298, 0.753936, 0.088611, 0.009298, 0.753936, 0.411675, 0.088611, 0.000888, 0.380650, 0.385046, 0.710251, 0.710519, 0.753936, 0.753933, 0.753933, 0.710881, 0.711084, 0.753936, 0.651976, 0.474492, 0.267715, 0.265194, 0.088611, 0.097655, 0.097655, 0.088611, 0.000015, 0.000023, 0.000023, 0.009298, 0.003439, 0.000015, 0.003439, 0.411675, 0.086795, 0.009298, 0.086795, 0.204210, 0.192918, 0.411675, 0.192918, 0.204210; 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.760890,0.108217,1.000000;; } SkinWeights { "Bip01_R_UpperArm"; 4; 69, 155, 166, 168; 0.000018, 0.000018, 0.000000, 0.000004; -0.993964,0.068098,0.086017,0.000000,-0.058860,-0.992654,0.105705,0.000000,0.092583,0.100004,0.990670,0.000000,-0.047078,0.764089,-0.112115,1.000000;; } SkinWeights { "Bip01_L_UpperArm"; 4; 9, 131, 140, 202; 0.000018, 0.000000, 0.000018, 0.000004; 0.993964,0.068098,-0.086020,0.000000,-0.058860,0.992654,0.105705,0.000000,0.092586,-0.100004,0.990670,0.000000,-0.047079,-0.764089,-0.112115,1.000000;; } SkinWeights { "Bip01_L_Calf"; 30; 16, 19, 20, 114, 116, 121, 122, 270, 310, 311, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 390, 391, 392, 409, 410, 411, 417, 419; 0.000000, 0.463229, 0.502373, 0.172754, 0.463229, 0.105112, 0.019763, 0.000000, 0.019763, 0.019108, 0.105112, 0.142966, 0.172754, 0.274563, 0.461439, 0.463229, 0.461439, 0.502373, 0.501912, 0.463229, 0.501912, 0.502373, 0.000000, 0.461439, 0.501912, 0.000000, 0.274563, 0.461439, 0.142966, 0.019108; 0.114860,-0.993257,0.015727,0.000000,-0.984078,-0.115932,-0.134723,0.000000,0.135638,-0.000002,-0.990758,0.000000,0.252437,0.113412,0.059083,1.000000;; } SkinWeights { "Bip01_R_Calf"; 30; 75, 78, 79, 114, 121, 122, 130, 301, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 403, 405, 406, 410, 417, 419, 425, 426; 0.000000, 0.463229, 0.502373, 0.019763, 0.100569, 0.172754, 0.463229, 0.000000, 0.502373, 0.501912, 0.501912, 0.463229, 0.461439, 0.502373, 0.461439, 0.172754, 0.077079, 0.463229, 0.100569, 0.134957, 0.019763, 0.029046, 0.000000, 0.461439, 0.501912, 0.029046, 0.134957, 0.077079, 0.000000, 0.461439; -0.114861,-0.993257,-0.015724,0.000000,-0.984078,0.115932,-0.134723,0.000000,0.135638,-0.000001,-0.990758,0.000000,0.252437,-0.113412,0.059083,1.000000;; } SkinWeights { "Bip01_DressFront"; 26; 114, 115, 118, 120, 121, 122, 123, 124, 125, 310, 311, 313, 314, 315, 316, 396, 410, 412, 414, 416, 417, 418, 419, 420, 421, 422; 0.046361, 0.519955, 0.600000, 0.519955, 0.320000, 0.046361, 0.660000, 0.600000, 0.600000, 0.046361, 0.065517, 0.320000, 0.200000, 0.046361, 0.000000, 0.529873, 0.000000, 0.245039, 0.595267, 0.245039, 0.200000, 0.450025, 0.065517, 0.595267, 0.609436, 0.529873; -0.000000,1.000000,-0.000004,0.000000,-0.998672,0.000000,0.051517,0.000000,0.051517,0.000004,0.998672,0.000000,0.463015,-0.001399,0.025063,1.000000;; } SkinWeights { "Bip01_DressFront02"; 28; 19, 78, 114, 116, 121, 122, 130, 306, 307, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 322, 391, 405, 410, 411, 417, 419, 426; 0.055372, 0.055372, 0.121123, 0.055372, 0.278122, 0.121123, 0.055372, 0.055372, 0.058018, 0.058018, 0.121123, 0.104296, 0.055372, 0.278122, 0.374972, 0.121123, 0.184286, 0.058018, 0.055372, 0.058018, 0.055372, 0.058018, 0.058018, 0.184286, 0.058018, 0.374972, 0.104296, 0.058018; -0.000000,1.000000,-0.000004,0.000000,-0.998672,0.000000,0.051517,0.000000,0.051517,0.000004,0.998672,0.000000,0.279690,-0.001399,0.025194,1.000000;; } SkinWeights { "Bip01_R_Thigh"; 76; 71, 72, 74, 75, 76, 77, 78, 79, 80, 88, 114, 118, 120, 121, 122, 123, 124, 125, 128, 129, 130, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 410, 412, 414, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 442, 444; 0.303816, 0.000000, 0.878679, 1.000000, 0.529221, 0.999998, 0.481400, 0.497627, 0.242211, 0.016694, 0.000000, 0.093940, 0.480045, 0.147254, 0.640000, 0.170000, 0.287993, 0.250569, 0.878679, 0.999998, 0.481400, 0.000000, 0.000000, 0.000000, 0.016694, 0.002462, 0.000000, 0.242211, 0.218653, 0.529221, 0.523932, 1.000000, 1.000000, 0.497627, 0.498088, 0.498088, 0.481400, 0.480543, 0.497627, 0.480543, 0.640000, 0.734000, 0.481400, 0.147254, 0.078151, 0.000000, 0.000000, 0.092901, 0.000000, 0.248394, 0.275447, 0.000000, 0.631135, 1.000000, 0.999999, 0.523932, 0.480543, 0.498088, 0.218653, 0.002462, 0.000000, 0.231720, 0.082482, 0.523240, 0.078151, 0.271314, 0.734000, 0.106928, 0.107144, 0.092901, 0.275447, 0.631135, 0.999999, 0.480543, 0.000000, 0.000000; -0.115782,-0.993257,-0.005902,0.000000,-0.991969,0.115932,-0.050572,0.000000,0.050915,-0.000001,-0.998703,0.000000,0.494046,-0.113412,0.037408,1.000000;; } } } AnimTicksPerSecond { 4800; } AnimationSet Bob_Walk { Animation { { Dummy01 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.707107,0.707107,0.000000,0.000000;;, 3200;4;0.707107,0.707107,0.000000,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.000000,0.000000,0.000000;;, 3200;3;0.000000,0.000000,0.000000;;; } } Animation { { Bip01 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.515802,-0.436315,-0.562899,-0.476154;;, 160;4;0.517441,-0.437578,-0.561533,-0.474828;;, 320;4;0.521626,-0.440871,-0.557927,-0.471441;;, 480;4;0.527247,-0.445573,-0.552691,-0.466912;;, 640;4;0.533452,-0.451064,-0.546445,-0.461918;;, 800;4;0.539863,-0.456672,-0.539862,-0.456671;;, 960;4;0.546445,-0.461919,-0.533451,-0.451064;;, 1120;4;0.552691,-0.466914,-0.527246,-0.445574;;, 1280;4;0.557926,-0.471443,-0.521624,-0.440872;;, 1440;4;0.561532,-0.474830,-0.517438,-0.437580;;, 1600;4;0.562897,-0.476157,-0.515800,-0.436316;;, 1760;4;0.561532,-0.474830,-0.517438,-0.437580;;, 1920;4;0.557926,-0.471443,-0.521624,-0.440872;;, 2080;4;0.552691,-0.466914,-0.527246,-0.445574;;, 2240;4;0.546445,-0.461919,-0.533451,-0.451064;;, 2400;4;0.539863,-0.456672,-0.539862,-0.456671;;, 2560;4;0.533452,-0.451064,-0.546445,-0.461918;;, 2720;4;0.527247,-0.445573,-0.552691,-0.466912;;, 2880;4;0.521626,-0.440871,-0.557927,-0.471441;;, 3040;4;0.517441,-0.437578,-0.561533,-0.474828;;, 3200;4;0.515802,-0.436315,-0.562899,-0.476154;;; } AnimationKey T { 2; 21; 0;3;-0.010000,-0.012284,0.490453;;, 160;3;-0.010708,-0.012284,0.491858;;, 320;3;-0.010749,-0.012284,0.495223;;, 480;3;-0.010016,-0.012284,0.499328;;, 640;3;-0.008388,-0.012284,0.502988;;, 800;3;-0.005725,-0.012284,0.504988;;, 960;3;-0.002280,-0.012284,0.504002;;, 1120;3;0.001356,-0.012284,0.500588;;, 1280;3;0.004842,-0.012284,0.496226;;, 1440;3;0.007841,-0.012284,0.492357;;, 1600;3;0.010000,-0.012284,0.490453;;, 1760;3;0.011004,-0.012284,0.491604;;, 1920;3;0.010933,-0.012284,0.494934;;, 2080;3;0.009946,-0.012284,0.499131;;, 2240;3;0.008187,-0.012284,0.502917;;, 2400;3;0.005782,-0.012284,0.504988;;, 2560;3;0.002869,-0.012284,0.503948;;, 2720;3;-0.000359,-0.012284,0.500406;;, 2880;3;-0.003707,-0.012284,0.495943;;, 3040;3;-0.006986,-0.012284,0.492100;;, 3200;3;-0.010000,-0.012284,0.490453;;; } } Animation { { Bip01_Pelvis } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.500001,-0.499999,-0.500000,-0.500000;;, 160;4;0.502878,-0.497105,-0.502877,-0.497106;;, 320;4;0.506123,-0.493801,-0.506123,-0.493802;;, 480;4;0.509152,-0.490677,-0.509152,-0.490678;;, 640;4;0.511400,-0.488334,-0.511399,-0.488335;;, 800;4;0.512285,-0.487405,-0.512285,-0.487406;;, 960;4;0.511605,-0.488119,-0.511605,-0.488120;;, 1120;4;0.509768,-0.490038,-0.509767,-0.490039;;, 1280;4;0.507050,-0.492849,-0.507049,-0.492850;;, 1440;4;0.503710,-0.496263,-0.503709,-0.496263;;, 1600;4;0.500001,-0.499999,-0.500000,-0.500000;;, 1760;4;0.496198,-0.503773,-0.496197,-0.503774;;, 1920;4;0.492628,-0.507265,-0.492627,-0.507266;;, 2080;4;0.489628,-0.510161,-0.489627,-0.510162;;, 2240;4;0.487550,-0.512148,-0.487549,-0.512149;;, 2400;4;0.486768,-0.512891,-0.486767,-0.512892;;, 2560;4;0.487745,-0.511962,-0.487744,-0.511963;;, 2720;4;0.490207,-0.509605,-0.490207,-0.509605;;, 2880;4;0.493490,-0.506426,-0.493489,-0.506427;;, 3040;4;0.496961,-0.503020,-0.496961,-0.503021;;, 3200;4;0.500001,-0.499999,-0.500000,-0.500000;;; } AnimationKey T { 2; 2; 0;3;0.000000,0.000000,0.000000;;, 3200;3;0.000000,0.000000,0.000000;;; } } Animation { { Bip01_Spine } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.996164,-0.000002,-0.087504,-0.000001;;, 160;4;0.996148,0.000503,-0.087503,-0.005750;;, 320;4;0.996089,0.001076,-0.087498,-0.012274;;, 480;4;0.995994,0.001615,-0.087489,-0.018403;;, 640;4;0.995899,0.002016,-0.087481,-0.022976;;, 800;4;0.995856,0.002175,-0.087477,-0.024784;;, 960;4;0.995889,0.002053,-0.087480,-0.023395;;, 1120;4;0.995970,0.001724,-0.087487,-0.019653;;, 1280;4;0.996064,0.001241,-0.087495,-0.014146;;, 1440;4;0.996137,0.000650,-0.087502,-0.007418;;, 1600;4;0.996164,-0.000002,-0.087504,-0.000001;;, 1760;4;0.996136,-0.000665,-0.087502,0.007547;;, 1920;4;0.996058,-0.001283,-0.087495,0.014582;;, 2080;4;0.995954,-0.001799,-0.087486,0.020455;;, 2240;4;0.995863,-0.002155,-0.087478,0.024505;;, 2400;4;0.995824,-0.002288,-0.087474,0.026024;;, 2560;4;0.995872,-0.002121,-0.087479,0.024125;;, 2720;4;0.995977,-0.001699,-0.087488,0.019324;;, 2880;4;0.996081,-0.001134,-0.087497,0.012888;;, 3040;4;0.996146,-0.000532,-0.087503,0.006036;;, 3200;4;0.996164,-0.000002,-0.087504,-0.000001;;; } AnimationKey T { 2; 21; 0;3;0.051619,0.000000,-0.000083;;, 160;3;0.051615,0.000596,-0.000083;;, 320;3;0.051603,0.001272,-0.000083;;, 480;3;0.051583,0.001907,-0.000083;;, 640;3;0.051564,0.002380,-0.000083;;, 800;3;0.051555,0.002568,-0.000083;;, 960;3;0.051562,0.002424,-0.000083;;, 1120;3;0.051578,0.002036,-0.000083;;, 1280;3;0.051598,0.001466,-0.000083;;, 1440;3;0.051613,0.000769,-0.000083;;, 1600;3;0.051619,0.000000,-0.000083;;, 1760;3;0.051613,-0.000782,-0.000083;;, 1920;3;0.051596,-0.001511,-0.000083;;, 2080;3;0.051575,-0.002119,-0.000083;;, 2240;3;0.051556,-0.002539,-0.000083;;, 2400;3;0.051548,-0.002696,-0.000083;;, 2560;3;0.051558,-0.002499,-0.000083;;, 2720;3;0.051580,-0.002002,-0.000083;;, 2880;3;0.051601,-0.001335,-0.000083;;, 3040;3;0.051615,-0.000626,-0.000083;;, 3200;3;0.051619,0.000000,-0.000083;;; } } Animation { { Bip01_Spine1 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.995544,0.088322,0.022149,-0.024497;;, 160;4;0.996188,0.080990,0.022461,-0.023342;;, 320;4;0.997602,0.062049,0.023185,-0.020083;;, 480;4;0.998959,0.035809,0.023963,-0.014989;;, 640;4;0.999646,0.006414,0.024470,-0.008307;;, 800;4;0.999458,-0.021962,0.024504,-0.000285;;, 960;4;0.998626,-0.045736,0.024053,0.008679;;, 1120;4;0.997506,-0.064272,0.023267,0.017588;;, 1280;4;0.996410,-0.077620,0.022385,0.025342;;, 1440;4;0.995604,-0.085742,0.021679,0.030849;;, 1600;4;0.995301,-0.088500,0.021398,0.032959;;, 1760;4;0.995983,-0.081152,0.021844,0.030922;;, 1920;4;0.997476,-0.062171,0.022843,0.025573;;, 2080;4;0.998910,-0.035879,0.023856,0.017983;;, 2240;4;0.999638,-0.006435,0.024464,0.009198;;, 2400;4;0.999458,0.021962,0.024504,0.000284;;, 2560;4;0.998634,0.045715,0.024093,-0.007788;;, 2720;4;0.997554,0.064204,0.023459,-0.014597;;, 2880;4;0.996534,0.077500,0.022812,-0.019859;;, 3040;4;0.995809,0.085581,0.022331,-0.023273;;, 3200;4;0.995544,0.088322,0.022149,-0.024497;;; } AnimationKey T { 2; 21; 0;3;0.106484,-0.000015,-0.000083;;, 160;3;0.106484,-0.000014,-0.000084;;, 320;3;0.106484,-0.000010,-0.000084;;, 480;3;0.106484,-0.000006,-0.000084;;, 640;3;0.106484,-0.000001,-0.000085;;, 800;3;0.106484,0.000004,-0.000085;;, 960;3;0.106484,0.000008,-0.000084;;, 1120;3;0.106484,0.000011,-0.000084;;, 1280;3;0.106484,0.000013,-0.000084;;, 1440;3;0.106484,0.000014,-0.000083;;, 1600;3;0.106484,0.000015,-0.000083;;, 1760;3;0.106484,0.000014,-0.000084;;, 1920;3;0.106484,0.000010,-0.000084;;, 2080;3;0.106484,0.000006,-0.000084;;, 2240;3;0.106484,0.000001,-0.000085;;, 2400;3;0.106484,-0.000004,-0.000085;;, 2560;3;0.106484,-0.000008,-0.000084;;, 2720;3;0.106484,-0.000011,-0.000084;;, 2880;3;0.106484,-0.000013,-0.000084;;, 3040;3;0.106484,-0.000014,-0.000083;;, 3200;3;0.106484,-0.000015,-0.000083;;; } } Animation { { Bip01_Neck } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.991445,0.008393,0.129738,0.011606;;, 160;4;0.991464,0.007504,0.129794,0.009788;;, 320;4;0.991492,0.005405,0.129938,0.005493;;, 480;4;0.991492,0.002912,0.130133,0.000384;;, 640;4;0.991464,0.000816,0.130317,-0.003913;;, 800;4;0.991445,-0.000071,0.130400,-0.005732;;, 960;4;0.991452,-0.001175,0.130310,-0.006349;;, 1120;4;0.991463,-0.003783,0.130101,-0.007806;;, 1280;4;0.991463,-0.006884,0.129858,-0.009535;;, 1440;4;0.991452,-0.009493,0.129659,-0.010988;;, 1600;4;0.991445,-0.010598,0.129577,-0.011603;;, 1760;4;0.991467,-0.009477,0.129647,-0.009786;;, 1920;4;0.991498,-0.006832,0.129827,-0.005492;;, 2080;4;0.991498,-0.003689,0.130070,-0.000385;;, 2240;4;0.991467,-0.001047,0.130298,0.003912;;, 2400;4;0.991445,0.000071,0.130400,0.005731;;, 2560;4;0.991450,0.000944,0.130327,0.006348;;, 2720;4;0.991458,0.003005,0.130158,0.007805;;, 2880;4;0.991458,0.005457,0.129963,0.009536;;, 3040;4;0.991450,0.007520,0.129804,0.010990;;, 3200;4;0.991445,0.008393,0.129738,0.011606;;; } AnimationKey T { 2; 6; 0;3;0.130511,-0.000001,0.004626;;, 1280;3;0.130511,-0.000000,0.004626;;, 1440;3;0.130511,0.000001,0.004626;;, 2720;3;0.130511,0.000001,0.004626;;, 2880;3;0.130511,-0.000000,0.004626;;, 3200;3;0.130511,-0.000000,0.004626;;; } } Animation { { Bip01_Head } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.996236,-0.046621,-0.067022,0.029110;;, 160;4;0.996729,-0.041722,-0.062915,0.028860;;, 320;4;0.997785,-0.029274,-0.053251,0.027049;;, 480;4;0.998800,-0.012491,-0.041840,0.022163;;, 640;4;0.999373,0.005563,-0.032339,0.013297;;, 800;4;0.999358,0.021966,-0.028322,0.000368;;, 960;4;0.998820,0.033781,-0.032221,-0.013356;;, 1120;4;0.997995,0.041034,-0.041642,-0.024260;;, 1280;4;0.997071,0.045035,-0.052966,-0.031861;;, 1440;4;0.996287,0.046794,-0.062550,-0.036196;;, 1600;4;0.995953,0.047182,-0.066624,-0.037580;;, 1760;4;0.996482,0.042193,-0.062578,-0.036444;;, 1920;4;0.997624,0.029560,-0.053046,-0.032538;;, 2080;4;0.998731,0.012612,-0.041759,-0.025156;;, 2240;4;0.999361,-0.005536,-0.032326,-0.014188;;, 2400;4;0.999358,-0.021965,-0.028322,-0.000368;;, 2560;4;0.998831,-0.033754,-0.032266,0.012466;;, 2720;4;0.998061,-0.040913,-0.041803,0.021270;;, 2880;4;0.997229,-0.044749,-0.053250,0.026376;;, 3040;4;0.996532,-0.046323,-0.062920,0.028614;;, 3200;4;0.996236,-0.046621,-0.067022,0.029111;;; } AnimationKey T { 2; 2; 0;3;0.033674,-0.000000,0.000000;;, 3200;3;0.033674,-0.000000,-0.000000;;; } } Animation { { Bip01_L_Clavicle } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.105798,0.621144,0.772772,-0.076234;;, 160;4;0.105024,0.625083,0.769588,-0.077300;;, 320;4;0.103149,0.634649,0.761712,-0.079851;;, 480;4;0.100810,0.646636,0.751542,-0.082966;;, 640;4;0.098649,0.658044,0.741547,-0.085759;;, 800;4;0.097350,0.665979,0.734414,-0.087352;;, 960;4;0.095858,0.672131,0.728803,-0.088862;;, 1120;4;0.093204,0.679139,0.722307,-0.091413;;, 1280;4;0.090245,0.685579,0.716218,-0.094176;;, 1440;4;0.087848,0.690095,0.711875,-0.096368;;, 1600;4;0.086923,0.691304,0.710700,-0.097207;;, 1760;4;0.088109,0.687310,0.714566,-0.096112;;, 1920;4;0.090727,0.679052,0.722416,-0.093665;;, 2080;4;0.093887,0.668554,0.732121,-0.090663;;, 2240;4;0.096777,0.657484,0.742046,-0.087840;;, 2400;4;0.098580,0.647631,0.750645,-0.085961;;, 2560;4;0.099981,0.639318,0.757749,-0.084220;;, 2720;4;0.101852,0.632088,0.763814,-0.081727;;, 2880;4;0.103738,0.626345,0.768550,-0.079128;;, 3040;4;0.105203,0.622533,0.771650,-0.077074;;, 3200;4;0.105798,0.621144,0.772772,-0.076234;;; } AnimationKey T { 2; 21; 0;3;-0.024734,0.015166,0.002017;;, 160;3;-0.024683,0.015254,0.001986;;, 320;3;-0.024560,0.015460,0.001912;;, 480;3;-0.024411,0.015704,0.001824;;, 640;3;-0.024285,0.015908,0.001751;;, 800;3;-0.024231,0.015993,0.001719;;, 960;3;-0.024216,0.016020,0.001678;;, 1120;3;-0.024181,0.016082,0.001579;;, 1280;3;-0.024139,0.016155,0.001462;;, 1440;3;-0.024104,0.016216,0.001363;;, 1600;3;-0.024090,0.016242,0.001321;;, 1760;3;-0.024143,0.016158,0.001369;;, 1920;3;-0.024268,0.015960,0.001480;;, 2080;3;-0.024415,0.015722,0.001612;;, 2240;3;-0.024536,0.015520,0.001724;;, 2400;3;-0.024587,0.015434,0.001771;;, 2560;3;-0.024603,0.015406,0.001797;;, 2720;3;-0.024639,0.015340,0.001857;;, 2880;3;-0.024683,0.015261,0.001930;;, 3040;3;-0.024719,0.015195,0.001991;;, 3200;3;-0.024734,0.015166,0.002017;;; } } Animation { { Bip01_L_UpperArm } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.800653,0.227793,0.158913,0.530859;;, 160;4;0.801540,0.217351,0.147559,0.537139;;, 320;4;0.802811,0.191005,0.122178,0.551438;;, 480;4;0.802620,0.156371,0.095319,0.567682;;, 640;4;0.799306,0.122836,0.077987,0.583044;;, 800;4;0.790720,0.101683,0.079127,0.598466;;, 960;4;0.781070,0.084623,0.079365,0.613571;;, 1120;4;0.776241,0.059219,0.062412,0.624538;;, 1280;4;0.774818,0.031640,0.039349,0.630165;;, 1440;4;0.775215,0.008885,0.019575,0.631331;;, 1600;4;0.776137,-0.001228,0.011584,0.630456;;, 1760;4;0.775971,0.012534,0.020110,0.630323;;, 1920;4;0.775028,0.047294,0.039173,0.628936;;, 2080;4;0.775751,0.089448,0.062404,0.621542;;, 2240;4;0.780953,0.125645,0.081801,0.606329;;, 2400;4;0.792860,0.144296,0.085867,0.585814;;, 2560;4;0.803500,0.158189,0.087431,0.567204;;, 2720;4;0.806779,0.180281,0.104282,0.552931;;, 2880;4;0.805543,0.203164,0.128028,0.541695;;, 3040;4;0.802454,0.220747,0.149503,0.533842;;, 3200;4;0.800653,0.227793,0.158913,0.530859;;; } AnimationKey T { 2; 2; 0;3;0.073469,0.000000,-0.000000;;, 3200;3;0.073469,0.000000,0.000000;;; } } Animation { { Bip01_L_Forearm } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.985885,-0.000000,-0.167423,0.000000;;, 160;4;0.986900,0.000000,-0.161330,0.000000;;, 320;4;0.987527,0.000000,-0.157448,0.000000;;, 480;4;0.987798,0.000000,-0.155738,-0.000000;;, 640;4;0.987725,-0.000000,-0.156203,0.000000;;, 800;4;0.987298,-0.000000,-0.158883,-0.000000;;, 960;4;0.986544,0.000000,-0.163498,0.000000;;, 1120;4;0.985444,0.000000,-0.170000,0.000000;;, 1280;4;0.983881,-0.000000,-0.178824,0.000000;;, 1440;4;0.981700,-0.000000,-0.190436,0.000000;;, 1600;4;0.978688,0.000000,-0.205354,-0.000000;;, 1760;4;0.975029,0.000000,-0.222076,-0.000000;;, 1920;4;0.971375,-0.000000,-0.237551,-0.000000;;, 2080;4;0.968230,0.000000,-0.250063,0.000000;;, 2240;4;0.966179,0.000000,-0.257873,0.000000;;, 2400;4;0.965851,0.000000,-0.259099,-0.000000;;, 2560;4;0.969034,0.000000,-0.246929,-0.000000;;, 2720;4;0.974506,-0.000000,-0.224364,-0.000000;;, 2880;4;0.979593,-0.000000,-0.200993,0.000000;;, 3040;4;0.983390,-0.000000,-0.181505,-0.000000;;, 3200;4;0.985885,-0.000000,-0.167423,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.148340,0.000000,-0.000000;;, 3200;3;0.148340,0.000000,-0.000000;;; } } Animation { { Bip01_L_Hand } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.707388,-0.706825,0.000000,0.000000;;, 160;4;0.707216,-0.706653,0.015633,-0.015620;;, 320;4;0.706910,-0.706348,0.026003,-0.025982;;, 480;4;0.706699,-0.706137,0.031213,-0.031188;;, 640;4;0.706697,-0.706134,0.031268,-0.031243;;, 800;4;0.706908,-0.706345,0.026067,-0.026046;;, 960;4;0.707303,-0.706740,0.010969,-0.010960;;, 1120;4;0.707253,-0.706690,-0.013821,0.013810;;, 1280;4;0.706170,-0.705608,-0.041495,0.041462;;, 1440;4;0.704359,-0.703798,-0.065399,0.065347;;, 1600;4;0.702988,-0.702428,-0.078779,0.078716;;, 1760;4;0.702984,-0.702424,-0.078814,0.078752;;, 1920;4;0.703897,-0.703337,-0.070196,0.070140;;, 2080;4;0.705094,-0.704532,-0.056932,0.056887;;, 2240;4;0.706086,-0.705524,-0.042905,0.042870;;, 2400;4;0.706661,-0.706099,-0.032060,0.032034;;, 2560;4;0.706965,-0.706402,-0.024475,0.024456;;, 2720;4;0.707172,-0.706609,-0.017481,0.017467;;, 2880;4;0.707302,-0.706739,-0.011069,0.011060;;, 3040;4;0.707369,-0.706806,-0.005238,0.005233;;, 3200;4;0.707388,-0.706825,-0.000000,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.131860,-0.000000,0.000000;;, 3200;3;0.131860,0.000000,-0.000000;;; } } Animation { { Bip01_L_Finger0 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000001;;, 3200;3;1.000000,1.000001,1.000001;;; } AnimationKey R { 0; 21; 0;4;0.874368,0.283991,0.331708,0.211657;;, 160;4;0.864888,0.289720,0.355695,0.203744;;, 320;4;0.854497,0.295359,0.379979,0.195481;;, 480;4;0.843559,0.300700,0.403680,0.187161;;, 640;4;0.832531,0.305569,0.425961,0.179102;;, 800;4;0.821952,0.309824,0.446032,0.171637;;, 960;4;0.810581,0.314005,0.466379,0.163862;;, 1120;4;0.798059,0.318198,0.487496,0.155562;;, 1280;4;0.786586,0.321706,0.505799,0.148171;;, 1440;4;0.778671,0.323959,0.517901,0.143179;;, 1600;4;0.776935,0.324436,0.520502,0.142095;;, 1760;4;0.783692,0.322545,0.510272,0.146336;;, 1920;4;0.796975,0.318543,0.489267,0.154856;;, 2080;4;0.812933,0.313171,0.462267,0.165450;;, 2240;4;0.828177,0.307366,0.434366,0.176000;;, 2400;4;0.839995,0.302326,0.411047,0.184523;;, 2560;4;0.848531,0.298341,0.393122,0.190899;;, 2720;4;0.855787,0.294692,0.377067,0.196486;;, 2880;4;0.862244,0.291213,0.362057,0.201605;;, 3040;4;0.868320,0.287717,0.347232,0.206564;;, 3200;4;0.874368,0.283991,0.331708,0.211657;;; } AnimationKey T { 2; 2; 0;3;0.057681,-0.023605,-0.000272;;, 3200;3;0.057681,-0.023605,-0.000272;;; } } Animation { { Bip01_L_Finger1 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.929537,-0.000370,0.368728,0.000147;;, 160;4;0.919015,-0.000366,0.394223,0.000157;;, 320;4;0.907515,-0.000361,0.420020,0.000167;;, 480;4;0.895439,-0.000357,0.445185,0.000177;;, 640;4;0.883288,-0.000352,0.468830,0.000187;;, 800;4;0.871655,-0.000347,0.490120,0.000195;;, 960;4;0.859169,-0.000342,0.511692,0.000204;;, 1120;4;0.845441,-0.000337,0.534069,0.000213;;, 1280;4;0.832880,-0.000332,0.553453,0.000220;;, 1440;4;0.824223,-0.000328,0.566265,0.000225;;, 1600;4;0.822325,-0.000327,0.569018,0.000227;;, 1760;4;0.829714,-0.000330,0.558189,0.000222;;, 1920;4;0.844254,-0.000336,0.535944,0.000213;;, 2080;4;0.861750,-0.000343,0.507333,0.000202;;, 2240;4;0.878498,-0.000350,0.477747,0.000190;;, 2400;4;0.891509,-0.000355,0.453004,0.000180;;, 2560;4;0.900924,-0.000359,0.433976,0.000173;;, 2720;4;0.908940,-0.000362,0.416927,0.000166;;, 2880;4;0.916086,-0.000365,0.400981,0.000160;;, 3040;4;0.922821,-0.000367,0.385229,0.000153;;, 3200;4;0.929537,-0.000370,0.368728,0.000147;;; } AnimationKey T { 2; 2; 0;3;0.084102,0.000000,0.000000;;, 3200;3;0.084102,0.000000,0.000000;;; } } Animation { { Bip01_R_Clavicle } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.088560,-0.691305,0.710699,0.095718;;, 160;4;0.089354,-0.688941,0.712991,0.094980;;, 320;4;0.091267,-0.683028,0.718649,0.093199;;, 480;4;0.093628,-0.675248,0.725944,0.090994;;, 640;4;0.095775,-0.667274,0.733252,0.088958;;, 800;4;0.097037,-0.660876,0.739009,0.087699;;, 960;4;0.098270,-0.655636,0.743678,0.086187;;, 1120;4;0.100324,-0.650332,0.748349,0.083537;;, 1280;4;0.102560,-0.645644,0.752416,0.080589;;, 1440;4;0.104363,-0.642276,0.755300,0.078182;;, 1600;4;0.105111,-0.640976,0.756403,0.077179;;, 1760;4;0.104236,-0.644233,0.753634,0.078329;;, 1920;4;0.102129,-0.652179,0.746765,0.081082;;, 2080;4;0.099526,-0.662220,0.737855,0.084435;;, 2240;4;0.097156,-0.671923,0.728998,0.087420;;, 2400;4;0.095783,-0.678934,0.722455,0.089067;;, 2560;4;0.094644,-0.683326,0.718315,0.090176;;, 2720;4;0.092806,-0.686770,0.715048,0.091871;;, 2880;4;0.090818,-0.689262,0.712667,0.093675;;, 3040;4;0.089220,-0.690786,0.711201,0.095121;;, 3200;4;0.088560,-0.691305,0.710699,0.095718;;; } AnimationKey T { 2; 21; 0;3;-0.024080,-0.016250,0.001399;;, 160;3;-0.024134,-0.016165,0.001438;;, 320;3;-0.024262,-0.015965,0.001530;;, 480;3;-0.024411,-0.015724,0.001640;;, 640;3;-0.024535,-0.015520,0.001732;;, 800;3;-0.024587,-0.015434,0.001771;;, 960;3;-0.024602,-0.015407,0.001803;;, 1120;3;-0.024637,-0.015342,0.001879;;, 1280;3;-0.024678,-0.015265,0.001969;;, 1440;3;-0.024712,-0.015200,0.002044;;, 1600;3;-0.024726,-0.015172,0.002077;;, 1760;3;-0.024676,-0.015259,0.002039;;, 1920;3;-0.024555,-0.015464,0.001951;;, 2080;3;-0.024409,-0.015706,0.001845;;, 2240;3;-0.024284,-0.015908,0.001757;;, 2400;3;-0.024231,-0.015993,0.001719;;, 2560;3;-0.024215,-0.016021,0.001686;;, 2720;3;-0.024178,-0.016085,0.001606;;, 2880;3;-0.024133,-0.016160,0.001512;;, 3040;3;-0.024096,-0.016223,0.001433;;, 3200;3;-0.024080,-0.016250,0.001399;;; } } Animation { { Bip01_R_UpperArm } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.781469,0.001326,0.011573,-0.623836;;, 160;4;0.779502,-0.011535,0.019121,-0.626002;;, 320;4;0.775766,-0.042506,0.037026,-0.628498;;, 480;4;0.773523,-0.080573,0.058221,-0.625924;;, 640;4;0.775659,-0.115172,0.074053,-0.616121;;, 800;4;0.784187,-0.136356,0.073649,-0.600861;;, 960;4;0.792564,-0.154186,0.073499,-0.585378;;, 1120;4;0.795466,-0.179450,0.091974,-0.571466;;, 1280;4;0.794860,-0.204493,0.119080,-0.558749;;, 1440;4;0.792641,-0.223184,0.143946,-0.548806;;, 1600;4;0.791277,-0.230529,0.154917,-0.544736;;, 1760;4;0.791660,-0.221304,0.145244,-0.550639;;, 1920;4;0.791846,-0.198020,0.123811,-0.564305;;, 2080;4;0.790515,-0.167368,0.101567,-0.580308;;, 2240;4;0.786265,-0.137485,0.088017,-0.595935;;, 2400;4;0.777036,-0.118039,0.090788,-0.611588;;, 2560;4;0.769301,-0.099038,0.090209,-0.624684;;, 2720;4;0.769592,-0.068998,0.070896,-0.630826;;, 2880;4;0.774133,-0.036269,0.044546,-0.630412;;, 3040;4;0.779150,-0.009706,0.021510,-0.626393;;, 3200;4;0.781469,0.001326,0.011573,-0.623836;;; } AnimationKey T { 2; 2; 0;3;0.073469,0.000000,-0.000000;;, 3200;3;0.073469,-0.000000,0.000000;;; } } Animation { { Bip01_R_Forearm } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.978688,-0.000000,-0.205354,0.000000;;, 160;4;0.974447,-0.000000,-0.224619,0.000000;;, 320;4;0.969797,-0.000000,-0.243913,0.000000;;, 480;4;0.965392,-0.000000,-0.260802,-0.000000;;, 640;4;0.962047,0.000000,-0.272884,0.000000;;, 800;4;0.960680,0.000000,-0.277657,0.000000;;, 960;4;0.961956,-0.000000,-0.273205,0.000000;;, 1120;4;0.965295,0.000000,-0.261162,-0.000000;;, 1280;4;0.969765,-0.000000,-0.244039,0.000000;;, 1440;4;0.974534,-0.000000,-0.224239,-0.000000;;, 1600;4;0.978931,0.000000,-0.204193,-0.000000;;, 1760;4;0.982317,-0.000000,-0.187227,-0.000000;;, 1920;4;0.984705,0.000000,-0.174233,-0.000000;;, 2080;4;0.986267,-0.000000,-0.165158,-0.000000;;, 2240;4;0.987115,-0.000000,-0.160015,-0.000000;;, 2400;4;0.987298,0.000000,-0.158882,0.000000;;, 2560;4;0.986767,-0.000000,-0.162145,0.000000;;, 2720;4;0.985485,-0.000000,-0.169763,0.000000;;, 2880;4;0.983600,-0.000000,-0.180364,-0.000000;;, 3040;4;0.981267,-0.000000,-0.192652,0.000000;;, 3200;4;0.978688,-0.000000,-0.205354,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.148340,0.000000,-0.000000;;, 3200;3;0.148340,0.000000,-0.000000;;; } } Animation { { Bip01_R_Hand } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.702988,0.702428,-0.078779,-0.078716;;, 160;4;0.703212,0.702652,-0.076753,-0.076692;;, 320;4;0.703775,0.703215,-0.071408,-0.071351;;, 480;4;0.704509,0.703948,-0.063763,-0.063712;;, 640;4;0.705264,0.704702,-0.054784,-0.054741;;, 800;4;0.705928,0.705366,-0.045430,-0.045394;;, 960;4;0.706448,0.705886,-0.036463,-0.036434;;, 1120;4;0.706843,0.706281,-0.027765,-0.027743;;, 1280;4;0.707133,0.706570,-0.019008,-0.018993;;, 1440;4;0.707319,0.706756,-0.009866,-0.009858;;, 1600;4;0.707388,0.706825,0.000000,-0.000000;;, 1760;4;0.707309,0.706746,0.010568,0.010559;;, 1920;4;0.707096,0.706534,0.020322,0.020306;;, 2080;4;0.706857,0.706294,0.027420,0.027398;;, 2240;4;0.706752,0.706190,0.029995,0.029971;;, 2400;4;0.706908,0.706345,0.026067,0.026046;;, 2560;4;0.707317,0.706754,0.010040,0.010032;;, 2720;4;0.707194,0.706631,-0.016588,-0.016575;;, 2880;4;0.705915,0.705353,-0.045630,-0.045594;;, 3040;4;0.704008,0.703447,-0.069075,-0.069020;;, 3200;4;0.702988,0.702428,-0.078779,-0.078716;;; } AnimationKey T { 2; 2; 0;3;0.131860,0.000000,0.000000;;, 3200;3;0.131860,0.000000,0.000000;;; } } Animation { { Bip01_R_Finger0 } AnimationKey S { 1; 2; 0;3;1.000000,1.000001,1.000001;;, 3200;3;1.000000,1.000000,1.000001;;; } AnimationKey R { 0; 21; 0;4;0.776935,-0.324436,0.520502,-0.142095;;, 160;4;0.790988,-0.320396,0.498886,-0.150985;;, 320;4;0.804756,-0.316006,0.476359,-0.159969;;, 480;4;0.817732,-0.311420,0.453723,-0.168723;;, 640;4;0.829500,-0.306827,0.431833,-0.176938;;, 800;4;0.839730,-0.302445,0.411586,-0.184329;;, 960;4;0.849725,-0.297758,0.390535,-0.191808;;, 1120;4;0.859681,-0.292622,0.368101,-0.199555;;, 1280;4;0.867954,-0.287935,0.348148,-0.206260;;, 1440;4;0.873239,-0.284707,0.334671,-0.210693;;, 1600;4;0.874368,-0.283991,0.331708,-0.211657;;, 1760;4;0.869980,-0.286720,0.343053,-0.207945;;, 1920;4;0.860613,-0.292114,0.365919,-0.200297;;, 2080;4;0.847921,-0.298636,0.394436,-0.190437;;, 2240;4;0.834077,-0.304914,0.422925,-0.180214;;, 2400;4;0.821952,-0.309824,0.446032,-0.171637;;, 2560;4;0.812279,-0.313404,0.463415,-0.165007;;, 2720;4;0.803352,-0.316475,0.478723,-0.159039;;, 2880;4;0.794792,-0.319228,0.492804,-0.153438;;, 3040;4;0.786154,-0.321833,0.506470,-0.147897;;, 3200;4;0.776935,-0.324436,0.520502,-0.142095;;; } AnimationKey T { 2; 2; 0;3;0.057681,0.023605,-0.000272;;, 3200;3;0.057681,0.023605,-0.000272;;; } } Animation { { Bip01_R_Finger1 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.822325,0.000327,0.569018,-0.000227;;, 160;4;0.837698,0.000334,0.546133,-0.000217;;, 320;4;0.852781,0.000340,0.522269,-0.000208;;, 480;4;0.867019,0.000345,0.498275,-0.000198;;, 640;4;0.879954,0.000350,0.475060,-0.000189;;, 800;4;0.891217,0.000355,0.453576,-0.000181;;, 960;4;0.902243,0.000359,0.431229,-0.000172;;, 1120;4;0.913248,0.000364,0.407403,-0.000162;;, 1280;4;0.922414,0.000367,0.386202,-0.000154;;, 1440;4;0.928282,0.000370,0.371877,-0.000148;;, 1600;4;0.929537,0.000370,0.368728,-0.000147;;, 1760;4;0.924663,0.000368,0.380787,-0.000152;;, 1920;4;0.914279,0.000364,0.405085,-0.000161;;, 2080;4;0.900251,0.000358,0.435371,-0.000173;;, 2240;4;0.884991,0.000352,0.465609,-0.000185;;, 2400;4;0.871655,0.000347,0.490120,-0.000195;;, 2560;4;0.861032,0.000343,0.508550,-0.000202;;, 2720;4;0.851242,0.000339,0.524774,-0.000209;;, 2880;4;0.841863,0.000335,0.539691,-0.000215;;, 3040;4;0.832407,0.000331,0.554164,-0.000221;;, 3200;4;0.822325,0.000327,0.569018,-0.000227;;; } AnimationKey T { 2; 2; 0;3;0.084102,-0.000000,0.000000;;, 3200;3;0.084102,0.000000,0.000000;;; } } Animation { { Bip01_BackPack } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.766667,-0.050023,-0.640004,-0.010741;;, 160;4;0.765257,-0.040980,-0.642390,-0.006117;;, 320;4;0.760406,-0.014303,-0.649233,0.008624;;, 480;4;0.752897,0.020303,-0.657222,0.028165;;, 640;4;0.745900,0.049639,-0.662815,0.042949;;, 800;4;0.742752,0.065821,-0.664723,0.046151;;, 960;4;0.745708,0.066431,-0.661967,0.036133;;, 1120;4;0.752619,0.058357,-0.655646,0.016962;;, 1280;4;0.760350,0.044158,-0.647975,-0.006805;;, 1440;4;0.766095,0.026443,-0.641454,-0.030590;;, 1600;4;0.767551,0.007873,-0.639000,-0.049822;;, 1760;4;0.762919,-0.015558,-0.642886,-0.066406;;, 1920;4;0.753284,-0.045591,-0.650801,-0.083320;;, 2080;4;0.741498,-0.076137,-0.659429,-0.097664;;, 2240;4;0.731210,-0.101149,-0.666128,-0.106651;;, 2400;4;0.726646,-0.114663,-0.668774,-0.107606;;, 2560;4;0.731203,-0.111997,-0.666200,-0.094744;;, 2720;4;0.742294,-0.095189,-0.659552,-0.070219;;, 2880;4;0.755033,-0.072485,-0.650381,-0.040940;;, 3040;4;0.763923,-0.055347,-0.642667,-0.018357;;, 3200;4;0.766667,-0.050023,-0.640004,-0.010741;;; } AnimationKey T { 2; 16; 0;3;0.063697,0.000003,-0.088856;;, 320;3;0.063697,0.000002,-0.088855;;, 480;3;0.063696,0.000000,-0.088854;;, 800;3;0.063696,-0.000001,-0.088853;;, 960;3;0.063696,-0.000002,-0.088853;;, 1280;3;0.063696,-0.000003,-0.088854;;, 1440;3;0.063697,-0.000004,-0.088856;;, 1760;3;0.063697,-0.000003,-0.088856;;, 1920;3;0.063696,-0.000002,-0.088854;;, 2080;3;0.063696,-0.000001,-0.088853;;, 2240;3;0.063696,0.000000,-0.088852;;, 2560;3;0.063696,0.000001,-0.088851;;, 2720;3;0.063696,0.000002,-0.088853;;, 2880;3;0.063696,0.000002,-0.088854;;, 3040;3;0.063696,0.000002,-0.088855;;, 3200;3;0.063697,0.000003,-0.088856;;; } } Animation { { Bip01_L_Thigh } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;-0.016088,0.235561,-0.001783,0.971725;;, 160;4;-0.010021,0.189477,-0.002994,0.981830;;, 320;4;-0.008008,0.177559,-0.003163,0.984073;;, 480;4;-0.005914,0.169865,-0.002800,0.985446;;, 640;4;0.001228,0.131694,-0.001641,0.991288;;, 800;4;0.007402,0.075240,-0.000016,0.997138;;, 960;4;0.013369,0.031997,0.001555,0.999397;;, 1120;4;0.017916,-0.014635,0.003097,0.999728;;, 1280;4;0.020242,-0.057575,0.004407,0.998126;;, 1440;4;0.019670,-0.095043,0.005110,0.995266;;, 1600;4;0.014944,-0.119889,0.004556,0.992664;;, 1760;4;0.015023,-0.044699,0.003520,0.998881;;, 1920;4;0.015030,0.030702,0.002499,0.999413;;, 2080;4;0.014444,0.086061,0.001775,0.996184;;, 2240;4;0.012258,0.093215,-0.000030,0.995571;;, 2400;4;0.009063,0.094882,-0.002201,0.995445;;, 2560;4;0.005478,0.122347,-0.003072,0.992468;;, 2720;4;0.001135,0.150185,-0.003531,0.988651;;, 2880;4;-0.003927,0.178354,-0.003515,0.983952;;, 3040;4;-0.009676,0.206823,-0.002957,0.978326;;, 3200;4;-0.016088,0.235561,-0.001783,0.971725;;; } AnimationKey T { 2; 21; 0;3;-0.050843,0.055225,-0.008917;;, 160;3;-0.050215,0.055222,-0.008806;;, 320;3;-0.049503,0.055209,-0.008680;;, 480;3;-0.048834,0.055188,-0.008561;;, 640;3;-0.048335,0.055167,-0.008473;;, 800;3;-0.048138,0.055157,-0.008438;;, 960;3;-0.048289,0.055164,-0.008465;;, 1120;3;-0.048697,0.055182,-0.008537;;, 1280;3;-0.049298,0.055203,-0.008644;;, 1440;3;-0.050033,0.055219,-0.008774;;, 1600;3;-0.050843,0.055225,-0.008917;;, 1760;3;-0.051667,0.055219,-0.009063;;, 1920;3;-0.052435,0.055202,-0.009199;;, 2080;3;-0.053076,0.055179,-0.009312;;, 2240;3;-0.053517,0.055159,-0.009391;;, 2400;3;-0.053683,0.055150,-0.009420;;, 2560;3;-0.053476,0.055161,-0.009383;;, 2720;3;-0.052952,0.055184,-0.009290;;, 2880;3;-0.052250,0.055207,-0.009166;;, 3040;3;-0.051502,0.055221,-0.009034;;, 3200;3;-0.050843,0.055225,-0.008917;;; } } Animation { { Bip01_L_Calf } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.985453,-0.000000,-0.169948,-0.000000;;, 160;4;0.988691,-0.000000,-0.149968,0.000000;;, 320;4;0.987149,0.000000,-0.159804,0.000000;;, 480;4;0.985489,-0.000000,-0.169738,-0.000000;;, 640;4;0.979354,-0.000000,-0.202155,-0.000000;;, 800;4;0.980486,0.000000,-0.196589,-0.000000;;, 960;4;0.977864,0.000000,-0.209241,0.000000;;, 1120;4;0.976906,0.000000,-0.213672,0.000000;;, 1280;4;0.975489,0.000000,-0.220050,-0.000000;;, 1440;4;0.974089,0.000000,-0.226167,-0.000000;;, 1600;4;0.972529,-0.000000,-0.232783,0.000000;;, 1760;4;0.932235,-0.000000,-0.361853,-0.000000;;, 1920;4;0.874977,0.000000,-0.484164,0.000000;;, 2080;4;0.843257,-0.000000,-0.537511,-0.000000;;, 2240;4;0.860540,-0.000000,-0.509382,-0.000000;;, 2400;4;0.881725,0.000000,-0.471763,-0.000000;;, 2560;4;0.895243,-0.000000,-0.445579,-0.000000;;, 2720;4;0.915169,-0.000000,-0.403071,0.000000;;, 2880;4;0.939109,0.000000,-0.343619,0.000000;;, 3040;4;0.963901,-0.000000,-0.266263,0.000000;;, 3200;4;0.985453,-0.000000,-0.169948,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.237500,0.000000,-0.000000;;, 3200;3;0.237500,0.000000,0.000000;;; } } Animation { { Bip01_L_Foot } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.973173,-0.122866,0.194213,-0.010912;;, 160;4;0.980324,-0.111437,0.162732,-0.008027;;, 320;4;0.992283,-0.096698,0.077512,-0.003984;;, 480;4;0.996525,-0.082315,-0.012665,-0.001698;;, 640;4;0.994965,-0.076328,0.064914,-0.002213;;, 800;4;0.989994,-0.070545,0.122206,-0.001254;;, 960;4;0.985914,-0.061125,0.155260,0.011481;;, 1120;4;0.982485,-0.054416,0.175727,0.029719;;, 1280;4;0.982830,-0.050216,0.170855,0.048291;;, 1440;4;0.988881,-0.046008,0.128011,0.060093;;, 1600;4;0.997807,-0.035533,0.019573,0.052300;;, 1760;4;0.998664,-0.030117,-0.006129,0.041531;;, 1920;4;0.998773,-0.024392,-0.031594,0.029315;;, 2080;4;0.997639,-0.016852,-0.064052,0.018188;;, 2240;4;0.999640,-0.009196,-0.023291,0.009640;;, 2400;4;0.998982,-0.008233,0.044148,0.004381;;, 2560;4;0.997446,-0.021370,0.068130,0.001919;;, 2720;4;0.993545,-0.046121,0.103638,-0.000503;;, 2880;4;0.986956,-0.075655,0.142042,-0.004337;;, 3040;4;0.979084,-0.103434,0.174982,-0.008830;;, 3200;4;0.973173,-0.122866,0.194213,-0.010912;;; } AnimationKey T { 2; 2; 0;3;0.206841,0.000000,0.000000;;, 3200;3;0.206841,0.000000,0.000000;;; } } Animation { { Bip01_L_Toe0 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 17; 0;4;0.707107,0.000000,0.707107,-0.000000;;, 160;4;0.711943,0.000000,0.702237,0.000000;;, 320;4;0.721515,-0.000000,0.692399,0.000000;;, 480;4;0.726250,-0.000001,0.687431,0.000000;;, 640;4;0.724288,-0.000486,0.689497,0.000703;;, 800;4;0.722688,-0.000000,0.691175,0.000000;;, 960;4;0.724509,-0.002641,0.689233,-0.006149;;, 1120;4;0.748770,-0.000105,0.662736,-0.011181;;, 1280;4;0.766704,0.004616,0.641809,-0.015025;;, 1440;4;0.753275,0.005979,0.657527,-0.014161;;, 1600;4;0.673170,-0.000000,0.739488,0.000000;;, 1760;4;0.682231,-0.000000,0.731137,0.000000;;, 1920;4;0.700040,-0.000000,0.714104,0.000000;;, 2080;4;0.708785,0.000000,0.705425,0.000000;;, 2240;4;0.707946,-0.000000,0.706266,-0.000000;;, 2400;4;0.707107,-0.000000,0.707107,-0.000000;;, 3200;4;0.707107,-0.000000,0.707107,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.065373,0.000000,0.066450;;, 3200;3;0.065373,0.000000,0.066450;;; } } Animation { { Bip01_R_Thigh } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;-0.014955,-0.035970,-0.006023,0.999223;;, 160;4;-0.014908,-0.025129,-0.005352,0.999559;;, 320;4;-0.014613,0.001881,-0.003696,0.999885;;, 480;4;-0.013842,0.037486,-0.001566,0.999200;;, 640;4;-0.012132,0.075012,0.000524,0.997109;;, 800;4;-0.009246,0.107461,0.002027,0.994164;;, 960;4;-0.004312,0.140092,0.002870,0.990125;;, 1120;4;0.002421,0.177605,0.003099,0.984094;;, 1280;4;0.009199,0.211513,0.002680,0.977328;;, 1440;4;0.014322,0.233623,0.002021,0.972220;;, 1600;4;0.016088,0.235561,0.001786,0.971725;;, 1760;4;0.015055,0.218526,0.002536,0.975712;;, 1920;4;0.012475,0.189146,0.003775,0.981862;;, 2080;4;0.007614,0.146068,0.004400,0.989236;;, 2240;4;-0.000535,0.098823,0.002715,0.995101;;, 2400;4;-0.007078,0.037028,0.000257,0.999289;;, 2560;4;-0.010025,0.011986,-0.001183,0.999877;;, 2720;4;-0.012243,-0.008222,-0.002849,0.999887;;, 2880;4;-0.013773,-0.023254,-0.004413,0.999625;;, 3040;4;-0.014664,-0.032682,-0.005570,0.999343;;, 3200;4;-0.014955,-0.035967,-0.006023,0.999223;;; } AnimationKey T { 2; 21; 0;3;-0.050843,-0.055225,-0.008917;;, 160;3;-0.051470,-0.055222,-0.009028;;, 320;3;-0.052183,-0.055209,-0.009154;;, 480;3;-0.052851,-0.055188,-0.009272;;, 640;3;-0.053350,-0.055167,-0.009361;;, 800;3;-0.053548,-0.055157,-0.009396;;, 960;3;-0.053396,-0.055165,-0.009369;;, 1120;3;-0.052988,-0.055182,-0.009296;;, 1280;3;-0.052387,-0.055203,-0.009190;;, 1440;3;-0.051652,-0.055219,-0.009060;;, 1600;3;-0.050843,-0.055225,-0.008917;;, 1760;3;-0.050019,-0.055219,-0.008771;;, 1920;3;-0.049251,-0.055202,-0.008635;;, 2080;3;-0.048610,-0.055179,-0.008521;;, 2240;3;-0.048168,-0.055159,-0.008443;;, 2400;3;-0.048002,-0.055150,-0.008414;;, 2560;3;-0.048209,-0.055161,-0.008450;;, 2720;3;-0.048733,-0.055184,-0.008543;;, 2880;3;-0.049436,-0.055207,-0.008668;;, 3040;3;-0.050184,-0.055221,-0.008800;;, 3200;3;-0.050843,-0.055225,-0.008917;;; } } Animation { { Bip01_R_Calf } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.930118,-0.000000,-0.367261,-0.000000;;, 160;4;0.923308,0.000000,-0.384060,0.000000;;, 320;4;0.906175,0.000000,-0.422902,0.000000;;, 480;4;0.883881,0.000000,-0.467711,-0.000000;;, 640;4;0.866531,-0.000000,-0.499123,0.000000;;, 800;4;0.865623,0.000000,-0.500696,-0.000000;;, 960;4;0.886809,-0.000000,-0.462137,-0.000000;;, 1120;4;0.919758,-0.000000,-0.392487,-0.000000;;, 1280;4;0.951391,-0.000000,-0.307987,-0.000000;;, 1440;4;0.973899,-0.000000,-0.226980,0.000000;;, 1600;4;0.985453,0.000000,-0.169948,-0.000000;;, 1760;4;0.989207,-0.000000,-0.146526,0.000000;;, 1920;4;0.989918,-0.000000,-0.141640,0.000000;;, 2080;4;0.990062,-0.000000,-0.140635,0.000000;;, 2240;4;0.988226,-0.000000,-0.153001,0.000000;;, 2400;4;0.991182,0.000000,-0.132507,0.000000;;, 2560;4;0.985340,0.000000,-0.170600,0.000000;;, 2720;4;0.972915,-0.000000,-0.231165,-0.000000;;, 2880;4;0.955317,-0.000000,-0.295585,0.000000;;, 3040;4;0.938052,0.000000,-0.346495,-0.000000;;, 3200;4;0.930115,-0.000000,-0.367268,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.237500,0.000000,0.000000;;, 3200;3;0.237500,0.000000,0.000000;;; } } Animation { { Bip01_R_Foot } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.997395,0.034370,-0.044453,-0.045228;;, 160;4;0.995823,0.024244,-0.076989,-0.042682;;, 320;4;0.990314,0.006145,-0.134533,-0.033785;;, 480;4;0.986982,-0.002401,-0.159362,-0.021539;;, 640;4;0.998742,0.002780,-0.048714,-0.011527;;, 800;4;0.997867,0.008402,0.064585,-0.004359;;, 960;4;0.996001,0.019792,0.087083,-0.002472;;, 1120;4;0.992040,0.041526,0.118878,-0.001044;;, 1280;4;0.985975,0.068194,0.152309,0.001979;;, 1440;4;0.979331,0.092249,0.179918,0.005524;;, 1600;4;0.975411,0.103617,0.194391,0.007073;;, 1760;4;0.982883,0.099827,0.154718,0.006162;;, 1920;4;0.993527,0.090835,0.068004,0.005405;;, 2080;4;0.996527,0.083088,-0.001731,0.005244;;, 2240;4;0.995868,0.068533,0.059535,0.002371;;, 2400;4;0.994014,0.053662,0.095145,-0.001968;;, 2560;4;0.995310,0.047647,0.083778,-0.008280;;, 2720;4;0.995943,0.043915,0.076721,-0.016795;;, 2880;4;0.996890,0.041571,0.061445,-0.026582;;, 3040;4;0.998245,0.039077,0.025415,-0.036511;;, 3200;4;0.997396,0.034370,-0.044448,-0.045227;;; } AnimationKey T { 2; 2; 0;3;0.206841,0.000000,0.000000;;, 3200;3;0.206841,0.000000,0.000000;;; } } Animation { { Bip01_R_Toe0 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 12; 0;4;0.707107,0.000000,0.707107,0.000000;;, 1600;4;0.707107,0.000000,0.707107,0.000000;;, 1760;4;0.689366,-0.000000,0.724413,-0.000000;;, 1920;4;0.652626,0.000000,0.757680,0.000000;;, 2080;4;0.633649,0.000000,0.773620,0.000000;;, 2240;4;0.683638,0.000110,0.729821,-0.000896;;, 2400;4;0.726133,-0.000000,0.687554,0.000000;;, 2560;4;0.724340,0.000000,0.689443,0.000000;;, 2720;4;0.719620,0.000000,0.694368,-0.000000;;, 2880;4;0.713741,0.000001,0.700410,-0.000001;;, 3040;4;0.708947,0.000001,0.705262,-0.000001;;, 3200;4;0.707107,0.000001,0.707107,-0.000001;;; } AnimationKey T { 2; 2; 0;3;0.065373,0.000000,0.066450;;, 3200;3;0.065373,-0.000000,0.066450;;; } } Animation { { Bip01_DressFront } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.244600,0.008860,0.945485,0.214826;;, 160;4;0.260474,-0.008973,0.947896,0.183211;;, 320;4;0.276075,-0.029356,0.948459,0.152797;;, 480;4;0.291174,-0.048411,0.947702,0.121393;;, 640;4;0.305540,-0.062280,0.946165,0.086821;;, 800;4;0.318900,-0.067132,0.944243,0.046925;;, 960;4;0.332628,-0.059928,0.941129,-0.006656;;, 1120;4;0.346081,-0.043023,0.934425,-0.072304;;, 1280;4;0.356606,-0.020988,0.923903,-0.137094;;, 1440;4;0.362811,0.001312,0.912620,-0.188390;;, 1600;4;0.364354,0.018884,0.906100,-0.214180;;, 1760;4;0.361067,0.032767,0.908074,-0.209663;;, 1920;4;0.353657,0.046195,0.916148,-0.182937;;, 2080;4;0.343217,0.057459,0.926736,-0.141636;;, 2240;4;0.331038,0.064935,0.936716,-0.093596;;, 2400;4;0.318901,0.067129,0.944243,-0.046927;;, 2560;4;0.306711,0.062443,0.949752,-0.000251;;, 2720;4;0.292952,0.051776,0.953323,0.051711;;, 2880;4;0.277770,0.037584,0.953985,0.106512;;, 3040;4;0.261485,0.022414,0.951305,0.161686;;, 3200;4;0.244600,0.008860,0.945485,0.214826;;; } AnimationKey T { 2; 21; 0;3;-0.043935,0.001339,0.061057;;, 160;3;-0.043929,0.001349,0.061058;;, 320;3;-0.043924,0.001359,0.061058;;, 480;3;-0.043920,0.001370,0.061058;;, 640;3;-0.043916,0.001381,0.061058;;, 800;3;-0.043913,0.001393,0.061057;;, 960;3;-0.043910,0.001407,0.061055;;, 1120;3;-0.043908,0.001423,0.061051;;, 1280;3;-0.043906,0.001438,0.061045;;, 1440;3;-0.043905,0.001449,0.061039;;, 1600;3;-0.043904,0.001454,0.061035;;, 1760;3;-0.043904,0.001451,0.061037;;, 1920;3;-0.043905,0.001443,0.061041;;, 2080;3;-0.043906,0.001432,0.061047;;, 2240;3;-0.043909,0.001419,0.061053;;, 2400;3;-0.043913,0.001406,0.061057;;, 2560;3;-0.043917,0.001394,0.061060;;, 2720;3;-0.043921,0.001380,0.061062;;, 2880;3;-0.043926,0.001367,0.061062;;, 3040;3;-0.043930,0.001353,0.061060;;, 3200;3;-0.043935,0.001339,0.061057;;; } } Animation { { Bip01_DressFront02 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.977904,0.000000,0.209054,-0.000001;;, 160;4;0.970086,0.012906,0.241915,0.015591;;, 320;4;0.959361,0.027566,0.278849,0.033302;;, 480;4;0.947532,0.041287,0.313036,0.049879;;, 640;4;0.937668,0.051422,0.338045,0.062123;;, 800;4;0.933559,0.055375,0.347743,0.066898;;, 960;4;0.939238,0.051461,0.333645,0.062170;;, 1120;4;0.951825,0.041374,0.299698,0.049984;;, 1280;4;0.965006,0.027647,0.258617,0.033400;;, 1440;4;0.974430,0.012940,0.223773,0.015632;;, 1600;4;0.977904,0.000000,0.209054,-0.000001;;, 1760;4;0.974430,-0.012940,0.223773,-0.015634;;, 1920;4;0.965006,-0.027647,0.258617,-0.033402;;, 2080;4;0.951825,-0.041374,0.299698,-0.049986;;, 2240;4;0.939238,-0.051461,0.333644,-0.062172;;, 2400;4;0.933559,-0.055375,0.347743,-0.066900;;, 2560;4;0.937668,-0.051422,0.338045,-0.062125;;, 2720;4;0.947532,-0.041287,0.313036,-0.049881;;, 2880;4;0.959361,-0.027566,0.278849,-0.033303;;, 3040;4;0.970086,-0.012906,0.241915,-0.015592;;, 3200;4;0.977904,0.000000,0.209054,-0.000001;;; } AnimationKey T { 2; 21; 0;3;0.183378,-0.000000,-0.000120;;, 160;3;0.183386,-0.000004,-0.000116;;, 320;3;0.183395,-0.000009,-0.000111;;, 480;3;0.183402,-0.000014,-0.000105;;, 640;3;0.183407,-0.000018,-0.000101;;, 800;3;0.183409,-0.000020,-0.000099;;, 960;3;0.183406,-0.000018,-0.000102;;, 1120;3;0.183399,-0.000014,-0.000108;;, 1280;3;0.183390,-0.000009,-0.000114;;, 1440;3;0.183382,-0.000004,-0.000118;;, 1600;3;0.183378,-0.000000,-0.000120;;, 1760;3;0.183382,0.000004,-0.000118;;, 1920;3;0.183390,0.000009,-0.000114;;, 2080;3;0.183399,0.000014,-0.000108;;, 2240;3;0.183406,0.000018,-0.000102;;, 2400;3;0.183409,0.000020,-0.000099;;, 2560;3;0.183407,0.000018,-0.000101;;, 2720;3;0.183402,0.000014,-0.000105;;, 2880;3;0.183395,0.000009,-0.000111;;, 3040;3;0.183386,0.000004,-0.000116;;, 3200;3;0.183378,-0.000000,-0.000120;;; } } Animation { { Bip01_DressBack } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.231058,0.060008,0.956762,0.166188;;, 160;4;0.194288,0.043307,0.972044,0.124524;;, 320;4;0.152711,0.025988,0.984593,0.081118;;, 480;4;0.112587,0.008793,0.992875,0.038029;;, 640;4;0.080331,-0.007496,0.996737,-0.002571;;, 800;4;0.062328,-0.022098,0.997068,-0.038502;;, 960;4;0.064110,-0.036395,0.994635,-0.072567;;, 1120;4;0.081608,-0.050844,0.989701,-0.106048;;, 1280;4;0.106642,-0.063320,0.983110,-0.134586;;, 1440;4;0.131062,-0.071777,0.976705,-0.154004;;, 1600;4;0.146791,-0.074266,0.973259,-0.160327;;, 1760;4;0.151246,-0.069129,0.974535,-0.150425;;, 1920;4;0.149800,-0.057671,0.978834,-0.126954;;, 2080;4;0.146317,-0.042424,0.983780,-0.094703;;, 2240;4;0.144734,-0.025958,0.987395,-0.058556;;, 2400;4;0.149087,-0.010888,0.988485,-0.023503;;, 2560;4;0.160733,0.002886,0.986930,0.011251;;, 2720;4;0.176868,0.017075,0.982868,0.048955;;, 2880;4;0.195362,0.031464,0.976246,0.088249;;, 3040;4;0.214107,0.045841,0.967332,0.127772;;, 3200;4;0.231058,0.060008,0.956762,0.166188;;; } AnimationKey T { 2; 21; 0;3;-0.047673,-0.000048,-0.078302;;, 160;3;-0.047681,-0.000036,-0.078294;;, 320;3;-0.047691,-0.000023,-0.078288;;, 480;3;-0.047701,-0.000011,-0.078283;;, 640;3;-0.047710,0.000001,-0.078281;;, 800;3;-0.047715,0.000011,-0.078281;;, 960;3;-0.047715,0.000021,-0.078282;;, 1120;3;-0.047711,0.000031,-0.078284;;, 1280;3;-0.047705,0.000039,-0.078287;;, 1440;3;-0.047700,0.000045,-0.078291;;, 1600;3;-0.047696,0.000047,-0.078292;;, 1760;3;-0.047694,0.000044,-0.078292;;, 1920;3;-0.047693,0.000037,-0.078290;;, 2080;3;-0.047693,0.000028,-0.078288;;, 2240;3;-0.047693,0.000017,-0.078286;;, 2400;3;-0.047691,0.000007,-0.078285;;, 2560;3;-0.047688,-0.000003,-0.078286;;, 2720;3;-0.047684,-0.000014,-0.078289;;, 2880;3;-0.047680,-0.000026,-0.078292;;, 3040;3;-0.047676,-0.000037,-0.078297;;, 3200;3;-0.047673,-0.000048,-0.078302;;; } } Animation { { Bip01_DressBack02 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.983990,-0.013740,-0.155091,-0.086723;;, 160;4;0.993842,-0.008853,-0.089121,-0.065251;;, 320;4;0.998981,-0.003634,-0.013528,-0.042909;;, 480;4;0.998129,0.001467,0.057563,-0.020563;;, 640;4;0.993901,0.005981,0.110111,0.000732;;, 800;4;0.991195,0.009449,0.130572,0.019842;;, 960;4;0.994147,0.011819,0.100211,0.038587;;, 1120;4;0.997877,0.013330,0.027770,0.057377;;, 1280;4;0.995523,0.014014,-0.058192,0.073152;;, 1440;4;0.988078,0.014046,-0.128588,0.083488;;, 1600;4;0.983990,0.013740,-0.155091,0.086724;;, 1760;4;0.989602,0.013210,-0.117632,0.081705;;, 1920;4;0.996925,0.012210,-0.034611,0.069235;;, 2080;4;0.996631,0.010600,0.063140,0.051271;;, 2240;4;0.989061,0.008393,0.144028,0.030716;;, 2400;4;0.984029,0.005740,0.177563,0.011190;;, 2560;4;0.988061,0.002515,0.153864,-0.007434;;, 2720;4;0.995305,-0.001342,0.092861,-0.027270;;, 2880;4;0.998805,-0.005528,0.010083,-0.047500;;, 3040;4;0.994613,-0.009747,-0.078107,-0.067446;;, 3200;4;0.983990,-0.013740,-0.155091,-0.086723;;; } AnimationKey T { 2; 21; 0;3;0.176125,0.000000,-0.000103;;, 160;3;0.176139,0.000001,-0.000107;;, 320;3;0.176156,0.000001,-0.000109;;, 480;3;0.176171,-0.000000,-0.000108;;, 640;3;0.176182,-0.000001,-0.000106;;, 800;3;0.176187,-0.000003,-0.000105;;, 960;3;0.176180,-0.000003,-0.000106;;, 1120;3;0.176165,-0.000003,-0.000108;;, 1280;3;0.176146,-0.000002,-0.000108;;, 1440;3;0.176131,-0.000001,-0.000105;;, 1600;3;0.176125,-0.000000,-0.000103;;, 1760;3;0.176133,-0.000001,-0.000106;;, 1920;3;0.176151,-0.000002,-0.000108;;, 2080;3;0.176172,-0.000003,-0.000108;;, 2240;3;0.176190,-0.000003,-0.000104;;, 2400;3;0.176197,-0.000002,-0.000102;;, 2560;3;0.176192,-0.000000,-0.000104;;, 2720;3;0.176179,0.000001,-0.000107;;, 2880;3;0.176161,0.000001,-0.000109;;, 3040;3;0.176142,0.000001,-0.000107;;, 3200;3;0.176125,0.000000,-0.000103;;; } } Animation { { Bip01_Prop1 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.584126,0.204529,0.707886,0.340386;;, 160;4;0.583673,0.207824,0.709635,0.335489;;, 320;4;0.579727,0.234528,0.702096,0.340551;;, 480;4;0.574784,0.271336,0.687421,0.351358;;, 640;4;0.570798,0.305767,0.669759,0.363482;;, 800;4;0.570077,0.326210,0.655876,0.372057;;, 960;4;0.565697,0.349911,0.640185,0.384335;;, 1120;4;0.550928,0.392681,0.613897,0.406708;;, 1280;4;0.529307,0.441793,0.580718,0.432920;;, 1440;4;0.505613,0.485999,0.546602,0.457589;;, 1600;4;0.486390,0.515575,0.520076,0.476580;;, 1760;4;0.477751,0.522649,0.510112,0.488240;;, 1920;4;0.478494,0.511810,0.514012,0.494859;;, 2080;4;0.485076,0.491215,0.525024,0.497754;;, 2240;4;0.492814,0.468875,0.538050,0.497788;;, 2400;4;0.496321,0.453361,0.549778,0.495856;;, 2560;4;0.507546,0.425008,0.574969,0.480808;;, 2720;4;0.532485,0.367959,0.617761,0.446585;;, 2880;4;0.558207,0.298555,0.660976,0.402963;;, 3040;4;0.576527,0.236474,0.693010,0.362538;;, 3200;4;0.584126,0.204529,0.707886,0.340386;;; } AnimationKey T { 2; 21; 0;3;0.072994,-0.055506,-0.134034;;, 160;3;0.068008,-0.056688,-0.131342;;, 320;3;0.046344,-0.062262,-0.127459;;, 480;3;0.017255,-0.068191,-0.123929;;, 640;3;-0.009793,-0.072481,-0.121947;;, 800;3;-0.024871,-0.075466,-0.122621;;, 960;3;-0.040731,-0.078718,-0.122977;;, 1120;3;-0.070738,-0.081004,-0.120216;;, 1280;3;-0.105651,-0.079736,-0.115879;;, 1440;3;-0.136339,-0.075069,-0.111689;;, 1600;3;-0.154064,-0.070339,-0.109646;;, 1760;3;-0.151620,-0.069146,-0.112088;;, 1920;3;-0.133669,-0.070168,-0.118178;;, 2080;3;-0.108645,-0.070756,-0.125230;;, 2240;3;-0.085013,-0.069684,-0.130542;;, 2400;3;-0.071502,-0.067558,-0.131492;;, 2560;3;-0.053921,-0.067603,-0.130810;;, 2720;3;-0.019195,-0.068573,-0.131897;;, 2880;3;0.021384,-0.066032,-0.133387;;, 3040;3;0.055968,-0.060047,-0.134295;;, 3200;3;0.072994,-0.055505,-0.134034;;; } } Animation { { Bip01_Prop2 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.641912,0.078278,0.059128,0.760477;;, 160;4;0.632264,0.082867,0.058650,0.768073;;, 320;4;0.646138,0.094618,0.058521,0.755069;;, 480;4;0.671445,0.109444,0.059137,0.730539;;, 640;4;0.697289,0.123207,0.059105,0.703644;;, 800;4;0.714474,0.131643,0.055500,0.684921;;, 960;4;0.740767,0.138250,0.049612,0.655508;;, 1120;4;0.786605,0.147640,0.044709,0.597877;;, 1280;4;0.834590,0.156974,0.040573,0.526472;;, 1440;4;0.872472,0.163647,0.037163,0.458946;;, 1600;4;0.893446,0.165197,0.034772,0.416240;;, 1760;4;0.894278,0.159268,0.033005,0.416907;;, 1920;4;0.879354,0.148087,0.031999,0.451424;;, 2080;4;0.854380,0.135093,0.033860,0.500638;;, 2240;4;0.827301,0.123234,0.040095,0.546607;;, 2400;4;0.809913,0.115444,0.050428,0.572862;;, 2560;4;0.789543,0.108743,0.058584,0.601136;;, 2720;4;0.751706,0.099284,0.061665,0.649059;;, 2880;4;0.707296,0.089449,0.061527,0.698531;;, 3040;4;0.667083,0.081610,0.060091,0.738058;;, 3200;4;0.641912,0.078278,0.059127,0.760477;;; } AnimationKey T { 2; 21; 0;3;-0.140709,-0.103585,0.102365;;, 160;3;-0.134523,-0.104064,0.105152;;, 320;3;-0.109180,-0.106445,0.111815;;, 480;3;-0.075337,-0.107102,0.119388;;, 640;3;-0.043888,-0.104817,0.124893;;, 800;3;-0.026047,-0.101335,0.125464;;, 960;3;-0.007527,-0.097677,0.123652;;, 1120;3;0.026247,-0.091334,0.123005;;, 1280;3;0.064431,-0.080831,0.122496;;, 1440;3;0.096799,-0.068328,0.121545;;, 1600;3;0.114325,-0.059732,0.120011;;, 1760;3;0.108031,-0.061844,0.117674;;, 1920;3;0.081985,-0.071895,0.114984;;, 2080;3;0.046817,-0.083146,0.112973;;, 2240;3;0.013949,-0.091760,0.112656;;, 2400;3;-0.004190,-0.097353,0.115010;;, 2560;3;-0.022716,-0.103090,0.116481;;, 2720;3;-0.056642,-0.108094,0.113971;;, 2880;3;-0.094007,-0.108935,0.109229;;, 3040;3;-0.124809,-0.106212,0.104530;;, 3200;3;-0.140709,-0.103585,0.102365;;; } } Animation { { Translation_Data } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.707107,0.707107,0.000000,0.000000;;, 3200;4;0.707107,0.707107,0.000000,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.000000,0.000000,0.000000;;, 3200;3;0.000000,0.000000,0.000000;;; } } }