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_-_Defaultccc { 1.000000;1.000000;1.000000;1.000000;; 9.999999; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "WeddingDress.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_WeddingDress { 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_WeddingDress { 312; 0.064870;0.747081;-0.010819;, 0.043780;0.748243;-0.010779;, 0.067992;0.765000;-0.000306;, 0.068231;0.704783;-0.020508;, 0.054365;0.674678;-0.047740;, 0.047333;0.706795;-0.034292;, 0.074616;0.672979;-0.029191;, 0.042952;0.791657;0.040514;, 0.075645;0.765913;0.064945;, 0.070049;0.777634;0.038191;, 0.041566;0.768900;0.069198;, 0.074125;0.534636;0.046042;, 0.035711;0.573264;0.069169;, 0.045430;0.548586;0.079191;, 0.064137;0.567595;0.040644;, 0.068084;0.551350;-0.006175;, 0.087676;0.513878;-0.000035;, 0.042339;0.536648;-0.032032;, 0.070828;0.490530;-0.017899;, 0.032558;0.488022;-0.035334;, 0.026661;0.672986;-0.049101;, 0.021901;0.696575;-0.037431;, -0.000039;0.567711;0.072726;, 0.004975;0.544913;0.084116;, 0.052783;0.463197;-0.057576;, 0.120346;0.347404;-0.069090;, 0.066510;0.387771;-0.124537;, 0.106061;0.431209;-0.006861;, 0.073146;0.308431;-0.173041;, 0.121780;0.269082;-0.115553;, 0.097554;0.374005;0.039386;, 0.102824;0.311084;0.003097;, 0.111207;0.246154;-0.039418;, 0.076607;0.235629;-0.190959;, 0.123726;0.151136;-0.144979;, 0.082668;0.170897;-0.202798;, 0.122878;0.208400;-0.131382;, 0.125051;0.089514;-0.150370;, 0.082177;0.117855;-0.214489;, 0.112750;0.192372;-0.050214;, 0.115737;0.125837;-0.071297;, 0.114803;0.069768;-0.090517;, 0.098959;0.473799;0.008530;, 0.088966;0.485723;0.067811;, 0.051755;0.506384;0.100796;, 0.094440;0.418003;0.056964;, 0.045613;0.440447;0.100413;, 0.026459;0.419410;0.102596;, 0.037202;0.586655;0.062305;, 0.063169;0.635290;0.059080;, 0.034289;0.642046;0.067077;, 0.071791;0.636791;0.035438;, 0.068345;0.633644;-0.002128;, 0.075021;0.676314;0.038046;, 0.071073;0.645571;0.001271;, 0.045516;0.632571;-0.030904;, 0.048784;0.634245;-0.028572;, 0.025442;0.637142;-0.031729;, 0.021379;0.636068;-0.031047;, 0.136533;0.713614;0.002695;, 0.092653;0.648258;0.021793;, 0.086097;0.687156;0.003292;, 0.078162;0.712531;0.063063;, 0.092653;0.648258;0.021793;, 0.080835;0.664990;0.078135;, 0.086097;0.687156;0.003292;, 0.092538;0.741351;0.072986;, 0.097529;0.718856;0.072617;, 0.091316;0.724946;0.057062;, 0.137041;0.730658;0.043473;, 0.128516;0.669211;0.080929;, 0.142839;0.654844;0.035489;, 0.106076;0.783240;0.048223;, 0.111932;0.778557;0.018237;, 0.070049;0.777634;0.038191;, 0.065662;0.781942;0.019474;, 0.042784;0.673755;0.070859;, 0.068380;0.681750;0.070168;, 0.043116;0.787002;0.019964;, 0.102990;0.764085;-0.015973;, 0.064870;0.747081;-0.010819;, 0.067992;0.765000;-0.000306;, 0.098126;0.734986;-0.019589;, 0.043630;0.725078;0.079110;, 0.075645;0.765913;0.064945;, 0.076715;0.734201;0.078915;, 0.080971;0.712798;0.019816;, 0.091060;0.716785;-0.006476;, 0.080422;0.720228;0.066759;, 0.068928;0.721502;-0.011717;, 0.078617;0.665477;0.000570;, 0.077729;0.676036;0.016636;, 0.076119;0.675300;0.056537;, 0.065662;0.781942;0.019474;, -0.008205;0.541467;-0.033342;, -0.017094;0.480759;-0.042026;, 0.003620;0.508048;0.107881;, -0.003099;0.466218;0.116221;, -0.002779;0.598120;-0.031931;, 0.038027;0.596947;-0.028564;, 0.065203;0.594839;-0.001080;, 0.062994;0.588337;0.036536;, 0.000933;0.585893;0.066135;, 0.043116;0.787002;0.019964;, 0.065662;0.781942;0.019474;, 0.042669;0.773899;0.007681;, 0.120643;0.720993;0.064803;, 0.073942;0.723585;0.082718;, 0.080422;0.720228;0.066759;, 0.076715;0.734201;0.078915;, 0.073592;0.705638;0.032948;, 0.080971;0.712798;0.019816;, 0.075990;0.696615;-0.005944;, 0.068928;0.721502;-0.011717;, 0.026845;0.644763;-0.042146;, 0.055351;0.641980;-0.039429;, 0.072142;0.647269;-0.017860;, 0.035137;0.720735;-0.029396;, 0.068928;0.721502;-0.011717;, 0.091060;0.716785;-0.006476;, 0.004290;0.712315;-0.035259;, 0.014718;0.674107;-0.044103;, 0.014958;0.646880;-0.037374;, 0.000543;0.635421;0.070174;, 0.005775;0.649284;-0.037231;, 0.005764;0.674474;-0.043593;, 0.073592;0.705638;0.032948;, -0.061797;0.744843;-0.020207;, -0.066687;0.764493;-0.010233;, -0.041084;0.747381;-0.017050;, -0.060983;0.701250;-0.030122;, -0.041627;0.672054;-0.054882;, -0.064276;0.669182;-0.039525;, -0.038417;0.704450;-0.040672;, -0.047451;0.791180;0.034745;, -0.085251;0.767369;0.053898;, -0.050811;0.767827;0.062368;, -0.073051;0.780327;0.028090;, -0.070115;0.557773;0.060273;, -0.035287;0.579207;0.073861;, -0.066443;0.579143;0.049419;, -0.034076;0.560885;0.087005;, -0.077720;0.570092;0.007907;, -0.095588;0.545740;0.016659;, -0.058452;0.551213;-0.022197;, -0.093874;0.507985;-0.006372;, -0.061301;0.496984;-0.029282;, -0.013976;0.671875;-0.052125;, -0.012284;0.695640;-0.039974;, -0.000039;0.567711;0.072726;, 0.004975;0.544913;0.084116;, -0.082738;0.450608;-0.024672;, -0.139480;0.349426;0.044947;, -0.128151;0.456919;0.036854;, -0.096748;0.345134;-0.031464;, -0.102842;0.252093;-0.018812;, -0.139932;0.260791;0.056077;, -0.105103;0.430147;0.110505;, -0.110108;0.359505;0.118705;, -0.115245;0.303364;0.120185;, -0.104345;0.179969;0.021311;, -0.130864;0.166895;0.131654;, -0.133846;0.212415;0.094323;, -0.105105;0.128721;0.060293;, -0.127480;0.121738;0.172247;, -0.085963;0.069772;0.112191;, -0.115412;0.268448;0.152595;, -0.115114;0.212789;0.192696;, -0.113110;0.163400;0.210852;, -0.115716;0.508854;0.030153;, -0.089287;0.524288;0.085944;, -0.043029;0.524022;0.110226;, -0.106513;0.465999;0.096423;, -0.052996;0.472726;0.118126;, -0.035671;0.592464;0.066808;, -0.034790;0.641779;0.064057;, -0.062762;0.634877;0.053672;, -0.067985;0.642054;0.036917;, -0.074943;0.672393;0.028023;, -0.064441;0.637122;-0.002713;, -0.063793;0.641884;-0.008764;, -0.039713;0.633985;-0.032349;, -0.038992;0.633207;-0.033322;, -0.013393;0.636080;-0.034619;, -0.010137;0.635375;-0.033172;, -0.128335;0.727053;-0.028824;, -0.077414;0.699314;-0.011926;, -0.091694;0.658178;-0.009292;, -0.099142;0.709150;0.051873;, -0.091694;0.658178;-0.009292;, -0.077414;0.699314;-0.011926;, -0.110767;0.659997;0.047515;, -0.104475;0.736921;0.057762;, -0.099152;0.719828;0.047917;, -0.121741;0.715865;0.048716;, -0.143744;0.738159;0.010371;, -0.142056;0.666374;-0.021379;, -0.153345;0.668205;0.027052;, -0.110114;0.786123;0.033558;, -0.109498;0.783719;0.003285;, -0.073051;0.780327;0.028090;, -0.067251;0.781441;0.009678;, -0.045931;0.672240;0.065448;, -0.071606;0.679253;0.061491;, -0.044751;0.786574;0.014418;, -0.096814;0.766978;-0.028520;, -0.061797;0.744843;-0.020207;, -0.091216;0.736904;-0.030857;, -0.066687;0.764493;-0.010233;, -0.053394;0.723227;0.071914;, -0.085251;0.767369;0.053898;, -0.088609;0.732301;0.062296;, -0.079862;0.709126;0.009055;, -0.088928;0.719649;0.051846;, -0.085727;0.714883;-0.015547;, -0.065177;0.720253;-0.021188;, -0.072221;0.661353;-0.010653;, -0.074294;0.671880;0.005324;, -0.077277;0.672641;0.047131;, -0.067251;0.781441;0.009678;, 0.003620;0.508048;0.107881;, -0.003099;0.466218;0.116221;, -0.039618;0.447701;0.120649;, -0.044115;0.602323;-0.024709;, -0.065710;0.606487;0.006985;, -0.062872;0.598455;0.044061;, 0.000933;0.585893;0.066135;, -0.044751;0.786574;0.014418;, -0.042458;0.773494;0.001405;, -0.067251;0.781441;0.009678;, -0.138925;0.722533;0.032721;, -0.085327;0.725034;0.061883;, -0.088609;0.732301;0.062296;, -0.088928;0.719649;0.051846;, -0.074365;0.701969;0.023147;, -0.079862;0.709126;0.009055;, -0.070023;0.693106;-0.016128;, -0.065177;0.720253;-0.021188;, -0.013653;0.643655;-0.045159;, -0.042053;0.639316;-0.046677;, -0.062112;0.643598;-0.027849;, -0.028119;0.719076;-0.034100;, -0.065177;0.720253;-0.021188;, -0.085727;0.714883;-0.015547;, -0.002982;0.673623;-0.045420;, -0.002734;0.646396;-0.038691;, 0.000543;0.635421;0.070174;, -0.074365;0.701969;0.023147;, 0.076607;0.235629;-0.190959;, 0.015863;0.181354;-0.220715;, 0.008642;0.262178;-0.197108;, 0.082668;0.170897;-0.202798;, 0.073146;0.308431;-0.173041;, 0.003309;0.321240;-0.175616;, 0.066510;0.387771;-0.124537;, -0.010941;0.395167;-0.113740;, 0.052783;0.463197;-0.057576;, -0.008661;0.448930;-0.050889;, 0.032558;0.488022;-0.035334;, 0.014794;0.134973;-0.244502;, 0.082177;0.117855;-0.214489;, 0.048835;0.120230;-0.037098;, 0.031176;0.140069;0.119972;, 0.052682;0.071593;-0.053191;, 0.009040;0.177800;0.086893;, 0.006480;0.238199;0.080014;, 0.045913;0.191736;-0.018867;, 0.042427;0.238178;-0.013058;, 0.015373;0.300212;0.090016;, 0.000483;0.343593;0.089010;, 0.035368;0.306228;0.033366;, 0.003407;0.396944;0.110309;, -0.050476;0.197441;-0.039117;, -0.021513;0.140239;-0.098217;, -0.049238;0.120510;0.006130;, -0.029520;0.230142;-0.119567;, -0.053060;0.264757;-0.062369;, -0.043090;0.294201;-0.137445;, -0.042590;0.366104;-0.063594;, -0.036847;0.379206;-0.097963;, -0.035697;0.447140;-0.040289;, -0.022451;0.448432;-0.049909;, -0.017094;0.480759;-0.042026;, -0.061301;0.496984;-0.029282;, -0.017320;0.082994;-0.092756;, -0.014755;0.048387;0.082563;, -0.038693;0.186091;0.240536;, -0.115114;0.212789;0.192696;, -0.113110;0.163400;0.210852;, -0.045375;0.229974;0.206446;, -0.115412;0.268448;0.152595;, -0.049544;0.287216;0.166565;, -0.115245;0.303364;0.120185;, -0.050600;0.313404;0.139237;, -0.037204;0.370605;0.139378;, -0.110108;0.359505;0.118705;, -0.003099;0.466218;0.116221;, -0.039618;0.447701;0.120649;, -0.082738;0.450608;-0.024672;, -0.096748;0.345134;-0.031464;, -0.102842;0.252093;-0.018812;, -0.104345;0.179969;0.021311;, -0.105105;0.128721;0.060293;, -0.085963;0.069772;0.112191;, 0.026459;0.419410;0.102596;, 0.102824;0.311084;0.003097;, 0.097554;0.374005;0.039386;, 0.111207;0.246154;-0.039418;, 0.112750;0.192372;-0.050214;, 0.115737;0.125837;-0.071297;, 0.114803;0.069768;-0.090517;, -0.105103;0.430147;0.110505;; 452; 3;0,1,2;, 3;3,4,5;, 3;4,3,6;, 3;7,8,9;, 3;8,7,10;, 3;11,12,13;, 3;12,11,14;, 3;15,11,16;, 3;11,15,14;, 3;17,18,19;, 3;18,17,15;, 3;5,20,21;, 3;20,5,4;, 3;13,22,23;, 3;22,13,12;, 3;24,25,26;, 3;25,24,27;, 3;25,28,26;, 3;28,25,29;, 3;30,25,27;, 3;25,30,31;, 3;31,29,25;, 3;29,31,32;, 3;33,34,35;, 3;34,33,36;, 3;35,37,38;, 3;37,35,34;, 3;39,34,36;, 3;34,39,40;, 3;40,37,34;, 3;37,40,41;, 3;27,18,42;, 3;18,27,24;, 3;13,43,11;, 3;43,13,44;, 3;44,45,43;, 3;45,44,46;, 3;46,47,30;, 3;33,29,36;, 3;29,33,28;, 3;36,32,39;, 3;32,36,29;, 3;11,42,16;, 3;42,11,43;, 3;43,27,42;, 3;27,43,45;, 3;45,30,27;, 3;48,49,50;, 3;51,52,53;, 3;54,55,56;, 3;55,54,52;, 3;55,57,56;, 3;57,55,58;, 3;59,60,61;, 3;62,63,64;, 3;63,62,65;, 3;66,62,67;, 3;62,66,68;, 3;69,70,71;, 3;72,69,73;, 3;73,74,72;, 3;74,73,75;, 3;49,76,50;, 3;76,49,77;, 3;9,78,7;, 3;79,80,81;, 3;80,79,82;, 3;59,82,79;, 3;8,10,83;, 3;72,74,84;, 3;66,84,85;, 3;68,86,87;, 3;86,68,88;, 3;89,87,86;, 3;90,91,54;, 3;53,92,51;, 3;18,24,19;, 3;15,16,18;, 3;16,42,18;, 3;78,9,93;, 3;19,94,17;, 3;94,19,95;, 3;23,44,13;, 3;44,23,96;, 3;44,97,46;, 3;97,44,96;, 3;46,97,47;, 3;98,17,94;, 3;17,98,99;, 3;99,15,17;, 3;15,99,100;, 3;100,14,15;, 3;14,100,101;, 3;14,48,12;, 3;48,14,101;, 3;12,102,22;, 3;102,12,48;, 3;103,104,105;, 3;105,104,2;, 3;81,73,79;, 3;73,81,75;, 3;73,59,79;, 3;59,73,69;, 3;69,71,59;, 3;70,69,106;, 3;101,51,49;, 3;107,108,109;, 3;92,49,51;, 3;49,92,77;, 3;49,48,101;, 3;83,77,107;, 3;77,83,76;, 3;77,108,107;, 3;108,77,92;, 3;108,53,110;, 3;53,108,92;, 3;110,91,111;, 3;91,110,53;, 3;112,111,91;, 3;111,112,113;, 3;114,4,115;, 3;4,114,20;, 3;115,6,116;, 3;6,115,4;, 3;117,0,113;, 3;0,117,1;, 3;118,82,119;, 3;82,118,80;, 3;82,59,119;, 3;66,88,68;, 3;88,66,85;, 3;56,116,54;, 3;116,56,115;, 3;90,6,112;, 3;112,3,113;, 3;113,5,117;, 3;5,113,3;, 3;117,21,120;, 3;121,21,20;, 3;122,20,114;, 3;20,122,121;, 3;56,114,115;, 3;6,90,116;, 3;91,90,112;, 3;116,90,54;, 3;123,48,50;, 3;48,123,102;, 3;84,66,72;, 3;60,59,71;, 3;72,66,106;, 3;69,72,106;, 3;114,56,57;, 3;121,124,125;, 3;124,121,122;, 3;21,121,125;, 3;114,57,122;, 3;21,125,120;, 3;21,117,5;, 3;3,112,6;, 3;86,88,126;, 3;59,61,119;, 3;65,68,87;, 3;68,65,62;, 3;64,67,62;, 3;66,67,106;, 3;67,70,106;, 3;70,67,64;, 3;109,83,107;, 3;83,109,8;, 3;2,1,105;, 3;58,55,99;, 3;99,52,100;, 3;52,99,55;, 3;51,100,52;, 3;100,51,101;, 3;98,58,99;, 3;58,98,124;, 3;122,58,124;, 3;58,122,57;, 3;91,52,54;, 3;52,91,53;, 3;127,128,129;, 3;130,131,132;, 3;131,130,133;, 3;134,135,136;, 3;135,134,137;, 3;138,139,140;, 3;139,138,141;, 3;142,138,140;, 3;138,142,143;, 3;144,145,142;, 3;145,144,146;, 3;133,147,131;, 3;147,133,148;, 3;141,149,139;, 3;149,141,150;, 3;151,152,153;, 3;152,151,154;, 3;152,155,156;, 3;155,152,154;, 3;157,152,158;, 3;152,157,153;, 3;158,156,159;, 3;156,158,152;, 3;160,161,162;, 3;161,160,163;, 3;163,164,161;, 3;164,163,165;, 3;166,161,167;, 3;161,166,162;, 3;167,164,168;, 3;164,167,161;, 3;153,145,151;, 3;145,153,169;, 3;141,170,171;, 3;170,141,138;, 3;171,172,173;, 3;172,171,170;, 3;173,172,157;, 3;160,156,155;, 3;156,160,162;, 3;162,159,156;, 3;159,162,166;, 3;138,169,170;, 3;169,138,143;, 3;170,153,172;, 3;153,170,169;, 3;172,153,157;, 3;174,175,176;, 3;177,178,179;, 3;180,181,179;, 3;181,180,182;, 3;181,183,184;, 3;183,181,182;, 3;185,186,187;, 3;188,189,190;, 3;189,188,191;, 3;192,188,193;, 3;188,192,194;, 3;195,196,197;, 3;198,199,195;, 3;199,200,201;, 3;200,199,198;, 3;176,202,203;, 3;202,176,175;, 3;137,134,204;, 3;205,206,207;, 3;206,205,208;, 3;185,205,207;, 3;135,209,136;, 3;198,210,200;, 3;192,211,210;, 3;193,212,213;, 3;212,193,214;, 3;215,212,214;, 3;216,180,217;, 3;178,177,218;, 3;145,146,151;, 3;142,145,143;, 3;143,145,169;, 3;204,219,137;, 3;146,94,95;, 3;94,146,144;, 3;150,171,220;, 3;171,150,141;, 3;171,221,220;, 3;221,171,173;, 3;221,173,222;, 3;98,144,223;, 3;144,98,94;, 3;223,142,224;, 3;142,223,144;, 3;224,140,225;, 3;140,224,142;, 3;140,174,225;, 3;174,140,139;, 3;139,226,174;, 3;226,139,149;, 3;227,228,229;, 3;228,128,229;, 3;208,199,201;, 3;199,208,205;, 3;185,199,205;, 3;199,185,195;, 3;195,185,196;, 3;197,230,195;, 3;225,176,177;, 3;231,232,233;, 3;218,176,203;, 3;176,218,177;, 3;176,225,174;, 3;209,203,202;, 3;203,209,231;, 3;203,233,218;, 3;233,203,231;, 3;233,178,218;, 3;178,233,234;, 3;234,217,178;, 3;217,234,235;, 3;236,235,237;, 3;235,236,217;, 3;238,131,147;, 3;131,238,239;, 3;239,132,131;, 3;132,239,240;, 3;241,127,129;, 3;127,241,237;, 3;242,207,206;, 3;207,242,243;, 3;207,243,185;, 3;192,213,211;, 3;213,192,193;, 3;182,240,239;, 3;240,182,180;, 3;216,236,132;, 3;236,237,130;, 3;237,133,130;, 3;133,237,241;, 3;241,120,148;, 3;244,147,148;, 3;245,147,244;, 3;147,245,238;, 3;182,239,238;, 3;132,240,216;, 3;217,236,216;, 3;240,180,216;, 3;246,174,226;, 3;174,246,175;, 3;210,198,192;, 3;187,196,185;, 3;198,230,192;, 3;195,230,198;, 3;238,183,182;, 3;244,124,245;, 3;124,244,125;, 3;148,125,244;, 3;238,245,183;, 3;148,120,125;, 3;148,133,241;, 3;130,132,236;, 3;212,247,213;, 3;185,243,186;, 3;190,193,188;, 3;193,190,214;, 3;191,188,194;, 3;192,230,194;, 3;194,197,191;, 3;197,194,230;, 3;232,209,135;, 3;209,232,231;, 3;128,228,129;, 3;184,223,181;, 3;223,179,181;, 3;179,223,224;, 3;177,224,225;, 3;224,177,179;, 3;98,223,184;, 3;184,124,98;, 3;245,184,183;, 3;184,245,124;, 3;217,179,178;, 3;179,217,180;, 3;248,249,250;, 3;249,248,251;, 3;252,250,253;, 3;250,252,248;, 3;254,253,255;, 3;253,254,252;, 3;256,255,257;, 3;255,256,254;, 3;257,258,256;, 3;259,251,260;, 3;251,259,249;, 3;261,262,263;, 3;262,261,264;, 3;265,261,266;, 3;261,265,264;, 3;265,267,268;, 3;267,265,266;, 3;269,267,270;, 3;267,269,268;, 3;270,271,269;, 3;272,273,274;, 3;273,272,275;, 3;276,275,272;, 3;275,276,277;, 3;278,277,276;, 3;277,278,279;, 3;280,279,278;, 3;279,280,281;, 3;282,280,283;, 3;274,284,285;, 3;284,274,273;, 3;286,287,288;, 3;287,286,289;, 3;289,290,287;, 3;290,289,291;, 3;292,291,293;, 3;291,292,290;, 3;294,292,293;, 3;292,294,295;, 3;296,297,271;, 3;297,294,271;, 3;283,280,298;, 3;280,282,281;, 3;278,298,280;, 3;298,278,299;, 3;276,299,278;, 3;299,276,300;, 3;272,300,276;, 3;300,272,301;, 3;274,301,272;, 3;301,274,302;, 3;285,302,274;, 3;302,285,303;, 3;282,257,281;, 3;257,282,258;, 3;279,257,255;, 3;257,279,281;, 3;277,255,253;, 3;255,277,279;, 3;275,253,250;, 3;253,275,277;, 3;273,250,249;, 3;250,273,275;, 3;284,249,259;, 3;249,284,273;, 3;304,305,306;, 3;305,304,270;, 3;270,307,305;, 3;307,270,267;, 3;266,307,267;, 3;307,266,308;, 3;261,308,266;, 3;308,261,309;, 3;263,309,261;, 3;309,263,310;, 3;271,294,269;, 3;269,293,268;, 3;293,269,294;, 3;265,293,291;, 3;293,265,268;, 3;289,265,291;, 3;265,289,264;, 3;262,289,286;, 3;289,262,264;, 3;270,304,271;, 3;304,296,271;, 3;295,297,311;, 3;297,295,294;, 3;46,30,45;, 3;173,157,222;; MeshNormals { 312; -0.042950;0.346900;-0.936918;, 0.006678;0.551132;-0.834392;, -0.087576;0.690540;-0.717973;, 0.742842;0.315653;-0.590381;, 0.364150;0.098855;-0.926079;, 0.269818;0.450122;-0.851228;, 0.868120;0.021474;-0.495890;, 0.389481;0.908569;0.151022;, 0.110006;0.609818;0.784870;, 0.167224;0.966974;0.192346;, 0.150579;0.528694;0.835349;, 0.877694;0.391580;0.276259;, 0.372229;0.405382;0.834932;, 0.465740;0.488708;0.737734;, 0.894769;0.230017;0.382728;, 0.874093;0.216012;-0.435087;, 0.885023;0.282063;-0.370371;, 0.364650;0.079720;-0.927726;, 0.624193;0.259218;-0.737013;, 0.127672;0.347525;-0.928938;, -0.165164;0.065905;-0.984062;, -0.004338;0.317408;-0.948279;, 0.131629;0.418097;0.898815;, 0.159590;0.485929;0.859304;, 0.308676;0.643260;-0.700668;, 0.967931;0.199139;-0.153142;, 0.431279;0.588324;-0.684013;, 0.960491;0.232015;-0.153709;, 0.500175;0.363748;-0.785820;, 0.964934;0.120730;-0.233083;, 0.794691;-0.227554;0.562749;, 0.772804;-0.286973;0.566058;, 0.831525;-0.148856;0.535170;, 0.546283;0.222709;-0.807450;, 0.965884;0.062063;-0.251429;, 0.627318;0.199285;-0.752833;, 0.968593;0.076214;-0.236682;, 0.986356;0.024005;-0.162866;, 0.688567;0.150010;-0.709488;, 0.803991;-0.116962;0.583025;, 0.825326;-0.153233;0.543467;, 0.835513;-0.190584;0.515359;, 0.950164;0.237049;-0.202477;, 0.864864;0.167521;0.473231;, 0.463813;0.258560;0.847364;, 0.839121;-0.103188;0.534068;, 0.461840;-0.157588;0.872852;, 0.423003;-0.244791;0.872437;, 0.433813;0.095285;0.895950;, 0.652843;-0.220194;0.724783;, 0.193477;-0.111925;0.974700;, 0.983519;-0.149166;0.102173;, 0.914344;-0.088091;-0.395240;, 0.998099;-0.059520;-0.015986;, 0.940069;-0.337374;-0.049489;, 0.411905;0.162517;-0.896617;, 0.399853;-0.854037;-0.332775;, -0.080517;-0.573274;-0.815398;, 0.069280;-0.264333;-0.961940;, 0.772913;-0.061815;-0.631494;, -0.537524;-0.430972;-0.724797;, -0.643810;-0.253410;-0.722006;, -0.924513;0.300866;0.233998;, -0.537524;-0.430972;-0.724797;, -0.822808;0.032375;0.567397;, -0.643810;-0.253410;-0.722006;, 0.278571;0.179003;0.943587;, -0.068445;0.110149;0.991556;, -0.668259;-0.655519;-0.351746;, 0.915517;0.305972;0.261170;, 0.584370;0.167430;0.794027;, 0.891541;-0.228728;-0.390946;, 0.363331;0.848861;0.383961;, 0.522638;0.818165;-0.239699;, 0.167224;0.966974;0.192346;, 0.126478;0.953976;-0.271906;, 0.119665;-0.196834;0.973107;, 0.481084;-0.238796;0.843525;, 0.280881;0.872750;-0.399266;, 0.266089;0.570518;-0.776985;, -0.042950;0.346900;-0.936918;, -0.087576;0.690540;-0.717973;, 0.121934;-0.180773;-0.975937;, -0.031298;0.058639;0.997789;, 0.110006;0.609818;0.784870;, 0.304666;0.127556;0.943879;, 0.811318;-0.581633;0.058884;, -0.139532;-0.679949;-0.719861;, 0.830159;-0.416017;0.371169;, 0.448053;-0.057078;-0.892183;, 0.985615;-0.163155;0.044085;, 0.989492;-0.107302;0.096908;, 0.950142;-0.167403;0.263073;, 0.126478;0.953976;-0.271906;, -0.076008;0.079959;-0.993896;, -0.104652;0.187636;-0.976648;, 0.154800;0.340329;0.927477;, 0.174642;0.041605;0.983753;, -0.049633;-0.014947;-0.998656;, 0.403264;-0.001312;-0.915083;, 0.932454;-0.011489;-0.361107;, 0.929287;-0.059024;0.364611;, 0.077527;0.161161;0.983878;, 0.280881;0.872750;-0.399266;, 0.126478;0.953976;-0.271906;, 0.046765;0.675189;-0.736161;, 0.526075;0.300157;0.795708;, 0.432680;-0.042679;0.900537;, 0.830159;-0.416017;0.371169;, 0.304666;0.127556;0.943879;, 0.963751;-0.244233;0.107397;, 0.811318;-0.581633;0.058884;, 0.965230;0.121592;-0.231399;, 0.448053;-0.057078;-0.892183;, -0.175705;-0.524546;-0.833054;, 0.407713;-0.579807;-0.705403;, 0.805389;-0.550906;-0.218749;, 0.195430;0.387227;-0.901034;, 0.448053;-0.057078;-0.892183;, -0.139532;-0.679949;-0.719861;, 0.066095;0.239258;-0.968704;, -0.211493;0.054928;-0.975835;, -0.235809;-0.449098;-0.861803;, 0.006133;-0.039336;0.999207;, 0.083475;-0.268989;-0.959519;, 0.073170;0.024408;-0.997021;, 0.963751;-0.244233;0.107397;, 0.156266;0.308580;-0.938275;, 0.232962;0.669993;-0.704868;, 0.094947;0.531480;-0.841733;, -0.671534;0.247725;-0.698337;, -0.228025;0.082664;-0.970140;, -0.787167;-0.021286;-0.616372;, -0.158996;0.427178;-0.890078;, -0.328630;0.936536;0.122081;, -0.222766;0.554660;0.801703;, -0.211727;0.510542;0.833378;, -0.134866;0.980578;0.142403;, -0.693769;0.560145;0.452682;, -0.225821;0.493391;0.839982;, -0.814109;0.343500;0.468225;, -0.099920;0.573548;0.813055;, -0.886554;0.382259;-0.260576;, -0.854112;0.496104;-0.156119;, -0.486617;0.173011;-0.856313;, -0.721138;0.181261;-0.668659;, -0.372687;0.130983;-0.918666;, 0.305043;0.078762;-0.949076;, 0.127381;0.320937;-0.938496;, 0.131629;0.418097;0.898815;, 0.159590;0.485929;0.859304;, -0.604131;0.119262;-0.787910;, -0.994269;0.064477;-0.085279;, -0.980467;0.144919;-0.132978;, -0.729061;0.061492;-0.681681;, -0.767808;-0.176911;-0.615771;, -0.993761;-0.064575;-0.090937;, -0.638875;0.162803;0.751887;, -0.664830;0.109733;0.738891;, -0.781090;0.256306;0.569391;, -0.800415;-0.334238;-0.497615;, -0.996765;-0.076833;-0.023584;, -0.995818;-0.090428;-0.012990;, -0.793390;-0.455192;-0.404144;, -0.988622;-0.150408;0.001772;, -0.670781;-0.600728;-0.434948;, -0.733801;0.422807;0.531762;, -0.732940;0.337792;0.590504;, -0.800785;0.177774;0.571962;, -0.939511;0.333181;-0.079435;, -0.672577;0.479624;0.563562;, -0.122134;0.394848;0.910592;, -0.752014;0.261064;0.605244;, -0.167275;0.153793;0.973841;, -0.311634;0.201793;0.928528;, -0.278698;-0.017116;0.960226;, -0.727497;-0.151034;0.669281;, -0.979214;-0.194829;0.056412;, -0.979529;-0.169229;-0.109014;, -0.926001;-0.196178;-0.322548;, -0.834029;-0.480362;-0.271382;, 0.224701;-0.974407;-0.006330;, -0.040238;-0.996287;0.076111;, 0.146608;-0.798312;-0.584127;, -0.010187;-0.332803;-0.942942;, -0.488198;0.116272;-0.864953;, 0.914478;-0.018130;-0.404230;, 0.826075;-0.313274;-0.468464;, 0.577600;-0.108940;0.809018;, 0.826075;-0.313274;-0.468464;, 0.914478;-0.018130;-0.404230;, 0.377511;-0.241470;0.893967;, -0.386255;0.045458;0.921271;, 0.658560;-0.437220;0.612485;, -0.468143;0.012673;0.883562;, -0.930198;0.364855;-0.040148;, -0.550796;-0.031258;-0.834055;, -0.911404;0.039873;0.409576;, -0.398512;0.834532;0.380452;, -0.370526;0.873571;-0.315570;, -0.134866;0.980578;0.142403;, -0.013110;0.934096;-0.356782;, -0.224948;-0.176373;0.958275;, -0.570970;-0.224845;0.789581;, -0.171630;0.885117;-0.432564;, -0.053863;0.599305;-0.798706;, 0.156266;0.308580;-0.938275;, 0.122630;-0.170399;-0.977715;, 0.232962;0.669993;-0.704868;, -0.253214;0.022657;0.967145;, -0.222766;0.554660;0.801703;, -0.362540;-0.109732;0.925486;, -0.791790;-0.603543;-0.093831;, -0.681402;-0.589023;0.434445;, 0.348508;-0.496808;-0.794811;, -0.348641;-0.108512;-0.930954;, -0.971946;-0.211604;-0.102688;, -0.988184;-0.138571;-0.065500;, -0.949430;-0.262876;0.171693;, -0.013110;0.934096;-0.356782;, 0.154800;0.340329;0.927477;, 0.174642;0.041605;0.983753;, 0.016795;0.088396;0.995944;, -0.506646;-0.006861;-0.862127;, -0.964801;0.082467;-0.249715;, -0.896758;0.068296;0.437219;, 0.077527;0.161161;0.983878;, -0.171630;0.885117;-0.432564;, 0.066405;0.682116;-0.728223;, -0.013110;0.934096;-0.356782;, -0.788354;0.224132;0.572942;, -0.593105;-0.261015;0.761642;, -0.362540;-0.109732;0.925486;, -0.681402;-0.589023;0.434445;, -0.958350;-0.274780;-0.077859;, -0.791790;-0.603543;-0.093831;, -0.929961;0.053669;-0.363720;, -0.348641;-0.108512;-0.930954;, 0.311802;-0.525597;-0.791535;, -0.244048;-0.632198;-0.735368;, -0.729067;-0.598244;-0.332513;, -0.073772;0.376358;-0.923533;, -0.348641;-0.108512;-0.930954;, 0.348508;-0.496808;-0.794811;, 0.350575;0.069849;-0.933927;, 0.396824;-0.447924;-0.801183;, 0.006133;-0.039336;0.999207;, -0.958350;-0.274780;-0.077859;, 0.546283;0.222709;-0.807450;, -0.503472;0.266443;-0.821902;, -0.478910;0.191326;-0.856761;, 0.627318;0.199285;-0.752833;, 0.500175;0.363748;-0.785820;, -0.369368;0.365462;-0.854403;, 0.431279;0.588324;-0.684013;, -0.404609;0.602573;-0.687893;, 0.308676;0.643260;-0.700668;, -0.151061;0.526922;-0.836382;, 0.127672;0.347525;-0.928938;, -0.430535;0.350808;-0.831609;, 0.688567;0.150010;-0.709488;, 0.813676;-0.084527;0.575140;, 0.858971;0.498963;0.114911;, 0.714173;-0.184586;0.675193;, 0.923746;0.325535;0.201791;, 0.904412;-0.002248;0.426654;, 0.718696;-0.104646;0.687405;, 0.681260;-0.200927;0.703927;, 0.856454;0.079943;0.509996;, 0.757832;-0.107760;0.643490;, 0.524100;-0.426576;0.737124;, 0.544000;-0.158271;0.824023;, -0.820477;-0.262924;-0.507629;, -0.940998;-0.119738;-0.316522;, -0.791259;-0.478063;-0.381268;, -0.888493;-0.186065;-0.419477;, -0.849701;-0.115053;-0.514559;, -0.834801;-0.044761;-0.548730;, -0.847938;0.133632;-0.512975;, -0.846090;0.331741;-0.417228;, -0.452922;0.276335;-0.847645;, -0.338799;0.447805;-0.827457;, -0.104652;0.187636;-0.976648;, -0.372687;0.130983;-0.918666;, -0.956404;-0.162055;-0.242959;, -0.632465;-0.662858;-0.400758;, 0.303050;0.561874;0.769713;, -0.732940;0.337792;0.590504;, -0.800785;0.177774;0.571962;, 0.363353;0.587380;0.723159;, -0.733801;0.422807;0.531762;, 0.335061;0.618830;0.710481;, -0.781090;0.256306;0.569391;, 0.291742;0.302151;0.907519;, 0.241842;0.024563;0.970005;, -0.664830;0.109733;0.738891;, 0.174642;0.041605;0.983753;, 0.016795;0.088396;0.995944;, -0.604131;0.119262;-0.787910;, -0.729061;0.061492;-0.681681;, -0.767808;-0.176911;-0.615771;, -0.800415;-0.334238;-0.497615;, -0.793390;-0.455192;-0.404144;, -0.670781;-0.600728;-0.434948;, 0.423003;-0.244791;0.872437;, 0.772804;-0.286973;0.566058;, 0.794691;-0.227554;0.562749;, 0.831525;-0.148856;0.535170;, 0.803991;-0.116962;0.583025;, 0.825326;-0.153233;0.543467;, 0.835513;-0.190584;0.515359;, -0.638875;0.162803;0.751887;; 452; 3;0,1,2;, 3;3,4,5;, 3;4,3,6;, 3;7,8,9;, 3;8,7,10;, 3;11,12,13;, 3;12,11,14;, 3;15,11,16;, 3;11,15,14;, 3;17,18,19;, 3;18,17,15;, 3;5,20,21;, 3;20,5,4;, 3;13,22,23;, 3;22,13,12;, 3;24,25,26;, 3;25,24,27;, 3;25,28,26;, 3;28,25,29;, 3;30,25,27;, 3;25,30,31;, 3;31,29,25;, 3;29,31,32;, 3;33,34,35;, 3;34,33,36;, 3;35,37,38;, 3;37,35,34;, 3;39,34,36;, 3;34,39,40;, 3;40,37,34;, 3;37,40,41;, 3;27,18,42;, 3;18,27,24;, 3;13,43,11;, 3;43,13,44;, 3;44,45,43;, 3;45,44,46;, 3;46,47,30;, 3;33,29,36;, 3;29,33,28;, 3;36,32,39;, 3;32,36,29;, 3;11,42,16;, 3;42,11,43;, 3;43,27,42;, 3;27,43,45;, 3;45,30,27;, 3;48,49,50;, 3;51,52,53;, 3;54,55,56;, 3;55,54,52;, 3;55,57,56;, 3;57,55,58;, 3;59,60,61;, 3;62,63,64;, 3;63,62,65;, 3;66,62,67;, 3;62,66,68;, 3;69,70,71;, 3;72,69,73;, 3;73,74,72;, 3;74,73,75;, 3;49,76,50;, 3;76,49,77;, 3;9,78,7;, 3;79,80,81;, 3;80,79,82;, 3;59,82,79;, 3;8,10,83;, 3;72,74,84;, 3;66,84,85;, 3;68,86,87;, 3;86,68,88;, 3;89,87,86;, 3;90,91,54;, 3;53,92,51;, 3;18,24,19;, 3;15,16,18;, 3;16,42,18;, 3;78,9,93;, 3;19,94,17;, 3;94,19,95;, 3;23,44,13;, 3;44,23,96;, 3;44,97,46;, 3;97,44,96;, 3;46,97,47;, 3;98,17,94;, 3;17,98,99;, 3;99,15,17;, 3;15,99,100;, 3;100,14,15;, 3;14,100,101;, 3;14,48,12;, 3;48,14,101;, 3;12,102,22;, 3;102,12,48;, 3;103,104,105;, 3;105,104,2;, 3;81,73,79;, 3;73,81,75;, 3;73,59,79;, 3;59,73,69;, 3;69,71,59;, 3;70,69,106;, 3;101,51,49;, 3;107,108,109;, 3;92,49,51;, 3;49,92,77;, 3;49,48,101;, 3;83,77,107;, 3;77,83,76;, 3;77,108,107;, 3;108,77,92;, 3;108,53,110;, 3;53,108,92;, 3;110,91,111;, 3;91,110,53;, 3;112,111,91;, 3;111,112,113;, 3;114,4,115;, 3;4,114,20;, 3;115,6,116;, 3;6,115,4;, 3;117,0,113;, 3;0,117,1;, 3;118,82,119;, 3;82,118,80;, 3;82,59,119;, 3;66,88,68;, 3;88,66,85;, 3;56,116,54;, 3;116,56,115;, 3;90,6,112;, 3;112,3,113;, 3;113,5,117;, 3;5,113,3;, 3;117,21,120;, 3;121,21,20;, 3;122,20,114;, 3;20,122,121;, 3;56,114,115;, 3;6,90,116;, 3;91,90,112;, 3;116,90,54;, 3;123,48,50;, 3;48,123,102;, 3;84,66,72;, 3;60,59,71;, 3;72,66,106;, 3;69,72,106;, 3;114,56,57;, 3;121,124,125;, 3;124,121,122;, 3;21,121,125;, 3;114,57,122;, 3;21,125,120;, 3;21,117,5;, 3;3,112,6;, 3;86,88,126;, 3;59,61,119;, 3;65,68,87;, 3;68,65,62;, 3;64,67,62;, 3;66,67,106;, 3;67,70,106;, 3;70,67,64;, 3;109,83,107;, 3;83,109,8;, 3;2,1,105;, 3;58,55,99;, 3;99,52,100;, 3;52,99,55;, 3;51,100,52;, 3;100,51,101;, 3;98,58,99;, 3;58,98,124;, 3;122,58,124;, 3;58,122,57;, 3;91,52,54;, 3;52,91,53;, 3;127,128,129;, 3;130,131,132;, 3;131,130,133;, 3;134,135,136;, 3;135,134,137;, 3;138,139,140;, 3;139,138,141;, 3;142,138,140;, 3;138,142,143;, 3;144,145,142;, 3;145,144,146;, 3;133,147,131;, 3;147,133,148;, 3;141,149,139;, 3;149,141,150;, 3;151,152,153;, 3;152,151,154;, 3;152,155,156;, 3;155,152,154;, 3;157,152,158;, 3;152,157,153;, 3;158,156,159;, 3;156,158,152;, 3;160,161,162;, 3;161,160,163;, 3;163,164,161;, 3;164,163,165;, 3;166,161,167;, 3;161,166,162;, 3;167,164,168;, 3;164,167,161;, 3;153,145,151;, 3;145,153,169;, 3;141,170,171;, 3;170,141,138;, 3;171,172,173;, 3;172,171,170;, 3;173,172,157;, 3;160,156,155;, 3;156,160,162;, 3;162,159,156;, 3;159,162,166;, 3;138,169,170;, 3;169,138,143;, 3;170,153,172;, 3;153,170,169;, 3;172,153,157;, 3;174,175,176;, 3;177,178,179;, 3;180,181,179;, 3;181,180,182;, 3;181,183,184;, 3;183,181,182;, 3;185,186,187;, 3;188,189,190;, 3;189,188,191;, 3;192,188,193;, 3;188,192,194;, 3;195,196,197;, 3;198,199,195;, 3;199,200,201;, 3;200,199,198;, 3;176,202,203;, 3;202,176,175;, 3;137,134,204;, 3;205,206,207;, 3;206,205,208;, 3;185,205,207;, 3;135,209,136;, 3;198,210,200;, 3;192,211,210;, 3;193,212,213;, 3;212,193,214;, 3;215,212,214;, 3;216,180,217;, 3;178,177,218;, 3;145,146,151;, 3;142,145,143;, 3;143,145,169;, 3;204,219,137;, 3;146,94,95;, 3;94,146,144;, 3;150,171,220;, 3;171,150,141;, 3;171,221,220;, 3;221,171,173;, 3;221,173,222;, 3;98,144,223;, 3;144,98,94;, 3;223,142,224;, 3;142,223,144;, 3;224,140,225;, 3;140,224,142;, 3;140,174,225;, 3;174,140,139;, 3;139,226,174;, 3;226,139,149;, 3;227,228,229;, 3;228,128,229;, 3;208,199,201;, 3;199,208,205;, 3;185,199,205;, 3;199,185,195;, 3;195,185,196;, 3;197,230,195;, 3;225,176,177;, 3;231,232,233;, 3;218,176,203;, 3;176,218,177;, 3;176,225,174;, 3;209,203,202;, 3;203,209,231;, 3;203,233,218;, 3;233,203,231;, 3;233,178,218;, 3;178,233,234;, 3;234,217,178;, 3;217,234,235;, 3;236,235,237;, 3;235,236,217;, 3;238,131,147;, 3;131,238,239;, 3;239,132,131;, 3;132,239,240;, 3;241,127,129;, 3;127,241,237;, 3;242,207,206;, 3;207,242,243;, 3;207,243,185;, 3;192,213,211;, 3;213,192,193;, 3;182,240,239;, 3;240,182,180;, 3;216,236,132;, 3;236,237,130;, 3;237,133,130;, 3;133,237,241;, 3;241,120,148;, 3;244,147,148;, 3;245,147,244;, 3;147,245,238;, 3;182,239,238;, 3;132,240,216;, 3;217,236,216;, 3;240,180,216;, 3;246,174,226;, 3;174,246,175;, 3;210,198,192;, 3;187,196,185;, 3;198,230,192;, 3;195,230,198;, 3;238,183,182;, 3;244,124,245;, 3;124,244,125;, 3;148,125,244;, 3;238,245,183;, 3;148,120,125;, 3;148,133,241;, 3;130,132,236;, 3;212,247,213;, 3;185,243,186;, 3;190,193,188;, 3;193,190,214;, 3;191,188,194;, 3;192,230,194;, 3;194,197,191;, 3;197,194,230;, 3;232,209,135;, 3;209,232,231;, 3;128,228,129;, 3;184,223,181;, 3;223,179,181;, 3;179,223,224;, 3;177,224,225;, 3;224,177,179;, 3;98,223,184;, 3;184,124,98;, 3;245,184,183;, 3;184,245,124;, 3;217,179,178;, 3;179,217,180;, 3;248,249,250;, 3;249,248,251;, 3;252,250,253;, 3;250,252,248;, 3;254,253,255;, 3;253,254,252;, 3;256,255,257;, 3;255,256,254;, 3;257,258,256;, 3;259,251,260;, 3;251,259,249;, 3;261,262,263;, 3;262,261,264;, 3;265,261,266;, 3;261,265,264;, 3;265,267,268;, 3;267,265,266;, 3;269,267,270;, 3;267,269,268;, 3;270,271,269;, 3;272,273,274;, 3;273,272,275;, 3;276,275,272;, 3;275,276,277;, 3;278,277,276;, 3;277,278,279;, 3;280,279,278;, 3;279,280,281;, 3;282,280,283;, 3;274,284,285;, 3;284,274,273;, 3;286,287,288;, 3;287,286,289;, 3;289,290,287;, 3;290,289,291;, 3;292,291,293;, 3;291,292,290;, 3;294,292,293;, 3;292,294,295;, 3;296,297,271;, 3;297,294,271;, 3;283,280,298;, 3;280,282,281;, 3;278,298,280;, 3;298,278,299;, 3;276,299,278;, 3;299,276,300;, 3;272,300,276;, 3;300,272,301;, 3;274,301,272;, 3;301,274,302;, 3;285,302,274;, 3;302,285,303;, 3;282,257,281;, 3;257,282,258;, 3;279,257,255;, 3;257,279,281;, 3;277,255,253;, 3;255,277,279;, 3;275,253,250;, 3;253,275,277;, 3;273,250,249;, 3;250,273,275;, 3;284,249,259;, 3;249,284,273;, 3;304,305,306;, 3;305,304,270;, 3;270,307,305;, 3;307,270,267;, 3;266,307,267;, 3;307,266,308;, 3;261,308,266;, 3;308,261,309;, 3;263,309,261;, 3;309,263,310;, 3;271,294,269;, 3;269,293,268;, 3;293,269,294;, 3;265,293,291;, 3;293,265,268;, 3;289,265,291;, 3;265,289,264;, 3;262,289,286;, 3;289,262,264;, 3;270,304,271;, 3;304,296,271;, 3;295,297,311;, 3;297,295,294;, 3;46,30,45;, 3;173,157,222;; } MeshMaterialList { 1; 452; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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_-_Defaultccc } } MeshTextureCoords tc0 { 312; 0.607614;0.312408;, 0.557682;0.308951;, 0.582162;0.298697;, 0.598888;0.366323;, 0.558381;0.387525;, 0.553399;0.364957;, 0.590889;0.393838;, 0.734361;0.249426;, 0.707887;0.288817;, 0.697029;0.253208;, 0.742296;0.290918;, 0.666807;0.543352;, 0.738160;0.512665;, 0.738281;0.535156;, 0.653144;0.514953;, 0.578098;0.527914;, 0.617924;0.550505;, 0.543474;0.530875;, 0.575741;0.570488;, 0.538448;0.574256;, 0.514535;0.389885;, 0.514568;0.368008;, 0.792969;0.515625;, 0.792969;0.542969;, 0.570731;0.614248;, 0.630385;0.706458;, 0.584554;0.707189;, 0.619514;0.612600;, 0.597656;0.769531;, 0.636719;0.773438;, 0.683594;0.628906;, 0.677761;0.703047;, 0.679688;0.769531;, 0.605469;0.832031;, 0.660156;0.894531;, 0.621094;0.898438;, 0.648438;0.828125;, 0.667969;0.976563;, 0.640625;0.980469;, 0.679688;0.820313;, 0.683594;0.886719;, 0.687500;0.976563;, 0.620563;0.579430;, 0.671875;0.574219;, 0.743742;0.571489;, 0.683594;0.613281;, 0.742188;0.609375;, 0.758965;0.623759;, 0.738281;0.492188;, 0.673709;0.444527;, 0.753906;0.433594;, 0.649137;0.437250;, 0.595351;0.446960;, 0.647918;0.382986;, 0.598990;0.433920;, 0.552789;0.445853;, 0.553619;0.440935;, 0.521327;0.436501;, 0.521517;0.440953;, 0.863260;0.102743;, 0.843750;0.177734;, 0.842196;0.113114;, 0.926007;0.106279;, 0.957031;0.144531;, 0.929687;0.157227;, 0.959078;0.119706;, 0.907546;0.097291;, 0.914721;0.126195;, 0.927704;0.088631;, 0.885780;0.115067;, 0.893555;0.159180;, 0.868164;0.168945;, 0.895179;0.076923;, 0.887865;0.073610;, 0.902344;0.020508;, 0.885742;0.021484;, 0.736577;0.385812;, 0.695272;0.381792;, 0.711651;0.230766;, 0.870224;0.081712;, 0.858398;0.022461;, 0.869141;0.021484;, 0.862057;0.077289;, 0.733278;0.326631;, 0.913086;0.056641;, 0.915519;0.077820;, 0.940892;0.043945;, 0.957627;0.071579;, 0.922877;0.075340;, 0.953125;0.023438;, 0.607545;0.396968;, 0.622390;0.390200;, 0.661548;0.377262;, 0.680526;0.231021;, 0.500020;0.531394;, 0.500020;0.577425;, 0.793435;0.573297;, 0.792969;0.589844;, 0.500020;0.484167;, 0.551288;0.483273;, 0.583744;0.482629;, 0.652957;0.490753;, 0.792969;0.492188;, 0.580510;0.264656;, 0.584114;0.276551;, 0.560677;0.292018;, 0.895055;0.106097;, 0.719606;0.332493;, 0.682702;0.342446;, 0.706998;0.325513;, 0.643146;0.348610;, 0.627257;0.348128;, 0.608309;0.382333;, 0.607674;0.338801;, 0.518633;0.419471;, 0.559431;0.417882;, 0.587430;0.417648;, 0.531314;0.339180;, 0.848633;0.022461;, 0.850191;0.083001;, 0.500020;0.343077;, 0.507818;0.390665;, 0.508277;0.422408;, 0.792064;0.436160;, 0.500020;0.430010;, 0.500020;0.391445;, 0.924805;0.056641;, 0.392425;0.312408;, 0.417878;0.298697;, 0.446248;0.309469;, 0.401152;0.366323;, 0.441659;0.387525;, 0.409150;0.393838;, 0.446641;0.364957;, 0.273848;0.256139;, 0.292152;0.288817;, 0.257743;0.290918;, 0.303011;0.253208;, 0.347656;0.539063;, 0.261880;0.512665;, 0.346896;0.514953;, 0.265625;0.535156;, 0.421942;0.527914;, 0.382116;0.550505;, 0.456566;0.530875;, 0.424299;0.570488;, 0.461591;0.574256;, 0.485505;0.389885;, 0.485472;0.368008;, 0.207031;0.515625;, 0.207290;0.543807;, 0.429309;0.614248;, 0.382813;0.710938;, 0.380292;0.615380;, 0.417969;0.710938;, 0.405818;0.770392;, 0.371094;0.773438;, 0.316406;0.628906;, 0.322255;0.703417;, 0.324219;0.769531;, 0.398438;0.832031;, 0.343750;0.894531;, 0.355469;0.828125;, 0.382813;0.898438;, 0.335938;0.976563;, 0.363281;0.980469;, 0.324219;0.820313;, 0.320313;0.886719;, 0.316406;0.976563;, 0.379477;0.579430;, 0.324219;0.578125;, 0.256298;0.571489;, 0.316406;0.613281;, 0.258780;0.610527;, 0.263060;0.490554;, 0.248499;0.436278;, 0.326331;0.444527;, 0.350902;0.437250;, 0.352122;0.382986;, 0.404689;0.446960;, 0.401049;0.433920;, 0.447251;0.445853;, 0.446421;0.440935;, 0.478713;0.436501;, 0.478523;0.440953;, 0.136704;0.102749;, 0.157691;0.126152;, 0.156290;0.177734;, 0.071304;0.103111;, 0.043008;0.144531;, 0.041202;0.123145;, 0.070352;0.157227;, 0.091480;0.098396;, 0.071826;0.087436;, 0.085588;0.124097;, 0.114299;0.113511;, 0.131876;0.168945;, 0.106485;0.159180;, 0.103074;0.070190;, 0.111292;0.073396;, 0.097696;0.020508;, 0.114298;0.021484;, 0.262912;0.386513;, 0.304767;0.381792;, 0.288379;0.230893;, 0.129755;0.088618;, 0.141641;0.022461;, 0.138715;0.082127;, 0.130899;0.021484;, 0.266762;0.326631;, 0.086954;0.056641;, 0.086954;0.081055;, 0.059148;0.043945;, 0.072305;0.077148;, 0.043758;0.076835;, 0.046915;0.023438;, 0.392495;0.396968;, 0.377649;0.390200;, 0.338492;0.377262;, 0.319514;0.231021;, 0.207031;0.574219;, 0.207031;0.589844;, 0.237900;0.626520;, 0.448752;0.483273;, 0.416295;0.482629;, 0.347082;0.490753;, 0.207031;0.492188;, 0.416468;0.262863;, 0.439969;0.290679;, 0.415926;0.276551;, 0.104953;0.108526;, 0.290599;0.328637;, 0.298564;0.317800;, 0.324381;0.331774;, 0.356894;0.348610;, 0.372782;0.348128;, 0.391730;0.382333;, 0.392366;0.338801;, 0.481407;0.419471;, 0.440608;0.417882;, 0.412610;0.417648;, 0.467959;0.337916;, 0.151407;0.022461;, 0.151381;0.087936;, 0.492222;0.390665;, 0.491763;0.422408;, 0.207975;0.436160;, 0.075235;0.056641;, 0.199219;0.847656;, 0.160914;0.913614;, 0.152344;0.847656;, 0.203125;0.910156;, 0.195313;0.792969;, 0.149189;0.793433;, 0.187500;0.738281;, 0.133454;0.738349;, 0.171875;0.675781;, 0.124278;0.685754;, 0.152344;0.640625;, 0.164063;0.992188;, 0.214844;0.992188;, 0.844981;0.895609;, 0.894531;0.980469;, 0.844807;0.980469;, 0.894531;0.894531;, 0.894531;0.824219;, 0.844807;0.824219;, 0.844807;0.771742;, 0.895572;0.772000;, 0.895636;0.696081;, 0.848619;0.699219;, 0.894531;0.667969;, 0.078125;0.847656;, 0.113693;0.913614;, 0.069266;0.913614;, 0.113693;0.849822;, 0.078125;0.792969;, 0.113693;0.793536;, 0.093101;0.738340;, 0.113281;0.738281;, 0.102254;0.685583;, 0.113693;0.687840;, 0.113281;0.640625;, 0.074219;0.640625;, 0.113281;0.984375;, 0.062500;0.992188;, 0.947302;0.980469;, 0.976563;0.894531;, 0.976563;0.980469;, 0.947031;0.894531;, 0.979475;0.822629;, 0.948161;0.824219;, 0.979902;0.772064;, 0.948136;0.771742;, 0.939137;0.698194;, 0.978049;0.700548;, 0.894531;0.640625;, 0.930848;0.645165;, 0.058594;0.675781;, 0.042969;0.738281;, 0.035156;0.792969;, 0.031250;0.847656;, 0.023438;0.910156;, 0.011719;0.988281;, 0.855469;0.644531;, 0.808594;0.699219;, 0.808594;0.648438;, 0.808594;0.771005;, 0.808594;0.824219;, 0.808594;0.894531;, 0.808594;0.980469;, 0.976563;0.648438;; } XSkinMeshHeader { 6; 7; 19; } SkinWeights { "Bip01_Pelvis"; 79; 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 25, 27, 30, 31, 42, 43, 44, 45, 46, 47, 48, 94, 95, 96, 97, 100, 101, 102, 138, 139, 140, 141, 142, 143, 144, 145, 146, 149, 150, 151, 152, 153, 157, 158, 169, 170, 171, 172, 173, 174, 220, 221, 222, 224, 225, 226, 255, 256, 257, 258, 270, 271, 278, 279, 280, 281, 282, 283, 294, 295, 296, 297, 298, 304, 305, 306, 311; 0.658507, 0.043202, 0.594440, 0.089758, 0.300000, 0.795114, 0.480000, 0.481461, 0.637196, 0.065671, 0.665790, 0.064810, 0.023934, 0.299192, 0.113732, 0.063608, 0.674017, 0.831340, 0.945394, 0.473992, 0.765866, 0.756954, 0.034842, 0.406802, 0.886071, 1.000000, 0.969840, 0.147426, 0.061281, 0.052515, 0.658507, 0.043202, 0.089758, 0.594440, 0.300000, 0.795114, 0.480000, 0.481461, 0.637196, 0.065671, 0.665790, 0.064810, 0.023934, 0.299192, 0.113732, 0.063608, 0.674017, 0.831340, 0.945394, 0.473992, 0.765866, 0.034842, 1.000000, 0.969840, 0.756954, 0.147426, 0.061281, 0.052515, 0.035247, 0.064810, 0.174495, 0.637196, 0.054284, 0.156846, 0.035247, 0.004804, 0.174495, 0.007294, 0.886071, 0.637196, 0.054284, 0.063608, 0.969840, 0.756954, 0.064810, 0.756954, 0.063608, 0.113732, 0.113732; 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"; 38; 26, 28, 29, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 248, 249, 250, 251, 252, 253, 254, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 273, 275, 277, 284, 307, 308, 309, 310; 0.105784, 0.217342, 0.782673, 0.794807, 0.915983, 1.000000, 0.899547, 1.000000, 0.764034, 0.364446, 1.000000, 1.000000, 0.524495, 0.915983, 0.867747, 0.519056, 0.899547, 0.217342, 0.161724, 0.105784, 0.291462, 0.364446, 1.000000, 0.184950, 1.000000, 0.370000, 0.350000, 1.000000, 0.630986, 0.161066, 0.096220, 0.109063, 0.090119, 0.090821, 0.794807, 1.000000, 1.000000, 0.524495; -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_L_Foot"; 6; 37, 38, 41, 259, 260, 310; 0.235966, 0.635554, 0.475505, 0.708538, 0.635554, 0.475505; -0.001764,-0.998609,-0.052698,0.000000,-0.924599,-0.018446,0.380495,0.000000,-0.380938,0.049396,-0.923280,0.000000,0.008022,0.043204,-0.160986,1.000000;; } SkinWeights { "Bip01_R_Thigh"; 39; 143, 145, 146, 151, 152, 153, 154, 155, 156, 157, 158, 159, 169, 170, 172, 173, 222, 257, 268, 269, 271, 272, 275, 276, 277, 278, 279, 280, 281, 283, 292, 293, 294, 295, 297, 298, 299, 300, 311; 0.064925, 0.518539, 0.362804, 0.863549, 0.976067, 0.700808, 0.894216, 0.782658, 0.217327, 0.886268, 0.936392, 0.205193, 0.325983, 0.168660, 0.526008, 0.229955, 0.237837, 0.057472, 0.177869, 0.500000, 0.406247, 0.283492, 0.199545, 0.626760, 0.045228, 0.612685, 0.118394, 0.142045, 0.169482, 0.362804, 0.205193, 0.371399, 0.945716, 0.936392, 0.237837, 0.863549, 0.894216, 0.782658, 0.886268; 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"; 38; 154, 155, 156, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 262, 264, 265, 268, 272, 273, 274, 275, 276, 277, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 299, 300, 301, 302, 303; 0.105784, 0.217342, 0.782673, 0.794807, 0.915983, 1.000000, 1.000000, 0.899547, 0.764034, 0.364446, 1.000000, 1.000000, 0.524495, 0.445149, 0.370000, 0.350000, 0.338934, 0.519056, 0.292863, 0.775002, 0.109063, 0.161724, 0.090119, 0.295755, 0.334840, 1.000000, 1.000000, 0.524495, 1.000000, 1.000000, 1.000000, 0.794807, 0.628601, 0.105784, 0.217342, 0.915983, 0.899547, 0.364446; 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_R_Foot"; 6; 164, 165, 168, 285, 288, 303; 0.235966, 0.635554, 0.475505, 0.665160, 0.475505, 0.635554; -0.000001,-0.995397,0.095837,0.000000,-0.614947,-0.075573,-0.784939,0.000000,0.788569,-0.058935,-0.612116,0.000000,-0.073659,-0.017340,0.202224,1.000000;; } SkinWeights { "Bip01_DressFront"; 14; 24, 151, 253, 255, 256, 257, 275, 276, 277, 278, 279, 280, 281, 298; 0.071641, 0.071641, 0.085731, 0.352069, 0.071641, 0.625988, 0.218590, 0.085731, 0.266253, 0.352069, 0.706814, 0.625988, 0.732088, 0.071641; -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"; 10; 46, 47, 97, 173, 221, 222, 271, 296, 297, 304; 0.004178, 0.005209, 0.000000, 0.004178, 0.000000, 0.005209, 0.343553, 0.000000, 0.005209, 0.005209; 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"; 4; 262, 264, 265, 268; 0.369901, 0.260000, 0.300000, 0.322131; 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"; 38; 0, 1, 2, 7, 8, 9, 10, 59, 62, 66, 67, 68, 69, 72, 73, 74, 75, 78, 79, 80, 81, 82, 83, 84, 85, 87, 89, 93, 103, 104, 105, 106, 109, 113, 117, 118, 119, 120; 0.186219, 0.390478, 0.418728, 0.373597, 0.632205, 0.777745, 0.307898, 0.389140, 0.078175, 0.253906, 0.095305, 0.102646, 0.417712, 0.691130, 0.821453, 0.777745, 0.403095, 0.375008, 0.712756, 0.186219, 0.418728, 0.501521, 0.198538, 0.632205, 0.123195, 0.224628, 0.287970, 0.403095, 0.375008, 0.403095, 0.458088, 0.172018, 0.123195, 0.287970, 0.053009, 0.287970, 0.224628, 0.004219; 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"; 41; 7, 8, 9, 53, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 78, 79, 82, 84, 85, 86, 87, 88, 89, 103, 106, 107, 108, 109, 110, 111, 112, 113, 118, 119, 126; 0.021620, 0.128698, 0.080553, 0.033940, 0.610860, 1.000000, 1.000000, 0.787906, 1.000000, 1.000000, 1.000000, 0.208678, 0.850933, 0.204358, 0.582288, 1.000000, 1.000000, 0.146803, 0.105184, 0.080553, 0.017273, 0.054819, 0.130165, 0.128698, 0.070950, 0.061790, 0.127683, 0.078393, 0.025463, 0.017273, 0.827982, 0.041455, 0.078393, 0.070950, 0.048505, 0.061790, 0.027029, 0.025463, 0.025463, 0.127683, 0.048505; 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_Thigh"; 41; 16, 18, 19, 24, 25, 26, 27, 28, 29, 30, 31, 32, 42, 43, 45, 46, 47, 97, 221, 250, 252, 253, 254, 255, 256, 257, 258, 267, 269, 270, 271, 275, 277, 279, 280, 281, 296, 304, 305, 306, 307; 0.064925, 0.518539, 0.362804, 0.863549, 0.976067, 0.894216, 0.700808, 0.782658, 0.217327, 0.886268, 0.936392, 0.205193, 0.325983, 0.168660, 0.526008, 0.229955, 0.237837, 0.030160, 0.030160, 0.283492, 0.782658, 0.626760, 0.894216, 0.612685, 0.863549, 0.142045, 0.362804, 0.369014, 0.500000, 0.945716, 0.093354, 0.036551, 0.237924, 0.169988, 0.057472, 0.091136, 0.030160, 0.237837, 0.936392, 0.886268, 0.205193; -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"; 39; 120, 127, 128, 129, 134, 135, 136, 137, 185, 188, 192, 193, 194, 195, 198, 199, 200, 201, 204, 205, 206, 207, 208, 209, 210, 211, 214, 215, 219, 227, 228, 229, 230, 231, 232, 237, 241, 242, 243; 0.041532, 0.186219, 0.418728, 0.390478, 0.373597, 0.632205, 0.307898, 0.777745, 0.389140, 0.078175, 0.253906, 0.102646, 0.095305, 0.417712, 0.691130, 0.821453, 0.777745, 0.403095, 0.375008, 0.712756, 0.186219, 0.501521, 0.418728, 0.198538, 0.632205, 0.134464, 0.224628, 0.287970, 0.403095, 0.375008, 0.458088, 0.403095, 0.172018, 0.109078, 0.134464, 0.287970, 0.053009, 0.287970, 0.224628; -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"; 41; 134, 135, 137, 178, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 204, 205, 207, 210, 211, 212, 213, 214, 215, 227, 230, 231, 232, 233, 234, 235, 236, 237, 242, 243, 247; 0.021620, 0.128698, 0.080553, 0.033940, 0.610860, 1.000000, 1.000000, 0.787906, 1.000000, 1.000000, 1.000000, 0.208678, 0.204358, 0.850933, 0.582288, 1.000000, 1.000000, 0.146803, 0.105184, 0.080553, 0.017273, 0.054819, 0.130165, 0.128698, 0.073342, 0.061790, 0.080946, 0.127683, 0.025463, 0.017273, 0.827982, 0.100000, 0.073342, 0.080946, 0.048505, 0.061790, 0.027029, 0.025463, 0.025463, 0.127683, 0.048505; -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_Spine"; 57; 11, 12, 13, 14, 15, 16, 17, 22, 23, 44, 48, 49, 50, 51, 52, 55, 56, 58, 76, 77, 92, 94, 95, 98, 99, 100, 101, 102, 123, 124, 138, 139, 140, 141, 142, 143, 144, 149, 150, 171, 174, 175, 176, 177, 179, 181, 182, 184, 202, 203, 218, 223, 224, 225, 226, 246, 282; 0.341493, 0.786403, 0.405561, 0.744879, 0.700000, 0.139961, 0.520000, 0.831341, 0.334210, 0.054606, 0.769685, 0.186835, 0.182303, 0.503715, 0.415099, 0.340863, 0.120543, 0.041575, 0.079770, 0.073852, 0.077745, 0.519199, 0.113929, 0.676431, 0.718093, 0.652574, 0.730640, 0.805029, 0.328301, 0.029410, 0.341493, 0.786403, 0.744879, 0.405561, 0.700000, 0.139961, 0.520000, 0.831341, 0.334210, 0.054606, 0.769685, 0.182303, 0.186835, 0.503715, 0.415099, 0.340863, 0.120543, 0.041575, 0.079770, 0.073852, 0.077745, 0.718093, 0.652574, 0.730640, 0.805029, 0.328301, 0.113929; 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"; 159; 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 12, 14, 20, 21, 22, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 62, 66, 67, 68, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 98, 99, 100, 101, 102, 103, 104, 105, 107, 108, 109, 110, 111, 112, 113, 114, 115, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 139, 140, 147, 148, 149, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 188, 192, 193, 194, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 223, 224, 225, 226, 227, 228, 229, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247; 0.813781, 0.609522, 0.581272, 1.000000, 1.000000, 1.000000, 1.000000, 0.471071, 0.239097, 0.141702, 0.692102, 0.170395, 0.165363, 1.000000, 1.000000, 0.102988, 0.195473, 0.813166, 0.817697, 0.496285, 0.584901, 0.966060, 1.000000, 0.659137, 0.879457, 1.000000, 0.958425, 0.133919, 0.537416, 0.053762, 0.692996, 0.162067, 0.073364, 0.141702, 0.596905, 0.920230, 0.926148, 0.456704, 0.232426, 0.813781, 0.581272, 0.368313, 0.801462, 0.239097, 0.805854, 0.938211, 0.647689, 0.921607, 0.686567, 1.000000, 1.000000, 0.922255, 0.596905, 0.073999, 0.323569, 0.281907, 0.200000, 0.208079, 0.142456, 0.456704, 0.596905, 0.541913, 0.958545, 0.921607, 0.805854, 0.951495, 0.938211, 0.972971, 0.686567, 1.000000, 1.000000, 1.000000, 0.946991, 0.686567, 0.647689, 0.954249, 1.000000, 1.000000, 0.671699, 0.970590, 1.000000, 0.951495, 0.813781, 0.581272, 0.609522, 1.000000, 1.000000, 1.000000, 1.000000, 0.471071, 0.239097, 0.692102, 0.141702, 0.170395, 0.165363, 1.000000, 1.000000, 0.102988, 0.195473, 0.817697, 0.813166, 0.496285, 0.966060, 0.584901, 1.000000, 0.659137, 0.879457, 1.000000, 0.958425, 0.133919, 0.537416, 0.692996, 0.053762, 0.162067, 0.073364, 0.141702, 0.596905, 0.920230, 0.926148, 0.456704, 0.232426, 0.813781, 0.368313, 0.581272, 0.801462, 0.239097, 0.792194, 0.938211, 0.919054, 0.647689, 0.686567, 1.000000, 1.000000, 0.922255, 0.596905, 0.281907, 0.200000, 0.208079, 0.142456, 0.456704, 0.541913, 0.596905, 0.790922, 0.792194, 0.919054, 0.951495, 0.938211, 0.972971, 0.686567, 1.000000, 1.000000, 1.000000, 0.946991, 0.686567, 0.647689, 1.000000, 1.000000, 0.671699, 0.951495; -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"; 6; 7, 78, 103, 134, 204, 227; 0.026742, 0.030203, 0.030203, 0.026742, 0.030203, 0.030203; 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"; 6; 7, 78, 103, 134, 204, 227; 0.106970, 0.120811, 0.120811, 0.106970, 0.120811, 0.120811; -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"; 18; 33, 35, 160, 163, 248, 249, 250, 251, 253, 272, 273, 274, 275, 276, 277, 284, 301, 302; 0.084017, 0.100453, 0.084017, 0.100453, 0.084017, 0.132253, 0.197452, 0.100453, 0.125785, 0.197452, 0.610917, 0.224998, 0.327189, 0.125785, 0.270357, 0.613423, 0.084017, 0.100453; 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;; } } } 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;;; } } }