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 _03_-_Defaultwww { 1.000000;1.000000;1.000000;1.000000;; 9.999999; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "LongCoat_Brown.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.086823,0.993118,-0.078605,0.000000,0.007596,0.079560,0.996801,0.000000,0.996195,0.085948,-0.014451,0.000000,-0.010000,-0.012284,0.487369,1.000000;; } Frame Bip01_Pelvis { FrameTransformMatrix { -0.042264,0.984200,0.171942,0.000000,0.027524,-0.170883,0.984907,0.000000,0.998727,0.046358,-0.019867,0.000000,0.000000,0.000000,0.000000,1.000000;; } Frame Bip01_Spine { FrameTransformMatrix { 0.987767,-0.086566,-0.129706,0.000000,0.086190,0.996242,-0.008523,0.000000,0.129957,-0.002760,0.991516,0.000000,0.050807,-0.008823,0.002310,1.000000;; } Frame Bip01_Spine1 { FrameTransformMatrix { 0.988533,-0.132590,0.072259,0.000000,0.142448,0.977605,-0.154911,0.000000,-0.050101,0.163428,0.985282,0.000000,0.106484,-0.000014,-0.000084,1.000000;; } Frame Bip01_Neck { FrameTransformMatrix { 0.917306,0.000001,0.398183,0.000000,-0.000001,1.000000,-0.000000,0.000000,-0.398183,-0.000000,0.917306,0.000000,0.130515,0.000000,0.004627,1.000000;; } Frame Bip01_Head { FrameTransformMatrix { 0.976746,-0.007464,-0.214270,0.000000,0.023983,0.996925,0.074597,0.000000,0.213054,-0.078002,0.973922,0.000000,0.033674,0.000000,-0.000000,1.000000;; } Frame Bip01_HeadNub { FrameTransformMatrix { 1.000000,0.000000,0.000000,0.000000,0.000000,1.000000,-0.000000,0.000000,0.000000,0.000000,1.000000,0.000000,0.169824,0.000000,-0.000000,1.000000;; } } } Frame Bip01_L_Clavicle { FrameTransformMatrix { -0.253901,0.960903,0.110451,0.000000,0.881137,0.276885,-0.383317,0.000000,-0.398913,-0.000003,-0.916989,0.000000,-0.023890,0.015715,0.005326,1.000000;; } Frame Bip01_L_UpperArm { FrameTransformMatrix { 0.328221,-0.888363,0.321064,0.000000,0.922887,0.374043,0.091495,0.000000,-0.201373,0.266276,0.942627,0.000000,0.087086,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.137062,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.137062,0.000000,-0.000000,1.000000;; } Frame Bip01_L_Finger0 { FrameTransformMatrix { 0.690342,-0.181728,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_Finger0Nub { FrameTransformMatrix { 1.000000,-0.000000,0.000000,0.000000,-0.000000,1.000000,0.000000,0.000000,0.000000,0.000000,1.000000,0.000000,0.029435,-0.000000,0.000000,1.000000;; } } } Frame Bip01_L_Finger1 { FrameTransformMatrix { 0.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_L_Finger1Nub { FrameTransformMatrix { 1.000000,0.000000,0.000000,0.000000,0.000000,1.000000,0.000000,0.000000,-0.000000,0.000000,1.000000,0.000000,0.047988,0.000000,0.000000,1.000000;; } } } } } } } Frame Bip01_R_Clavicle { FrameTransformMatrix { -0.126461,-0.990445,0.055016,0.000000,-0.908227,0.137910,0.395101,0.000000,-0.398913,-0.000003,-0.916989,0.000000,-0.023890,-0.015714,0.005326,1.000000;; } Frame Bip01_R_UpperArm { FrameTransformMatrix { 0.344214,0.938788,0.013900,0.000000,-0.909330,0.329655,0.253862,0.000000,0.233741,-0.100022,0.967141,0.000000,0.087086,0.000000,0.000000,1.000000;; } Frame Bip01_R_Forearm { FrameTransformMatrix { 0.971548,-0.000000,-0.236845,0.000000,0.000000,1.000000,-0.000000,0.000000,0.236845,0.000000,0.971547,0.000000,0.137062,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.137062,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_Finger0Nub { FrameTransformMatrix { -1.000000,-0.000000,0.000000,0.000000,-0.000000,1.000000,0.000000,0.000000,0.000000,0.000000,-1.000000,0.000000,0.029435,0.000000,0.000000,1.000000;; } } } Frame Bip01_R_Finger1 { FrameTransformMatrix { 0.352436,0.000745,0.935835,0.000000,-0.081563,0.996219,0.029924,0.000000,-0.932275,-0.086876,0.351165,0.000000,0.084102,0.000000,0.000000,1.000000;; } Frame Bip01_R_Finger1Nub { FrameTransformMatrix { -1.000000,0.000000,0.000000,0.000000,-0.000000,1.000000,0.000000,0.000000,0.000000,-0.000000,-1.000000,0.000000,0.047988,0.000000,0.000000,1.000000;; } } } } } } } } Frame Bip01_BackPack { FrameTransformMatrix { 0.180560,0.080500,-0.980264,0.000000,0.047560,0.994765,0.090451,0.000000,0.982413,-0.062954,0.175786,0.000000,0.063697,0.000003,-0.088856,1.000000;; } Frame Bip01_BackPackNub { FrameTransformMatrix { 0.000796,0.000003,1.000000,0.000000,0.000000,-1.000000,0.000003,0.000000,1.000000,-0.000000,-0.000796,0.000000,0.053240,0.000000,0.000000,1.000000;; } } } } Frame Bip01_L_Thigh { FrameTransformMatrix { -0.896114,0.099687,0.432484,0.000000,-0.110664,-0.993858,-0.000216,0.000000,0.429806,-0.048054,0.901641,0.000000,-0.055430,0.059448,-0.009069,1.000000;; } Frame Bip01_L_Calf { FrameTransformMatrix { 0.925355,-0.000000,-0.379102,0.000000,0.000000,1.000000,-0.000000,0.000000,0.379102,-0.000000,0.925355,0.000000,0.237500,0.000000,0.000000,1.000000;; } Frame Bip01_L_Foot { FrameTransformMatrix { 0.972362,-0.021824,0.232456,0.000000,0.014595,0.999356,0.032776,0.000000,-0.233022,-0.028477,0.972054,0.000000,0.206841,0.000000,0.000000,1.000000;; } Frame Bip01_L_Toe0 { FrameTransformMatrix { 0.203422,-0.052732,0.977670,0.000000,0.010742,0.998609,0.051627,0.000000,-0.979032,-0.000000,0.203705,0.000000,0.065373,-0.000000,0.066450,1.000000;; } Frame Bip01_L_Toe0Nub { FrameTransformMatrix { -1.000000,0.000000,0.000000,0.000000,0.000000,1.000000,0.000000,0.000000,-0.000000,0.000000,-1.000000,0.000000,0.006735,0.000000,-0.000000,1.000000;; } } } } } } Frame Bip01_R_Thigh { FrameTransformMatrix { -0.973817,0.129476,-0.186863,0.000000,-0.128549,-0.991556,-0.017118,0.000000,-0.187501,0.007351,0.982237,0.000000,-0.045868,-0.050587,-0.008765,1.000000;; } Frame Bip01_R_Calf { FrameTransformMatrix { 0.781916,0.000000,-0.623383,0.000000,0.000000,1.000000,-0.000000,0.000000,0.623384,0.000000,0.781916,0.000000,0.237500,0.000000,0.000000,1.000000;; } Frame Bip01_R_Foot { FrameTransformMatrix { 0.985240,0.095666,-0.141951,0.000000,-0.074722,0.986433,0.146169,0.000000,0.154009,-0.133405,0.979022,0.000000,0.206841,0.000000,-0.000000,1.000000;; } Frame Bip01_R_Toe0 { FrameTransformMatrix { 0.000001,0.000002,1.000000,0.000000,0.000001,1.000000,-0.000002,0.000000,-1.000000,0.000001,0.000001,0.000000,0.065373,-0.000000,0.066450,1.000000;; } Frame Bip01_R_Toe0Nub { FrameTransformMatrix { 1.000000,0.000000,0.000000,0.000000,-0.000000,1.000000,0.000000,0.000000,-0.000000,-0.000000,1.000000,0.000000,0.006735,0.000000,0.000000,1.000000;; } } } } } } } Frame Bip01_DressFront { FrameTransformMatrix { -0.934132,0.128225,0.333101,0.000000,0.240714,0.915391,0.322671,0.000000,-0.263543,0.381599,-0.885961,0.000000,-0.043963,0.001344,0.061071,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_DressFrontNub { FrameTransformMatrix { 0.000796,0.000003,1.000000,0.000000,-0.000000,-1.000000,0.000003,0.000000,1.000000,0.000000,-0.000796,0.000000,0.165302,-0.000000,0.000000,1.000000;; } } } } Frame Bip01_DressBack { FrameTransformMatrix { -0.858478,0.255632,0.444600,0.000000,0.369004,0.909942,0.189318,0.000000,-0.356164,0.326584,-0.875494,0.000000,-0.047682,-0.000046,-0.078297,1.000000;; } Frame Bip01_DressBack02 { FrameTransformMatrix { 0.933670,-0.058589,0.353309,0.000000,0.015064,0.992079,0.124707,0.000000,-0.357817,-0.111113,0.927157,0.000000,0.176198,0.000012,-0.000101,1.000000;; } Frame Bip01_DressBackNub { FrameTransformMatrix { 0.000796,0.000003,1.000000,0.000000,0.000000,-1.000000,0.000003,0.000000,1.000000,0.000000,-0.000796,0.000000,0.136508,0.000000,-0.000000,1.000000;; } } } } } Frame Bip01_Prop1 { FrameTransformMatrix { 0.449916,-0.886582,0.107463,0.000000,0.798979,0.453351,0.395101,0.000000,-0.399008,-0.091902,0.912330,0.000000,0.046954,-0.088180,-0.111402,1.000000;; } } Frame Bip01_Prop2 { FrameTransformMatrix { 0.270457,0.549392,-0.790583,0.000000,0.312120,-0.826870,-0.467833,0.000000,-0.910732,-0.120228,-0.395110,0.000000,-0.061738,-0.027278,0.132557,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_LongCoat { 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_LongCoat { 289; 0.067587;0.754794;-0.020880;, 0.032875;0.750935;-0.026370;, 0.040551;0.774489;-0.006018;, 0.078854;0.733339;-0.027250;, 0.083760;0.715038;-0.030276;, 0.053583;0.683546;-0.054043;, 0.044327;0.717610;-0.042795;, 0.084001;0.684552;-0.017133;, 0.026208;0.796393;0.043907;, 0.071245;0.765117;0.071433;, 0.064804;0.777999;0.038752;, 0.040182;0.773126;0.076637;, 0.091432;0.533055;0.044574;, 0.054547;0.546064;0.077890;, 0.054045;0.532911;0.087133;, 0.086259;0.544606;0.041786;, 0.075760;0.544777;-0.013039;, 0.085341;0.510976;0.004510;, 0.043628;0.543032;-0.044262;, 0.065071;0.489836;-0.028061;, 0.027649;0.484397;-0.045822;, 0.006127;0.551224;0.082957;, 0.005262;0.537610;0.091526;, 0.043447;0.635944;0.083169;, -0.003347;0.673147;0.090196;, -0.001514;0.636470;0.085641;, 0.045622;0.676045;0.088456;, 0.036721;0.452692;-0.053562;, 0.093021;0.354326;-0.074041;, 0.033597;0.380969;-0.102531;, 0.094991;0.426902;-0.011762;, 0.025872;0.295933;-0.153022;, 0.084234;0.274229;-0.118763;, 0.100809;0.387958;0.052290;, 0.098525;0.315877;-0.008093;, 0.092216;0.252229;-0.047480;, 0.092662;0.475115;0.005928;, 0.100412;0.469689;0.066516;, 0.047047;0.484495;0.106564;, 0.101470;0.401820;0.063528;, 0.039535;0.418152;0.105229;, 0.025638;0.248515;-0.166790;, 0.080970;0.223409;-0.133908;, 0.084825;0.199680;-0.061333;, 0.050324;0.586563;0.073193;, 0.073081;0.635179;0.067514;, 0.081198;0.641218;0.045335;, 0.068722;0.593905;-0.008451;, 0.078950;0.647015;-0.016566;, 0.081275;0.586223;0.037360;, 0.053763;0.647168;-0.057549;, 0.046313;0.593421;-0.041453;, 0.006435;0.646093;-0.067755;, 0.001107;0.591610;-0.044663;, 0.136040;0.698862;0.002900;, 0.146790;0.642991;0.033518;, 0.086523;0.707413;-0.018218;, 0.094014;0.594558;0.034976;, 0.088720;0.634966;0.017655;, 0.147080;0.603125;0.049400;, 0.062133;0.714943;0.051142;, 0.088720;0.634966;0.017655;, 0.068038;0.652727;0.083530;, 0.075878;0.609543;0.090794;, 0.094014;0.594558;0.034976;, 0.084797;0.715811;0.069095;, 0.129120;0.663952;0.100666;, 0.119030;0.728455;0.067837;, 0.128610;0.617815;0.105198;, 0.137790;0.707436;0.031196;, 0.155408;0.580036;0.047372;, 0.111023;0.508217;0.042832;, 0.094682;0.567093;0.032152;, 0.152936;0.519253;0.052830;, 0.120272;0.471699;0.043371;, 0.154426;0.470440;0.052329;, 0.094682;0.567093;0.032152;, 0.104549;0.514849;0.099364;, 0.075595;0.574327;0.097679;, 0.111023;0.508217;0.042832;, 0.116013;0.474056;0.090555;, 0.120272;0.471699;0.043371;, 0.137746;0.524152;0.106569;, 0.135871;0.587866;0.112935;, 0.143000;0.472102;0.095164;, 0.098407;0.767943;0.045168;, 0.105614;0.769221;0.009510;, 0.064804;0.777999;0.038752;, 0.068860;0.776362;0.008424;, 0.074148;0.686037;0.074040;, 0.040850;0.788967;0.011266;, 0.109132;0.750648;-0.017385;, 0.078854;0.733339;-0.027250;, 0.067587;0.754794;-0.020880;, 0.102191;0.725202;-0.023679;, 0.077804;0.730413;0.073817;, 0.047218;0.725107;0.083834;, 0.079870;0.732145;0.071921;, -0.005641;0.710027;0.087684;, -0.005300;0.769672;0.072119;, 0.071245;0.765117;0.071433;, 0.079870;0.732145;0.071921;, 0.088641;0.707138;0.008483;, 0.085428;0.720141;0.057176;, 0.086523;0.707413;-0.018218;, 0.082300;0.682969;0.033192;, 0.087079;0.680346;0.001544;, 0.083760;0.715038;-0.030276;, 0.079388;0.687903;0.050698;, 0.068860;0.776362;0.008424;, -0.007104;0.549271;-0.044100;, -0.019100;0.481629;-0.044706;, 0.001653;0.495209;0.112116;, -0.005829;0.442972;0.117738;, 0.001863;0.588413;0.076283;, 0.040850;0.788967;0.011266;, 0.068860;0.776362;0.008424;, 0.085428;0.720141;0.057176;, -0.004162;0.798028;0.049368;, 0.085698;0.710484;0.025276;, 0.088641;0.707138;0.008483;, 0.007171;0.673834;-0.065097;, 0.083760;0.715038;-0.030276;, 0.025872;0.295933;-0.153022;, -0.011469;0.236204;-0.144366;, -0.011069;0.295354;-0.141319;, 0.025638;0.248515;-0.166790;, 0.033597;0.380969;-0.102531;, -0.014193;0.380987;-0.098601;, 0.036721;0.452692;-0.053562;, -0.009501;0.450754;-0.062080;, 0.027649;0.484397;-0.045822;, 0.002119;0.260046;0.054390;, 0.016232;0.201043;-0.027220;, 0.022524;0.245748;-0.019459;, 0.000385;0.248238;0.058652;, 0.023831;0.308460;0.026176;, 0.000041;0.342604;0.080853;, -0.009149;0.409812;0.115436;, 0.085698;0.710484;0.025276;, -0.062543;0.756080;-0.029999;, -0.026847;0.750900;-0.029563;, -0.071394;0.736545;-0.036878;, -0.038143;0.774335;-0.011084;, -0.073589;0.719263;-0.038599;, -0.040780;0.681159;-0.060824;, -0.075845;0.681419;-0.027467;, -0.034710;0.716296;-0.047568;, -0.032834;0.795528;0.039698;, -0.079902;0.767130;0.060535;, -0.051550;0.771286;0.070131;, -0.068947;0.778771;0.029082;, -0.085173;0.562889;0.061979;, -0.041476;0.561772;0.087384;, -0.078468;0.571630;0.057948;, -0.042493;0.550781;0.096189;, -0.079743;0.570025;0.001576;, -0.092784;0.542757;0.020852;, -0.056571;0.559043;-0.035242;, -0.090363;0.510480;-0.015584;, -0.060711;0.493201;-0.037819;, 0.006127;0.551224;0.082957;, 0.005262;0.537610;0.091526;, -0.045977;0.635226;0.078774;, -0.003347;0.673147;0.090196;, -0.051743;0.674135;0.082194;, -0.001514;0.636470;0.085641;, -0.069913;0.445849;-0.025326;, -0.113033;0.351594;0.034275;, -0.127372;0.457270;0.021133;, -0.061302;0.355211;-0.016741;, -0.052920;0.252664;-0.004861;, -0.103645;0.260627;0.044316;, -0.117049;0.437480;0.105200;, -0.105338;0.359956;0.109963;, -0.100392;0.298295;0.106773;, -0.110704;0.508361;0.026161;, -0.104472;0.515524;0.089437;, -0.043223;0.509983;0.116972;, -0.117968;0.450708;0.106197;, -0.054382;0.444502;0.124770;, -0.051927;0.208069;0.008610;, -0.097453;0.215352;0.068008;, -0.089517;0.258811;0.136243;, -0.046574;0.591511;0.074229;, -0.073808;0.633999;0.060293;, -0.079762;0.639925;0.037424;, -0.065747;0.600319;-0.007061;, -0.077991;0.594219;0.039056;, -0.071079;0.645810;-0.023941;, -0.041725;0.646401;-0.062243;, -0.043602;0.597761;-0.040525;, -0.121136;0.715817;-0.033888;, -0.068864;0.722747;-0.023884;, -0.144070;0.655695;-0.027988;, -0.097907;0.601827;-0.012988;, -0.151136;0.612324;-0.025399;, -0.085775;0.645824;-0.014117;, -0.082644;0.712576;0.047148;, -0.102109;0.645521;0.055280;, -0.085775;0.645824;-0.014117;, -0.110700;0.604417;0.046293;, -0.097907;0.601827;-0.012988;, -0.102802;0.714822;0.056265;, -0.162546;0.660598;0.042448;, -0.136921;0.729948;0.039299;, -0.163622;0.614614;0.033967;, -0.137331;0.717666;-0.009159;, -0.157488;0.589381;-0.035232;, -0.116775;0.515542;-0.029010;, -0.158075;0.528443;-0.039318;, -0.097282;0.573798;-0.020426;, -0.125057;0.480199;-0.039096;, -0.159117;0.480484;-0.048484;, -0.097282;0.573798;-0.020426;, -0.139417;0.513524;0.023574;, -0.116775;0.515542;-0.029010;, -0.113608;0.569116;0.045950;, -0.144945;0.475474;0.003708;, -0.125057;0.480199;-0.039096;, -0.171772;0.524399;0.014892;, -0.173508;0.585108;0.031609;, -0.170624;0.475103;-0.005978;, -0.103396;0.772497;0.029652;, -0.103171;0.775969;-0.006434;, -0.068947;0.778771;0.029082;, -0.067786;0.778076;-0.001279;, -0.080595;0.682238;0.065908;, -0.041365;0.788713;0.005482;, -0.098553;0.759837;-0.034355;, -0.071394;0.736545;-0.036878;, -0.088002;0.735824;-0.036355;, -0.062543;0.756080;-0.029999;, -0.095577;0.724552;0.065854;, -0.096991;0.726684;0.063207;, -0.060621;0.721106;0.080857;, -0.005641;0.710027;0.087684;, -0.005300;0.769672;0.072119;, -0.079902;0.767130;0.060535;, -0.096991;0.726684;0.063207;, -0.084522;0.707574;0.001147;, -0.068864;0.722747;-0.023884;, -0.094414;0.715803;0.047391;, -0.080260;0.683015;0.027913;, -0.081699;0.675731;-0.011014;, -0.073589;0.719263;-0.038599;, -0.081276;0.686806;0.047034;, -0.067786;0.778076;-0.001279;, 0.001653;0.495209;0.112116;, -0.005829;0.442972;0.117738;, 0.001863;0.588413;0.076283;, -0.041365;0.788713;0.005482;, -0.067786;0.778076;-0.001279;, -0.094414;0.715803;0.047391;, -0.004162;0.798028;0.049368;, -0.084893;0.709653;0.017516;, -0.084522;0.707574;0.001147;, -0.073589;0.719263;-0.038599;, -0.038205;0.263933;-0.053020;, -0.032940;0.221994;-0.106608;, -0.032435;0.206813;-0.042735;, -0.032664;0.272608;-0.101530;, -0.031133;0.360723;-0.053372;, -0.029194;0.361682;-0.078404;, -0.030051;0.439707;-0.046209;, -0.024604;0.432736;-0.054429;, -0.019100;0.481629;-0.044706;, -0.060711;0.493201;-0.037819;, -0.025117;0.300879;0.115762;, -0.089517;0.258811;0.136243;, -0.021875;0.287146;0.147488;, -0.100392;0.298295;0.106773;, -0.105338;0.359956;0.109963;, -0.024717;0.365210;0.128191;, -0.005829;0.442972;0.117738;, -0.054382;0.444502;0.124770;, -0.084893;0.709653;0.017516;, -0.069913;0.445849;-0.025326;, -0.061302;0.355211;-0.016741;, -0.052920;0.252664;-0.004861;, -0.051927;0.208069;0.008610;, 0.100809;0.387958;0.052290;, 0.098525;0.315877;-0.008093;, 0.039535;0.418152;0.105229;, 0.092216;0.252229;-0.047480;, 0.084825;0.199680;-0.061333;, -0.117049;0.437480;0.105200;, -0.010552;0.711174;-0.045307;, 0.020085;0.711416;-0.043890;; 410; 3;0,1,2;, 3;1,0,3;, 3;4,5,6;, 3;5,4,7;, 3;8,9,10;, 3;9,8,11;, 3;12,13,14;, 3;13,12,15;, 3;16,12,17;, 3;12,16,15;, 3;18,19,20;, 3;19,18,16;, 3;14,21,22;, 3;21,14,13;, 3;23,24,25;, 3;24,23,26;, 3;27,28,29;, 3;28,27,30;, 3;28,31,29;, 3;31,28,32;, 3;33,28,30;, 3;28,33,34;, 3;34,32,28;, 3;32,34,35;, 3;30,19,36;, 3;19,30,27;, 3;14,37,12;, 3;37,14,38;, 3;38,39,37;, 3;39,38,40;, 3;33,39,40;, 3;41,32,42;, 3;32,41,31;, 3;42,35,43;, 3;35,42,32;, 3;12,36,17;, 3;36,12,37;, 3;37,30,36;, 3;30,37,39;, 3;39,33,30;, 3;44,45,23;, 3;46,47,48;, 3;47,46,49;, 3;47,50,48;, 3;50,47,51;, 3;52,51,53;, 3;51,52,50;, 3;54,55,56;, 3;55,57,58;, 3;57,55,59;, 3;60,61,62;, 3;61,63,62;, 3;63,61,64;, 3;65,66,67;, 3;65,62,66;, 3;65,60,62;, 3;62,68,66;, 3;68,62,63;, 3;69,66,55;, 3;66,59,55;, 3;59,66,68;, 3;70,71,72;, 3;71,70,73;, 3;73,74,71;, 3;74,73,75;, 3;76,77,78;, 3;77,76,79;, 3;79,80,77;, 3;80,79,81;, 3;78,82,83;, 3;82,78,77;, 3;77,84,82;, 3;84,77,80;, 3;83,73,70;, 3;73,83,82;, 3;82,75,73;, 3;75,82,84;, 3;68,70,59;, 3;70,68,83;, 3;59,72,57;, 3;72,59,70;, 3;63,76,78;, 3;76,63,64;, 3;78,68,63;, 3;68,78,83;, 3;85,69,86;, 3;69,85,67;, 3;86,87,85;, 3;87,86,88;, 3;45,26,23;, 3;26,45,89;, 3;10,90,8;, 3;91,92,93;, 3;92,91,94;, 3;54,94,91;, 3;95,11,96;, 3;95,9,11;, 3;95,97,9;, 3;98,11,99;, 3;11,98,96;, 3;85,87,100;, 3;67,101,65;, 3;67,100,101;, 3;67,85,100;, 3;102,60,103;, 3;60,102,104;, 3;48,105,46;, 3;105,48,106;, 3;107,104,102;, 3;7,106,48;, 3;105,108,46;, 3;19,27,20;, 3;16,17,19;, 3;17,36,19;, 3;90,10,109;, 3;20,110,18;, 3;110,20,111;, 3;22,38,14;, 3;38,22,112;, 3;38,113,40;, 3;113,38,112;, 3;61,60,104;, 3;56,55,58;, 3;51,16,18;, 3;16,51,47;, 3;47,15,16;, 3;15,47,49;, 3;15,44,13;, 3;44,15,49;, 3;13,114,21;, 3;114,13,44;, 3;115,116,2;, 3;2,116,0;, 3;93,86,91;, 3;86,93,88;, 3;91,69,54;, 3;69,91,86;, 3;69,55,54;, 3;66,69,67;, 3;49,46,45;, 3;95,117,97;, 3;46,89,45;, 3;89,46,108;, 3;45,44,49;, 3;118,11,8;, 3;26,98,24;, 3;98,26,96;, 3;96,89,95;, 3;89,96,26;, 3;89,117,95;, 3;117,89,108;, 3;117,105,119;, 3;105,117,108;, 3;119,106,120;, 3;106,119,105;, 3;7,120,106;, 3;120,7,4;, 3;5,52,121;, 3;52,5,50;, 3;50,7,48;, 3;7,50,5;, 3;6,3,4;, 3;3,6,1;, 3;122,94,56;, 3;94,122,92;, 3;94,54,56;, 3;65,103,60;, 3;103,65,101;, 3;25,44,23;, 3;44,25,114;, 3;118,99,11;, 3;18,53,51;, 3;53,18,110;, 3;123,124,125;, 3;124,123,126;, 3;127,125,128;, 3;125,127,123;, 3;129,128,130;, 3;128,129,127;, 3;130,131,129;, 3;132,133,134;, 3;133,132,135;, 3;136,132,134;, 3;132,136,137;, 3;136,138,137;, 3;102,103,139;, 3;140,141,142;, 3;141,140,143;, 3;144,145,146;, 3;145,144,147;, 3;148,149,150;, 3;149,148,151;, 3;152,153,154;, 3;153,152,155;, 3;156,152,154;, 3;152,156,157;, 3;158,159,156;, 3;159,158,160;, 3;155,161,153;, 3;161,155,162;, 3;163,164,165;, 3;164,163,166;, 3;167,168,169;, 3;168,167,170;, 3;168,171,172;, 3;171,168,170;, 3;173,168,174;, 3;168,173,169;, 3;174,172,175;, 3;172,174,168;, 3;169,159,167;, 3;159,169,176;, 3;155,177,178;, 3;177,155,152;, 3;178,179,180;, 3;179,178,177;, 3;173,180,179;, 3;181,172,171;, 3;172,181,182;, 3;182,175,172;, 3;175,182,183;, 3;152,176,177;, 3;176,152,157;, 3;177,169,179;, 3;169,177,176;, 3;179,169,173;, 3;184,163,185;, 3;186,187,188;, 3;187,186,189;, 3;187,190,191;, 3;190,187,189;, 3;52,191,190;, 3;191,52,53;, 3;192,193,194;, 3;194,195,196;, 3;195,194,197;, 3;198,199,200;, 3;200,201,202;, 3;201,200,199;, 3;203,199,198;, 3;203,204,199;, 3;203,205,204;, 3;199,206,201;, 3;206,199,204;, 3;207,194,204;, 3;204,196,206;, 3;196,204,194;, 3;208,209,210;, 3;209,208,211;, 3;210,212,213;, 3;212,210,209;, 3;214,215,216;, 3;215,214,217;, 3;216,218,219;, 3;218,216,215;, 3;217,220,215;, 3;220,217,221;, 3;215,222,218;, 3;222,215,220;, 3;221,210,220;, 3;210,221,208;, 3;220,213,222;, 3;213,220,210;, 3;206,208,221;, 3;208,206,196;, 3;196,211,208;, 3;211,196,195;, 3;201,214,202;, 3;214,201,217;, 3;217,206,221;, 3;206,217,201;, 3;223,207,205;, 3;207,223,224;, 3;224,225,226;, 3;225,224,223;, 3;185,165,227;, 3;165,185,163;, 3;151,148,228;, 3;229,230,231;, 3;230,229,232;, 3;192,229,231;, 3;233,149,234;, 3;233,150,149;, 3;233,235,150;, 3;236,150,235;, 3;150,236,237;, 3;223,238,225;, 3;205,238,223;, 3;205,239,238;, 3;205,203,239;, 3;240,198,241;, 3;198,240,242;, 3;189,243,244;, 3;243,189,186;, 3;245,240,241;, 3;146,189,244;, 3;243,186,246;, 3;159,160,167;, 3;156,159,157;, 3;157,159,176;, 3;228,247,151;, 3;160,110,111;, 3;110,160,158;, 3;162,178,248;, 3;178,162,155;, 3;178,249,248;, 3;249,178,180;, 3;200,241,198;, 3;193,197,194;, 3;191,156,187;, 3;156,191,158;, 3;187,154,188;, 3;154,187,156;, 3;154,184,188;, 3;184,154,153;, 3;153,250,184;, 3;250,153,161;, 3;251,143,252;, 3;143,140,252;, 3;232,224,226;, 3;224,232,229;, 3;229,207,224;, 3;207,229,192;, 3;207,192,194;, 3;204,205,207;, 3;188,185,186;, 3;233,234,253;, 3;186,227,246;, 3;227,186,185;, 3;185,188,184;, 3;254,148,150;, 3;165,236,235;, 3;236,165,164;, 3;235,227,165;, 3;227,235,233;, 3;227,253,246;, 3;253,227,233;, 3;253,243,246;, 3;243,253,255;, 3;255,244,243;, 3;244,255,256;, 3;146,256,144;, 3;256,146,244;, 3;52,145,121;, 3;145,52,190;, 3;190,146,145;, 3;146,190,189;, 3;147,142,141;, 3;142,147,144;, 3;257,231,230;, 3;231,257,193;, 3;231,193,192;, 3;203,242,239;, 3;242,203,198;, 3;166,184,250;, 3;184,166,163;, 3;254,150,237;, 3;53,158,191;, 3;158,53,110;, 3;258,259,260;, 3;259,258,261;, 3;262,261,258;, 3;261,262,263;, 3;264,263,262;, 3;263,264,265;, 3;266,264,267;, 3;268,269,270;, 3;269,268,271;, 3;268,272,271;, 3;272,268,273;, 3;274,275,138;, 3;275,273,138;, 3;240,276,242;, 3;267,264,277;, 3;264,266,265;, 3;262,277,264;, 3;277,262,278;, 3;258,278,262;, 3;278,258,279;, 3;260,279,258;, 3;279,260,280;, 3;266,130,265;, 3;130,266,131;, 3;263,130,128;, 3;130,263,265;, 3;261,128,125;, 3;128,261,263;, 3;259,125,124;, 3;125,259,261;, 3;281,136,282;, 3;136,281,283;, 3;282,134,284;, 3;134,282,136;, 3;134,285,284;, 3;285,134,133;, 3;138,273,137;, 3;132,273,268;, 3;273,132,137;, 3;270,132,268;, 3;132,270,135;, 3;136,283,138;, 3;283,274,138;, 3;286,273,275;, 3;273,286,272;, 3;141,287,147;, 3;287,145,147;, 3;145,287,121;, 3;6,121,288;, 3;121,6,5;, 3;288,1,6;; MeshNormals { 289; 0.136524;0.581598;-0.801938;, 0.073462;0.512054;-0.855806;, 0.192187;0.726418;-0.659834;, 0.193947;0.296732;-0.935059;, 0.557332;-0.078397;-0.826580;, 0.448548;0.165040;-0.878389;, 0.121573;0.415054;-0.901637;, 0.926225;-0.106886;-0.361500;, 0.291525;0.887980;0.355674;, 0.327138;0.560377;0.760893;, 0.347662;0.927721;0.135883;, 0.138376;0.548481;0.824634;, 0.921865;0.323969;0.212624;, 0.480632;0.354427;0.802106;, 0.424314;0.407395;0.808695;, 0.920413;0.316625;0.229321;, 0.873503;0.102054;-0.476002;, 0.917274;0.118933;-0.380084;, 0.371135;0.012934;-0.928489;, 0.659036;0.088181;-0.746924;, 0.194026;0.172728;-0.965670;, 0.154520;0.371171;0.915618;, 0.182004;0.459009;0.869589;, 0.247971;-0.148802;0.957271;, -0.059032;-0.032365;0.997731;, -0.035610;-0.147064;0.988486;, 0.254023;-0.034861;0.966570;, 0.376090;0.363691;-0.852224;, 0.858746;0.239287;-0.453098;, 0.238045;0.497868;-0.833944;, 0.915956;0.182993;-0.357124;, 0.102653;0.349072;-0.931456;, 0.845682;0.148205;-0.512696;, 0.840121;-0.357315;0.408071;, 0.863114;-0.336499;0.376567;, 0.874271;-0.267752;0.404920;, 0.929709;0.153862;-0.334615;, 0.905478;0.099812;0.412489;, 0.389981;0.146293;0.909128;, 0.823630;-0.267235;0.500219;, 0.363694;-0.302703;0.880964;, 0.017289;0.272460;-0.962012;, 0.876017;0.067521;-0.477531;, 0.841198;-0.230246;0.489257;, 0.427042;-0.034394;0.903577;, 0.754285;-0.121563;0.645195;, 0.990664;-0.050455;0.126644;, 0.929932;-0.017437;-0.367318;, 0.938350;-0.179998;-0.295127;, 0.985351;0.030111;0.167859;, 0.544493;-0.122986;-0.829700;, 0.503891;-0.144295;-0.851630;, 0.042013;-0.145787;-0.988424;, -0.041364;-0.190719;-0.980773;, 0.794537;-0.046497;-0.605433;, 0.880981;-0.161256;-0.444824;, -0.535325;-0.521879;-0.664131;, -0.510270;-0.154130;-0.846090;, -0.473692;-0.408455;-0.780244;, 0.885493;0.087634;-0.456314;, -0.822900;0.565648;0.053650;, -0.473692;-0.408455;-0.780244;, -0.861089;0.011106;0.508334;, -0.867229;0.014832;0.497689;, -0.510270;-0.154130;-0.846090;, -0.496684;0.285533;0.819620;, 0.473853;0.247945;0.844977;, 0.606804;0.454409;0.652152;, 0.436948;0.202323;0.876437;, 0.947633;0.314532;0.055332;, 0.858391;0.119746;-0.498824;, -0.567326;-0.228148;-0.791258;, -0.513478;-0.144715;-0.845812;, 0.873395;-0.022912;-0.486474;, -0.466818;-0.145735;-0.872263;, 0.866571;0.036476;-0.497720;, -0.513478;-0.144715;-0.845812;, -0.717409;-0.305755;0.625970;, -0.856845;-0.137078;0.497017;, -0.567326;-0.228148;-0.791258;, -0.747917;-0.331973;0.574817;, -0.466818;-0.145735;-0.872263;, 0.509238;-0.091662;0.855730;, 0.490254;0.135762;0.860941;, 0.636077;-0.112816;0.763334;, 0.549160;0.778927;0.302814;, 0.573540;0.798652;-0.182225;, 0.347662;0.927721;0.135883;, 0.264379;0.903707;-0.336775;, 0.750043;-0.062424;0.658437;, 0.384670;0.889915;-0.245114;, 0.557596;0.491660;-0.668848;, 0.193947;0.296732;-0.935059;, 0.136524;0.581598;-0.801938;, 0.409624;-0.112503;-0.905291;, 0.570624;-0.006259;0.821188;, 0.189339;0.109343;0.975805;, 0.373551;-0.090004;0.923233;, -0.051810;0.125578;0.990730;, -0.072561;0.444632;0.892770;, 0.327138;0.560377;0.760893;, 0.373551;-0.090004;0.923233;, 0.847533;0.530628;0.011070;, 0.564770;0.729142;0.386506;, -0.535325;-0.521879;-0.664131;, 0.989490;-0.090311;0.112933;, 0.987194;-0.159305;0.008344;, 0.557332;-0.078397;-0.826580;, 0.971870;-0.116524;0.204673;, 0.264379;0.903707;-0.336775;, -0.088002;0.018826;-0.995942;, -0.164039;0.158271;-0.973674;, 0.179248;0.248308;0.951953;, 0.174538;-0.010307;0.984597;, 0.047602;0.017435;0.998714;, 0.384670;0.889915;-0.245114;, 0.264379;0.903707;-0.336775;, 0.564770;0.729142;0.386506;, -0.061692;0.737876;0.672111;, 0.846735;-0.494038;0.197400;, 0.847533;0.530628;0.011070;, 0.058861;0.221962;-0.973277;, 0.557332;-0.078397;-0.826580;, 0.102653;0.349072;-0.931456;, -0.730496;0.087368;-0.677305;, -0.608981;0.228868;-0.759448;, 0.017289;0.272460;-0.962012;, 0.238045;0.497868;-0.833944;, -0.536222;0.407462;-0.739216;, 0.376090;0.363691;-0.852224;, -0.283887;0.375287;-0.882365;, 0.194026;0.172728;-0.965670;, 0.945270;-0.092290;0.312966;, 0.676835;-0.211772;0.705016;, 0.689201;-0.332402;0.643825;, 0.969677;-0.056550;0.237756;, 0.662225;-0.417013;0.622542;, 0.866196;-0.129305;0.482685;, 0.380743;-0.139996;0.914022;, 0.846735;-0.494038;0.197400;, 0.068466;0.565121;-0.822162;, 0.075249;0.502152;-0.861500;, -0.016341;0.217955;-0.975822;, -0.043652;0.727651;-0.684557;, -0.730369;-0.005472;-0.683031;, -0.320110;0.175260;-0.931028;, -0.860037;-0.086586;-0.502832;, 0.021192;0.380225;-0.924651;, -0.334802;0.889307;0.311513;, -0.416287;0.617486;0.667395;, -0.216208;0.552202;0.805187;, -0.300720;0.949144;0.093237;, -0.720587;0.591916;0.361096;, -0.158690;0.494992;0.854284;, -0.733596;0.538815;0.414145;, -0.091951;0.551134;0.829335;, -0.894922;0.344801;-0.283244;, -0.909057;0.380692;-0.169376;, -0.517847;0.125006;-0.846291;, -0.755537;0.147352;-0.638320;, -0.416334;-0.006858;-0.909186;, 0.154520;0.371171;0.915618;, 0.182004;0.459009;0.869589;, -0.347871;-0.115521;0.930398;, -0.059032;-0.032365;0.997731;, -0.337726;-0.082688;0.937606;, -0.035610;-0.147064;0.988486;, -0.594901;-0.097381;-0.797878;, -0.929802;-0.144170;-0.338648;, -0.939441;0.024874;-0.341807;, -0.750462;-0.096658;-0.653808;, -0.843831;-0.158945;-0.512529;, -0.923146;-0.186115;-0.336397;, -0.778374;-0.099805;0.619816;, -0.713281;-0.097371;0.694081;, -0.793439;0.055251;0.606137;, -0.916759;0.361623;-0.169653;, -0.739657;0.416270;0.528798;, -0.059511;0.313270;0.947798;, -0.762846;0.083014;0.641229;, -0.087445;0.047446;0.995039;, -0.828560;-0.219581;-0.515046;, -0.947331;-0.252704;-0.196735;, -0.728939;0.354994;0.585343;, -0.404145;0.114741;0.907470;, -0.805361;-0.145223;0.574721;, -0.996757;-0.080375;0.003983;, -0.925510;0.021212;-0.378129;, -0.994286;-0.065103;0.084603;, -0.890861;-0.218435;-0.398313;, -0.448701;-0.177571;-0.875863;, -0.512084;-0.155437;-0.844754;, -0.390516;0.092155;-0.915972;, -0.491085;0.275422;-0.826425;, -0.531033;0.040693;-0.846373;, 0.860930;-0.038150;-0.507291;, -0.518986;0.248720;-0.817797;, 0.820327;-0.253527;-0.512629;, 0.751074;0.489550;0.442977;, 0.482821;-0.221910;0.847136;, 0.820327;-0.253527;-0.512629;, 0.510402;-0.169392;0.843088;, 0.860930;-0.038150;-0.507291;, 0.026893;-0.141122;0.989627;, -0.845013;0.084637;0.528005;, -0.793336;0.427976;0.432959;, -0.833378;0.071091;0.548113;, -0.875481;0.372047;-0.308405;, -0.495410;0.256232;-0.830008;, 0.886808;-0.159176;-0.433860;, -0.513188;0.117627;-0.850178;, 0.867222;-0.067567;-0.493316;, 0.840230;-0.058136;-0.539105;, -0.501903;0.177692;-0.846474;, 0.867222;-0.067567;-0.493316;, 0.308127;-0.450372;0.837987;, 0.886808;-0.159176;-0.433860;, 0.496154;-0.283812;0.820538;, 0.360596;-0.470414;0.805408;, 0.840230;-0.058136;-0.539105;, -0.868554;-0.172099;0.464753;, -0.856691;0.044346;0.513920;, -0.932412;-0.167572;0.320199;, -0.541952;0.805942;0.238214;, -0.468641;0.846894;-0.251288;, -0.300720;0.949144;0.093237;, -0.122015;0.923390;-0.363955;, -0.816660;-0.190873;0.544642;, -0.303657;0.901468;-0.308461;, -0.279734;0.559315;-0.780331;, -0.016341;0.217955;-0.975822;, -0.044821;-0.172465;-0.983995;, 0.068466;0.565121;-0.822162;, -0.758784;-0.066621;0.647926;, -0.681423;-0.043835;0.730576;, -0.273000;0.092005;0.957604;, -0.051810;0.125578;0.990730;, -0.072561;0.444632;0.892770;, -0.416287;0.617486;0.667395;, -0.681423;-0.043835;0.730576;, -0.948006;0.303214;-0.096677;, -0.491085;0.275422;-0.826425;, -0.694889;0.588481;0.413303;, -0.984422;-0.169250;-0.047621;, -0.974209;-0.181345;-0.134277;, -0.730369;-0.005472;-0.683031;, -0.967433;-0.252830;-0.012271;, -0.122015;0.923390;-0.363955;, 0.179248;0.248308;0.951953;, 0.174538;-0.010307;0.984597;, 0.047602;0.017435;0.998714;, -0.303657;0.901468;-0.308461;, -0.122015;0.923390;-0.363955;, -0.694889;0.588481;0.413303;, -0.061692;0.737876;0.672111;, -0.759364;-0.650634;0.006470;, -0.948006;0.303214;-0.096677;, -0.730369;-0.005472;-0.683031;, -0.974131;-0.049922;-0.220399;, -0.968827;-0.009024;-0.247573;, -0.970024;-0.126618;-0.207415;, -0.956487;0.072010;-0.282751;, -0.918756;0.015984;-0.394501;, -0.946546;0.129843;-0.295284;, -0.581710;0.114893;-0.805241;, -0.678476;0.259102;-0.687412;, -0.164039;0.158271;-0.973674;, -0.416334;-0.006858;-0.909186;, 0.577798;0.351704;0.736515;, -0.728939;0.354994;0.585343;, 0.109723;0.905916;0.408996;, -0.793439;0.055251;0.606137;, -0.713281;-0.097371;0.694081;, 0.363173;-0.106362;0.925631;, 0.174538;-0.010307;0.984597;, -0.087445;0.047446;0.995039;, -0.759364;-0.650634;0.006470;, -0.594901;-0.097381;-0.797878;, -0.750462;-0.096658;-0.653808;, -0.843831;-0.158945;-0.512529;, -0.828560;-0.219581;-0.515046;, 0.840121;-0.357315;0.408071;, 0.863114;-0.336499;0.376567;, 0.363694;-0.302703;0.880964;, 0.874271;-0.267752;0.404920;, 0.841198;-0.230246;0.489257;, -0.778374;-0.099805;0.619816;, 0.104138;0.409628;-0.906289;, -0.084294;0.483855;-0.871079;; 410; 3;0,1,2;, 3;1,0,3;, 3;4,5,6;, 3;5,4,7;, 3;8,9,10;, 3;9,8,11;, 3;12,13,14;, 3;13,12,15;, 3;16,12,17;, 3;12,16,15;, 3;18,19,20;, 3;19,18,16;, 3;14,21,22;, 3;21,14,13;, 3;23,24,25;, 3;24,23,26;, 3;27,28,29;, 3;28,27,30;, 3;28,31,29;, 3;31,28,32;, 3;33,28,30;, 3;28,33,34;, 3;34,32,28;, 3;32,34,35;, 3;30,19,36;, 3;19,30,27;, 3;14,37,12;, 3;37,14,38;, 3;38,39,37;, 3;39,38,40;, 3;33,39,40;, 3;41,32,42;, 3;32,41,31;, 3;42,35,43;, 3;35,42,32;, 3;12,36,17;, 3;36,12,37;, 3;37,30,36;, 3;30,37,39;, 3;39,33,30;, 3;44,45,23;, 3;46,47,48;, 3;47,46,49;, 3;47,50,48;, 3;50,47,51;, 3;52,51,53;, 3;51,52,50;, 3;54,55,56;, 3;55,57,58;, 3;57,55,59;, 3;60,61,62;, 3;61,63,62;, 3;63,61,64;, 3;65,66,67;, 3;65,62,66;, 3;65,60,62;, 3;62,68,66;, 3;68,62,63;, 3;69,66,55;, 3;66,59,55;, 3;59,66,68;, 3;70,71,72;, 3;71,70,73;, 3;73,74,71;, 3;74,73,75;, 3;76,77,78;, 3;77,76,79;, 3;79,80,77;, 3;80,79,81;, 3;78,82,83;, 3;82,78,77;, 3;77,84,82;, 3;84,77,80;, 3;83,73,70;, 3;73,83,82;, 3;82,75,73;, 3;75,82,84;, 3;68,70,59;, 3;70,68,83;, 3;59,72,57;, 3;72,59,70;, 3;63,76,78;, 3;76,63,64;, 3;78,68,63;, 3;68,78,83;, 3;85,69,86;, 3;69,85,67;, 3;86,87,85;, 3;87,86,88;, 3;45,26,23;, 3;26,45,89;, 3;10,90,8;, 3;91,92,93;, 3;92,91,94;, 3;54,94,91;, 3;95,11,96;, 3;95,9,11;, 3;95,97,9;, 3;98,11,99;, 3;11,98,96;, 3;85,87,100;, 3;67,101,65;, 3;67,100,101;, 3;67,85,100;, 3;102,60,103;, 3;60,102,104;, 3;48,105,46;, 3;105,48,106;, 3;107,104,102;, 3;7,106,48;, 3;105,108,46;, 3;19,27,20;, 3;16,17,19;, 3;17,36,19;, 3;90,10,109;, 3;20,110,18;, 3;110,20,111;, 3;22,38,14;, 3;38,22,112;, 3;38,113,40;, 3;113,38,112;, 3;61,60,104;, 3;56,55,58;, 3;51,16,18;, 3;16,51,47;, 3;47,15,16;, 3;15,47,49;, 3;15,44,13;, 3;44,15,49;, 3;13,114,21;, 3;114,13,44;, 3;115,116,2;, 3;2,116,0;, 3;93,86,91;, 3;86,93,88;, 3;91,69,54;, 3;69,91,86;, 3;69,55,54;, 3;66,69,67;, 3;49,46,45;, 3;95,117,97;, 3;46,89,45;, 3;89,46,108;, 3;45,44,49;, 3;118,11,8;, 3;26,98,24;, 3;98,26,96;, 3;96,89,95;, 3;89,96,26;, 3;89,117,95;, 3;117,89,108;, 3;117,105,119;, 3;105,117,108;, 3;119,106,120;, 3;106,119,105;, 3;7,120,106;, 3;120,7,4;, 3;5,52,121;, 3;52,5,50;, 3;50,7,48;, 3;7,50,5;, 3;6,3,4;, 3;3,6,1;, 3;122,94,56;, 3;94,122,92;, 3;94,54,56;, 3;65,103,60;, 3;103,65,101;, 3;25,44,23;, 3;44,25,114;, 3;118,99,11;, 3;18,53,51;, 3;53,18,110;, 3;123,124,125;, 3;124,123,126;, 3;127,125,128;, 3;125,127,123;, 3;129,128,130;, 3;128,129,127;, 3;130,131,129;, 3;132,133,134;, 3;133,132,135;, 3;136,132,134;, 3;132,136,137;, 3;136,138,137;, 3;102,103,139;, 3;140,141,142;, 3;141,140,143;, 3;144,145,146;, 3;145,144,147;, 3;148,149,150;, 3;149,148,151;, 3;152,153,154;, 3;153,152,155;, 3;156,152,154;, 3;152,156,157;, 3;158,159,156;, 3;159,158,160;, 3;155,161,153;, 3;161,155,162;, 3;163,164,165;, 3;164,163,166;, 3;167,168,169;, 3;168,167,170;, 3;168,171,172;, 3;171,168,170;, 3;173,168,174;, 3;168,173,169;, 3;174,172,175;, 3;172,174,168;, 3;169,159,167;, 3;159,169,176;, 3;155,177,178;, 3;177,155,152;, 3;178,179,180;, 3;179,178,177;, 3;173,180,179;, 3;181,172,171;, 3;172,181,182;, 3;182,175,172;, 3;175,182,183;, 3;152,176,177;, 3;176,152,157;, 3;177,169,179;, 3;169,177,176;, 3;179,169,173;, 3;184,163,185;, 3;186,187,188;, 3;187,186,189;, 3;187,190,191;, 3;190,187,189;, 3;52,191,190;, 3;191,52,53;, 3;192,193,194;, 3;194,195,196;, 3;195,194,197;, 3;198,199,200;, 3;200,201,202;, 3;201,200,199;, 3;203,199,198;, 3;203,204,199;, 3;203,205,204;, 3;199,206,201;, 3;206,199,204;, 3;207,194,204;, 3;204,196,206;, 3;196,204,194;, 3;208,209,210;, 3;209,208,211;, 3;210,212,213;, 3;212,210,209;, 3;214,215,216;, 3;215,214,217;, 3;216,218,219;, 3;218,216,215;, 3;217,220,215;, 3;220,217,221;, 3;215,222,218;, 3;222,215,220;, 3;221,210,220;, 3;210,221,208;, 3;220,213,222;, 3;213,220,210;, 3;206,208,221;, 3;208,206,196;, 3;196,211,208;, 3;211,196,195;, 3;201,214,202;, 3;214,201,217;, 3;217,206,221;, 3;206,217,201;, 3;223,207,205;, 3;207,223,224;, 3;224,225,226;, 3;225,224,223;, 3;185,165,227;, 3;165,185,163;, 3;151,148,228;, 3;229,230,231;, 3;230,229,232;, 3;192,229,231;, 3;233,149,234;, 3;233,150,149;, 3;233,235,150;, 3;236,150,235;, 3;150,236,237;, 3;223,238,225;, 3;205,238,223;, 3;205,239,238;, 3;205,203,239;, 3;240,198,241;, 3;198,240,242;, 3;189,243,244;, 3;243,189,186;, 3;245,240,241;, 3;146,189,244;, 3;243,186,246;, 3;159,160,167;, 3;156,159,157;, 3;157,159,176;, 3;228,247,151;, 3;160,110,111;, 3;110,160,158;, 3;162,178,248;, 3;178,162,155;, 3;178,249,248;, 3;249,178,180;, 3;200,241,198;, 3;193,197,194;, 3;191,156,187;, 3;156,191,158;, 3;187,154,188;, 3;154,187,156;, 3;154,184,188;, 3;184,154,153;, 3;153,250,184;, 3;250,153,161;, 3;251,143,252;, 3;143,140,252;, 3;232,224,226;, 3;224,232,229;, 3;229,207,224;, 3;207,229,192;, 3;207,192,194;, 3;204,205,207;, 3;188,185,186;, 3;233,234,253;, 3;186,227,246;, 3;227,186,185;, 3;185,188,184;, 3;254,148,150;, 3;165,236,235;, 3;236,165,164;, 3;235,227,165;, 3;227,235,233;, 3;227,253,246;, 3;253,227,233;, 3;253,243,246;, 3;243,253,255;, 3;255,244,243;, 3;244,255,256;, 3;146,256,144;, 3;256,146,244;, 3;52,145,121;, 3;145,52,190;, 3;190,146,145;, 3;146,190,189;, 3;147,142,141;, 3;142,147,144;, 3;257,231,230;, 3;231,257,193;, 3;231,193,192;, 3;203,242,239;, 3;242,203,198;, 3;166,184,250;, 3;184,166,163;, 3;254,150,237;, 3;53,158,191;, 3;158,53,110;, 3;258,259,260;, 3;259,258,261;, 3;262,261,258;, 3;261,262,263;, 3;264,263,262;, 3;263,264,265;, 3;266,264,267;, 3;268,269,270;, 3;269,268,271;, 3;268,272,271;, 3;272,268,273;, 3;274,275,138;, 3;275,273,138;, 3;240,276,242;, 3;267,264,277;, 3;264,266,265;, 3;262,277,264;, 3;277,262,278;, 3;258,278,262;, 3;278,258,279;, 3;260,279,258;, 3;279,260,280;, 3;266,130,265;, 3;130,266,131;, 3;263,130,128;, 3;130,263,265;, 3;261,128,125;, 3;128,261,263;, 3;259,125,124;, 3;125,259,261;, 3;281,136,282;, 3;136,281,283;, 3;282,134,284;, 3;134,282,136;, 3;134,285,284;, 3;285,134,133;, 3;138,273,137;, 3;132,273,268;, 3;273,132,137;, 3;270,132,268;, 3;132,270,135;, 3;136,283,138;, 3;283,274,138;, 3;286,273,275;, 3;273,286,272;, 3;141,287,147;, 3;287,145,147;, 3;145,287,121;, 3;6,121,288;, 3;121,6,5;, 3;288,1,6;; } MeshMaterialList { 1; 410; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; { _03_-_Defaultwww } } MeshTextureCoords tc0 { 289; 0.610141;0.310261;, 0.529837;0.316253;, 0.543524;0.297509;, 0.604030;0.321234;, 0.599695;0.343575;, 0.552086;0.392948;, 0.539929;0.350704;, 0.599751;0.391977;, 0.752003;0.228069;, 0.686664;0.289070;, 0.692025;0.248633;, 0.739525;0.285291;, 0.641006;0.552789;, 0.717726;0.532381;, 0.729070;0.545118;, 0.630243;0.539418;, 0.583190;0.534785;, 0.611238;0.557435;, 0.545082;0.532785;, 0.575197;0.571706;, 0.536676;0.575055;, 0.791793;0.528747;, 0.792164;0.542027;, 0.732445;0.445437;, 0.792089;0.390374;, 0.791850;0.439671;, 0.731495;0.390021;, 0.566871;0.613059;, 0.620243;0.710920;, 0.577658;0.710566;, 0.609491;0.615339;, 0.590640;0.771880;, 0.624630;0.775116;, 0.671383;0.631396;, 0.669922;0.704257;, 0.687263;0.771134;, 0.614964;0.580404;, 0.665982;0.580376;, 0.738198;0.570982;, 0.672879;0.614590;, 0.734220;0.620858;, 0.586078;0.823119;, 0.635919;0.828505;, 0.667908;0.832151;, 0.720203;0.492676;, 0.661695;0.447171;, 0.640637;0.438887;, 0.585826;0.483830;, 0.592772;0.430024;, 0.632818;0.488566;, 0.551224;0.420828;, 0.552836;0.482815;, 0.500028;0.421582;, 0.500023;0.484950;, 0.860409;0.111786;, 0.866266;0.170272;, 0.842572;0.108436;, 0.842399;0.253672;, 0.841537;0.177806;, 0.864742;0.245157;, 0.931005;0.110902;, 0.954777;0.147721;, 0.926758;0.159365;, 0.926058;0.225707;, 0.949180;0.233391;, 0.915224;0.122907;, 0.892117;0.161630;, 0.897545;0.115262;, 0.893518;0.233835;, 0.881070;0.116201;, 0.864607;0.288352;, 0.847942;0.394483;, 0.844306;0.292675;, 0.866452;0.393272;, 0.848019;0.457232;, 0.863750;0.456569;, 0.950338;0.277335;, 0.913008;0.367886;, 0.923051;0.273815;, 0.954423;0.381289;, 0.906168;0.451154;, 0.949792;0.455619;, 0.891007;0.381654;, 0.893917;0.278573;, 0.885832;0.452628;, 0.895197;0.057973;, 0.882079;0.065508;, 0.896158;0.023496;, 0.879821;0.025294;, 0.687546;0.385127;, 0.733314;0.216034;, 0.862292;0.067510;, 0.856805;0.019165;, 0.865114;0.022970;, 0.854043;0.081567;, 0.693717;0.324867;, 0.731673;0.333895;, 0.681231;0.304291;, 0.792064;0.342272;, 0.791847;0.284291;, 0.909365;0.056174;, 0.913123;0.083342;, 0.942771;0.046535;, 0.929045;0.078400;, 0.959795;0.104028;, 0.640986;0.385750;, 0.613665;0.399214;, 0.957451;0.020201;, 0.650909;0.381229;, 0.676276;0.225413;, 0.500000;0.532551;, 0.499208;0.578380;, 0.792238;0.569042;, 0.792902;0.589933;, 0.792094;0.494358;, 0.565349;0.267276;, 0.591684;0.293776;, 0.663300;0.328882;, 0.792828;0.242604;, 0.631925;0.350331;, 0.617027;0.355172;, 0.499711;0.401228;, 0.846930;0.013384;, 0.185188;0.794600;, 0.142150;0.848135;, 0.143661;0.792812;, 0.183789;0.838989;, 0.178230;0.737004;, 0.127727;0.736350;, 0.164623;0.676793;, 0.122042;0.685686;, 0.152686;0.639605;, 0.895149;0.771646;, 0.851027;0.821881;, 0.852496;0.771382;, 0.895206;0.820181;, 0.859618;0.698644;, 0.895163;0.695909;, 0.895513;0.662526;, 0.927535;0.051956;, 0.396635;0.307035;, 0.469421;0.315486;, 0.395513;0.319963;, 0.462322;0.301933;, 0.399778;0.345847;, 0.447824;0.393327;, 0.400093;0.391235;, 0.460203;0.350424;, 0.246020;0.229045;, 0.313180;0.288560;, 0.260186;0.285650;, 0.307592;0.248732;, 0.359787;0.552622;, 0.281471;0.533154;, 0.371270;0.534445;, 0.271880;0.544749;, 0.417752;0.534697;, 0.388555;0.556783;, 0.454749;0.532690;, 0.424809;0.571919;, 0.463689;0.575147;, 0.207968;0.528772;, 0.207985;0.542028;, 0.267463;0.444935;, 0.207929;0.390373;, 0.268442;0.390140;, 0.208124;0.439678;, 0.433651;0.613457;, 0.379758;0.710575;, 0.390200;0.615383;, 0.423312;0.710144;, 0.409343;0.772154;, 0.375273;0.774716;, 0.329074;0.632208;, 0.330036;0.704923;, 0.313436;0.773285;, 0.384818;0.580399;, 0.333827;0.581659;, 0.262504;0.570928;, 0.327348;0.614359;, 0.266264;0.619971;, 0.413191;0.819681;, 0.365222;0.828224;, 0.327077;0.830797;, 0.280238;0.492252;, 0.338415;0.447429;, 0.359239;0.438419;, 0.414074;0.483877;, 0.366439;0.486789;, 0.407147;0.430317;, 0.448693;0.421762;, 0.447126;0.482833;, 0.139638;0.111761;, 0.156450;0.106441;, 0.133710;0.170328;, 0.157546;0.253654;, 0.135293;0.245040;, 0.158490;0.177812;, 0.069292;0.112356;, 0.073233;0.159523;, 0.045253;0.147679;, 0.073972;0.225613;, 0.050820;0.233562;, 0.084841;0.120915;, 0.107889;0.161515;, 0.102284;0.115718;, 0.106463;0.233936;, 0.119012;0.115693;, 0.135375;0.288442;, 0.152063;0.394484;, 0.133549;0.393312;, 0.155708;0.292670;, 0.151965;0.457244;, 0.136252;0.456475;, 0.049667;0.277224;, 0.086908;0.368068;, 0.045570;0.381247;, 0.076926;0.273950;, 0.093819;0.450848;, 0.050228;0.455857;, 0.109049;0.381603;, 0.106109;0.278422;, 0.114161;0.452765;, 0.105124;0.058000;, 0.117728;0.066420;, 0.103885;0.019966;, 0.120166;0.024807;, 0.312247;0.384778;, 0.270437;0.213885;, 0.138006;0.067083;, 0.143584;0.016696;, 0.146492;0.084435;, 0.134975;0.024628;, 0.305581;0.325833;, 0.317801;0.301849;, 0.268433;0.333556;, 0.207882;0.342291;, 0.208400;0.284277;, 0.090286;0.056411;, 0.086851;0.084477;, 0.057685;0.047924;, 0.039949;0.109075;, 0.070858;0.075863;, 0.358990;0.385718;, 0.387121;0.399011;, 0.045572;0.007675;, 0.349220;0.380946;, 0.324037;0.225229;, 0.208300;0.569048;, 0.207824;0.590157;, 0.207935;0.494341;, 0.438359;0.263335;, 0.414704;0.286226;, 0.339491;0.329747;, 0.209487;0.242516;, 0.367929;0.351454;, 0.381693;0.354353;, 0.149740;0.011351;, 0.081918;0.793057;, 0.113496;0.849902;, 0.085051;0.847483;, 0.113520;0.792662;, 0.097282;0.736294;, 0.113514;0.735957;, 0.103421;0.685480;, 0.113271;0.687887;, 0.113353;0.639900;, 0.073943;0.639649;, 0.937897;0.771531;, 0.981861;0.838432;, 0.939908;0.820558;, 0.980335;0.774205;, 0.981960;0.700988;, 0.926273;0.697956;, 0.895611;0.641696;, 0.935936;0.643560;, 0.070933;0.051736;, 0.061846;0.676745;, 0.048877;0.736812;, 0.041979;0.792950;, 0.044464;0.842884;, 0.802595;0.649530;, 0.808952;0.700852;, 0.854754;0.643668;, 0.809872;0.774561;, 0.810825;0.839270;, 0.988351;0.647439;, 0.482414;0.357256;, 0.517375;0.357055;; } XSkinMeshHeader { 6; 7; 22; } SkinWeights { "Bip01_R_Hand"; 2; 217, 221; 0.017630, 0.016562; -0.022306,0.366539,0.930136,0.000000,-0.893538,0.410002,-0.182997,0.000000,-0.448433,-0.835193,0.318371,0.000000,0.404547,-0.162230,0.225822,1.000000;; } SkinWeights { "Bip01_Pelvis"; 69; 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 27, 30, 33, 36, 37, 38, 39, 40, 44, 47, 49, 51, 53, 110, 111, 112, 113, 114, 129, 130, 131, 138, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 167, 169, 173, 176, 177, 178, 179, 180, 184, 187, 188, 191, 248, 249, 250, 264, 265, 266, 267, 274, 275, 277, 281, 283, 286; 0.744743, 0.694192, 0.721667, 0.690571, 0.676981, 0.833347, 0.675614, 0.645131, 0.636684, 0.694192, 0.748881, 0.215639, 0.644842, 0.441770, 0.688046, 0.679572, 0.875687, 0.582787, 0.767719, 0.159989, 0.122905, 0.150108, 0.129840, 0.130835, 0.682153, 0.368779, 0.960876, 0.783646, 0.160946, 0.215639, 0.119160, 0.636684, 0.693142, 0.744743, 0.694192, 0.690571, 0.721667, 0.676981, 0.833347, 0.675614, 0.645131, 0.636684, 0.694192, 0.748881, 0.215639, 0.644842, 0.441770, 0.688046, 0.679572, 0.875687, 0.582787, 0.767719, 0.159989, 0.122905, 0.150108, 0.129840, 0.960876, 0.783646, 0.160946, 0.119160, 0.156628, 0.368779, 0.636684, 0.783646, 0.767719, 0.215639, 0.441770, 0.767719, 0.441770; 0.182433,0.977471,-0.106152,0.000000,0.981889,-0.186733,-0.032007,0.000000,-0.051109,-0.098390,-0.993835,0.000000,-0.476091,0.101991,0.026746,1.000000;; } SkinWeights { "Bip01_L_Calf"; 21; 31, 32, 35, 41, 42, 43, 123, 124, 125, 126, 133, 134, 135, 181, 258, 259, 260, 261, 280, 284, 285; 0.350535, 0.668613, 0.710114, 0.400816, 0.583030, 0.900346, 0.350535, 0.442755, 0.106413, 0.400816, 1.000000, 0.504000, 0.450000, 0.003944, 0.011194, 0.031486, 0.012591, 0.062987, 0.003944, 0.710114, 0.900346; -0.004010,-0.996427,-0.084366,0.000000,-0.987978,-0.009091,0.154329,0.000000,-0.154544,0.083970,-0.984411,0.000000,0.252785,0.047586,-0.153207,1.000000;; } SkinWeights { "Bip01_R_Thigh"; 68; 20, 27, 29, 31, 41, 110, 111, 113, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 137, 138, 152, 154, 155, 156, 157, 158, 159, 160, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 249, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 271, 272, 273, 274, 275, 277, 278, 279, 280, 286; 0.008079, 0.013159, 0.019028, 0.005798, 0.009763, 0.005450, 0.125585, 0.098333, 0.005798, 0.041785, 0.021368, 0.009763, 0.019028, 0.062845, 0.013159, 0.098386, 0.008079, 0.360000, 0.450000, 0.110587, 0.004138, 0.003621, 0.027215, 0.017210, 0.066653, 0.018578, 0.254870, 0.218435, 0.771203, 1.000000, 0.355158, 0.980972, 0.643667, 0.331387, 0.558230, 1.000000, 0.289886, 0.311954, 0.320428, 0.124313, 0.417213, 0.174624, 0.539471, 0.404555, 0.099654, 0.098333, 0.506011, 0.105403, 0.089860, 0.099364, 0.597155, 0.142262, 0.582454, 0.137037, 0.125585, 0.218435, 0.396000, 0.099654, 0.289886, 1.000000, 0.920000, 0.098333, 0.174624, 0.771203, 0.980972, 0.643667, 0.539471, 0.558230; 0.037487,-0.994678,-0.095968,0.000000,-0.995371,-0.028662,-0.091735,0.000000,0.088496,0.098962,-0.991148,0.000000,0.496209,-0.051129,0.057075,1.000000;; } SkinWeights { "Bip01_R_Calf"; 21; 41, 124, 125, 126, 135, 171, 172, 175, 181, 182, 183, 258, 259, 260, 261, 268, 269, 270, 271, 279, 280; 0.003944, 0.012591, 0.011194, 0.003944, 0.450000, 0.350535, 0.668613, 0.710114, 0.400816, 0.583030, 0.900346, 0.106413, 0.030782, 0.442755, 0.059957, 0.504000, 0.900346, 1.000000, 0.710114, 0.350535, 0.400816; 0.089136,-0.994678,-0.051670,0.000000,-0.721110,-0.028662,-0.692227,0.000000,0.687062,0.098962,-0.719828,0.000000,0.166709,-0.051129,0.205903,1.000000;; } SkinWeights { "Bip01_DressFront"; 18; 20, 111, 124, 125, 128, 130, 131, 160, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267; 0.036802, 0.279581, 0.008381, 0.177273, 0.340000, 0.200000, 0.036802, 0.036802, 0.177273, 0.337817, 0.008381, 0.389687, 0.340000, 0.724052, 0.200000, 0.575093, 0.279581, 0.036802; -0.080439,0.904430,0.418970,0.000000,-0.951819,0.055092,-0.301670,0.000000,-0.295921,-0.423050,0.856422,0.000000,0.405136,-0.022962,0.182702,1.000000;; } SkinWeights { "Bip01_DressBack"; 14; 40, 113, 132, 134, 136, 137, 138, 180, 249, 268, 273, 274, 275, 283; 0.057657, 0.070739, 0.280000, 0.100000, 0.080000, 0.100000, 0.074364, 0.057657, 0.070739, 0.100000, 0.080000, 0.070739, 0.057657, 0.057657; 0.046064,0.936664,0.347186,0.000000,-0.904895,0.186345,-0.382675,0.000000,-0.423135,-0.296539,0.856167,0.000000,0.440564,-0.045350,0.093943,1.000000;; } SkinWeights { "Bip01_DressBack02"; 1; 135; 0.100000; 0.110794,0.973236,0.201338,0.000000,-0.990994,0.123515,-0.051719,0.000000,-0.075203,-0.193794,0.978155,0.000000,0.282716,-0.029292,-0.002361,1.000000;; } SkinWeights { "Bip01_L_Clavicle"; 54; 0, 1, 2, 3, 4, 5, 7, 8, 9, 10, 11, 56, 60, 65, 66, 67, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 107, 108, 109, 115, 116, 117, 118, 119, 120, 122, 139, 148, 150, 228, 237, 251, 254, 288; 0.529961, 0.277621, 0.390542, 0.482698, 0.328931, 0.004207, 0.003117, 0.236684, 0.447456, 0.563043, 0.149263, 0.003425, 0.005886, 0.027884, 0.054538, 0.310486, 0.764618, 0.910828, 0.563043, 0.601560, 0.004165, 0.402461, 0.493086, 0.482698, 0.529961, 0.274930, 0.022750, 0.012950, 0.022600, 0.045501, 0.447456, 0.022600, 0.071393, 0.019752, 0.003425, 0.031438, 0.328931, 0.005071, 0.601560, 0.402461, 0.601560, 0.019752, 0.043913, 0.064104, 0.071393, 0.328931, 0.064104, 0.000964, 0.000792, 0.000270, 0.045501, 0.000270, 0.043913, 0.038351; 0.966029,0.247801,-0.073363,0.000000,-0.250472,0.967671,-0.029622,0.000000,0.063651,0.046991,0.996865,0.000000,0.172664,-0.731434,0.001772,1.000000;; } SkinWeights { "Bip01_L_UpperArm"; 61; 0, 1, 2, 3, 4, 7, 8, 9, 10, 11, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 78, 83, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 99, 100, 101, 102, 103, 104, 105, 107, 108, 109, 115, 116, 117, 118, 119, 120, 122, 139, 237, 254; 0.053947, 0.041910, 0.029815, 0.142179, 0.223624, 0.023630, 0.011084, 0.030154, 0.028720, 0.016819, 1.000000, 1.000000, 0.933259, 0.481189, 1.000000, 0.479098, 0.994114, 1.000000, 1.000000, 0.489268, 0.481189, 0.680049, 0.603357, 0.665009, 0.485007, 1.000000, 0.211138, 0.212263, 0.141977, 0.070512, 0.028720, 0.055860, 0.075959, 0.025944, 0.375937, 0.142179, 0.053947, 0.519682, 0.371167, 0.159069, 0.372418, 0.005757, 0.030154, 0.372418, 0.167309, 0.257114, 0.933259, 0.064839, 0.223624, 0.156985, 0.055860, 0.025944, 0.055860, 0.257114, 0.003393, 0.148986, 0.167309, 0.223624, 0.148986, 0.005757, 0.003393; 0.073379,0.977512,-0.197703,0.000000,-0.951363,0.128083,0.280182,0.000000,0.299204,0.167528,0.939367,0.000000,0.678436,-0.194447,-0.210325,1.000000;; } SkinWeights { "Bip01_L_Forearm"; 21; 57, 59, 63, 64, 66, 68, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84; 0.518812, 0.520902, 0.510732, 0.518812, 0.342105, 0.514993, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 0.771232, 1.000000, 1.000000, 1.000000, 1.000000, 0.771176, 1.000000; 0.134531,0.977512,-0.162396,0.000000,-0.990523,0.128083,-0.049588,0.000000,-0.027673,0.167528,0.985479,0.000000,0.580457,-0.194447,-0.019816,1.000000;; } SkinWeights { "Bip01_BackPack"; 2; 98, 236; 0.270218, 0.270218; 0.003021,0.996898,-0.078650,0.000000,0.154354,0.077243,0.984991,0.000000,0.988011,-0.015116,-0.153642,0.000000,-0.215445,-0.046524,-0.678685,1.000000;; } SkinWeights { "Bip01_L_Thigh"; 70; 12, 14, 15, 16, 17, 18, 19, 20, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 110, 111, 112, 113, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 134, 136, 137, 138, 160, 167, 170, 171, 181, 248, 249, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 274, 277, 278, 279, 280, 281, 282, 283, 284, 285; 0.004138, 0.027215, 0.003621, 0.017210, 0.066653, 0.018578, 0.254870, 0.218435, 0.771203, 1.000000, 0.980972, 0.355158, 0.643667, 0.331387, 0.558230, 1.000000, 0.289886, 0.311954, 0.320428, 0.124313, 0.417213, 0.174624, 0.539471, 0.404555, 0.099654, 0.005447, 0.126055, 0.039124, 0.047282, 0.643667, 0.089860, 0.506011, 0.539471, 0.980972, 0.597155, 0.771203, 0.582454, 0.218435, 0.360000, 0.396000, 0.920000, 0.450000, 0.121907, 0.008079, 0.013159, 0.019028, 0.005798, 0.009763, 0.039124, 0.047282, 0.021368, 0.105269, 0.041785, 0.095487, 0.062845, 0.133685, 0.098386, 0.131241, 0.126055, 0.008079, 0.047282, 0.013159, 0.019028, 0.005798, 0.009763, 0.558230, 1.000000, 0.174624, 0.289886, 0.099654; -0.035694,-0.996427,-0.076548,0.000000,-0.855724,-0.009091,0.517354,0.000000,-0.516201,0.083970,-0.852341,0.000000,0.413335,0.047586,-0.237602,1.000000;; } SkinWeights { "Bip01_R_Clavicle"; 55; 8, 11, 90, 99, 115, 118, 121, 140, 141, 142, 143, 144, 145, 146, 148, 149, 150, 151, 193, 198, 203, 204, 205, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 237, 238, 239, 240, 241, 242, 243, 245, 246, 247, 251, 252, 253, 254, 255, 256, 257, 276, 287; 0.000964, 0.000792, 0.000270, 0.044600, 0.000270, 0.042889, 0.000533, 0.529961, 0.277621, 0.482698, 0.360215, 0.328931, 0.004207, 0.003117, 0.236684, 0.186893, 0.149263, 0.563043, 0.003425, 0.005886, 0.027884, 0.054538, 0.310486, 0.764618, 0.910828, 0.563043, 0.588754, 0.004165, 0.402461, 0.493086, 0.482698, 0.274930, 0.529961, 0.018130, 0.018023, 0.012950, 0.044600, 0.186893, 0.018023, 0.071393, 0.003425, 0.019752, 0.031438, 0.328931, 0.005071, 0.588754, 0.402461, 0.588754, 0.019752, 0.042889, 0.064104, 0.071393, 0.328931, 0.064104, 0.038351; -0.983298,0.166564,-0.073363,0.000000,-0.164792,-0.985883,-0.029622,0.000000,-0.077261,-0.017038,0.996865,0.000000,0.108652,0.742758,0.001772,1.000000;; } SkinWeights { "Bip01_R_UpperArm"; 61; 99, 118, 140, 141, 142, 143, 144, 146, 148, 149, 150, 151, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 217, 221, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 237, 238, 239, 240, 241, 242, 243, 245, 246, 247, 251, 252, 253, 254, 255, 256, 257, 276; 0.003745, 0.001891, 0.053947, 0.041910, 0.142179, 0.027500, 0.223624, 0.023630, 0.011084, 0.012595, 0.016819, 0.028720, 1.000000, 0.933259, 1.000000, 0.481189, 0.479098, 1.000000, 0.994114, 1.000000, 1.000000, 0.489268, 0.481189, 0.680049, 0.603357, 0.665009, 0.485007, 1.000000, 0.211138, 0.212263, 0.141977, 0.070512, 0.028720, 0.054671, 0.075959, 0.025944, 0.375937, 0.142179, 0.519682, 0.053947, 0.295787, 0.296995, 0.159069, 0.003745, 0.012595, 0.296995, 0.167309, 0.933259, 0.257114, 0.064839, 0.223624, 0.156985, 0.054671, 0.025944, 0.054671, 0.257114, 0.001891, 0.148986, 0.167309, 0.223624, 0.148986; -0.183117,0.930427,-0.317449,0.000000,-0.982671,-0.182671,0.031443,0.000000,-0.028734,0.317706,0.947754,0.000000,0.704741,0.225693,-0.067537,1.000000;; } SkinWeights { "Bip01_R_Forearm"; 21; 195, 196, 201, 202, 204, 206, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222; 0.518812, 0.520902, 0.510732, 0.518812, 0.342105, 0.514993, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 0.771232, 1.000000, 1.000000, 1.000000, 0.771176, 1.000000; -0.102720,0.930427,-0.351787,0.000000,-0.962159,-0.182671,-0.202193,0.000000,-0.252387,0.317706,0.913982,0.000000,0.567523,0.225693,0.068836,1.000000;; } SkinWeights { "Bip01_Spine"; 92; 1, 2, 4, 5, 6, 7, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 89, 102, 104, 105, 107, 108, 110, 111, 114, 119, 120, 121, 122, 131, 139, 141, 143, 144, 145, 146, 147, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 184, 185, 186, 187, 188, 189, 190, 191, 193, 227, 240, 241, 243, 245, 246, 250, 255, 256, 257, 266, 267, 276, 287, 288; 0.023413, 0.003074, 0.010930, 0.015076, 0.083316, 0.035197, 0.251119, 0.305808, 0.251119, 0.305808, 0.305808, 0.100000, 0.305808, 0.100000, 0.100000, 0.305808, 0.251119, 0.150000, 0.060000, 0.150000, 0.060000, 0.340011, 0.150000, 0.150000, 0.376019, 0.150000, 0.349892, 0.150000, 0.368792, 0.150000, 0.369165, 0.011436, 0.035185, 0.089519, 0.011436, 0.174513, 0.010930, 0.132563, 0.306950, 0.100000, 0.339054, 0.076726, 0.089519, 0.018750, 0.010930, 0.100000, 0.076726, 0.023413, 0.002836, 0.010930, 0.015076, 0.035197, 0.083316, 0.251119, 0.305808, 0.305808, 0.251119, 0.305808, 0.100000, 0.305808, 0.100000, 0.100000, 0.305808, 0.251119, 0.150000, 0.060000, 0.060000, 0.150000, 0.340011, 0.150000, 0.150000, 0.376019, 0.349892, 0.150000, 0.150000, 0.368792, 0.011436, 0.035185, 0.089519, 0.011436, 0.174513, 0.010930, 0.132563, 0.339054, 0.076726, 0.089519, 0.010930, 0.100000, 0.100000, 0.076726, 0.160642, 0.160642; 0.109354,0.990427,-0.084241,0.000000,0.990193,-0.101130,0.096382,0.000000,0.086940,-0.093955,-0.991773,0.000000,-0.533214,0.064777,-0.044551,1.000000;; } SkinWeights { "Bip01_Spine1"; 127; 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 23, 24, 25, 26, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 56, 65, 67, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 114, 115, 116, 117, 118, 119, 120, 121, 122, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 163, 164, 165, 166, 184, 185, 186, 187, 188, 189, 190, 191, 193, 203, 205, 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, 250, 251, 252, 253, 254, 255, 256, 257, 276, 287, 288; 0.414250, 0.636652, 0.519311, 0.375123, 0.436515, 0.980717, 0.914604, 0.938057, 0.595394, 0.519166, 0.404268, 0.785225, 0.850000, 0.940000, 0.850000, 0.940000, 0.500000, 0.850000, 0.850000, 0.501076, 0.850000, 0.500000, 0.850000, 0.501368, 0.850000, 0.500000, 0.051881, 0.292067, 0.024505, 0.093405, 0.018660, 0.404268, 0.304748, 0.884692, 0.471638, 0.130977, 0.375123, 0.414250, 0.205388, 0.606083, 0.827981, 0.604982, 0.729782, 0.808173, 0.519166, 0.604982, 0.671779, 0.723134, 0.051881, 0.729210, 1.000000, 0.436515, 0.705382, 0.304748, 0.500000, 0.471638, 0.304748, 0.723134, 0.728431, 0.710185, 0.671779, 0.980717, 0.436515, 0.710185, 0.414250, 0.636652, 0.375123, 0.478984, 0.436515, 0.980717, 0.938057, 0.914604, 0.595394, 0.799166, 0.785225, 0.404268, 0.850000, 0.940000, 0.940000, 0.850000, 0.500000, 0.850000, 0.850000, 0.501076, 0.500000, 0.850000, 0.850000, 0.501368, 0.051881, 0.292067, 0.024505, 0.093405, 0.018660, 0.404268, 0.298261, 0.884692, 0.471638, 0.130977, 0.375123, 0.205388, 0.414250, 0.686083, 0.684982, 0.827981, 0.729782, 0.808173, 0.799166, 0.684982, 0.671779, 0.051881, 0.723134, 0.729210, 1.000000, 0.436515, 0.705382, 0.298261, 0.500000, 0.471638, 0.298261, 0.723134, 0.728431, 0.710185, 0.671779, 0.436515, 0.710185, 0.786377, 0.786377; -0.029308,0.996873,0.073383,0.000000,0.999213,0.027255,0.028827,0.000000,0.026736,0.074171,-0.996887,0.000000,-0.644166,-0.020896,-0.001175,1.000000;; } SkinWeights { "Bip01_Neck"; 38; 0, 1, 2, 6, 8, 9, 10, 11, 87, 88, 90, 93, 99, 100, 109, 115, 116, 118, 140, 141, 143, 147, 148, 149, 150, 151, 225, 226, 228, 232, 237, 238, 247, 251, 252, 254, 287, 288; 0.001841, 0.013075, 0.057258, 0.002080, 0.155874, 0.003225, 0.003969, 0.047901, 0.003969, 0.037832, 0.099687, 0.001841, 0.092224, 0.003225, 0.037832, 0.099687, 0.037832, 0.179482, 0.001841, 0.013075, 0.052811, 0.002080, 0.155874, 0.001347, 0.047901, 0.003969, 0.003969, 0.037027, 0.099687, 0.001841, 0.092224, 0.001347, 0.037027, 0.099687, 0.037027, 0.179482, 0.009340, 0.009340; 0.002336,0.996873,0.078985,0.000000,0.928062,0.027254,-0.371426,0.000000,-0.372418,0.074171,-0.925097,0.000000,-0.712930,-0.020895,0.303143,1.000000;; } SkinWeights { "Bip01_Head"; 8; 1, 141, 143, 226, 247, 252, 287, 288; 0.007329, 0.007329, 0.077654, 0.021288, 0.021288, 0.021288, 0.005290, 0.005290; -0.022083,0.999756,-0.000335,0.000000,0.985863,0.021720,-0.166138,0.000000,-0.166090,-0.003999,-0.986102,0.000000,-0.794041,-0.016123,0.137800,1.000000;; } SkinWeights { "Bip01_DressFront02"; 12; 41, 42, 124, 125, 126, 181, 182, 258, 259, 260, 261, 280; 0.046006, 0.012415, 0.404628, 0.177741, 0.046006, 0.046006, 0.012415, 0.177741, 0.389243, 0.404628, 0.292518, 0.046006; 0.097897,0.904430,0.415238,0.000000,-0.991967,0.055093,0.113869,0.000000,0.080110,-0.423050,0.902558,0.000000,0.277125,-0.022963,0.076172,1.000000;; } SkinWeights { "Bip01_L_Hand"; 2; 78, 83; 0.017630, 0.016562; 0.134531,-0.161617,-0.977641,0.000000,-0.990523,-0.049486,-0.128123,0.000000,-0.027673,0.985612,-0.166743,0.000000,0.443395,-0.019971,0.194431,1.000000;; } } } AnimTicksPerSecond { 4800; } AnimationSet Kate_Walk { Animation { { Dummy01 } 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 S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.000000,0.000000,0.000000;;, 3200;3;0.000000,-0.000000,0.000000;;; } } Animation { { Bip01 } AnimationKey R { 0; 21; 0;4;-0.494542,0.460453,0.543331,0.498200;;, 160;4;-0.501567,0.465150,0.537915,0.492660;;, 320;4;-0.507135,0.469560,0.532667,0.488461;;, 480;4;-0.511678,0.473487,0.527807,0.485196;;, 640;4;-0.515635,0.476871,0.523416,0.482441;;, 800;4;-0.519429,0.479785,0.519428,0.479785;;, 960;4;-0.524624,0.482471,0.515379,0.475790;;, 1120;4;-0.531332,0.486100,0.510085,0.470326;;, 1280;4;-0.537582,0.491075,0.503465,0.465160;;, 1440;4;-0.541812,0.495975,0.497286,0.461687;;, 1600;4;-0.543330,0.498202,0.494539,0.460454;;, 1760;4;-0.541812,0.495975,0.497286,0.461687;;, 1920;4;-0.537582,0.491075,0.503465,0.465160;;, 2080;4;-0.531332,0.486100,0.510085,0.470326;;, 2240;4;-0.524624,0.482471,0.515379,0.475790;;, 2400;4;-0.519429,0.479785,0.519428,0.479785;;, 2560;4;-0.515635,0.476871,0.523416,0.482441;;, 2720;4;-0.511678,0.473487,0.527807,0.485196;;, 2880;4;-0.507135,0.469560,0.532667,0.488461;;, 3040;4;-0.501567,0.465150,0.537915,0.492660;;, 3200;4;-0.494542,0.460453,0.543331,0.498200;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 21; 0;3;-0.010000,-0.012284,0.487369;;, 160;3;-0.008462,-0.012284,0.487004;;, 320;3;-0.004709,-0.012284,0.487489;;, 480;3;0.000033,-0.012284,0.488411;;, 640;3;0.004574,-0.012284,0.489369;;, 800;3;0.007702,-0.012284,0.489954;;, 960;3;0.009511,-0.012284,0.489993;;, 1120;3;0.010825,-0.012284,0.489652;;, 1280;3;0.011471,-0.012284,0.489037;;, 1440;3;0.011263,-0.012284,0.488245;;, 1600;3;0.010000,-0.012284,0.487371;;, 1760;3;0.006936,-0.012284,0.487042;;, 1920;3;0.002231,-0.012284,0.487556;;, 2080;3;-0.003028,-0.012284,0.488481;;, 2240;3;-0.007786,-0.012284,0.489417;;, 2400;3;-0.010957,-0.012284,0.489956;;, 2560;3;-0.012126,-0.012284,0.489943;;, 2720;3;-0.012044,-0.012284,0.489576;;, 2880;3;-0.011289,-0.012284,0.488959;;, 3040;3;-0.010420,-0.012284,0.488192;;, 3200;3;-0.010000,-0.012284,0.487371;;; } } Animation { { Bip01_Pelvis } AnimationKey R { 0; 21; 0;4;-0.437889,0.535837,0.472030,0.546187;;, 160;4;-0.469081,0.508088,0.500281,0.521084;;, 320;4;-0.495758,0.483434,0.521442,0.498613;;, 480;4;-0.517888,0.462535,0.536825,0.479242;;, 640;4;-0.535310,0.445842,0.547564,0.463510;;, 800;4;-0.547706,0.433688,0.554630,0.452016;;, 960;4;-0.554917,0.426919,0.557605,0.445965;;, 1120;4;-0.557647,0.425534,0.556362,0.445435;;, 1280;4;-0.556519,0.428569,0.551989,0.449360;;, 1440;4;-0.551978,0.435110,0.545397,0.456664;;, 1600;4;-0.544389,0.444314,0.537429,0.466257;;, 1760;4;-0.531006,0.458859,0.525850,0.480586;;, 1920;4;-0.511160,0.478849,0.509596,0.499731;;, 2080;4;-0.488450,0.500029,0.491448,0.519487;;, 2240;4;-0.466905,0.518654,0.474706,0.536332;;, 2400;4;-0.451100,0.531326,0.463302,0.547314;;, 2560;4;-0.441146,0.538392,0.458232,0.552763;;, 2720;4;-0.434259,0.542480,0.457162,0.555101;;, 2880;4;-0.431021,0.543543,0.459497,0.554658;;, 3040;4;-0.432020,0.541414,0.464654,0.551658;;, 3200;4;-0.437889,0.535837,0.472030,0.546187;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.000000,0.000000,0.000000;;, 3200;3;0.000000,0.000000,0.000000;;; } } Animation { { Bip01_Spine } AnimationKey R { 0; 21; 0;4;0.996936,0.001445,-0.065115,0.043322;;, 160;4;0.997793,0.003793,-0.065632,-0.009357;;, 320;4;0.996581,0.004678,-0.067295,-0.047715;;, 480;4;0.994811,0.004790,-0.069695,-0.073970;;, 640;4;0.993293,0.004639,-0.072277,-0.090131;;, 800;4;0.992391,0.004583,-0.074359,-0.098026;;, 960;4;0.992268,0.004042,-0.075968,-0.098062;;, 1120;4;0.992842,0.002542,-0.077530,-0.090818;;, 1280;4;0.993821,0.000511,-0.078847,-0.078127;;, 1440;4;0.994906,-0.001622,-0.079709,-0.061689;;, 1600;4;0.995860,-0.003387,-0.079931,-0.043164;;, 1760;4;0.996619,-0.005124,-0.079349,-0.020694;;, 1920;4;0.996906,-0.007156,-0.078081,0.005599;;, 2080;4;0.996547,-0.008988,-0.076409,0.031221;;, 2240;4;0.995817,-0.010208,-0.074621,0.051733;;, 2400;4;0.995315,-0.010490,-0.072970,0.062555;;, 2560;4;0.995249,-0.009204,-0.071176,0.065794;;, 2720;4;0.995383,-0.006497,-0.069134,0.066272;;, 2880;4;0.995728,-0.003246,-0.067212,0.063236;;, 3040;4;0.996270,-0.000313,-0.065744,0.055882;;, 3200;4;0.996936,0.001445,-0.065115,0.043322;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 21; 0;3;0.050807,-0.008823,0.002310;;, 160;3;0.051479,-0.003066,0.002224;;, 320;3;0.051547,0.001824,0.002016;;, 480;3;0.051260,0.005821,0.001747;;, 640;3;0.050821,0.008919,0.001479;;, 800;3;0.050393,0.011109,0.001276;;, 960;3;0.050126,0.012272,0.001131;;, 1120;3;0.050086,0.012443,0.001003;;, 1280;3;0.050241,0.011813,0.000901;;, 1440;3;0.050523,0.010547,0.000835;;, 1600;3;0.050857,0.008797,0.000815;;, 1760;3;0.051257,0.006040,0.000852;;, 1920;3;0.051565,0.002167,0.000938;;, 2080;3;0.051567,-0.002053,0.001059;;, 2240;3;0.051272,-0.005848,0.001201;;, 2400;3;0.050904,-0.008451,0.001351;;, 2560;3;0.050646,-0.009851,0.001546;;, 2720;3;0.050492,-0.010575,0.001795;;, 2880;3;0.050468,-0.010644,0.002042;;, 3040;3;0.050579,-0.010063,0.002232;;, 3200;3;0.050807,-0.008823,0.002310;;; } } Animation { { Bip01_Spine1 } AnimationKey R { 0; 21; 0;4;0.993909,0.080073,0.030777,0.069181;;, 160;4;0.994813,0.073446,0.029848,0.063726;;, 320;4;0.996800,0.056235,0.027789,0.049553;;, 480;4;0.998706,0.032205,0.025757,0.029756;;, 640;4;0.999657,0.005012,0.024645,0.007341;;, 800;4;0.999351,-0.021619,0.024817,-0.014638;;, 960;4;0.998112,-0.044382,0.026038,-0.033525;;, 1120;4;0.996492,-0.062192,0.027744,-0.048653;;, 1280;4;0.994990,-0.074510,0.029395,-0.059827;;, 1440;4;0.994028,-0.080719,0.030528,-0.066787;;, 1600;4;0.993909,-0.080073,0.030777,-0.069181;;, 1760;4;0.995113,-0.070355,0.029588,-0.062649;;, 1920;4;0.997202,-0.052181,0.027412,-0.045976;;, 2080;4;0.998993,-0.028736,0.025470,-0.023217;;, 2240;4;0.999691,-0.003150,0.024603,0.001673;;, 2400;4;0.999153,0.021377,0.025033,0.024674;;, 2560;4;0.997863,0.042081,0.026353,0.042474;;, 2720;4;0.996380,0.058395,0.027961,0.055095;;, 2880;4;0.995082,0.070268,0.029414,0.063314;;, 3040;4;0.994213,0.077569,0.030416,0.067809;;, 3200;4;0.993909,0.080073,0.030777,0.069181;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 21; 0;3;0.106484,-0.000014,-0.000084;;, 160;3;0.106484,-0.000013,-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.000084;;, 1600;3;0.106484,0.000014,-0.000084;;, 1760;3;0.106484,0.000012,-0.000084;;, 1920;3;0.106484,0.000009,-0.000084;;, 2080;3;0.106484,0.000005,-0.000085;;, 2240;3;0.106484,0.000001,-0.000085;;, 2400;3;0.106484,-0.000004,-0.000085;;, 2560;3;0.106484,-0.000007,-0.000084;;, 2720;3;0.106484,-0.000010,-0.000084;;, 2880;3;0.106484,-0.000012,-0.000084;;, 3040;3;0.106484,-0.000013,-0.000084;;, 3200;3;0.106484,-0.000014,-0.000084;;; } } Animation { { Bip01_Neck } AnimationKey R { 0; 2; 0;4;0.979108,0.000000,0.203339,-0.000001;;, 3200;4;0.979108,-0.000000,0.203339,-0.000001;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.130515,0.000000,0.004627;;, 3200;3;0.130515,0.000000,0.004627;;; } } Animation { { Bip01_Head } AnimationKey R { 0; 21; 0;4;0.993428,-0.038402,-0.107538,0.007914;;, 160;4;0.993813,-0.034211,-0.105410,0.007359;;, 320;4;0.994632,-0.023477,-0.100610,0.005767;;, 480;4;0.995375,-0.008817,-0.095607,0.003243;;, 640;4;0.995694,0.007117,-0.092429,0.000069;;, 800;4;0.995501,0.021517,-0.092218,-0.003222;;, 960;4;0.994953,0.032006,-0.094909,-0.005988;;, 1120;4;0.994297,0.038489,-0.099147,-0.007890;;, 1280;4;0.993729,0.041437,-0.103482,-0.008829;;, 1440;4;0.993401,0.041282,-0.106642,-0.008822;;, 1600;4;0.993428,0.038402,-0.107538,-0.007913;;, 1760;4;0.993957,0.031272,-0.105016,-0.006525;;, 1920;4;0.994758,0.019577,-0.100243,-0.004936;;, 2080;4;0.995392,0.005393,-0.095697,-0.002963;;, 2240;4;0.995605,-0.009090,-0.093213,-0.000632;;, 2400;4;0.995379,-0.021515,-0.093569,0.001804;;, 2560;4;0.994890,-0.030007,-0.096322,0.004002;;, 2720;4;0.994343,-0.035003,-0.100124,0.005743;;, 2880;4;0.993867,-0.037469,-0.103810,0.006962;;, 3040;4;0.993544,-0.038312,-0.106507,0.007676;;, 3200;4;0.993428,-0.038402,-0.107538,0.007914;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.033674,0.000000,-0.000000;;, 3200;3;0.033674,0.000000,0.000000;;; } } Animation { { Bip01_HeadNub } AnimationKey R { 0; 2; 0;4;1.000000,0.000000,0.000000,0.000000;;, 3200;4;1.000000,0.000000,-0.000000,-0.000000;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.169824,0.000000,-0.000000;;, 3200;3;0.169824,-0.000000,0.000000;;; } } Animation { { Bip01_L_Clavicle } AnimationKey R { 0; 21; 0;4;0.162784,0.588685,0.782268,-0.122503;;, 160;4;0.162449,0.590822,0.780656,-0.122947;;, 320;4;0.161571,0.596353,0.776439,-0.124098;;, 480;4;0.160331,0.604032,0.770480,-0.125696;;, 640;4;0.158903,0.612685,0.763617,-0.127497;;, 800;4;0.157469,0.621176,0.756727,-0.129264;;, 960;4;0.156199,0.628540,0.750621,-0.130796;;, 1120;4;0.155150,0.634508,0.745583,-0.132038;;, 1280;4;0.154355,0.638970,0.741763,-0.132966;;, 1440;4;0.153849,0.641785,0.739329,-0.133552;;, 1600;4;0.153670,0.642771,0.738471,-0.133758;;, 1760;4;0.153841,0.640718,0.740253,-0.133562;;, 1920;4;0.154330,0.635367,0.744850,-0.132999;;, 2080;4;0.155107,0.627850,0.751196,-0.132101;;, 2240;4;0.156143,0.619259,0.758292,-0.130886;;, 2400;4;0.157409,0.610717,0.765187,-0.129366;;, 2560;4;0.158849,0.603245,0.771092,-0.127588;;, 2720;4;0.160290,0.597154,0.775821,-0.125761;;, 2880;4;0.161548,0.592583,0.779319,-0.124133;;, 3040;4;0.162441,0.589696,0.781507,-0.122957;;, 3200;4;0.162784,0.588686,0.782268,-0.122503;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;-0.023890,0.015715,0.005326;;, 3200;3;-0.023890,0.015715,0.005326;;; } } Animation { { Bip01_L_UpperArm } AnimationKey R { 0; 21; 0;4;0.813156,0.053735,0.160620,0.556858;;, 160;4;0.812769,0.053767,0.153200,0.559505;;, 320;4;0.811864,0.052970,0.136264,0.565247;;, 480;4;0.810811,0.050043,0.117420,0.571221;;, 640;4;0.809372,0.044255,0.104200,0.576282;;, 800;4;0.806243,0.035549,0.104388,0.581216;;, 960;4;0.804080,0.031535,0.095550,0.585944;;, 1120;4;0.806365,0.036670,0.061217,0.587097;;, 1280;4;0.811031,0.046889,0.017813,0.582849;;, 1440;4;0.815456,0.057942,-0.019552,0.575580;;, 1600;4;0.817238,0.065027,-0.036964,0.571425;;, 1760;4;0.815400,0.065795,-0.024887,0.574609;;, 1920;4;0.812123,0.063300,0.007599,0.579993;;, 2080;4;0.809924,0.060097,0.046491,0.581592;;, 2240;4;0.810373,0.058529,0.076946,0.577884;;, 2400;4;0.813606,0.061606,0.083753,0.572045;;, 2560;4;0.816048,0.065046,0.085131,0.567968;;, 2720;4;0.816115,0.063632,0.103085,0.565049;;, 2880;4;0.815088,0.059734,0.128185,0.561811;;, 3040;4;0.813813,0.055641,0.150744,0.558471;;, 3200;4;0.813156,0.053735,0.160620,0.556858;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.087086,0.000000,0.000000;;, 3200;3;0.087086,0.000000,0.000000;;; } } Animation { { Bip01_L_Forearm } AnimationKey R { 0; 21; 0;4;0.985885,0.000000,-0.167423,-0.000000;;, 160;4;0.987032,-0.000000,-0.160525,-0.000000;;, 320;4;0.988282,-0.000000,-0.152640,-0.000000;;, 480;4;0.989491,-0.000000,-0.144597,-0.000000;;, 640;4;0.990541,0.000000,-0.137215,0.000000;;, 800;4;0.991337,-0.000000,-0.131341,-0.000000;;, 960;4;0.992071,0.000000,-0.125680,-0.000000;;, 1120;4;0.992813,-0.000000,-0.119680,0.000000;;, 1280;4;0.993332,-0.000000,-0.115292,-0.000000;;, 1440;4;0.993426,-0.000000,-0.114473,0.000000;;, 1600;4;0.992861,0.000000,-0.119274,-0.000000;;, 1760;4;0.990614,-0.000000,-0.136693,0.000000;;, 1920;4;0.986096,-0.000000,-0.166175,0.000000;;, 2080;4;0.980000,-0.000000,-0.199000,0.000000;;, 2240;4;0.973945,0.000000,-0.226785,-0.000000;;, 2400;4;0.970493,-0.000000,-0.241131,-0.000000;;, 2560;4;0.970305,-0.000000,-0.241886,0.000000;;, 2720;4;0.972026,-0.000000,-0.234875,0.000000;;, 2880;4;0.975453,-0.000000,-0.220207,-0.000000;;, 3040;4;0.980241,0.000000,-0.197805,0.000000;;, 3200;4;0.985885,0.000000,-0.167423,-0.000000;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.137062,0.000000,0.000000;;, 3200;3;0.137062,0.000000,-0.000000;;; } } Animation { { Bip01_L_Hand } AnimationKey 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.705320,-0.708717,0.011038,-0.011092;;, 1120;4;0.701337,-0.712573,-0.013409,0.013624;;, 1280;4;0.697327,-0.714401,-0.040533,0.041525;;, 1440;4;0.696515,-0.711635,-0.064274,0.065669;;, 1600;4;0.702988,-0.702428,-0.078779,0.078716;;, 1760;4;0.723295,-0.681246,-0.082188,0.077410;;, 1920;4;0.753894,-0.648876,-0.078050,0.067178;;, 2080;4;0.785084,-0.613300,-0.068272,0.053333;;, 2240;4;0.808888,-0.583933,-0.055726,0.040228;;, 2400;4;0.818629,-0.571760,-0.044430,0.031031;;, 2560;4;0.814935,-0.577946,-0.035166,0.024940;;, 2720;4;0.802795,-0.595388,-0.025824,0.019152;;, 2880;4;0.781655,-0.623347,-0.016662,0.013287;;, 3040;4;0.750401,-0.660898,-0.007949,0.007001;;, 3200;4;0.707388,-0.706825,-0.000000,-0.000000;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.137062,0.000000,-0.000000;;, 3200;3;0.137062,0.000000,-0.000000;;; } } Animation { { Bip01_L_Finger0 } AnimationKey R { 0; 21; 0;4;0.874368,0.283991,0.331708,0.211657;;, 160;4;0.870887,0.286168,0.340744,0.208705;;, 320;4;0.861701,0.291515,0.363349,0.201168;;, 480;4;0.848705,0.298257,0.392748,0.191031;;, 640;4;0.834357,0.304795,0.422372,0.180416;;, 800;4;0.821952,0.309824,0.446032,0.171637;;, 960;4;0.810585,0.314003,0.466371,0.163865;;, 1120;4;0.798074,0.318193,0.487472,0.155572;;, 1280;4;0.786609,0.321699,0.505763,0.148186;;, 1440;4;0.778693,0.323953,0.517869,0.143193;;, 1600;4;0.776935,0.324436,0.520502,0.142095;;, 1760;4;0.783637,0.322561,0.510356,0.146302;;, 1920;4;0.796841,0.318585,0.489484,0.154769;;, 2080;4;0.812726,0.313245,0.462630,0.165310;;, 2240;4;0.827922,0.307469,0.434851,0.175820;;, 2400;4;0.839730,0.302445,0.411586,0.184329;;, 2560;4;0.849466,0.297885,0.391098,0.191610;;, 2720;4;0.858947,0.293018,0.369811,0.198973;;, 2880;4;0.866911,0.288549,0.350737,0.205400;;, 3040;4;0.872348,0.285265,0.336986,0.209937;;, 3200;4;0.874368,0.283991,0.331708,0.211657;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000001;;, 3200;3;1.000000,1.000000,1.000001;;; } AnimationKey T { 2; 2; 0;3;0.057681,-0.023605,-0.000272;;, 3200;3;0.057681,-0.023605,-0.000272;;; } } Animation { { Bip01_L_Finger0Nub } AnimationKey R { 0; 2; 0;4;1.000000,0.000000,-0.000000,0.000000;;, 3200;4;1.000000,0.000000,0.000000,0.000000;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.029435,-0.000000,0.000000;;, 3200;3;0.029435,0.000000,0.000000;;; } } Animation { { Bip01_L_Finger1 } AnimationKey R { 0; 21; 0;4;0.929537,-0.000370,0.368728,0.000147;;, 160;4;0.925670,-0.000369,0.378333,0.000151;;, 320;4;0.915484,-0.000364,0.402354,0.000160;;, 480;4;0.901116,-0.000359,0.433579,0.000173;;, 640;4;0.885299,-0.000352,0.465022,0.000185;;, 800;4;0.871655,-0.000347,0.490120,0.000195;;, 960;4;0.859175,-0.000342,0.511683,0.000204;;, 1120;4;0.845458,-0.000337,0.534043,0.000213;;, 1280;4;0.832906,-0.000332,0.553415,0.000220;;, 1440;4;0.824246,-0.000328,0.566231,0.000225;;, 1600;4;0.822325,-0.000327,0.569018,0.000227;;, 1760;4;0.829654,-0.000330,0.558279,0.000222;;, 1920;4;0.844107,-0.000336,0.536174,0.000213;;, 2080;4;0.861523,-0.000343,0.507718,0.000202;;, 2240;4;0.878218,-0.000350,0.478261,0.000190;;, 2400;4;0.891217,-0.000355,0.453576,0.000181;;, 2560;4;0.901957,-0.000359,0.431827,0.000172;;, 2720;4;0.912436,-0.000363,0.409220,0.000163;;, 2880;4;0.921257,-0.000367,0.388953,0.000155;;, 3040;4;0.927292,-0.000369,0.374339,0.000149;;, 3200;4;0.929537,-0.000370,0.368728,0.000147;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.084102,0.000000,0.000000;;, 3200;3;0.084102,-0.000000,-0.000000;;; } } Animation { { Bip01_L_Finger1Nub } AnimationKey R { 0; 2; 0;4;1.000000,-0.000000,0.000000,-0.000000;;, 3200;4;1.000000,0.000000,0.000000,0.000000;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.047988,0.000000,0.000000;;, 3200;3;0.047988,-0.000000,0.000000;;; } } Animation { { Bip01_R_Clavicle } AnimationKey R { 0; 21; 0;4;0.153672,-0.642771,0.738471,0.133756;;, 160;4;0.154041,-0.640765,0.740212,0.133331;;, 320;4;0.154992,-0.635528,0.744714,0.132224;;, 480;4;0.156307,-0.628149,0.750948,0.130667;;, 640;4;0.157779,-0.619676,0.757955,0.128886;;, 800;4;0.159212,-0.611188,0.764816,0.127111;;, 960;4;0.160443,-0.603670,0.770764,0.125554;;, 1120;4;0.161432,-0.597462,0.775586,0.124280;;, 1280;4;0.162165,-0.592751,0.779192,0.123321;;, 1440;4;0.162625,-0.589746,0.781469,0.122714;;, 1600;4;0.162786,-0.588685,0.782269,0.122501;;, 1760;4;0.162450,-0.590822,0.780656,0.122945;;, 1920;4;0.161573,-0.596353,0.776439,0.124096;;, 2080;4;0.160333,-0.604031,0.770481,0.125694;;, 2240;4;0.158905,-0.612685,0.763618,0.127495;;, 2400;4;0.157471,-0.621175,0.756727,0.129262;;, 2560;4;0.156200,-0.628539,0.750622,0.130794;;, 2720;4;0.155152,-0.634508,0.745583,0.132036;;, 2880;4;0.154357,-0.638969,0.741763,0.132964;;, 3040;4;0.153851,-0.641784,0.739329,0.133550;;, 3200;4;0.153672,-0.642771,0.738471,0.133756;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;-0.023890,-0.015714,0.005326;;, 3200;3;-0.023890,-0.015714,0.005326;;; } } Animation { { Bip01_R_UpperArm } AnimationKey R { 0; 21; 0;4;0.812559,-0.108880,-0.067639,-0.568611;;, 160;4;0.812358,-0.103574,-0.050841,-0.571631;;, 320;4;0.812446,-0.091670,-0.011308,-0.575674;;, 480;4;0.813960,-0.078598,0.034562,-0.574540;;, 640;4;0.817396,-0.069492,0.069732,-0.567602;;, 800;4;0.821887,-0.070341,0.077367,-0.559971;;, 960;4;0.823533,-0.074269,0.077718,-0.556990;;, 1120;4;0.821759,-0.071698,0.095859,-0.557120;;, 1280;4;0.818498,-0.065561,0.122475,-0.557461;;, 1440;4;0.815140,-0.058633,0.147626,-0.557060;;, 1600;4;0.813156,-0.053735,0.160620,-0.556858;;, 1760;4;0.812712,-0.060556,0.149043,-0.560016;;, 1920;4;0.812373,-0.080047,0.117671,-0.565505;;, 2080;4;0.811670,-0.102490,0.080573,-0.569381;;, 2240;4;0.810373,-0.118869,0.051448,-0.571418;;, 2400;4;0.807932,-0.120432,0.043777,-0.575174;;, 2560;4;0.805841,-0.113503,0.036564,-0.580001;;, 2720;4;0.806462,-0.109768,0.008931,-0.580940;;, 2880;4;0.808816,-0.108432,-0.025767,-0.577405;;, 3040;4;0.811378,-0.108542,-0.055187,-0.571698;;, 3200;4;0.812559,-0.108880,-0.067639,-0.568611;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.087086,0.000000,0.000000;;, 3200;3;0.087086,-0.000000,-0.000000;;; } } Animation { { Bip01_R_Forearm } AnimationKey R { 0; 21; 0;4;0.992861,0.000000,-0.119274,0.000000;;, 160;4;0.991328,0.000000,-0.131408,-0.000000;;, 320;4;0.987073,0.000000,-0.160272,-0.000000;;, 480;4;0.980787,0.000000,-0.195082,-0.000000;;, 640;4;0.974248,0.000000,-0.225478,-0.000000;;, 800;4;0.970493,-0.000000,-0.241131,0.000000;;, 960;4;0.970635,0.000000,-0.240558,-0.000000;;, 1120;4;0.972808,0.000000,-0.231613,0.000000;;, 1280;4;0.976082,-0.000000,-0.217405,0.000000;;, 1440;4;0.979609,-0.000000,-0.200916,0.000000;;, 1600;4;0.982707,-0.000000,-0.185166,0.000000;;, 1760;4;0.984988,-0.000000,-0.172622,-0.000000;;, 1920;4;0.986624,0.000000,-0.163012,0.000000;;, 2080;4;0.987848,-0.000000,-0.155424,0.000000;;, 2240;4;0.988839,0.000000,-0.148990,-0.000000;;, 2400;4;0.989745,-0.000000,-0.142845,0.000000;;, 2560;4;0.990657,-0.000000,-0.136375,0.000000;;, 2720;4;0.991508,-0.000000,-0.130049,0.000000;;, 2880;4;0.992208,-0.000000,-0.124593,-0.000000;;, 3040;4;0.992684,0.000000,-0.120742,0.000000;;, 3200;4;0.992861,0.000000,-0.119274,0.000000;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.137062,0.000000,-0.000000;;, 3200;3;0.137062,0.000000,0.000000;;; } } Animation { { Bip01_R_Hand } AnimationKey R { 0; 21; 0;4;0.702988,0.702428,-0.078779,-0.078716;;, 160;4;0.746517,0.657854,-0.074804,-0.065920;;, 320;4;0.778475,0.621454,-0.068896,-0.054999;;, 480;4;0.800449,0.594471,-0.061592,-0.045743;;, 640;4;0.813509,0.577864,-0.053316,-0.037872;;, 800;4;0.818176,0.572408,-0.044405,-0.031067;;, 960;4;0.809637,0.585362,-0.034753,-0.025126;;, 1120;4;0.787318,0.615743,-0.024794,-0.019390;;, 1280;4;0.757548,0.652464,-0.015381,-0.013247;;, 1440;4;0.727824,0.685695,-0.007054,-0.006645;;, 1600;4;0.707388,0.706825,0.000000,-0.000000;;, 1760;4;0.699464,0.714576,0.007998,0.008171;;, 1920;4;0.698329,0.715347,0.017322,0.017745;;, 2080;4;0.701034,0.712212,0.025350,0.025754;;, 2240;4;0.704807,0.708183,0.029290,0.029430;;, 2400;4;0.706908,0.706345,0.026067,0.026046;;, 2560;4;0.707219,0.706656,0.015488,0.015476;;, 2720;4;0.707388,0.706825,-0.000354,-0.000353;;, 2880;4;0.707066,0.706503,-0.021354,-0.021337;;, 3040;4;0.705793,0.705231,-0.047484,-0.047446;;, 3200;4;0.702988,0.702428,-0.078779,-0.078716;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.137062,0.000000,-0.000000;;, 3200;3;0.137062,0.000000,-0.000000;;; } } Animation { { Bip01_R_Finger0 } AnimationKey R { 0; 21; 0;4;0.776935,-0.324436,0.520502,-0.142095;;, 160;4;0.782280,-0.322948,0.512433,-0.145445;;, 320;4;0.795377,-0.319045,0.491860,-0.153817;;, 480;4;0.811804,-0.313573,0.464246,-0.164686;;, 640;4;0.827633,-0.307585,0.435400,-0.175616;;, 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.368102,-0.199555;;, 1280;4;0.867954,-0.287935,0.348148,-0.206261;;, 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.860612,-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.810895,-0.313895,0.465833,-0.164073;;, 2720;4;0.799042,-0.317883,0.485883,-0.156205;;, 2880;4;0.788116,-0.321256,0.503413,-0.149146;;, 3040;4;0.780064,-0.323572,0.515801,-0.144052;;, 3200;4;0.776935,-0.324436,0.520502,-0.142095;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000001,1.000001;;, 3200;3;1.000000,1.000001,1.000001;;; } AnimationKey T { 2; 2; 0;3;0.057681,0.023605,-0.000272;;, 3200;3;0.057681,0.023605,-0.000272;;; } } Animation { { Bip01_R_Finger0Nub } AnimationKey R { 0; 2; 0;4;0.000000,-0.000000,1.000000,0.000000;;, 3200;4;0.000000,0.000000,1.000000,-0.000000;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.029435,0.000000,0.000000;;, 3200;3;0.029435,0.000000,0.000000;;; } } Animation { { Bip01_R_Finger1 } AnimationKey R { 0; 21; 0;4;0.821556,-0.035542,0.568467,-0.025047;;, 160;4;0.811349,-0.032437,0.583212,-0.022901;;, 320;4;0.785960,-0.024759,0.617530,-0.017595;;, 480;4;0.753798,-0.015011,0.656845,-0.010856;;, 640;4;0.725463,-0.005784,0.688222,-0.004476;;, 800;4;0.713576,0.000284,0.700578,-0.000279;;, 960;4;0.726510,0.002612,0.687150,0.001333;;, 1120;4;0.755605,0.002927,0.655019,0.001557;;, 1280;4;0.788674,0.002072,0.614807,0.000972;;, 1440;4;0.815417,0.000912,0.578873,0.000176;;, 1600;4;0.827696,0.000330,0.561176,-0.000223;;, 1760;4;0.821523,0.000327,0.570175,-0.000227;;, 1920;4;0.802438,0.000319,0.596735,-0.000238;;, 2080;4;0.777488,0.000310,0.628898,-0.000250;;, 2240;4;0.755057,0.000301,0.655659,-0.000261;;, 2400;4;0.744912,0.000297,0.667163,-0.000266;;, 2560;4;0.753127,0.000300,0.657875,-0.000262;;, 2720;4;0.773121,0.000308,0.634258,-0.000253;;, 2880;4;0.796207,0.000317,0.605024,-0.000241;;, 3040;4;0.814765,0.000324,0.579791,-0.000231;;, 3200;4;0.822325,0.000327,0.569018,-0.000227;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.084102,0.000000,0.000000;;, 3200;3;0.084102,0.000000,0.000000;;; } } Animation { { Bip01_R_Finger1Nub } AnimationKey R { 0; 2; 0;4;0.000000,0.000000,1.000000,-0.000000;;, 3200;4;-0.000000,-0.000000,1.000000,0.000000;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.047988,0.000000,0.000000;;, 3200;3;0.047988,-0.000000,0.000000;;; } } Animation { { Bip01_BackPack } AnimationKey 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.030591;;, 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.650380,-0.040940;;, 3040;4;0.763923,-0.055347,-0.642667,-0.018357;;, 3200;4;0.766667,-0.050023,-0.640004,-0.010741;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } 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.063697,0.000002,-0.088855;;, 3200;3;0.063697,0.000003,-0.088856;;; } } Animation { { Bip01_BackPackNub } AnimationKey R { 0; 2; 0;4;-0.000001,0.707388,0.000001,0.706825;;, 3200;4;-0.000001,0.707388,0.000001,0.706825;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.053240,0.000000,0.000000;;, 3200;3;0.053240,0.000000,-0.000000;;; } } Animation { { Bip01_L_Thigh } AnimationKey R { 0; 21; 0;4;-0.054014,0.221417,-0.012394,0.973603;;, 160;4;-0.037334,0.224819,-0.009876,0.973635;;, 320;4;-0.014853,0.159368,-0.003946,0.987100;;, 480;4;0.007573,0.113799,-0.000902,0.993475;;, 640;4;0.029084,0.041267,0.001738,0.998723;;, 800;4;0.047165,-0.035751,0.002444,0.998244;;, 960;4;0.061874,-0.072318,0.003589,0.995454;;, 1120;4;0.071568,-0.090320,0.004741,0.993327;;, 1280;4;0.075227,-0.124895,0.003553,0.989308;;, 1440;4;0.074038,-0.141491,0.002451,0.987164;;, 1600;4;0.070617,-0.124492,0.002574,0.989701;;, 1760;4;0.061664,-0.080873,0.002708,0.994812;;, 1920;4;0.044134,-0.023593,0.001709,0.998746;;, 2080;4;0.020787,0.029822,-0.000989,0.999339;;, 2240;4;-0.003332,0.078569,-0.005412,0.996889;;, 2400;4;-0.023070,0.116818,-0.009497,0.992840;;, 2560;4;-0.032692,0.143189,-0.010200,0.989103;;, 2720;4;-0.036544,0.171081,-0.010398,0.984524;;, 2880;4;-0.040252,0.228739,-0.012659,0.972573;;, 3040;4;-0.046054,0.259568,-0.014491,0.964517;;, 3200;4;-0.054014,0.221417,-0.012394,0.973603;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 21; 0;3;-0.055430,0.059448,-0.009069;;, 160;3;-0.049676,0.059280,-0.008431;;, 320;3;-0.045529,0.058096,-0.008047;;, 480;3;-0.042719,0.056438,-0.007821;;, 640;3;-0.040990,0.054680,-0.007688;;, 800;3;-0.040125,0.053098,-0.007609;;, 960;3;-0.040079,0.051904,-0.007651;;, 1120;3;-0.040805,0.051119,-0.007860;;, 1280;3;-0.042124,0.050678,-0.008180;;, 1440;3;-0.043868,0.050516,-0.008552;;, 1600;3;-0.045872,0.050588,-0.008908;;, 1760;3;-0.048364,0.051202,-0.009299;;, 1920;3;-0.051320,0.052404,-0.009753;;, 2080;3;-0.054188,0.053864,-0.010170;;, 2240;3;-0.056447,0.055358,-0.010466;;, 2400;3;-0.057598,0.056731,-0.010574;;, 2560;3;-0.057911,0.057789,-0.010446;;, 2720;3;-0.057939,0.058503,-0.010137;;, 2880;3;-0.057601,0.058968,-0.009743;;, 3040;3;-0.056800,0.059262,-0.009357;;, 3200;3;-0.055430,0.059448,-0.009069;;; } } Animation { { Bip01_L_Calf } AnimationKey R { 0; 21; 0;4;0.981161,-0.000000,-0.193191,0.000000;;, 160;4;0.968164,-0.000000,-0.250318,0.000000;;, 320;4;0.975437,0.000000,-0.220277,0.000000;;, 480;4;0.972017,-0.000000,-0.234912,0.000000;;, 640;4;0.980106,0.000000,-0.198475,-0.000000;;, 800;4;0.989540,0.000000,-0.144257,0.000000;;, 960;4;0.987253,-0.000000,-0.159156,0.000000;;, 1120;4;0.981457,-0.000000,-0.191685,-0.000000;;, 1280;4;0.980393,0.000000,-0.197054,-0.000000;;, 1440;4;0.971730,-0.000000,-0.236095,0.000000;;, 1600;4;0.954662,-0.000000,-0.297692,-0.000000;;, 1760;4;0.932222,0.000000,-0.361887,0.000000;;, 1920;4;0.905518,-0.000000,-0.424308,-0.000000;;, 2080;4;0.881127,0.000000,-0.472880,0.000000;;, 2240;4;0.861765,0.000000,-0.507309,-0.000000;;, 2400;4;0.854451,0.000000,-0.519532,0.000000;;, 2560;4;0.859166,0.000000,-0.511697,0.000000;;, 2720;4;0.877522,-0.000000,-0.479536,-0.000000;;, 2880;4;0.898146,-0.000000,-0.439698,0.000000;;, 3040;4;0.941791,0.000000,-0.336198,0.000000;;, 3200;4;0.981161,-0.000000,-0.193191,0.000000;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.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 R { 0; 21; 0;4;0.992947,-0.015422,0.117196,0.009169;;, 160;4;0.997234,-0.020011,0.070513,0.012306;;, 320;4;0.999321,-0.025127,0.019104,0.019010;;, 480;4;0.996287,-0.019771,0.079567,0.026285;;, 640;4;0.991925,-0.012030,0.122085,0.032172;;, 800;4;0.990746,-0.004315,0.130636,0.036576;;, 960;4;0.992556,-0.002420,0.112996,0.045372;;, 1120;4;0.996374,0.001622,0.067148,0.052229;;, 1280;4;0.997460,0.010940,0.043965,0.054971;;, 1440;4;0.997881,0.019383,0.029765,0.054508;;, 1600;4;0.998413,0.023535,-0.009643,0.050256;;, 1760;4;0.997636,0.018310,-0.050790,0.042513;;, 1920;4;0.995773,0.010114,-0.086342,0.029665;;, 2080;4;0.995085,0.005483,-0.097930,0.013659;;, 2240;4;0.999508,0.003105,-0.031226,-0.000292;;, 2400;4;0.997006,-0.001387,0.076876,-0.008190;;, 2560;4;0.980211,-0.012462,0.197441,-0.007005;;, 2720;4;0.960818,-0.021546,0.276342,-0.000183;;, 2880;4;0.966821,-0.021433,0.254487,0.005871;;, 3040;4;0.985303,-0.017820,0.169658,0.008812;;, 3200;4;0.992947,-0.015422,0.117196,0.009169;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } 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 R { 0; 21; 0;4;0.775522,-0.016643,0.630770,0.020462;;, 160;4;0.714856,-0.007793,0.699161,0.009711;;, 320;4;0.660223,0.000025,0.751070,0.000216;;, 480;4;0.660224,0.000025,0.751069,0.000216;;, 640;4;0.673385,0.000239,0.739292,0.000766;;, 800;4;0.670975,0.000000,0.741480,0.000001;;, 960;4;0.700036,-0.001356,0.714073,-0.006828;;, 1120;4;0.708499,-0.001122,0.705623,-0.011099;;, 1280;4;0.713645,-0.000452,0.700418,-0.011209;;, 1440;4;0.762140,0.000455,0.647371,-0.007323;;, 1600;4;0.752773,-0.000001,0.658281,0.000000;;, 1760;4;0.717960,-0.000073,0.696082,0.001835;;, 1920;4;0.705494,-0.000053,0.708716,0.000445;;, 2080;4;0.707107,-0.000001,0.707107,-0.000000;;, 2240;4;0.687014,0.000035,0.726644,0.000374;;, 2400;4;0.707107,0.000000,0.707107,-0.000000;;, 2560;4;0.757495,0.001322,0.652830,-0.003480;;, 2720;4;0.796888,-0.000089,0.604105,-0.005092;;, 2880;4;0.810642,-0.005800,0.585514,0.000506;;, 3040;4;0.775599,-0.011407,0.631031,0.010780;;, 3200;4;0.775522,-0.016643,0.630770,0.020462;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.065373,-0.000000,0.066450;;, 3200;3;0.065373,0.000000,0.066450;;; } } Animation { { Bip01_L_Toe0Nub } AnimationKey R { 0; 2; 0;4;0.000000,0.000000,1.000000,0.000000;;, 3200;4;0.000000,0.000000,1.000000,0.000000;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.006735,0.000000,-0.000000;;, 3200;3;0.006735,0.000000,-0.000000;;; } } Animation { { Bip01_R_Thigh } AnimationKey R { 0; 21; 0;4;-0.064933,-0.094210,-0.002458,0.993430;;, 160;4;-0.062927,-0.042454,-0.004372,0.997105;;, 320;4;-0.047388,0.022690,-0.003186,0.998614;;, 480;4;-0.025045,0.074311,0.000879,0.996920;;, 640;4;-0.002909,0.099801,0.005431,0.994988;;, 800;4;0.015592,0.116884,0.008961,0.992983;;, 960;4;0.030134,0.139622,0.010450,0.989691;;, 1120;4;0.038949,0.232622,0.013408,0.971694;;, 1280;4;0.047232,0.270498,0.015142,0.961442;;, 1440;4;0.053288,0.265753,0.014665,0.962456;;, 1600;4;0.054013,0.221418,0.012397,0.973603;;, 1760;4;0.041325,0.221196,0.009530,0.974307;;, 1920;4;0.016579,0.191689,0.004547,0.981305;;, 2080;4;-0.011190,0.146255,0.000228,0.989184;;, 2240;4;-0.035596,0.080319,-0.003269,0.996128;;, 2400;4;-0.053998,0.009143,-0.004311,0.998490;;, 2560;4;-0.066154,-0.053888,-0.002949,0.996349;;, 2720;4;-0.071255,-0.100937,-0.000955,0.992337;;, 2880;4;-0.070854,-0.117581,0.000227,0.990532;;, 3040;4;-0.067523,-0.122532,0.000744,0.990165;;, 3200;4;-0.064933,-0.094210,-0.002458,0.993430;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 21; 0;3;-0.045868,-0.050587,-0.008765;;, 160;3;-0.051683,-0.051148,-0.009403;;, 320;3;-0.055964,-0.051847,-0.009787;;, 480;3;-0.058901,-0.052799,-0.010013;;, 640;3;-0.060693,-0.053971,-0.010145;;, 800;3;-0.061538,-0.055225,-0.010224;;, 960;3;-0.061506,-0.056419,-0.010183;;, 1120;3;-0.060679,-0.057508,-0.009973;;, 1280;3;-0.059266,-0.058424,-0.009653;;, 1440;3;-0.057454,-0.059094,-0.009282;;, 1600;3;-0.055427,-0.059449,-0.008926;;, 1760;3;-0.053010,-0.059149,-0.008534;;, 1920;3;-0.050210,-0.058029,-0.008081;;, 2080;3;-0.047467,-0.056354,-0.007664;;, 2240;3;-0.045235,-0.054479,-0.007368;;, 2400;3;-0.044013,-0.052831,-0.007260;;, 2560;3;-0.043591,-0.051687,-0.007388;;, 2720;3;-0.043466,-0.050968,-0.007697;;, 2880;3;-0.043740,-0.050597,-0.008091;;, 3040;3;-0.044506,-0.050499,-0.008477;;, 3200;3;-0.045868,-0.050587,-0.008765;;; } } Animation { { Bip01_R_Calf } AnimationKey R { 0; 21; 0;4;0.943906,0.000000,-0.330215,-0.000000;;, 160;4;0.908697,0.000000,-0.417457,0.000000;;, 320;4;0.860811,-0.000000,-0.508925,0.000000;;, 480;4;0.827645,0.000000,-0.561252,0.000000;;, 640;4;0.827399,-0.000000,-0.561615,-0.000000;;, 800;4;0.854597,0.000000,-0.519292,-0.000000;;, 960;4;0.884368,-0.000000,-0.466790,0.000000;;, 1120;4;0.880568,-0.000000,-0.473920,0.000000;;, 1280;4;0.912847,0.000000,-0.408301,-0.000000;;, 1440;4;0.952751,0.000000,-0.303752,0.000000;;, 1600;4;0.981161,0.000000,-0.193192,0.000000;;, 1760;4;0.971218,-0.000000,-0.238193,-0.000000;;, 1920;4;0.964672,-0.000000,-0.263455,0.000000;;, 2080;4;0.960098,0.000000,-0.279665,0.000000;;, 2240;4;0.966012,-0.000000,-0.258496,-0.000000;;, 2400;4;0.975202,-0.000000,-0.221316,-0.000000;;, 2560;4;0.981102,-0.000000,-0.193492,-0.000000;;, 2720;4;0.982506,-0.000000,-0.186232,0.000000;;, 2880;4;0.973344,-0.000000,-0.229351,-0.000000;;, 3040;4;0.960709,-0.000000,-0.277558,0.000000;;, 3200;4;0.943906,0.000000,-0.330215,-0.000000;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.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 R { 0; 21; 0;4;0.993818,-0.070328,-0.074450,-0.042862;;, 160;4;0.995839,-0.044209,-0.074251,-0.028944;;, 320;4;0.996516,-0.026492,-0.078807,-0.006559;;, 480;4;0.997912,-0.019360,-0.060021,0.013976;;, 640;4;0.996752,-0.020328,0.074719,0.022110;;, 800;4;0.982492,-0.017550,0.184271,0.021105;;, 960;4;0.962302,-0.013417,0.270642,0.023391;;, 1120;4;0.976370,-0.001351,0.215623,0.014355;;, 1280;4;0.982192,0.007843,0.187566,0.007501;;, 1440;4;0.989342,0.013869,0.144948,-0.000725;;, 1600;4;0.992947,0.015422,0.117197,-0.009169;;, 1760;4;0.995758,0.013124,0.090342,-0.011546;;, 1920;4;0.999456,0.010211,0.027411,-0.015222;;, 2080;4;0.995577,0.002460,0.090188,-0.026199;;, 2240;4;0.989928,-0.011582,0.136840,-0.034412;;, 2400;4;0.986125,-0.022059,0.160669,-0.035453;;, 2560;4;0.985884,-0.017604,0.165100,-0.021577;;, 2720;4;0.989994,-0.017207,0.139840,-0.007787;;, 2880;4;0.992762,-0.031916,0.115334,-0.010149;;, 3040;4;0.997629,-0.051644,0.039146,-0.023188;;, 3200;4;0.993818,-0.070328,-0.074450,-0.042862;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } 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 R { 0; 21; 0;4;0.707107,0.000001,0.707107,-0.000001;;, 160;4;0.690384,-0.005890,0.723379,-0.007699;;, 320;4;0.687690,-0.000191,0.725660,-0.022377;;, 480;4;0.707838,0.000782,0.705792,-0.028683;;, 640;4;0.700925,-0.002340,0.712742,-0.026401;;, 800;4;0.706743,0.001043,0.707106,-0.022679;;, 960;4;0.800411,0.004781,0.598870,-0.025963;;, 1120;4;0.773650,0.009258,0.633227,-0.020077;;, 1280;4;0.770450,0.011844,0.637067,-0.020320;;, 1440;4;0.766461,0.014151,0.641799,-0.020765;;, 1600;4;0.775522,0.016643,0.630770,-0.020461;;, 1760;4;0.734717,0.016962,0.677906,-0.018647;;, 1920;4;0.656654,0.014519,0.753862,-0.016941;;, 2080;4;0.656654,0.014519,0.753862,-0.016940;;, 2240;4;0.693803,0.017961,0.719681,-0.019360;;, 2400;4;0.721013,0.017161,0.692375,-0.021535;;, 2560;4;0.750758,-0.001119,0.660211,-0.021958;;, 2720;4;0.756246,-0.014674,0.653598,-0.026200;;, 2880;4;0.746358,-0.005858,0.664769,-0.031581;;, 3040;4;0.753052,0.015004,0.656893,-0.034352;;, 3200;4;0.706293,0.033923,0.706292,-0.033922;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.065373,-0.000000,0.066450;;, 3200;3;0.065373,0.000000,0.066450;;; } } Animation { { Bip01_R_Toe0Nub } AnimationKey R { 0; 2; 0;4;1.000000,-0.000000,0.000000,-0.000000;;, 3200;4;1.000000,-0.000000,0.000000,0.000000;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.006735,0.000000,0.000000;;, 3200;3;0.006735,-0.000000,-0.000000;;; } } Animation { { Bip01_DressFront } AnimationKey R { 0; 21; 0;4;0.154352,0.095444,0.966370,0.182195;;, 160;4;0.150201,0.063489,0.978106,0.129294;;, 320;4;0.144685,0.029472,0.986302,0.073532;;, 480;4;0.138937,-0.003767,0.990119,0.018626;;, 640;4;0.134248,-0.033377,0.989880,-0.031645;;, 800;4;0.132012,-0.056585,0.986893,-0.073582;;, 960;4;0.133924,-0.074682,0.981961,-0.110634;;, 1120;4;0.139247,-0.089456,0.975471,-0.145138;;, 1280;4;0.145824,-0.099035,0.969210,-0.171929;;, 1440;4;0.151566,-0.101625,0.965463,-0.185961;;, 1600;4;0.154351,-0.095447,0.966370,-0.182196;;, 1760;4;0.152772,-0.075632,0.973492,-0.152492;;, 1920;4;0.147865,-0.043218,0.983004,-0.099859;;, 2080;4;0.141255,-0.005415,0.989294,-0.036263;;, 2240;4;0.135079,0.030324,0.990036,0.025764;;, 2400;4;0.132012,0.056583,0.986893,0.073580;;, 2560;4;0.133268,0.071614,0.982917,0.104813;;, 2720;4;0.137355,0.080310,0.978960,0.127757;;, 2880;4;0.143080,0.085389,0.975157,0.145965;;, 3040;4;0.149181,0.089545,0.971171,0.162952;;, 3200;4;0.154352,0.095445,0.966370,0.182195;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 21; 0;3;-0.043963,0.001344,0.061071;;, 160;3;-0.043961,0.001360,0.061076;;, 320;3;-0.043961,0.001377,0.061080;;, 480;3;-0.043962,0.001394,0.061082;;, 640;3;-0.043963,0.001410,0.061082;;, 800;3;-0.043965,0.001423,0.061081;;, 960;3;-0.043966,0.001434,0.061079;;, 1120;3;-0.043966,0.001444,0.061076;;, 1280;3;-0.043965,0.001452,0.061073;;, 1440;3;-0.043965,0.001456,0.061071;;, 1600;3;-0.043963,0.001455,0.061071;;, 1760;3;-0.043962,0.001446,0.061074;;, 1920;3;-0.043961,0.001430,0.061078;;, 2080;3;-0.043961,0.001410,0.061081;;, 2240;3;-0.043963,0.001391,0.061082;;, 2400;3;-0.043965,0.001376,0.061081;;, 2560;3;-0.043966,0.001366,0.061079;;, 2720;3;-0.043965,0.001360,0.061077;;, 2880;3;-0.043965,0.001354,0.061075;;, 3040;3;-0.043964,0.001349,0.061073;;, 3200;3;-0.043963,0.001344,0.061071;;; } } Animation { { Bip01_DressFront02 } AnimationKey R { 0; 21; 0;4;0.977904,0.000000,0.209054,-0.000001;;, 160;4;0.981993,0.008824,0.187833,0.018170;;, 320;4;0.985601,0.018855,0.163485,0.038826;;, 480;4;0.987973,0.028259,0.140444,0.058191;;, 640;4;0.989095,0.035218,0.123257,0.072522;;, 800;4;0.989385,0.037936,0.116512,0.078120;;, 960;4;0.988683,0.035209,0.126501,0.072559;;, 1120;4;0.986541,0.028220,0.150145,0.058281;;, 1280;4;0.983087,0.018782,0.177968,0.038929;;, 1440;4;0.979456,0.008748,0.200640,0.018237;;, 1600;4;0.977904,0.000000,0.209054,-0.000001;;, 1760;4;0.980262,-0.008608,0.196664,-0.018313;;, 1920;4;0.984593,-0.018306,0.169430,-0.039179;;, 2080;4;0.988412,-0.027337,0.137280,-0.058724;;, 2240;4;0.990608,-0.033980,0.110407,-0.073153;;, 2400;4;0.991275,-0.036561,0.099152,-0.078773;;, 2560;4;0.990967,-0.033945,0.107157,-0.073135;;, 2720;4;0.989718,-0.027242,0.127562,-0.058694;;, 2880;4;0.986982,-0.018180,0.154926,-0.039169;;, 3040;4;0.982747,-0.008509,0.183847,-0.018333;;, 3200;4;0.977904,0.000000,0.209054,-0.000001;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 21; 0;3;0.183378,-0.000000,-0.000120;;, 160;3;0.183373,-0.000003,-0.000122;;, 320;3;0.183367,-0.000007,-0.000125;;, 480;3;0.183360,-0.000009,-0.000126;;, 640;3;0.183356,-0.000012,-0.000127;;, 800;3;0.183354,-0.000012,-0.000128;;, 960;3;0.183357,-0.000012,-0.000127;;, 1120;3;0.183363,-0.000010,-0.000126;;, 1280;3;0.183370,-0.000007,-0.000123;;, 1440;3;0.183376,-0.000003,-0.000121;;, 1600;3;0.183378,0.000000,-0.000120;;, 1760;3;0.183375,0.000003,-0.000121;;, 1920;3;0.183368,0.000006,-0.000124;;, 2080;3;0.183360,0.000009,-0.000126;;, 2240;3;0.183353,0.000011,-0.000128;;, 2400;3;0.183349,0.000012,-0.000129;;, 2560;3;0.183352,0.000011,-0.000128;;, 2720;3;0.183357,0.000009,-0.000127;;, 2880;3;0.183364,0.000006,-0.000125;;, 3040;3;0.183372,0.000003,-0.000123;;, 3200;3;0.183378,-0.000000,-0.000120;;; } } Animation { { Bip01_DressFrontNub } AnimationKey R { 0; 2; 0;4;-0.000001,0.707388,0.000001,0.706825;;, 3200;4;-0.000001,0.707388,0.000001,0.706825;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.165302,-0.000000,0.000000;;, 3200;3;0.165302,-0.000000,0.000000;;; } } Animation { { Bip01_DressBack } AnimationKey R { 0; 21; 0;4;0.209744,0.163611,0.954452,0.135130;;, 160;4;0.195391,0.094041,0.972644,0.083327;;, 320;4;0.177089,0.018539,0.983640,0.027353;;, 480;4;0.158394,-0.054555,0.985494,-0.027130;;, 640;4;0.143432,-0.116953,0.979903,-0.074433;;, 800;4;0.136576,-0.160913,0.971354,-0.109206;;, 960;4;0.143024,-0.186959,0.962826,-0.132500;;, 1120;4;0.160499,-0.200374,0.955096,-0.147925;;, 1280;4;0.182085,-0.201030,0.950067,-0.154289;;, 1440;4;0.200845,-0.188817,0.949412,-0.150421;;, 1600;4;0.209744,-0.163613,0.954451,-0.135132;;, 1760;4;0.204191,-0.114897,0.966950,-0.100561;;, 1920;4;0.187629,-0.042178,0.980210,-0.046956;;, 2080;4;0.165807,0.038826,0.985294,0.014032;;, 2240;4;0.146001,0.111762,0.980449,0.070091;;, 2400;4;0.136577,0.160911,0.971354,0.109205;;, 2560;4;0.140966,0.181764,0.964701,0.128231;;, 2720;4;0.154368,0.184885,0.961100,0.135184;;, 2880;4;0.172903,0.177864,0.959262,0.135222;;, 3040;4;0.192645,0.168234,0.957481,0.133473;;, 3200;4;0.209744,0.163611,0.954452,0.135130;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 21; 0;3;-0.047682,-0.000046,-0.078297;;, 160;3;-0.047681,-0.000028,-0.078292;;, 320;3;-0.047684,-0.000008,-0.078288;;, 480;3;-0.047689,0.000010,-0.078286;;, 640;3;-0.047695,0.000025,-0.078286;;, 800;3;-0.047700,0.000036,-0.078288;;, 960;3;-0.047701,0.000043,-0.078290;;, 1120;3;-0.047698,0.000049,-0.078292;;, 1280;3;-0.047693,0.000051,-0.078295;;, 1440;3;-0.047687,0.000051,-0.078297;;, 1600;3;-0.047682,0.000046,-0.078297;;, 1760;3;-0.047680,0.000034,-0.078294;;, 1920;3;-0.047681,0.000015,-0.078290;;, 2080;3;-0.047687,-0.000006,-0.078287;;, 2240;3;-0.047695,-0.000024,-0.078286;;, 2400;3;-0.047700,-0.000036,-0.078288;;, 2560;3;-0.047701,-0.000042,-0.078289;;, 2720;3;-0.047698,-0.000044,-0.078291;;, 2880;3;-0.047693,-0.000045,-0.078293;;, 3040;3;-0.047687,-0.000045,-0.078295;;, 3200;3;-0.047682,-0.000046,-0.078297;;; } } Animation { { Bip01_DressBack02 } AnimationKey R { 0; 21; 0;4;0.981441,-0.060070,0.181143,0.018761;;, 160;4;0.981099,-0.042118,0.188827,0.003869;;, 320;4;0.979960,-0.023319,0.197425,-0.012561;;, 480;4;0.978264,-0.004914,0.205376,-0.028214;;, 640;4;0.976525,0.011850,0.211174,-0.040784;;, 800;4;0.975456,0.025729,0.213360,-0.047975;;, 960;4;0.975758,0.037822,0.209944,-0.048874;;, 1120;4;0.977139,0.048952,0.201935,-0.045009;;, 1280;4;0.978905,0.057464,0.192398,-0.037768;;, 1440;4;0.980491,0.061714,0.184429,-0.028550;;, 1600;4;0.981441,0.060070,0.181143,-0.018762;;, 1760;4;0.981525,0.049800,0.184633,-0.006267;;, 1920;4;0.980677,0.031973,0.192752,0.009869;;, 2080;4;0.978910,0.010688,0.202295,0.026425;;, 2240;4;0.976791,-0.009925,0.210158,0.040189;;, 2400;4;0.975456,-0.025729,0.213360,0.047974;;, 2560;4;0.975636,-0.035900,0.210988,0.048268;;, 2720;4;0.976837,-0.043189,0.205080,0.043197;;, 2880;4;0.978533,-0.048825,0.197133,0.035057;;, 3040;4;0.980208,-0.054039,0.188648,0.026145;;, 3200;4;0.981441,-0.060070,0.181143,0.018761;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 21; 0;3;0.176198,0.000012,-0.000101;;, 160;3;0.176199,0.000009,-0.000101;;, 320;3;0.176201,0.000006,-0.000100;;, 480;3;0.176202,0.000002,-0.000100;;, 640;3;0.176204,-0.000001,-0.000099;;, 800;3;0.176204,-0.000003,-0.000099;;, 960;3;0.176204,-0.000006,-0.000099;;, 1120;3;0.176202,-0.000008,-0.000099;;, 1280;3;0.176200,-0.000011,-0.000100;;, 1440;3;0.176198,-0.000012,-0.000101;;, 1600;3;0.176198,-0.000012,-0.000101;;, 1760;3;0.176198,-0.000010,-0.000101;;, 1920;3;0.176200,-0.000007,-0.000100;;, 2080;3;0.176202,-0.000003,-0.000100;;, 2240;3;0.176203,0.000000,-0.000099;;, 2400;3;0.176204,0.000003,-0.000099;;, 2560;3;0.176204,0.000005,-0.000099;;, 2720;3;0.176203,0.000007,-0.000099;;, 2880;3;0.176201,0.000009,-0.000100;;, 3040;3;0.176199,0.000010,-0.000100;;, 3200;3;0.176198,0.000012,-0.000101;;; } } Animation { { Bip01_DressBackNub } AnimationKey R { 0; 2; 0;4;-0.000001,0.707388,0.000001,0.706825;;, 3200;4;-0.000001,0.707388,0.000001,0.706825;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 2; 0;3;0.136508,0.000000,-0.000000;;, 3200;3;0.136508,0.000000,0.000000;;; } } Animation { { Bip01_Prop1 } AnimationKey R { 0; 21; 0;4;0.838987,-0.145116,0.150917,0.502261;;, 160;4;0.839681,-0.138339,0.145238,0.504682;;, 320;4;0.840527,-0.121006,0.130308,0.511754;;, 480;4;0.839573,-0.097609,0.109282,0.523112;;, 640;4;0.835123,-0.072699,0.085380,0.538512;;, 800;4;0.825976,-0.050893,0.061905,0.557980;;, 960;4;0.807689,-0.029094,0.033919,0.587912;;, 1120;4;0.779136,-0.004218,-0.000800,0.626841;;, 1280;4;0.746335,0.018990,-0.034698,0.664394;;, 1440;4;0.718101,0.035817,-0.060253,0.692400;;, 1600;4;0.705041,0.041705,-0.070152,0.704455;;, 1760;4;0.713696,0.033314,-0.059479,0.697131;;, 1920;4;0.737186,0.013653,-0.033064,0.674743;;, 2080;4;0.765961,-0.012169,0.001605,0.642769;;, 2240;4;0.791954,-0.038937,0.036868,0.608221;;, 2400;4;0.809557,-0.061458,0.065064,0.580178;;, 2560;4;0.820651,-0.082169,0.088217,0.558569;;, 2720;4;0.829203,-0.104462,0.111337,0.537694;;, 2880;4;0.834917,-0.124728,0.131424,0.519696;;, 3040;4;0.838025,-0.139438,0.145567,0.507031;;, 3200;4;0.838987,-0.145116,0.150917,0.502261;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 21; 0;3;0.046954,-0.088180,-0.111402;;, 160;3;0.042230,-0.087683,-0.111998;;, 320;3;0.030816,-0.086087,-0.114590;;, 480;3;0.016425,-0.083481,-0.119905;;, 640;3;0.002451,-0.080637,-0.126505;;, 800;3;-0.007202,-0.079036,-0.130752;;, 960;3;-0.018535,-0.080391,-0.130150;;, 1120;3;-0.037228,-0.083916,-0.126167;;, 1280;3;-0.058391,-0.087670,-0.120372;;, 1440;3;-0.076765,-0.090411,-0.114706;;, 1600;3;-0.086691,-0.091887,-0.111743;;, 1760;3;-0.083750,-0.092495,-0.112345;;, 1920;3;-0.071407,-0.092415,-0.114827;;, 2080;3;-0.055125,-0.091614,-0.118020;;, 2240;3;-0.039732,-0.090572,-0.120568;;, 2400;3;-0.029772,-0.090187,-0.120971;;, 2560;3;-0.018004,-0.090547,-0.119072;;, 2720;3;0.001639,-0.090684,-0.116450;;, 2880;3;0.022931,-0.090049,-0.113925;;, 3040;3;0.039962,-0.088865,-0.112099;;, 3200;3;0.046954,-0.088180,-0.111402;;; } } Animation { { Bip01_Prop2 } AnimationKey R { 0; 2; 0;4;0.110089,0.789373,0.272847,-0.538819;;, 3200;4;0.110089,0.789373,0.272847,-0.538819;;; } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 21; 0;3;-0.061738,-0.027278,0.132557;;, 160;3;-0.058155,-0.027456,0.132568;;, 320;3;-0.047166,-0.027296,0.133168;;, 480;3;-0.033018,-0.026509,0.133844;;, 640;3;-0.019802,-0.025290,0.133949;;, 800;3;-0.011740,-0.024300,0.132736;;, 960;3;-0.002485,-0.023453,0.131062;;, 1120;3;0.013579,-0.021951,0.130351;;, 1280;3;0.031174,-0.019581,0.130453;;, 1440;3;0.045491,-0.016896,0.130839;;, 1600;3;0.051997,-0.015260,0.130728;;, 1760;3;0.048370,-0.015375,0.129993;;, 1920;3;0.038146,-0.016133,0.130100;;, 2080;3;0.025202,-0.016727,0.132218;;, 2240;3;0.013232,-0.016955,0.135907;;, 2400;3;0.006292,-0.017136,0.139192;;, 2560;3;-0.001064,-0.018477,0.140449;;, 2720;3;-0.014997,-0.021103,0.140006;;, 2880;3;-0.032196,-0.023817,0.138182;;, 3040;3;-0.049075,-0.025874,0.135394;;, 3200;3;-0.061738,-0.027278,0.132557;;; } } Animation { { Translation_Data } 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 S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey T { 2; 21; 0;3;0.000000,0.000000,0.000000;;, 160;3;0.000000,0.000000,-0.047244;;, 320;3;0.000000,0.000000,-0.094488;;, 480;3;0.000000,0.000000,-0.141732;;, 640;3;0.000000,0.000000,-0.188976;;, 800;3;0.000000,0.000000,-0.236221;;, 960;3;0.000000,0.000000,-0.283465;;, 1120;3;0.000000,0.000000,-0.330709;;, 1280;3;0.000000,0.000000,-0.377953;;, 1440;3;0.000000,0.000000,-0.425197;;, 1600;3;0.000000,0.000000,-0.472441;;, 1760;3;0.000000,0.000000,-0.519685;;, 1920;3;0.000000,0.000000,-0.566929;;, 2080;3;0.000000,0.000000,-0.614173;;, 2240;3;0.000000,0.000000,-0.661417;;, 2400;3;0.000000,0.000000,-0.708661;;, 2560;3;0.000000,0.000000,-0.755906;;, 2720;3;0.000000,0.000000,-0.803150;;, 2880;3;0.000000,0.000000,-0.850394;;, 3040;3;0.000000,0.000000,-0.897638;;, 3200;3;0.000000,0.000000,-0.944882;;; } } }