xof 0303txt 0032 template ColorRGBA { <35ff44e0-6c7c-11cf-8f52-0040333594a3> FLOAT red; FLOAT green; FLOAT blue; FLOAT alpha; } template ColorRGB { FLOAT red; FLOAT green; FLOAT blue; } template Material { <3d82ab4d-62da-11cf-ab39-0020af71e433> ColorRGBA faceColor; FLOAT power; ColorRGB specularColor; ColorRGB emissiveColor; [...] } template TextureFilename { STRING filename; } template Frame { <3d82ab46-62da-11cf-ab39-0020af71e433> [...] } template Matrix4x4 { array FLOAT matrix[16]; } template FrameTransformMatrix { Matrix4x4 frameMatrix; } template Vector { <3d82ab5e-62da-11cf-ab39-0020af71e433> FLOAT x; FLOAT y; FLOAT z; } template MeshFace { <3d82ab5f-62da-11cf-ab39-0020af71e433> DWORD nFaceVertexIndices; array DWORD faceVertexIndices[nFaceVertexIndices]; } template Mesh { <3d82ab44-62da-11cf-ab39-0020af71e433> DWORD nVertices; array Vector vertices[nVertices]; DWORD nFaces; array MeshFace faces[nFaces]; [...] } template MeshNormals { DWORD nNormals; array Vector normals[nNormals]; DWORD nFaceNormals; array MeshFace faceNormals[nFaceNormals]; } template MeshMaterialList { DWORD nMaterials; DWORD nFaceIndexes; array DWORD faceIndexes[nFaceIndexes]; [Material <3d82ab4d-62da-11cf-ab39-0020af71e433>] } template Coords2d { FLOAT u; FLOAT v; } template MeshTextureCoords { DWORD nTextureCoords; array Coords2d textureCoords[nTextureCoords]; } template XSkinMeshHeader { <3cf169ce-ff7c-44ab-93c0-f78f62d172e2> WORD nMaxSkinWeightsPerVertex; WORD nMaxSkinWeightsPerFace; WORD nBones; } template SkinWeights { <6f0d123b-bad2-4167-a0d0-80224f25fabb> STRING transformNodeName; DWORD nWeights; array DWORD vertexIndices[nWeights]; array FLOAT weights[nWeights]; Matrix4x4 matrixOffset; } template AnimTicksPerSecond { <9e415a43-7ba6-4a73-8743-b73d47e88476> DWORD AnimTicksPerSecond; } template Animation { <3d82ab4f-62da-11cf-ab39-0020af71e433> [...] } template AnimationSet { <3d82ab50-62da-11cf-ab39-0020af71e433> [Animation <3d82ab4f-62da-11cf-ab39-0020af71e433>] } template FloatKeys { <10dd46a9-775b-11cf-8f52-0040333594a3> DWORD nValues; array FLOAT values[nValues]; } template TimedFloatKeys { DWORD time; FloatKeys tfkeys; } template AnimationKey { <10dd46a8-775b-11cf-8f52-0040333594a3> DWORD keyType; DWORD nKeys; array TimedFloatKeys keys[nKeys]; } Material _01_-_Defaulteee { 1.000000;1.000000;1.000000;1.000000;; 9.999999; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "Satchel.png"; } } Frame Dummy01 { FrameTransformMatrix { 1.000000,0.000000,0.000000,0.000000,0.000000,-0.000000,-1.000000,0.000000,0.000000,1.000000,-0.000000,0.000000,0.000000,0.000000,0.000000,1.000000;; } Frame Bip01 { FrameTransformMatrix { 0.000001,0.965926,-0.258819,0.000000,-0.000000,0.258819,0.965926,0.000000,1.000000,-0.000001,0.000001,0.000000,0.000000,0.030000,0.540000,1.000000;; } Frame Bip01_Pelvis { FrameTransformMatrix { -0.000000,1.000000,-0.000001,0.000000,0.063244,0.000001,0.997998,0.000000,0.997998,-0.000000,-0.063244,0.000000,0.000000,0.000000,0.000000,1.000000;; } Frame Bip01_Spine { FrameTransformMatrix { 1.000000,0.000052,0.000795,0.000000,-0.000001,0.997998,-0.063241,0.000000,-0.000796,0.063241,0.997998,0.000000,0.051633,-0.000005,-0.000085,1.000000;; } Frame Bip01_Spine1 { FrameTransformMatrix { 0.945755,-0.083334,0.314011,0.000000,0.246060,0.814856,-0.524847,0.000000,-0.212136,0.573643,0.791159,0.000000,0.106498,-0.000049,-0.000067,1.000000;; } Frame Bip01_Neck { 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.130504,0.000000,0.004625,1.000000;; } Frame Bip01_Head { FrameTransformMatrix { 0.945504,0.246478,-0.212767,0.000000,-0.083334,0.814856,0.573643,0.000000,0.314765,-0.524651,0.790989,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.000000,1.000000,-0.000003,0.000000,1.000000,0.000000,-0.000796,0.000000,-0.000796,-0.000003,-1.000000,0.000000,-0.024025,0.015714,-0.004625,1.000000;; } Frame Bip01_L_UpperArm { FrameTransformMatrix { 0.399346,-0.833022,0.382879,0.000000,0.847789,0.176578,-0.500074,0.000000,0.348965,0.524303,0.776743,0.000000,0.087086,0.000000,0.000000,1.000000;; } Frame Bip01_L_Forearm { FrameTransformMatrix { 0.108090,-0.000000,-0.994141,0.000000,0.000000,1.000000,0.000000,0.000000,0.994141,-0.000000,0.108090,0.000000,0.137062,0.000000,-0.000000,1.000000;; } Frame Bip01_L_Hand { FrameTransformMatrix { 0.974328,0.224144,-0.021082,0.000000,0.044252,-0.098855,0.994117,0.000000,0.220741,-0.969529,-0.106236,0.000000,0.137062,0.000000,0.000000,1.000000;; } Frame Bip01_L_Finger0 { FrameTransformMatrix { 0.690342,-0.181727,0.700288,0.000000,0.558537,0.749101,-0.356210,0.000000,-0.459853,0.637043,0.618637,0.000000,0.057681,-0.023605,-0.000272,1.000000;; } Frame Bip01_L_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.000246,-0.951120,-0.308822,0.000000,-1.000000,0.000000,0.000796,0.000000,-0.000757,0.308822,-0.951120,0.000000,-0.024025,-0.015715,-0.004625,1.000000;; } Frame Bip01_R_UpperArm { FrameTransformMatrix { 0.372018,0.869776,-0.324180,0.000000,-0.884325,0.438241,0.160979,0.000000,0.282085,0.226793,0.932198,0.000000,0.087086,0.000000,0.000000,1.000000;; } Frame Bip01_R_Forearm { FrameTransformMatrix { -0.363867,0.000000,-0.931451,0.000000,0.000000,1.000000,-0.000000,0.000000,0.931451,0.000000,-0.363867,0.000000,0.137062,-0.000000,0.000000,1.000000;; } Frame Bip01_R_Hand { FrameTransformMatrix { 0.953540,0.290200,-0.080909,0.000000,0.038380,-0.383388,-0.922789,0.000000,-0.298813,0.876811,-0.376714,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.000000,1.000000,-0.000796,0.000000,-0.935836,0.000281,0.352436,0.000000,0.084102,0.000000,0.000000,1.000000;; } Frame Bip01_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.081023,-0.088037,-0.992817,0.000000,-0.064786,0.993520,-0.093387,0.000000,0.994605,0.071887,0.074794,0.000000,0.041174,-0.003810,-0.088357,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.701025,0.001363,0.713136,0.000000,-0.001058,-0.999999,0.000871,0.000000,0.713136,-0.000144,0.701025,0.000000,-0.051631,0.055115,0.003619,1.000000;; } Frame Bip01_L_Calf { FrameTransformMatrix { 0.979644,0.000000,-0.200745,0.000000,0.000000,1.000000,-0.000000,0.000000,0.200745,-0.000000,0.979644,0.000000,0.237500,0.000000,0.000000,1.000000;; } Frame Bip01_L_Foot { FrameTransformMatrix { 0.981172,0.001361,0.193129,0.000000,-0.023207,0.993561,0.110896,0.000000,-0.191735,-0.113290,0.974886,0.000000,0.206841,0.000000,-0.000000,1.000000;; } Frame Bip01_L_Toe0 { FrameTransformMatrix { -0.000000,0.000001,1.000000,0.000000,-0.000000,1.000000,-0.000001,0.000000,-1.000000,-0.000000,-0.000000,0.000000,0.065373,-0.000000,0.066450,1.000000;; } Frame Bip01_L_Toe0Nub { FrameTransformMatrix { -1.000000,-0.000000,0.000000,0.000000,-0.000000,1.000000,-0.000000,0.000000,-0.000000,-0.000000,-1.000000,0.000000,0.006735,0.000000,0.000000,1.000000;; } } } } } } Frame Bip01_R_Thigh { FrameTransformMatrix { -0.996816,-0.000000,0.079738,0.000000,0.000000,-1.000000,0.000003,0.000000,0.079738,0.000003,0.996816,0.000000,-0.051636,-0.055115,-0.003367,1.000000;; } Frame Bip01_R_Calf { FrameTransformMatrix { 0.161776,0.000000,-0.986827,0.000000,0.000000,1.000000,-0.000000,0.000000,0.986827,-0.000000,0.161776,0.000000,0.237500,0.000000,-0.000000,1.000000;; } Frame Bip01_R_Foot { FrameTransformMatrix { 0.955836,0.000000,-0.293901,0.000000,-0.000000,1.000000,0.000001,0.000000,0.293901,-0.000000,0.955836,0.000000,0.206841,0.000000,0.000000,1.000000;; } Frame Bip01_R_Toe0 { FrameTransformMatrix { -0.000000,-0.000000,1.000000,0.000000,0.000001,1.000000,0.000000,0.000000,-1.000000,0.000001,-0.000000,0.000000,0.065373,0.000000,0.066450,1.000000;; } Frame Bip01_R_Toe0Nub { FrameTransformMatrix { 1.000000,0.000000,0.000000,0.000000,0.000000,1.000000,0.000000,0.000000,-0.000000,-0.000000,1.000000,0.000000,0.006735,-0.000000,0.000000,1.000000;; } } } } } } } Frame Bip01_DressFront { FrameTransformMatrix { -0.733779,-0.190299,0.652193,0.000000,0.121847,0.907542,0.401896,0.000000,-0.668373,0.374370,-0.642748,0.000000,-0.043904,0.001345,0.061035,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.886022,0.038029,0.462080,0.000000,0.191625,0.937561,0.290274,0.000000,-0.422190,0.345735,-0.837988,0.000000,-0.047673,-0.000048,-0.078302,1.000000;; } Frame Bip01_DressBack02 { FrameTransformMatrix { 0.936852,0.174932,-0.302833,0.000000,-0.166408,0.984581,0.053939,0.000000,0.307599,-0.000139,0.951516,0.000000,0.176125,0.000000,-0.000103,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.136509,0.000000,-0.000000,1.000000;; } } } } } Frame Bip01_Prop1 { FrameTransformMatrix { -0.913708,-0.114577,0.389885,0.000000,-0.207418,0.956534,-0.204991,0.000000,-0.349451,-0.268171,-0.897758,0.000000,0.211275,0.171199,0.021231,1.000000;; } } Frame Bip01_Prop2 { FrameTransformMatrix { 0.461697,-0.719827,0.518348,0.000000,0.855455,0.515868,-0.045578,0.000000,-0.234591,0.464467,0.853954,0.000000,-0.016256,0.014799,0.142852,1.000000;; } } } } Frame Translation_Data { FrameTransformMatrix { -0.000000,0.000000,-1.000000,0.000000,-1.000000,-0.000000,0.000000,0.000000,-0.000000,1.000000,0.000000,0.000000,0.000000,-0.000000,0.000000,1.000000;; } } Frame M_Satchel { 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 M_Satchel { 468; -0.135126;0.572002;0.064697;, -0.130234;0.581695;0.072541;, -0.135745;0.581716;0.070058;, -0.130234;0.581695;0.072541;, -0.135126;0.572002;0.064697;, -0.129614;0.571981;0.067180;, -0.116220;0.607184;0.031062;, -0.118406;0.591656;0.057658;, -0.105002;0.607687;0.037777;, -0.118406;0.591656;0.057658;, -0.116220;0.607184;0.031062;, -0.126386;0.592160;0.052212;, -0.114431;0.593050;0.019445;, -0.126386;0.592160;0.052212;, -0.116220;0.607184;0.031062;, -0.124703;0.578640;0.045223;, -0.100526;0.593553;0.026159;, -0.124703;0.578640;0.045223;, -0.114431;0.593050;0.019445;, -0.124703;0.578640;0.045223;, -0.100526;0.593553;0.026159;, -0.116722;0.578136;0.050669;, -0.105002;0.607687;0.037777;, -0.116722;0.578136;0.050669;, -0.100526;0.593553;0.026159;, -0.118406;0.591656;0.057658;, -0.094746;0.633100;-0.014829;, -0.105002;0.607687;0.037777;, -0.082055;0.633390;-0.002886;, -0.105002;0.607687;0.037777;, -0.094746;0.633100;-0.014829;, -0.116220;0.607184;0.031062;, -0.093157;0.615876;-0.020919;, -0.094746;0.633100;-0.014829;, -0.080466;0.616166;-0.008975;, -0.114431;0.593050;0.019445;, -0.093157;0.615876;-0.020919;, -0.114431;0.593050;0.019445;, -0.080466;0.616166;-0.008975;, -0.100526;0.593553;0.026159;, -0.082055;0.633390;-0.002886;, -0.080466;0.616166;-0.008975;, -0.060899;0.665658;-0.062635;, -0.082055;0.633390;-0.002886;, -0.051500;0.664692;-0.050387;, -0.082055;0.633390;-0.002886;, -0.060899;0.665658;-0.062635;, -0.094746;0.633100;-0.014829;, -0.055050;0.649093;-0.067893;, -0.060899;0.665658;-0.062635;, -0.045651;0.648127;-0.055645;, -0.093157;0.615876;-0.020919;, -0.055050;0.649093;-0.067893;, -0.093157;0.615876;-0.020919;, -0.045651;0.648127;-0.055645;, -0.080466;0.616166;-0.008975;, -0.051500;0.664692;-0.050387;, -0.045651;0.648127;-0.055645;, -0.008491;0.691994;-0.066487;, -0.051500;0.664692;-0.050387;, -0.006655;0.682999;-0.047336;, -0.051500;0.664692;-0.050387;, -0.008491;0.691994;-0.066487;, -0.060899;0.665658;-0.062635;, -0.001392;0.679463;-0.072171;, -0.008491;0.691994;-0.066487;, 0.000444;0.670468;-0.057524;, -0.055050;0.649093;-0.067893;, -0.001392;0.679463;-0.072171;, -0.055050;0.649093;-0.067893;, 0.000444;0.670468;-0.057524;, -0.045651;0.648127;-0.055645;, -0.006655;0.682999;-0.047336;, 0.000444;0.670468;-0.057524;, 0.032332;0.728521;-0.051730;, -0.006655;0.682999;-0.047336;, 0.032136;0.720902;-0.036485;, -0.006655;0.682999;-0.047336;, 0.032332;0.728521;-0.051730;, -0.008491;0.691994;-0.066487;, 0.045808;0.718325;-0.058755;, 0.032332;0.728521;-0.051730;, 0.045541;0.710608;-0.043570;, -0.001392;0.679463;-0.072171;, 0.045808;0.718325;-0.058755;, -0.001392;0.679463;-0.072171;, 0.045541;0.710608;-0.043570;, 0.000444;0.670468;-0.057524;, 0.032136;0.720902;-0.036485;, 0.045541;0.710608;-0.043570;, 0.023628;0.575070;0.157052;, 0.035964;0.573815;0.147843;, 0.031415;0.576460;0.158693;, 0.035964;0.573815;0.147843;, 0.023628;0.575070;0.157052;, 0.028176;0.572426;0.146203;, 0.035411;0.710626;0.118630;, 0.040608;0.751401;0.120505;, 0.040425;0.750662;0.111826;, 0.040608;0.751401;0.120505;, 0.035411;0.710626;0.118630;, 0.035366;0.712499;0.127044;, 0.035366;0.712499;0.127044;, 0.057933;0.745397;0.120731;, 0.040608;0.751401;0.120505;, 0.052332;0.705972;0.129458;, 0.052332;0.705972;0.129458;, 0.057750;0.744658;0.112051;, 0.057933;0.745397;0.120731;, 0.057750;0.744658;0.112051;, 0.052332;0.705972;0.129458;, 0.052377;0.704099;0.121044;, 0.052377;0.704099;0.121044;, 0.040425;0.750662;0.111826;, 0.057750;0.744658;0.112051;, 0.035411;0.710626;0.118630;, 0.040608;0.751401;0.120505;, 0.047104;0.793201;0.099694;, 0.040425;0.750662;0.111826;, 0.047104;0.793201;0.099694;, 0.040608;0.751401;0.120505;, 0.045522;0.800510;0.106008;, 0.063356;0.796499;0.106923;, 0.045522;0.800510;0.106008;, 0.057933;0.745397;0.120731;, 0.065166;0.793193;0.096524;, 0.063356;0.796499;0.106923;, 0.065166;0.793193;0.096524;, 0.057933;0.745397;0.120731;, 0.057750;0.744658;0.112051;, 0.047104;0.793201;0.099694;, 0.065166;0.793193;0.096524;, 0.047104;0.793201;0.099694;, 0.052229;0.818815;0.055533;, 0.053244;0.808344;0.056392;, 0.052229;0.818815;0.055533;, 0.047104;0.793201;0.099694;, 0.045522;0.800510;0.106008;, 0.070708;0.819970;0.056145;, 0.052229;0.818815;0.055533;, 0.063356;0.796499;0.106923;, 0.071439;0.810546;0.057005;, 0.070708;0.819970;0.056145;, 0.071439;0.810546;0.057005;, 0.063356;0.796499;0.106923;, 0.065166;0.793193;0.096524;, 0.053244;0.808344;0.056392;, 0.071439;0.810546;0.057005;, 0.053244;0.808344;0.056392;, 0.059623;0.806630;0.009576;, 0.060926;0.799085;0.014686;, 0.059623;0.806630;0.009576;, 0.053244;0.808344;0.056392;, 0.052229;0.818815;0.055533;, 0.077197;0.807316;0.010944;, 0.059623;0.806630;0.009576;, 0.070708;0.819970;0.056145;, 0.078501;0.799772;0.016053;, 0.077197;0.807316;0.010944;, 0.078501;0.799772;0.016053;, 0.070708;0.819970;0.056145;, 0.071439;0.810546;0.057005;, 0.060926;0.799085;0.014686;, 0.078501;0.799772;0.016053;, 0.060926;0.799085;0.014686;, 0.054253;0.761971;-0.023341;, 0.055092;0.753470;-0.016005;, 0.054253;0.761971;-0.023341;, 0.060926;0.799085;0.014686;, 0.059623;0.806630;0.009576;, 0.071391;0.756853;-0.027215;, 0.054253;0.761971;-0.023341;, 0.077197;0.807316;0.010944;, 0.072300;0.748450;-0.019819;, 0.071391;0.756853;-0.027215;, 0.072300;0.748450;-0.019819;, 0.077197;0.807316;0.010944;, 0.078501;0.799772;0.016053;, 0.055092;0.753470;-0.016005;, 0.072300;0.748450;-0.019819;, 0.054253;0.761971;-0.023341;, 0.032136;0.720902;-0.036485;, 0.055092;0.753470;-0.016005;, 0.032136;0.720902;-0.036485;, 0.054253;0.761971;-0.023341;, 0.032332;0.728521;-0.051730;, 0.072300;0.748450;-0.019819;, 0.045808;0.718325;-0.058755;, 0.071391;0.756853;-0.027215;, 0.045808;0.718325;-0.058755;, 0.072300;0.748450;-0.019819;, 0.045541;0.710608;-0.043570;, -0.129614;0.571981;0.067180;, -0.130234;0.581695;0.072541;, -0.116722;0.578136;0.050669;, -0.135126;0.572002;0.064697;, -0.124703;0.578640;0.045223;, -0.135126;0.572002;0.064697;, -0.116722;0.578136;0.050669;, -0.129614;0.571981;0.067180;, -0.135745;0.581716;0.070058;, -0.135126;0.572002;0.064697;, -0.126386;0.592160;0.052212;, -0.130234;0.581695;0.072541;, -0.118406;0.591656;0.057658;, -0.130234;0.581695;0.072541;, -0.126386;0.592160;0.052212;, -0.135745;0.581716;0.070058;, 0.052332;0.705972;0.129458;, 0.047989;0.657702;0.125518;, 0.052377;0.704099;0.121044;, 0.047989;0.657702;0.125518;, 0.052332;0.705972;0.129458;, 0.049297;0.659494;0.133847;, 0.029806;0.659455;0.127118;, 0.047989;0.657702;0.125518;, 0.035411;0.710626;0.118630;, 0.031114;0.661247;0.135447;, 0.035366;0.712499;0.127044;, 0.031114;0.661247;0.135447;, 0.035411;0.710626;0.118630;, 0.029806;0.659455;0.127118;, 0.049297;0.659494;0.133847;, 0.031114;0.661247;0.135447;, 0.049297;0.659494;0.133847;, 0.040086;0.617568;0.130520;, 0.047989;0.657702;0.125518;, 0.040086;0.617568;0.130520;, 0.049297;0.659494;0.133847;, 0.044866;0.619360;0.137465;, 0.024381;0.619320;0.139824;, 0.040086;0.617568;0.130520;, 0.029806;0.659455;0.127118;, 0.029162;0.621112;0.146769;, 0.031114;0.661247;0.135447;, 0.029162;0.621112;0.146769;, 0.029806;0.659455;0.127118;, 0.024381;0.619320;0.139824;, 0.044866;0.619360;0.137465;, 0.029162;0.621112;0.146769;, 0.044866;0.619360;0.137465;, 0.028176;0.572426;0.146203;, 0.040086;0.617568;0.130520;, 0.028176;0.572426;0.146203;, 0.044866;0.619360;0.137465;, 0.035964;0.573815;0.147843;, 0.023628;0.575070;0.157052;, 0.028176;0.572426;0.146203;, 0.024381;0.619320;0.139824;, 0.031415;0.576460;0.158693;, 0.029162;0.621112;0.146769;, 0.031415;0.576460;0.158693;, 0.024381;0.619320;0.139824;, 0.023628;0.575070;0.157052;, 0.035964;0.573815;0.147843;, 0.031415;0.576460;0.158693;, -0.126022;0.448683;0.075126;, 0.008646;0.458433;0.183467;, -0.142725;0.454602;0.108588;, 0.025349;0.452514;0.150005;, -0.120191;0.565592;0.057356;, 0.014478;0.575343;0.165697;, 0.031180;0.569423;0.132235;, -0.136893;0.571512;0.090817;, -0.121028;0.457071;0.064600;, 0.033757;0.509022;0.130116;, 0.030343;0.460902;0.139480;, -0.117614;0.505191;0.055237;, 0.035179;0.557848;0.124744;, -0.116192;0.554017;0.049865;, 0.031180;0.459666;0.143780;, 0.034228;0.510196;0.138369;, 0.030669;0.455777;0.148349;, 0.034809;0.509543;0.133890;, 0.011081;0.462719;0.187590;, 0.014176;0.541694;0.177293;, 0.010922;0.542400;0.180498;, 0.008341;0.467760;0.189535;, 0.036127;0.565204;0.131716;, 0.036195;0.560215;0.128496;, 0.016540;0.572145;0.170957;, 0.013356;0.568309;0.174252;, 0.004647;0.470008;0.190958;, -0.144106;0.538971;0.107063;, -0.146723;0.466177;0.116079;, 0.007265;0.542802;0.181943;, 0.006026;0.543621;0.184405;, -0.141888;0.563124;0.101343;, -0.145345;0.539790;0.109526;, 0.009483;0.566954;0.176222;, -0.147740;0.463810;0.112326;, -0.144119;0.537792;0.098694;, -0.147213;0.458816;0.108991;, -0.145158;0.538450;0.103289;, -0.124067;0.506294;0.059770;, -0.127626;0.451875;0.069749;, -0.121271;0.505593;0.056681;, -0.124901;0.455716;0.066571;, -0.141755;0.568243;0.092358;, -0.142724;0.564359;0.097043;, -0.122168;0.561301;0.053117;, -0.119885;0.556265;0.051287;, -0.121028;0.457071;0.064600;, -0.122967;0.450777;0.068842;, 0.028404;0.454608;0.143722;, 0.030343;0.460902;0.139480;, -0.126022;0.448683;0.075126;, 0.025349;0.452514;0.150005;, -0.142725;0.454602;0.108588;, -0.145469;0.458752;0.113922;, 0.008646;0.458433;0.183467;, 0.005902;0.462582;0.188801;, -0.117447;0.561443;0.052021;, -0.116192;0.554017;0.049865;, 0.035179;0.557848;0.124744;, 0.033924;0.565274;0.126901;, -0.120191;0.565592;0.057356;, 0.031180;0.569423;0.132235;, -0.136893;0.571512;0.090817;, -0.139948;0.569417;0.097101;, 0.014478;0.575343;0.165697;, 0.011423;0.573248;0.171980;, -0.122967;0.450777;0.068842;, 0.028404;0.454608;0.143722;, 0.028404;0.454608;0.143722;, -0.122967;0.450777;0.068842;, 0.005902;0.462582;0.188801;, -0.145469;0.458752;0.113922;, -0.117447;0.561443;0.052021;, 0.033924;0.565274;0.126901;, -0.139948;0.569417;0.097101;, 0.011423;0.573248;0.171980;, 0.033757;0.509022;0.130116;, -0.117614;0.505191;0.055237;, -0.010671;0.534852;0.174258;, -0.127299;0.532751;0.119640;, -0.126060;0.531932;0.117178;, -0.011910;0.535671;0.176720;, -0.144106;0.538971;0.107063;, 0.007265;0.542802;0.181943;, 0.007265;0.542802;0.181943;, -0.126060;0.531932;0.117178;, -0.144106;0.538971;0.107063;, -0.010671;0.534852;0.174258;, -0.011910;0.535671;0.176720;, -0.127299;0.532751;0.119640;, -0.136795;0.550701;0.068123;, -0.136046;0.552847;0.080806;, -0.141667;0.552847;0.078045;, -0.131174;0.550701;0.070883;, -0.135007;0.571600;0.064481;, -0.134258;0.573746;0.077164;, -0.129386;0.571600;0.067241;, -0.139879;0.573746;0.074404;, -0.136795;0.550701;0.068123;, -0.129386;0.571600;0.067241;, -0.131174;0.550701;0.070883;, -0.135007;0.571600;0.064481;, -0.131174;0.550701;0.070883;, -0.134258;0.573746;0.077164;, -0.136046;0.552847;0.080806;, -0.129386;0.571600;0.067241;, -0.136046;0.552847;0.080806;, -0.139879;0.573746;0.074404;, -0.141667;0.552847;0.078045;, -0.134258;0.573746;0.077164;, -0.141667;0.552847;0.078045;, -0.135007;0.571600;0.064481;, -0.136795;0.550701;0.068123;, -0.139879;0.573746;0.074404;, 0.028068;0.550898;0.150202;, 0.028817;0.553044;0.162885;, 0.023196;0.553044;0.160125;, 0.033689;0.550898;0.152963;, 0.029856;0.571796;0.146561;, 0.030605;0.573942;0.159244;, 0.035478;0.571796;0.149321;, 0.024984;0.573942;0.156484;, 0.028068;0.550898;0.150202;, 0.035478;0.571796;0.149321;, 0.033689;0.550898;0.152963;, 0.029856;0.571796;0.146561;, 0.033689;0.550898;0.152963;, 0.030605;0.573942;0.159244;, 0.028817;0.553044;0.162885;, 0.035478;0.571796;0.149321;, 0.028817;0.553044;0.162885;, 0.024984;0.573942;0.156484;, 0.023196;0.553044;0.160125;, 0.030605;0.573942;0.159244;, 0.023196;0.553044;0.160125;, 0.029856;0.571796;0.146561;, 0.028068;0.550898;0.150202;, 0.024984;0.573942;0.156484;, -0.081695;0.569436;0.103271;, -0.070281;0.567640;0.097157;, -0.075065;0.569591;0.106599;, -0.076911;0.567486;0.093829;, -0.074449;0.579216;0.104923;, -0.049101;0.579565;0.105425;, -0.054014;0.579500;0.115218;, -0.069664;0.577266;0.095481;, -0.028771;0.578219;0.116004;, -0.033555;0.580170;0.125446;, -0.034172;0.570545;0.127122;, -0.022757;0.568749;0.121008;, -0.027542;0.570699;0.130450;, -0.029387;0.568594;0.117680;, -0.081087;0.578929;0.101618;, -0.069424;0.581023;0.094826;, -0.076303;0.576979;0.092176;, -0.074208;0.582974;0.104268;, -0.048860;0.583323;0.104771;, -0.053644;0.585274;0.114213;, -0.028530;0.581977;0.115350;, -0.033314;0.583928;0.124792;, -0.022149;0.578242;0.119355;, -0.026933;0.580193;0.128797;, -0.076303;0.576979;0.092176;, -0.069424;0.581023;0.094826;, -0.069664;0.577266;0.095481;, -0.048860;0.583323;0.104771;, -0.049101;0.579565;0.105425;, -0.028530;0.581977;0.115350;, -0.028771;0.578219;0.116004;, -0.022149;0.578242;0.119355;, -0.026933;0.580193;0.128797;, -0.033314;0.583928;0.124792;, -0.033555;0.580170;0.125446;, -0.053644;0.585274;0.114213;, -0.054014;0.579500;0.115218;, -0.074208;0.582974;0.104268;, -0.074449;0.579216;0.104923;, -0.081087;0.578929;0.101618;, -0.075065;0.569591;0.106599;, -0.075065;0.569591;0.106599;, -0.081087;0.578929;0.101618;, -0.081695;0.569436;0.103271;, -0.074449;0.579216;0.104923;, -0.070281;0.567640;0.097157;, -0.069664;0.577266;0.095481;, -0.075065;0.569591;0.106599;, -0.069664;0.577266;0.095481;, -0.076911;0.567486;0.093829;, -0.076303;0.576979;0.092176;, -0.070281;0.567640;0.097157;, -0.076303;0.576979;0.092176;, -0.081695;0.569436;0.103271;, -0.081087;0.578929;0.101618;, -0.076911;0.567486;0.093829;, -0.028771;0.578219;0.116004;, -0.034172;0.570545;0.127122;, -0.033555;0.580170;0.125446;, -0.029387;0.568594;0.117680;, -0.033555;0.580170;0.125446;, -0.027542;0.570699;0.130450;, -0.026933;0.580193;0.128797;, -0.027542;0.570699;0.130450;, -0.033555;0.580170;0.125446;, -0.034172;0.570545;0.127122;, -0.026933;0.580193;0.128797;, -0.022757;0.568749;0.121008;, -0.022149;0.578242;0.119355;, -0.027542;0.570699;0.130450;, -0.022149;0.578242;0.119355;, -0.029387;0.568594;0.117680;, -0.028771;0.578219;0.116004;, -0.022757;0.568749;0.121008;; 304; 3;0,1,2;, 3;3,4,5;, 3;6,7,8;, 3;9,10,11;, 3;12,13,14;, 3;13,12,15;, 3;16,17,18;, 3;19,20,21;, 3;22,23,24;, 3;23,22,25;, 3;26,27,28;, 3;29,30,31;, 3;32,14,33;, 3;14,32,12;, 3;34,35,36;, 3;37,38,39;, 3;40,24,41;, 3;24,40,22;, 3;42,43,44;, 3;45,46,47;, 3;48,33,49;, 3;33,48,32;, 3;50,51,52;, 3;53,54,55;, 3;56,41,57;, 3;41,56,40;, 3;58,59,60;, 3;61,62,63;, 3;64,49,65;, 3;49,64,48;, 3;66,67,68;, 3;69,70,71;, 3;72,57,73;, 3;57,72,56;, 3;74,75,76;, 3;77,78,79;, 3;80,65,81;, 3;65,80,64;, 3;82,83,84;, 3;85,86,87;, 3;88,73,89;, 3;73,88,72;, 3;90,91,92;, 3;93,94,95;, 3;96,97,98;, 3;99,100,101;, 3;102,103,104;, 3;103,102,105;, 3;106,107,108;, 3;109,110,111;, 3;112,113,114;, 3;113,112,115;, 3;116,117,118;, 3;119,120,121;, 3;104,122,123;, 3;122,104,103;, 3;124,125,126;, 3;127,128,129;, 3;114,130,131;, 3;130,114,113;, 3;132,133,134;, 3;135,136,137;, 3;123,138,139;, 3;138,123,122;, 3;140,141,142;, 3;143,144,145;, 3;131,146,147;, 3;146,131,130;, 3;148,149,150;, 3;151,152,153;, 3;139,154,155;, 3;154,139,138;, 3;156,157,158;, 3;159,160,161;, 3;147,162,163;, 3;162,147,146;, 3;164,165,166;, 3;167,168,169;, 3;155,170,171;, 3;170,155,154;, 3;172,173,174;, 3;175,176,177;, 3;163,178,179;, 3;178,163,162;, 3;178,89,179;, 3;89,178,88;, 3;180,181,182;, 3;183,184,185;, 3;170,81,171;, 3;81,170,80;, 3;186,187,188;, 3;189,190,191;, 3;25,192,23;, 3;192,25,193;, 3;194,195,196;, 3;197,198,199;, 3;15,200,13;, 3;200,15,201;, 3;202,203,204;, 3;205,206,207;, 3;208,209,210;, 3;211,212,213;, 3;112,214,115;, 3;214,112,215;, 3;216,217,218;, 3;219,220,221;, 3;102,222,105;, 3;222,102,223;, 3;224,225,226;, 3;227,228,229;, 3;215,230,214;, 3;230,215,231;, 3;232,233,234;, 3;235,236,237;, 3;223,238,222;, 3;238,223,239;, 3;240,241,242;, 3;243,244,245;, 3;231,246,230;, 3;246,231,247;, 3;248,249,250;, 3;251,252,253;, 3;239,254,238;, 3;254,239,255;, 3;256,257,258;, 3;257,256,259;, 3;260,261,262;, 3;261,260,263;, 3;264,265,266;, 3;265,264,267;, 3;267,268,265;, 3;268,267,269;, 3;270,271,272;, 3;271,270,273;, 3;271,274,272;, 3;274,271,275;, 3;274,276,277;, 3;276,274,275;, 3;273,278,271;, 3;278,273,279;, 3;278,275,271;, 3;275,278,280;, 3;275,281,276;, 3;281,275,280;, 3;282,283,284;, 3;283,282,285;, 3;286,287,288;, 3;287,286,289;, 3;290,291,292;, 3;291,290,293;, 3;294,292,291;, 3;292,294,295;, 3;295,296,297;, 3;296,295,294;, 3;293,298,291;, 3;298,293,299;, 3;291,300,294;, 3;300,291,298;, 3;294,301,296;, 3;301,294,300;, 3;302,303,297;, 3;304,305,270;, 3;295,303,306;, 3;304,272,307;, 3;292,308,309;, 3;310,274,311;, 3;290,309,284;, 3;311,277,282;, 3;312,313,301;, 3;314,315,279;, 3;312,300,316;, 3;278,315,317;, 3;318,298,319;, 3;280,320,321;, 3;319,299,287;, 3;281,321,289;, 3;303,295,297;, 3;322,259,256;, 3;259,322,323;, 3;304,270,272;, 3;324,264,266;, 3;264,324,325;, 3;306,292,295;, 3;292,306,308;, 3;258,326,327;, 3;326,258,257;, 3;310,272,274;, 3;272,310,307;, 3;309,290,292;, 3;327,282,284;, 3;282,327,326;, 3;311,274,277;, 3;328,268,269;, 3;268,328,329;, 3;315,278,279;, 3;329,260,262;, 3;260,329,328;, 3;312,301,300;, 3;317,280,278;, 3;280,317,320;, 3;261,330,331;, 3;330,261,263;, 3;318,300,298;, 3;300,318,316;, 3;321,281,280;, 3;331,287,289;, 3;287,331,330;, 3;319,298,299;, 3;305,273,270;, 3;273,305,332;, 3;333,297,296;, 3;297,333,302;, 3;332,279,273;, 3;279,332,314;, 3;313,296,301;, 3;296,313,333;, 3;277,285,282;, 3;285,277,276;, 3;276,289,285;, 3;289,276,281;, 3;284,293,290;, 3;293,284,283;, 3;283,299,293;, 3;299,283,287;, 3;334,335,336;, 3;335,334,337;, 3;338,288,287;, 3;289,286,339;, 3;340,341,342;, 3;341,340,343;, 3;338,335,288;, 3;335,338,336;, 3;288,344,286;, 3;344,288,345;, 3;286,334,339;, 3;334,286,337;, 3;346,347,348;, 3;347,346,349;, 3;350,351,352;, 3;351,350,353;, 3;354,355,356;, 3;355,354,357;, 3;358,359,360;, 3;359,358,361;, 3;362,363,364;, 3;363,362,365;, 3;366,367,368;, 3;367,366,369;, 3;370,371,372;, 3;371,370,373;, 3;374,375,376;, 3;375,374,377;, 3;378,379,380;, 3;379,378,381;, 3;382,383,384;, 3;383,382,385;, 3;386,387,388;, 3;387,386,389;, 3;390,391,392;, 3;391,390,393;, 3;394,395,396;, 3;395,394,397;, 3;398,399,400;, 3;399,398,401;, 3;400,402,403;, 3;402,400,399;, 3;404,405,406;, 3;405,404,407;, 3;408,409,410;, 3;409,408,411;, 3;411,412,409;, 3;412,411,413;, 3;413,414,412;, 3;414,413,415;, 3;415,416,414;, 3;416,415,417;, 3;418,419,420;, 3;420,421,422;, 3;421,420,419;, 3;422,423,424;, 3;423,422,421;, 3;424,423,425;, 3;426,427,428;, 3;428,429,430;, 3;429,428,427;, 3;430,431,432;, 3;431,430,429;, 3;432,431,433;, 3;433,434,432;, 3;435,436,437;, 3;438,439,440;, 3;439,438,441;, 3;442,443,444;, 3;443,420,445;, 3;446,447,448;, 3;447,446,449;, 3;450,451,452;, 3;451,450,453;, 3;454,455,456;, 3;457,458,459;, 3;460,461,462;, 3;461,460,463;, 3;464,465,466;, 3;465,464,467;; MeshNormals { 468; -0.364592;-0.467669;0.805207;, -0.364592;-0.467669;0.805207;, -0.364592;-0.467669;0.805207;, -0.364586;-0.467672;0.805208;, -0.364586;-0.467672;0.805208;, -0.364586;-0.467672;0.805208;, -0.312412;0.831305;0.459708;, -0.312412;0.831305;0.459708;, -0.312412;0.831305;0.459708;, -0.267178;0.841580;0.469424;, -0.267178;0.841580;0.469424;, -0.267178;0.841580;0.469424;, -0.920093;0.161928;-0.356661;, -0.921500;0.096811;-0.376118;, -0.921627;0.158263;-0.354339;, -0.922121;0.089326;-0.376448;, 0.227397;-0.885788;-0.404562;, 0.227397;-0.885788;-0.404562;, 0.227397;-0.885788;-0.404562;, 0.223248;-0.884786;-0.409040;, 0.223248;-0.884786;-0.409040;, 0.223248;-0.884786;-0.409040;, 0.876284;-0.111191;0.468788;, 0.839651;-0.160505;0.518869;, 0.878331;-0.103850;0.466636;, 0.844418;-0.167751;0.508742;, -0.350309;0.868312;0.351167;, -0.350309;0.868312;0.351167;, -0.350309;0.868312;0.351167;, -0.265389;0.887402;0.376943;, -0.265389;0.887402;0.376943;, -0.265389;0.887402;0.376943;, -0.873960;0.102184;-0.475135;, -0.863148;0.077349;-0.498992;, 0.328629;-0.885782;-0.327708;, 0.328629;-0.885782;-0.327708;, 0.328629;-0.885782;-0.327708;, 0.237405;-0.872897;-0.426252;, 0.237405;-0.872897;-0.426252;, 0.237405;-0.872897;-0.426252;, 0.875076;-0.088625;0.475801;, 0.871522;-0.072143;0.485021;, -0.357303;0.868841;0.342710;, -0.357303;0.868841;0.342710;, -0.357303;0.868841;0.342710;, -0.346990;0.871086;0.347574;, -0.346990;0.871086;0.347574;, -0.346990;0.871086;0.347574;, -0.558380;0.086615;-0.825051;, -0.517594;0.094054;-0.850441;, 0.348240;-0.875026;-0.336243;, 0.348240;-0.875026;-0.336243;, 0.348240;-0.875026;-0.336243;, 0.342860;-0.874487;-0.343103;, 0.342860;-0.874487;-0.343103;, 0.342860;-0.874487;-0.343103;, 0.452286;-0.142369;0.880437;, 0.503494;-0.134526;0.853462;, -0.366862;0.827997;0.424068;, -0.366862;0.827997;0.424068;, -0.366862;0.827997;0.424068;, -0.395362;0.840836;0.369708;, -0.395362;0.840836;0.369708;, -0.395362;0.840836;0.369708;, -0.142407;0.333183;-0.932046;, -0.136583;0.353629;-0.925360;, 0.390097;-0.762027;-0.516856;, 0.390097;-0.762027;-0.516856;, 0.390097;-0.762027;-0.516856;, 0.393302;-0.842439;-0.368253;, 0.393302;-0.842439;-0.368253;, 0.393302;-0.842439;-0.368253;, 0.252993;-0.489066;0.834751;, 0.259697;-0.502089;0.824902;, -0.707520;0.635744;0.308618;, -0.707520;0.635744;0.308618;, -0.707520;0.635744;0.308618;, -0.690963;0.626573;0.360523;, -0.690963;0.626573;0.360523;, -0.690963;0.626573;0.360523;, -0.025354;0.533117;-0.845661;, -0.024424;0.551058;-0.834109;, 0.653917;-0.679047;-0.333598;, 0.653917;-0.679047;-0.333598;, 0.653917;-0.679047;-0.333598;, 0.667649;-0.594174;-0.448555;, 0.667649;-0.594174;-0.448555;, 0.667649;-0.594174;-0.448555;, 0.084135;-0.505277;0.858846;, 0.077281;-0.495271;0.865294;, 0.111359;-0.953763;0.279171;, 0.111359;-0.953763;0.279171;, 0.111359;-0.953763;0.279171;, 0.111342;-0.953771;0.279150;, 0.111342;-0.953771;0.279150;, 0.111342;-0.953771;0.279150;, -0.991984;0.125954;0.010144;, -0.991984;0.125954;0.010144;, -0.991984;0.125954;0.010144;, -0.991215;0.127875;-0.033785;, -0.991215;0.127875;-0.033785;, -0.991215;0.127875;-0.033785;, -0.036856;0.169393;0.984859;, 0.042748;0.209765;0.976817;, 0.054258;0.216183;0.974844;, -0.081985;0.151172;0.985102;, 0.989751;-0.142543;-0.008687;, 0.989751;-0.142543;-0.008687;, 0.989751;-0.142543;-0.008687;, 0.991724;-0.124088;0.032944;, 0.991724;-0.124088;0.032944;, 0.991724;-0.124088;0.032944;, 0.037799;-0.167457;-0.985154;, -0.054472;-0.235060;-0.970453;, -0.077843;-0.234090;-0.969094;, 0.072817;-0.173888;-0.982070;, -0.987546;0.157160;0.007391;, -0.987546;0.157160;0.007391;, -0.987546;0.157160;0.007391;, -0.964500;0.018750;-0.263415;, -0.964500;0.018750;-0.263415;, -0.964500;0.018750;-0.263415;, 0.107880;0.621507;0.775945;, 0.080820;0.664611;0.742806;, 0.980782;-0.053370;0.187664;, 0.980782;-0.053370;0.187664;, 0.980782;-0.053370;0.187664;, 0.988128;-0.153438;-0.007724;, 0.988128;-0.153438;-0.007724;, 0.988128;-0.153438;-0.007724;, -0.124347;-0.618970;-0.775509;, -0.090730;-0.735094;-0.671867;, -0.978131;-0.109332;-0.176939;, -0.978131;-0.109332;-0.176939;, -0.978131;-0.109332;-0.176939;, -0.984417;-0.076229;-0.158469;, -0.984417;-0.076229;-0.158469;, -0.984417;-0.076229;-0.158469;, -0.036821;0.999135;0.019344;, -0.060172;0.996751;0.053541;, 0.978439;0.092752;0.184536;, 0.978439;0.092752;0.184536;, 0.978439;0.092752;0.184536;, 0.986046;0.019925;0.165275;, 0.986046;0.019925;0.165275;, 0.986046;0.019925;0.165275;, 0.098345;-0.990236;-0.098798;, 0.109327;-0.992896;-0.046955;, -0.960939;-0.248509;-0.121819;, -0.960939;-0.248509;-0.121819;, -0.960939;-0.248509;-0.121819;, -0.985751;-0.106251;-0.130409;, -0.985751;-0.106251;-0.130409;, -0.985751;-0.106251;-0.130409;, 0.005658;0.834957;-0.550286;, 0.008268;0.822061;-0.569339;, 0.972241;0.220666;0.077812;, 0.972241;0.220666;0.077812;, 0.972241;0.220666;0.077812;, 0.985163;0.089783;0.146263;, 0.985163;0.089783;0.146263;, 0.985163;0.089783;0.146263;, -0.002494;-0.808824;0.588045;, -0.006236;-0.821469;0.570219;, -0.988895;0.028324;0.145889;, -0.988895;0.028324;0.145889;, -0.988895;0.028324;0.145889;, -0.978715;-0.031766;0.202750;, -0.978715;-0.031766;0.202750;, -0.978715;-0.031766;0.202750;, 0.015589;0.615781;-0.787763;, 0.005998;0.616237;-0.787538;, 0.990755;-0.011797;-0.135151;, 0.990755;-0.011797;-0.135151;, 0.990755;-0.011797;-0.135151;, 0.977620;0.027654;-0.208554;, 0.977620;0.027654;-0.208554;, 0.977620;0.027654;-0.208554;, 0.015472;-0.558205;0.829559;, 0.020513;-0.559203;0.828777;, -0.837943;0.306810;0.451352;, -0.837943;0.306810;0.451352;, -0.837943;0.306810;0.451352;, -0.888169;0.415510;0.196232;, -0.888169;0.415510;0.196232;, -0.888169;0.415510;0.196232;, 0.879829;-0.256827;-0.399927;, 0.879829;-0.256827;-0.399927;, 0.879829;-0.256827;-0.399927;, 0.856361;-0.466259;-0.221920;, 0.856361;-0.466259;-0.221920;, 0.856361;-0.466259;-0.221920;, 0.822075;-0.212702;0.528157;, 0.830787;-0.227415;0.508012;, 0.118840;-0.957511;-0.262773;, 0.118840;-0.957511;-0.262773;, 0.118840;-0.957511;-0.262773;, 0.116198;-0.956946;-0.265992;, 0.116198;-0.956946;-0.265992;, 0.116198;-0.956946;-0.265992;, -0.896993;0.146690;-0.416996;, -0.891663;0.173846;-0.417989;, -0.225298;0.882946;0.411883;, -0.225298;0.882946;0.411883;, -0.225298;0.882946;0.411883;, -0.186544;0.887424;0.421522;, -0.186544;0.887424;0.421522;, -0.186544;0.887424;0.421522;, 0.995458;-0.091659;0.025747;, 0.995458;-0.091659;0.025747;, 0.995458;-0.091659;0.025747;, 0.987340;-0.077534;-0.138376;, 0.987340;-0.077534;-0.138376;, 0.987340;-0.077534;-0.138376;, -0.085128;-0.199773;-0.976137;, -0.156855;-0.150724;-0.976053;, -0.996617;0.078930;-0.022920;, -0.996617;0.078930;-0.022920;, -0.996617;0.078930;-0.022920;, -0.983542;0.128764;0.126747;, -0.983542;0.128764;0.126747;, -0.983542;0.128764;0.126747;, 0.077186;0.110770;0.990844;, 0.156855;0.134953;0.978358;, 0.972698;-0.205078;-0.108634;, 0.972698;-0.205078;-0.108634;, 0.972698;-0.205078;-0.108634;, 0.832109;-0.140232;-0.536590;, 0.832109;-0.140232;-0.536590;, 0.832109;-0.140232;-0.536590;, -0.468857;-0.206699;-0.858748;, -0.553424;-0.110080;-0.825594;, -0.986877;0.086462;0.136374;, -0.986877;0.086462;0.136374;, -0.986877;0.086462;0.136374;, -0.824373;0.269079;0.498002;, -0.824373;0.269079;0.498002;, -0.824373;0.269079;0.498002;, 0.462729;0.140100;0.875360;, 0.558544;0.155423;0.814783;, 0.806587;-0.372305;-0.459136;, 0.806587;-0.372305;-0.459136;, 0.806587;-0.372305;-0.459136;, 0.243283;-0.260454;-0.934333;, 0.243283;-0.260454;-0.934333;, 0.243283;-0.260454;-0.934333;, -0.853713;0.005525;-0.520715;, -0.908865;0.099025;-0.405165;, -0.831579;0.103737;0.545633;, -0.831579;0.103737;0.545633;, -0.831579;0.103737;0.545633;, -0.252906;0.354752;0.900105;, -0.252906;0.354752;0.900105;, -0.252906;0.354752;0.900105;, 0.864158;0.135276;0.484698;, 0.924806;0.141016;0.353338;, -0.276063;-0.946370;-0.167849;, 0.157970;-0.885554;0.436853;, -0.433595;-0.889793;0.142351;, 0.314510;-0.941303;0.122607;, -0.174883;0.880664;-0.440281;, 0.255903;0.953281;0.160529;, 0.412525;0.897852;-0.153898;, -0.332490;0.934111;-0.129948;, 0.043910;-0.361824;-0.931212;, 0.766513;-0.133067;-0.628293;, 0.727183;-0.345366;-0.593234;, 0.039989;-0.152755;-0.987455;, 0.749103;0.080784;-0.657510;, 0.065961;0.064279;-0.995750;, 0.959299;-0.243834;-0.142446;, 0.957577;-0.005352;0.288128;, 0.863345;-0.476822;0.165155;, 0.995798;-0.060588;-0.068671;, 0.593683;-0.379937;0.709357;, 0.809465;0.054414;0.584642;, 0.547897;0.114693;0.828646;, 0.443591;-0.058904;0.894292;, 0.910457;0.412075;0.035527;, 0.975240;0.098611;-0.197948;, 0.643846;0.506927;0.573138;, 0.457852;0.290428;0.840252;, -0.064442;-0.056014;0.996348;, -0.852184;0.123272;0.508514;, -0.749738;-0.073962;0.657588;, 0.107150;0.145994;0.983466;, 0.272444;-0.225639;0.935340;, -0.728476;0.391920;0.561892;, -0.897028;-0.260014;0.357398;, -0.021766;0.410714;0.911504;, -0.984989;-0.106553;0.135805;, -0.943172;-0.001672;-0.332302;, -0.911648;-0.402859;-0.081262;, -0.997432;0.067130;0.024950;, -0.826977;-0.042795;-0.560605;, -0.647270;-0.499658;-0.575660;, -0.571299;-0.095172;-0.815206;, -0.484823;-0.276620;-0.829716;, -0.862740;0.462531;-0.204316;, -0.963339;0.251970;0.092141;, -0.592787;0.378153;-0.711058;, -0.470799;0.061114;-0.880122;, 0.043910;-0.361824;-0.931212;, 0.008265;-0.776657;-0.629870;, 0.521101;-0.763197;-0.382080;, 0.727183;-0.345366;-0.593234;, -0.276063;-0.946370;-0.167849;, 0.314510;-0.941303;0.122607;, -0.433595;-0.889793;0.142351;, -0.607223;-0.564433;0.559192;, 0.157970;-0.885554;0.436853;, -0.082448;-0.548467;0.832097;, 0.082370;0.548617;-0.832006;, 0.065961;0.064279;-0.995750;, 0.749103;0.080784;-0.657510;, 0.589651;0.562373;-0.579697;, -0.174883;0.880664;-0.440281;, 0.412525;0.897852;-0.153898;, -0.332490;0.934111;-0.129948;, -0.537399;0.760745;0.363965;, 0.255903;0.953281;0.160529;, -0.011886;0.776219;0.630351;, 0.008265;-0.776657;-0.629870;, 0.521101;-0.763197;-0.382080;, 0.521101;-0.763197;-0.382080;, 0.008265;-0.776657;-0.629870;, -0.082448;-0.548467;0.832097;, -0.607223;-0.564433;0.559192;, 0.082370;0.548617;-0.832006;, 0.589651;0.562373;-0.579697;, -0.537399;0.760745;0.363965;, -0.011886;0.776219;0.630351;, 0.766513;-0.133067;-0.628293;, 0.039989;-0.152755;-0.987455;, 0.054462;-0.938968;0.339665;, -0.263983;-0.947163;0.182197;, -0.258995;-0.947999;0.184985;, 0.060072;-0.937749;0.342080;, -0.786788;-0.583289;-0.201839;, 0.664947;-0.541352;0.514571;, 0.441853;-0.140358;-0.886039;, 0.441853;-0.140358;-0.886039;, 0.441853;-0.140358;-0.886039;, 0.441853;-0.140358;-0.886039;, -0.441853;0.140359;0.886039;, -0.441853;0.140360;0.886039;, -0.083992;-0.981675;0.171057;, -0.083992;-0.981675;0.171057;, -0.083992;-0.981675;0.171057;, -0.083992;-0.981675;0.171057;, 0.083993;0.981674;-0.171059;, 0.083993;0.981674;-0.171060;, 0.083993;0.981674;-0.171059;, 0.083993;0.981674;-0.171059;, 0.432675;-0.190568;-0.881179;, 0.432675;-0.190568;-0.881179;, 0.432675;-0.190568;-0.881179;, 0.432675;-0.190568;-0.881179;, 0.897629;0.000000;0.440752;, 0.897629;0.000000;0.440752;, 0.897629;0.000000;0.440752;, 0.897629;0.000000;0.440751;, -0.432674;0.190567;0.881180;, -0.432674;0.190568;0.881180;, -0.432674;0.190567;0.881180;, -0.432674;0.190567;0.881180;, -0.897628;-0.000000;-0.440753;, -0.897629;-0.000000;-0.440753;, -0.897628;-0.000000;-0.440753;, -0.897629;0.000000;-0.440753;, -0.083994;-0.981674;0.171057;, -0.083996;-0.981674;0.171057;, -0.083998;-0.981674;0.171057;, -0.083992;-0.981675;0.171056;, 0.083992;0.981675;-0.171056;, 0.083992;0.981675;-0.171056;, 0.083992;0.981675;-0.171056;, 0.083992;0.981675;-0.171056;, 0.432675;-0.190567;-0.881179;, 0.432676;-0.190567;-0.881179;, 0.432675;-0.190567;-0.881179;, 0.432676;-0.190567;-0.881179;, 0.897629;-0.000000;0.440753;, 0.897629;0.000000;0.440752;, 0.897629;-0.000000;0.440753;, 0.897629;0.000000;0.440752;, -0.432673;0.190568;0.881180;, -0.432675;0.190568;0.881179;, -0.432673;0.190568;0.881180;, -0.432675;0.190567;0.881179;, -0.897629;0.000000;-0.440753;, -0.897629;0.000000;-0.440753;, -0.897629;0.000000;-0.440752;, -0.897629;-0.000000;-0.440753;, -0.062990;-0.983220;0.171204;, -0.062990;-0.983220;0.171204;, -0.062990;-0.983220;0.171204;, -0.062990;-0.983220;0.171204;, 0.010663;-0.988774;0.149037;, -0.018537;-0.999738;0.013430;, -0.018863;-0.999735;0.013165;, 0.009373;-0.978326;0.206859;, -0.053929;-0.991675;0.116931;, -0.055299;-0.983004;0.175056;, -0.062990;-0.983220;0.171203;, -0.062990;-0.983220;0.171204;, -0.062990;-0.983220;0.171203;, -0.062990;-0.983220;0.171204;, -0.364858;0.857775;-0.362078;, -0.191099;0.937591;-0.290524;, -0.364858;0.857775;-0.362078;, -0.191099;0.937591;-0.290523;, 0.062990;0.983220;-0.171204;, 0.062990;0.983220;-0.171204;, 0.311982;0.949326;-0.038038;, 0.311982;0.949326;-0.038037;, 0.476018;0.877390;0.059941;, 0.476018;0.877390;0.059941;, 0.444504;-0.181228;-0.877253;, 0.444503;-0.181228;-0.877253;, 0.444504;-0.181228;-0.877253;, 0.444503;-0.181230;-0.877253;, 0.444503;-0.181230;-0.877253;, 0.444503;-0.181230;-0.877253;, 0.444503;-0.181230;-0.877253;, 0.444503;-0.181230;-0.877253;, -0.444503;0.181230;0.877253;, -0.444503;0.181230;0.877253;, -0.444503;0.181230;0.877253;, -0.444503;0.181230;0.877253;, -0.444503;0.181230;0.877253;, -0.444504;0.181228;0.877253;, -0.444504;0.181228;0.877253;, -0.444504;0.181228;0.877253;, -0.444504;0.181228;0.877253;, -0.444503;0.181229;0.877253;, -0.444503;0.181229;0.877253;, -0.444503;0.181229;0.877253;, 0.893560;0.020843;0.448460;, 0.893560;0.020843;0.448460;, 0.893560;0.020843;0.448460;, 0.893560;0.020843;0.448460;, 0.444504;-0.181229;-0.877253;, 0.444504;-0.181229;-0.877253;, 0.444504;-0.181229;-0.877253;, 0.444503;-0.181228;-0.877253;, -0.893560;-0.020843;-0.448460;, -0.893560;-0.020843;-0.448460;, -0.893560;-0.020843;-0.448460;, -0.893560;-0.020843;-0.448460;, -0.893560;-0.020843;-0.448460;, -0.893560;-0.020843;-0.448460;, -0.893560;-0.020843;-0.448460;, -0.893560;-0.020843;-0.448460;, -0.444503;0.181229;0.877253;, -0.444503;0.181229;0.877253;, -0.444503;0.181229;0.877253;, -0.444504;0.181228;0.877253;, -0.444504;0.181228;0.877253;, -0.444504;0.181228;0.877253;, 0.893560;0.020843;0.448460;, 0.893560;0.020843;0.448460;, 0.893560;0.020843;0.448460;, 0.893560;0.020843;0.448460;, 0.444503;-0.181229;-0.877253;, 0.444503;-0.181229;-0.877253;, 0.444503;-0.181229;-0.877253;, 0.444503;-0.181229;-0.877253;; 304; 3;0,1,2;, 3;3,4,5;, 3;6,7,8;, 3;9,10,11;, 3;12,13,14;, 3;13,12,15;, 3;16,17,18;, 3;19,20,21;, 3;22,23,24;, 3;23,22,25;, 3;26,27,28;, 3;29,30,31;, 3;32,14,33;, 3;14,32,12;, 3;34,35,36;, 3;37,38,39;, 3;40,24,41;, 3;24,40,22;, 3;42,43,44;, 3;45,46,47;, 3;48,33,49;, 3;33,48,32;, 3;50,51,52;, 3;53,54,55;, 3;56,41,57;, 3;41,56,40;, 3;58,59,60;, 3;61,62,63;, 3;64,49,65;, 3;49,64,48;, 3;66,67,68;, 3;69,70,71;, 3;72,57,73;, 3;57,72,56;, 3;74,75,76;, 3;77,78,79;, 3;80,65,81;, 3;65,80,64;, 3;82,83,84;, 3;85,86,87;, 3;88,73,89;, 3;73,88,72;, 3;90,91,92;, 3;93,94,95;, 3;96,97,98;, 3;99,100,101;, 3;102,103,104;, 3;103,102,105;, 3;106,107,108;, 3;109,110,111;, 3;112,113,114;, 3;113,112,115;, 3;116,117,118;, 3;119,120,121;, 3;104,122,123;, 3;122,104,103;, 3;124,125,126;, 3;127,128,129;, 3;114,130,131;, 3;130,114,113;, 3;132,133,134;, 3;135,136,137;, 3;123,138,139;, 3;138,123,122;, 3;140,141,142;, 3;143,144,145;, 3;131,146,147;, 3;146,131,130;, 3;148,149,150;, 3;151,152,153;, 3;139,154,155;, 3;154,139,138;, 3;156,157,158;, 3;159,160,161;, 3;147,162,163;, 3;162,147,146;, 3;164,165,166;, 3;167,168,169;, 3;155,170,171;, 3;170,155,154;, 3;172,173,174;, 3;175,176,177;, 3;163,178,179;, 3;178,163,162;, 3;178,89,179;, 3;89,178,88;, 3;180,181,182;, 3;183,184,185;, 3;170,81,171;, 3;81,170,80;, 3;186,187,188;, 3;189,190,191;, 3;25,192,23;, 3;192,25,193;, 3;194,195,196;, 3;197,198,199;, 3;15,200,13;, 3;200,15,201;, 3;202,203,204;, 3;205,206,207;, 3;208,209,210;, 3;211,212,213;, 3;112,214,115;, 3;214,112,215;, 3;216,217,218;, 3;219,220,221;, 3;102,222,105;, 3;222,102,223;, 3;224,225,226;, 3;227,228,229;, 3;215,230,214;, 3;230,215,231;, 3;232,233,234;, 3;235,236,237;, 3;223,238,222;, 3;238,223,239;, 3;240,241,242;, 3;243,244,245;, 3;231,246,230;, 3;246,231,247;, 3;248,249,250;, 3;251,252,253;, 3;239,254,238;, 3;254,239,255;, 3;256,257,258;, 3;257,256,259;, 3;260,261,262;, 3;261,260,263;, 3;264,265,266;, 3;265,264,267;, 3;267,268,265;, 3;268,267,269;, 3;270,271,272;, 3;271,270,273;, 3;271,274,272;, 3;274,271,275;, 3;274,276,277;, 3;276,274,275;, 3;273,278,271;, 3;278,273,279;, 3;278,275,271;, 3;275,278,280;, 3;275,281,276;, 3;281,275,280;, 3;282,283,284;, 3;283,282,285;, 3;286,287,288;, 3;287,286,289;, 3;290,291,292;, 3;291,290,293;, 3;294,292,291;, 3;292,294,295;, 3;295,296,297;, 3;296,295,294;, 3;293,298,291;, 3;298,293,299;, 3;291,300,294;, 3;300,291,298;, 3;294,301,296;, 3;301,294,300;, 3;302,303,297;, 3;304,305,270;, 3;295,303,306;, 3;304,272,307;, 3;292,308,309;, 3;310,274,311;, 3;290,309,284;, 3;311,277,282;, 3;312,313,301;, 3;314,315,279;, 3;312,300,316;, 3;278,315,317;, 3;318,298,319;, 3;280,320,321;, 3;319,299,287;, 3;281,321,289;, 3;303,295,297;, 3;322,259,256;, 3;259,322,323;, 3;304,270,272;, 3;324,264,266;, 3;264,324,325;, 3;306,292,295;, 3;292,306,308;, 3;258,326,327;, 3;326,258,257;, 3;310,272,274;, 3;272,310,307;, 3;309,290,292;, 3;327,282,284;, 3;282,327,326;, 3;311,274,277;, 3;328,268,269;, 3;268,328,329;, 3;315,278,279;, 3;329,260,262;, 3;260,329,328;, 3;312,301,300;, 3;317,280,278;, 3;280,317,320;, 3;261,330,331;, 3;330,261,263;, 3;318,300,298;, 3;300,318,316;, 3;321,281,280;, 3;331,287,289;, 3;287,331,330;, 3;319,298,299;, 3;305,273,270;, 3;273,305,332;, 3;333,297,296;, 3;297,333,302;, 3;332,279,273;, 3;279,332,314;, 3;313,296,301;, 3;296,313,333;, 3;277,285,282;, 3;285,277,276;, 3;276,289,285;, 3;289,276,281;, 3;284,293,290;, 3;293,284,283;, 3;283,299,293;, 3;299,283,287;, 3;334,335,336;, 3;335,334,337;, 3;338,288,287;, 3;289,286,339;, 3;340,341,342;, 3;341,340,343;, 3;338,335,288;, 3;335,338,336;, 3;288,344,286;, 3;344,288,345;, 3;286,334,339;, 3;334,286,337;, 3;346,347,348;, 3;347,346,349;, 3;350,351,352;, 3;351,350,353;, 3;354,355,356;, 3;355,354,357;, 3;358,359,360;, 3;359,358,361;, 3;362,363,364;, 3;363,362,365;, 3;366,367,368;, 3;367,366,369;, 3;370,371,372;, 3;371,370,373;, 3;374,375,376;, 3;375,374,377;, 3;378,379,380;, 3;379,378,381;, 3;382,383,384;, 3;383,382,385;, 3;386,387,388;, 3;387,386,389;, 3;390,391,392;, 3;391,390,393;, 3;394,395,396;, 3;395,394,397;, 3;398,399,400;, 3;399,398,401;, 3;400,402,403;, 3;402,400,399;, 3;404,405,406;, 3;405,404,407;, 3;408,409,410;, 3;409,408,411;, 3;411,412,409;, 3;412,411,413;, 3;413,414,412;, 3;414,413,415;, 3;415,416,414;, 3;416,415,417;, 3;418,419,420;, 3;420,421,422;, 3;421,420,419;, 3;422,423,424;, 3;423,422,421;, 3;424,423,425;, 3;426,427,428;, 3;428,429,430;, 3;429,428,427;, 3;430,431,432;, 3;431,430,429;, 3;432,431,433;, 3;433,434,432;, 3;435,436,437;, 3;438,439,440;, 3;439,438,441;, 3;442,443,444;, 3;443,420,445;, 3;446,447,448;, 3;447,446,449;, 3;450,451,452;, 3;451,450,453;, 3;454,455,456;, 3;457,458,459;, 3;460,461,462;, 3;461,460,463;, 3;464,465,466;, 3;465,464,467;; } MeshMaterialList { 1; 304; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; { _01_-_Defaulteee } } MeshTextureCoords c1 { 468; 0.910156;0.988281;, 0.945313;0.988281;, 0.945313;0.988281;, 0.945313;0.988281;, 0.910156;0.988281;, 0.910156;0.988281;, 0.945313;0.898438;, 0.945313;0.933594;, 0.945313;0.898438;, 0.945313;0.933594;, 0.945313;0.898438;, 0.945313;0.933594;, 0.910156;0.898438;, 0.945313;0.933594;, 0.945313;0.898438;, 0.910156;0.933594;, 0.910156;0.898438;, 0.910156;0.933594;, 0.910156;0.898438;, 0.910156;0.933594;, 0.910156;0.898438;, 0.910156;0.933594;, 0.945313;0.898438;, 0.910156;0.933594;, 0.910156;0.898438;, 0.945313;0.933594;, 0.945313;0.832031;, 0.945313;0.898438;, 0.945313;0.832031;, 0.945313;0.898438;, 0.945313;0.832031;, 0.945313;0.898438;, 0.910156;0.832031;, 0.945313;0.832031;, 0.910156;0.832031;, 0.910156;0.898438;, 0.910156;0.832031;, 0.910156;0.898438;, 0.910156;0.832031;, 0.910156;0.898438;, 0.945313;0.832031;, 0.910156;0.832031;, 0.945313;0.753906;, 0.945313;0.832031;, 0.945313;0.753906;, 0.945313;0.832031;, 0.945313;0.753906;, 0.945313;0.832031;, 0.910156;0.753906;, 0.945313;0.753906;, 0.910156;0.753906;, 0.910156;0.832031;, 0.910156;0.753906;, 0.910156;0.832031;, 0.910156;0.753906;, 0.910156;0.832031;, 0.945313;0.753906;, 0.910156;0.753906;, 0.945313;0.679688;, 0.945313;0.753906;, 0.945313;0.679688;, 0.945313;0.753906;, 0.945313;0.679688;, 0.945313;0.753906;, 0.910156;0.679688;, 0.945313;0.679688;, 0.910156;0.679688;, 0.910156;0.753906;, 0.910156;0.679688;, 0.910156;0.753906;, 0.910156;0.679688;, 0.910156;0.753906;, 0.945313;0.679688;, 0.910156;0.679688;, 0.945313;0.605469;, 0.945313;0.679688;, 0.945313;0.605469;, 0.945313;0.679688;, 0.945313;0.605469;, 0.945313;0.679688;, 0.910156;0.605469;, 0.945313;0.605469;, 0.910156;0.605469;, 0.910156;0.679688;, 0.910156;0.605469;, 0.910156;0.679688;, 0.910156;0.605469;, 0.910156;0.679688;, 0.945313;0.605469;, 0.910156;0.605469;, 0.945313;0.011719;, 0.910156;0.011719;, 0.945313;0.011719;, 0.910156;0.011719;, 0.945313;0.011719;, 0.910156;0.011719;, 0.945313;0.187500;, 0.945313;0.230469;, 0.945313;0.230469;, 0.945313;0.230469;, 0.945313;0.187500;, 0.945313;0.187500;, 0.945313;0.187500;, 0.910156;0.230469;, 0.945313;0.230469;, 0.910156;0.187500;, 0.910156;0.187500;, 0.910156;0.230469;, 0.910156;0.230469;, 0.910156;0.230469;, 0.910156;0.187500;, 0.910156;0.187500;, 0.910156;0.187500;, 0.945313;0.230469;, 0.910156;0.230469;, 0.945313;0.187500;, 0.945313;0.230469;, 0.945313;0.304688;, 0.945313;0.230469;, 0.945313;0.304688;, 0.945313;0.230469;, 0.945313;0.304688;, 0.910156;0.304688;, 0.945313;0.304688;, 0.910156;0.230469;, 0.910156;0.304688;, 0.910156;0.304688;, 0.910156;0.304688;, 0.910156;0.230469;, 0.910156;0.230469;, 0.945313;0.304688;, 0.910156;0.304688;, 0.945313;0.304688;, 0.945313;0.386719;, 0.945313;0.386719;, 0.945313;0.386719;, 0.945313;0.304688;, 0.945313;0.304688;, 0.910156;0.386719;, 0.945313;0.386719;, 0.910156;0.304688;, 0.910156;0.386719;, 0.910156;0.386719;, 0.910156;0.386719;, 0.910156;0.304688;, 0.910156;0.304688;, 0.945313;0.386719;, 0.910156;0.386719;, 0.945313;0.386719;, 0.945313;0.457031;, 0.945313;0.457031;, 0.945313;0.457031;, 0.945313;0.386719;, 0.945313;0.386719;, 0.910156;0.457031;, 0.945313;0.457031;, 0.910156;0.386719;, 0.910156;0.457031;, 0.910156;0.457031;, 0.910156;0.457031;, 0.910156;0.386719;, 0.910156;0.386719;, 0.945313;0.457031;, 0.910156;0.457031;, 0.945313;0.457031;, 0.945313;0.523438;, 0.945313;0.523438;, 0.945313;0.523438;, 0.945313;0.457031;, 0.945313;0.457031;, 0.910156;0.523438;, 0.945313;0.523438;, 0.910156;0.457031;, 0.910156;0.523438;, 0.910156;0.523438;, 0.910156;0.523438;, 0.910156;0.457031;, 0.910156;0.457031;, 0.945313;0.523438;, 0.910156;0.523438;, 0.945313;0.523438;, 0.945313;0.605469;, 0.945313;0.523438;, 0.945313;0.605469;, 0.945313;0.523438;, 0.945313;0.605469;, 0.910156;0.523438;, 0.910156;0.605469;, 0.910156;0.523438;, 0.910156;0.605469;, 0.910156;0.523438;, 0.910156;0.605469;, 0.910156;0.988281;, 0.945313;0.988281;, 0.910156;0.933594;, 0.910156;0.988281;, 0.910156;0.933594;, 0.910156;0.988281;, 0.910156;0.933594;, 0.910156;0.988281;, 0.945313;0.988281;, 0.910156;0.988281;, 0.945313;0.933594;, 0.945313;0.988281;, 0.945313;0.933594;, 0.945313;0.988281;, 0.945313;0.933594;, 0.945313;0.988281;, 0.910156;0.187500;, 0.910156;0.125000;, 0.910156;0.187500;, 0.910156;0.125000;, 0.910156;0.187500;, 0.910156;0.125000;, 0.945313;0.125000;, 0.910156;0.125000;, 0.945313;0.187500;, 0.945313;0.125000;, 0.945313;0.187500;, 0.945313;0.125000;, 0.945313;0.187500;, 0.945313;0.125000;, 0.910156;0.125000;, 0.945313;0.125000;, 0.910156;0.125000;, 0.910156;0.066406;, 0.910156;0.125000;, 0.910156;0.066406;, 0.910156;0.125000;, 0.910156;0.066406;, 0.945313;0.066406;, 0.910156;0.066406;, 0.945313;0.125000;, 0.945313;0.066406;, 0.945313;0.125000;, 0.945313;0.066406;, 0.945313;0.125000;, 0.945313;0.066406;, 0.910156;0.066406;, 0.945313;0.066406;, 0.910156;0.066406;, 0.910156;0.011719;, 0.910156;0.066406;, 0.910156;0.011719;, 0.910156;0.066406;, 0.910156;0.011719;, 0.945313;0.011719;, 0.910156;0.011719;, 0.945313;0.066406;, 0.945313;0.011719;, 0.945313;0.066406;, 0.945313;0.011719;, 0.945313;0.066406;, 0.945313;0.011719;, 0.910156;0.011719;, 0.945313;0.011719;, 0.664063;0.968750;, 0.171875;0.863281;, 0.664063;0.863281;, 0.171875;0.968750;, 0.664063;0.355469;, 0.171875;0.468750;, 0.171875;0.355469;, 0.664063;0.468750;, 0.664063;0.031250;, 0.171875;0.171875;, 0.171875;0.031250;, 0.664063;0.171875;, 0.171875;0.312500;, 0.664063;0.312500;, 0.019531;0.792969;, 0.027344;0.648438;, 0.031250;0.804688;, 0.015625;0.648438;, 0.152344;0.804688;, 0.148438;0.585938;, 0.160156;0.585938;, 0.160156;0.792969;, 0.035156;0.500000;, 0.023438;0.511719;, 0.148438;0.500000;, 0.160156;0.511719;, 0.171875;0.789063;, 0.664063;0.585938;, 0.664063;0.789063;, 0.171875;0.585938;, 0.171875;0.585938;, 0.664063;0.515625;, 0.664063;0.585938;, 0.171875;0.515625;, 0.671875;0.792969;, 0.683594;0.585938;, 0.683594;0.804688;, 0.671875;0.585938;, 0.824219;0.648438;, 0.820313;0.804688;, 0.835938;0.648438;, 0.828125;0.792969;, 0.683594;0.500000;, 0.671875;0.511719;, 0.824219;0.500000;, 0.835938;0.511719;, 0.839844;0.789063;, 0.832031;0.804688;, 0.019531;0.808594;, 0.011719;0.789063;, 0.812500;0.816406;, 0.039063;0.820313;, 0.691406;0.816406;, 0.671875;0.808594;, 0.144531;0.820313;, 0.164063;0.808594;, 0.835938;0.496094;, 0.847656;0.515625;, 0.011719;0.515625;, 0.023438;0.496094;, 0.816406;0.488281;, 0.039063;0.484375;, 0.687500;0.488281;, 0.671875;0.496094;, 0.140625;0.484375;, 0.160156;0.492188;, 0.664063;0.992188;, 0.171875;0.992188;, 0.171875;0.007813;, 0.664063;0.007813;, 0.171875;0.839844;, 0.664063;0.839844;, 0.664063;0.335938;, 0.171875;0.335938;, 0.663975;0.488846;, 0.171875;0.488281;, 0.007813;0.648438;, 0.847656;0.648438;, 0.230469;0.609375;, 0.605469;0.609375;, 0.605469;0.609375;, 0.230469;0.609375;, 0.664063;0.585938;, 0.171875;0.585938;, 0.171875;0.585938;, 0.605469;0.609375;, 0.664063;0.585938;, 0.230469;0.609375;, 0.230469;0.609375;, 0.605469;0.609375;, 0.852098;0.249425;, 0.747523;0.249128;, 0.747523;0.249128;, 0.852098;0.249425;, 0.852659;0.051722;, 0.748084;0.051425;, 0.852659;0.051722;, 0.748084;0.051425;, 0.852098;0.249425;, 0.852659;0.051722;, 0.852098;0.249425;, 0.852659;0.051722;, 0.852098;0.249425;, 0.748084;0.051425;, 0.747523;0.249128;, 0.852659;0.051722;, 0.747523;0.249128;, 0.748084;0.051425;, 0.747523;0.249128;, 0.748084;0.051425;, 0.747523;0.249128;, 0.852659;0.051722;, 0.852098;0.249425;, 0.748084;0.051425;, 0.747523;0.249128;, 0.852098;0.249425;, 0.852098;0.249425;, 0.747523;0.249128;, 0.748084;0.051425;, 0.852660;0.051722;, 0.748084;0.051425;, 0.852660;0.051722;, 0.747523;0.249128;, 0.748084;0.051425;, 0.747523;0.249128;, 0.748084;0.051425;, 0.747523;0.249128;, 0.852660;0.051722;, 0.852098;0.249425;, 0.748084;0.051425;, 0.852098;0.249425;, 0.852660;0.051722;, 0.852098;0.249425;, 0.852660;0.051722;, 0.852098;0.249425;, 0.748084;0.051425;, 0.747523;0.249128;, 0.852660;0.051722;, 0.103287;0.432672;, 0.053539;0.390215;, 0.103266;0.390231;, 0.053560;0.432656;, 0.103266;0.390231;, 0.053867;0.258062;, 0.103594;0.258078;, 0.053539;0.390215;, 0.054149;0.125455;, 0.103876;0.125471;, 0.103876;0.125471;, 0.054129;0.082046;, 0.103856;0.082062;, 0.054149;0.125455;, 0.103287;0.432672;, 0.053539;0.390215;, 0.053560;0.432656;, 0.103266;0.390231;, 0.053867;0.258062;, 0.103594;0.258078;, 0.054149;0.125455;, 0.103876;0.125471;, 0.054129;0.082046;, 0.103856;0.082062;, 0.053560;0.432656;, 0.053539;0.390215;, 0.053539;0.390215;, 0.053867;0.258062;, 0.053867;0.258062;, 0.054149;0.125455;, 0.054149;0.125455;, 0.054129;0.082046;, 0.103856;0.082062;, 0.103876;0.125471;, 0.103876;0.125471;, 0.103594;0.258078;, 0.103594;0.258078;, 0.103266;0.390231;, 0.103266;0.390231;, 0.103287;0.432672;, 0.103266;0.390231;, 0.103266;0.390231;, 0.103287;0.432672;, 0.103287;0.432672;, 0.103266;0.390231;, 0.053539;0.390215;, 0.053539;0.390215;, 0.103266;0.390231;, 0.053539;0.390215;, 0.053560;0.432656;, 0.053560;0.432656;, 0.053539;0.390215;, 0.053560;0.432656;, 0.103287;0.432672;, 0.103287;0.432672;, 0.053560;0.432656;, 0.054149;0.125455;, 0.103876;0.125471;, 0.103876;0.125471;, 0.054149;0.125455;, 0.103876;0.125471;, 0.103856;0.082062;, 0.103856;0.082062;, 0.103856;0.082062;, 0.103876;0.125471;, 0.103876;0.125471;, 0.103856;0.082062;, 0.054129;0.082046;, 0.054129;0.082046;, 0.103856;0.082062;, 0.054129;0.082046;, 0.054149;0.125455;, 0.054149;0.125455;, 0.054129;0.082046;; } XSkinMeshHeader { 5; 5; 5; } SkinWeights { "Bip01_Spine"; 203; 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 97, 98, 99, 101, 102, 103, 104, 105, 106, 107, 108, 109, 110, 111, 112, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 194, 196, 198, 202, 204, 206, 208, 209, 210, 211, 212, 213, 214, 215, 217, 218, 219, 221, 222, 223, 224, 226, 228, 232, 234, 236; 0.200017, 0.100000, 0.192721, 0.100000, 0.200017, 0.100000, 0.198569, 0.100000, 0.200017, 0.100000, 0.193344, 0.100000, 0.198569, 0.100000, 0.193344, 0.100000, 0.192721, 0.100000, 0.193344, 0.100000, 0.389052, 0.192721, 0.375016, 0.192721, 0.389052, 0.200017, 0.397230, 0.389052, 0.384645, 0.198569, 0.397230, 0.198569, 0.384645, 0.193344, 0.375016, 0.384645, 0.294666, 0.375016, 0.287199, 0.375016, 0.294666, 0.389052, 0.298941, 0.294666, 0.292449, 0.397230, 0.298941, 0.397230, 0.292449, 0.384645, 0.287199, 0.292449, 0.191969, 0.287199, 0.201090, 0.287199, 0.191969, 0.294666, 0.195261, 0.191969, 0.204109, 0.298941, 0.195261, 0.298941, 0.204109, 0.292449, 0.201090, 0.204109, 0.085499, 0.201090, 0.089275, 0.201090, 0.085499, 0.191969, 0.084578, 0.085499, 0.088101, 0.195261, 0.084578, 0.195261, 0.088101, 0.204109, 0.089275, 0.088101, 0.014050, 0.015301, 0.014050, 0.100000, 0.100000, 0.010540, 0.014050, 0.100000, 0.100000, 0.011310, 0.010540, 0.011310, 0.100000, 0.100000, 0.100000, 0.015301, 0.011310, 0.014050, 0.008845, 0.015301, 0.008845, 0.014050, 0.008069, 0.006425, 0.008069, 0.010540, 0.007090, 0.006425, 0.007090, 0.010540, 0.011310, 0.008845, 0.007090, 0.008845, 0.009369, 0.010212, 0.009369, 0.008845, 0.008069, 0.007554, 0.009369, 0.006425, 0.008133, 0.007554, 0.008133, 0.006425, 0.007090, 0.010212, 0.008133, 0.010212, 0.015803, 0.016072, 0.015803, 0.010212, 0.009369, 0.013064, 0.015803, 0.007554, 0.013386, 0.013064, 0.013386, 0.007554, 0.008133, 0.016072, 0.013386, 0.016072, 0.038459, 0.040370, 0.038459, 0.016072, 0.015803, 0.035323, 0.038459, 0.013064, 0.037150, 0.035323, 0.037150, 0.013064, 0.013386, 0.040370, 0.037150, 0.038459, 0.089275, 0.040370, 0.089275, 0.038459, 0.085499, 0.037150, 0.084578, 0.035323, 0.084578, 0.037150, 0.088101, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000, 0.100000; -0.000000,1.000000,-0.000001,0.000000,0.998191,0.000000,0.060114,0.000000,0.060114,-0.000001,-0.998191,0.000000,-0.556478,-0.000000,-0.021201,1.000000;; } SkinWeights { "Bip01_Spine1"; 160; 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 97, 98, 99, 103, 104, 107, 108, 109, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191; 0.199413, 0.206570, 0.199413, 0.200963, 0.199413, 0.206062, 0.200963, 0.206062, 0.206570, 0.206062, 0.547393, 0.206570, 0.552115, 0.206570, 0.547393, 0.199413, 0.542816, 0.547393, 0.547241, 0.200963, 0.542816, 0.200963, 0.547241, 0.206062, 0.552115, 0.547241, 0.689383, 0.552115, 0.693587, 0.552115, 0.689383, 0.547393, 0.687098, 0.689383, 0.690780, 0.542816, 0.687098, 0.542816, 0.690780, 0.547241, 0.693587, 0.690780, 0.786084, 0.693587, 0.772316, 0.693587, 0.786084, 0.689383, 0.786095, 0.786084, 0.774769, 0.687098, 0.786095, 0.687098, 0.774769, 0.690780, 0.772316, 0.774769, 0.856433, 0.772316, 0.844784, 0.772316, 0.856433, 0.786084, 0.863405, 0.856433, 0.853387, 0.786095, 0.863405, 0.786095, 0.853387, 0.774769, 0.844784, 0.853387, 0.417347, 0.427697, 0.417347, 0.344196, 0.417347, 0.347884, 0.344196, 0.347884, 0.427697, 0.347884, 0.417347, 0.633768, 0.427697, 0.633768, 0.417347, 0.647547, 0.634155, 0.647547, 0.344196, 0.628808, 0.634155, 0.628808, 0.344196, 0.347884, 0.633768, 0.628808, 0.633768, 0.634415, 0.625832, 0.634415, 0.633768, 0.647547, 0.614174, 0.634415, 0.634155, 0.606691, 0.614174, 0.606691, 0.634155, 0.628808, 0.625832, 0.606691, 0.625832, 0.668629, 0.661006, 0.668629, 0.625832, 0.634415, 0.646093, 0.668629, 0.614174, 0.639614, 0.646093, 0.639614, 0.614174, 0.606691, 0.661006, 0.639614, 0.661006, 0.819881, 0.815971, 0.819881, 0.661006, 0.668629, 0.826339, 0.819881, 0.646093, 0.821263, 0.826339, 0.821263, 0.646093, 0.639614, 0.815971, 0.821263, 0.819881, 0.844784, 0.815971, 0.844784, 0.819881, 0.856433, 0.821263, 0.863405, 0.826339, 0.863405, 0.821263, 0.853387; -0.000000,1.000000,-0.000001,0.000000,0.981764,0.000001,0.190105,0.000000,0.190105,-0.000001,-0.981764,0.000000,-0.654496,-0.000000,-0.107612,1.000000;; } SkinWeights { "Bip01_L_Clavicle"; 160; 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 97, 98, 99, 103, 104, 107, 108, 109, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191; 0.000571, 0.000709, 0.000571, 0.000469, 0.000571, 0.000594, 0.000469, 0.000594, 0.000709, 0.000594, 0.002442, 0.000709, 0.003127, 0.000709, 0.002442, 0.000571, 0.001824, 0.002442, 0.002290, 0.000469, 0.001824, 0.000469, 0.002290, 0.000594, 0.003127, 0.002290, 0.005804, 0.003127, 0.006899, 0.003127, 0.005804, 0.002442, 0.004571, 0.005804, 0.005422, 0.001824, 0.004571, 0.001824, 0.005422, 0.002290, 0.006899, 0.005422, 0.015725, 0.006899, 0.016498, 0.006899, 0.015725, 0.005804, 0.013242, 0.015725, 0.013323, 0.004571, 0.013242, 0.004571, 0.013323, 0.005422, 0.016498, 0.013323, 0.045744, 0.016498, 0.047671, 0.016498, 0.045744, 0.015725, 0.040877, 0.045744, 0.042151, 0.013242, 0.040877, 0.013242, 0.042151, 0.013323, 0.047671, 0.042151, 0.076974, 0.082296, 0.076974, 0.064623, 0.076974, 0.068084, 0.064623, 0.068084, 0.082296, 0.068084, 0.076974, 0.139210, 0.082296, 0.139210, 0.076974, 0.138479, 0.130484, 0.138479, 0.064623, 0.144777, 0.130484, 0.144777, 0.064623, 0.068084, 0.139210, 0.144777, 0.139210, 0.276373, 0.270494, 0.276373, 0.139210, 0.138479, 0.296028, 0.276373, 0.130484, 0.290202, 0.296028, 0.290202, 0.130484, 0.144777, 0.270494, 0.290202, 0.270494, 0.273009, 0.272456, 0.273009, 0.270494, 0.276373, 0.295587, 0.273009, 0.296028, 0.292780, 0.295587, 0.292780, 0.296028, 0.290202, 0.272456, 0.292780, 0.272456, 0.114062, 0.109267, 0.114062, 0.272456, 0.273009, 0.110653, 0.114062, 0.295587, 0.106806, 0.110653, 0.106806, 0.295587, 0.292780, 0.109267, 0.106806, 0.114062, 0.047671, 0.109267, 0.047671, 0.114062, 0.045744, 0.106806, 0.040877, 0.110653, 0.040877, 0.106806, 0.042151; 1.000000,-0.000000,-0.000001,0.000000,-0.000000,0.981612,-0.190886,0.000000,0.000001,0.190886,0.981612,0.000000,-0.015714,-0.760890,0.108217,1.000000;; } SkinWeights { "Bip01_L_UpperArm"; 160; 6, 8, 10, 12, 14, 16, 18, 20, 22, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 97, 98, 99, 103, 104, 107, 108, 109, 113, 114, 116, 117, 118, 119, 120, 121, 122, 123, 124, 125, 126, 127, 128, 129, 130, 131, 132, 133, 134, 135, 136, 137, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191; 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000001, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000000, 0.000001, 0.000000, 0.000001, 0.000001, 0.000001, 0.000001, 0.000001, 0.000000, 0.000001, 0.000001, 0.000001, 0.000000, 0.000001, 0.000000, 0.000001, 0.000000, 0.000001, 0.000001, 0.000003, 0.000001, 0.000003, 0.000001, 0.000003, 0.000001, 0.000002, 0.000003, 0.000002, 0.000001, 0.000002, 0.000001, 0.000002, 0.000001, 0.000003, 0.000002, 0.000008, 0.000003, 0.000008, 0.000003, 0.000008, 0.000003, 0.000007, 0.000008, 0.000008, 0.000002, 0.000007, 0.000002, 0.000008, 0.000002, 0.000008, 0.000008, 0.000008, 0.000009, 0.000008, 0.000007, 0.000008, 0.000008, 0.000007, 0.000008, 0.000009, 0.000008, 0.000008, 0.000012, 0.000009, 0.000012, 0.000008, 0.000012, 0.000012, 0.000012, 0.000007, 0.000013, 0.000012, 0.000013, 0.000007, 0.000008, 0.000012, 0.000013, 0.000012, 0.000023, 0.000023, 0.000023, 0.000012, 0.000012, 0.000025, 0.000023, 0.000012, 0.000025, 0.000025, 0.000025, 0.000012, 0.000013, 0.000023, 0.000025, 0.000023, 0.000038, 0.000038, 0.000038, 0.000023, 0.000023, 0.000047, 0.000038, 0.000025, 0.000052, 0.000047, 0.000052, 0.000025, 0.000025, 0.000038, 0.000052, 0.000038, 0.000019, 0.000018, 0.000019, 0.000038, 0.000038, 0.000019, 0.000019, 0.000047, 0.000019, 0.000019, 0.000019, 0.000047, 0.000052, 0.000018, 0.000019, 0.000019, 0.000008, 0.000018, 0.000008, 0.000019, 0.000008, 0.000019, 0.000007, 0.000019, 0.000007, 0.000019, 0.000008; 0.989156,0.119042,-0.086020,0.000000,-0.109749,0.988323,0.105705,0.000000,0.097599,-0.095118,0.990670,0.000000,-0.021255,-0.767119,-0.110943,1.000000;; } SkinWeights { "Bip01_BackPack"; 468; 0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92, 93, 94, 95, 96, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 108, 109, 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, 138, 139, 140, 141, 142, 143, 144, 145, 146, 147, 148, 149, 150, 151, 152, 153, 154, 155, 156, 157, 158, 159, 160, 161, 162, 163, 164, 165, 166, 167, 168, 169, 170, 171, 172, 173, 174, 175, 176, 177, 178, 179, 180, 181, 182, 183, 184, 185, 186, 187, 188, 189, 190, 191, 192, 193, 194, 195, 196, 197, 198, 199, 200, 201, 202, 203, 204, 205, 206, 207, 208, 209, 210, 211, 212, 213, 214, 215, 216, 217, 218, 219, 220, 221, 222, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 237, 238, 239, 240, 241, 242, 243, 244, 245, 246, 247, 248, 249, 250, 251, 252, 253, 254, 255, 256, 257, 258, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 269, 270, 271, 272, 273, 274, 275, 276, 277, 278, 279, 280, 281, 282, 283, 284, 285, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304, 305, 306, 307, 308, 309, 310, 311, 312, 313, 314, 315, 316, 317, 318, 319, 320, 321, 322, 323, 324, 325, 326, 327, 328, 329, 330, 331, 332, 333, 334, 335, 336, 337, 338, 339, 340, 341, 342, 343, 344, 345, 346, 347, 348, 349, 350, 351, 352, 353, 354, 355, 356, 357, 358, 359, 360, 361, 362, 363, 364, 365, 366, 367, 368, 369, 370, 371, 372, 373, 374, 375, 376, 377, 378, 379, 380, 381, 382, 383, 384, 385, 386, 387, 388, 389, 390, 391, 392, 393, 394, 395, 396, 397, 398, 399, 400, 401, 402, 403, 404, 405, 406, 407, 408, 409, 410, 411, 412, 413, 414, 415, 416, 417, 418, 419, 420, 421, 422, 423, 424, 425, 426, 427, 428, 429, 430, 431, 432, 433, 434, 435, 436, 437, 438, 439, 440, 441, 442, 443, 444, 445, 446, 447, 448, 449, 450, 451, 452, 453, 454, 455, 456, 457, 458, 459, 460, 461, 462, 463, 464, 465, 466, 467; 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 0.600000, 0.900000, 0.600000, 0.900000, 0.600000, 0.900000, 0.600000, 0.900000, 0.600000, 0.900000, 0.600000, 0.900000, 0.600000, 0.900000, 0.600000, 0.900000, 0.600000, 0.900000, 0.600000, 0.900000, 0.061112, 0.600000, 0.069740, 0.600000, 0.061112, 0.600000, 0.058130, 0.061112, 0.065824, 0.600000, 0.058130, 0.600000, 0.065824, 0.600000, 0.069740, 0.065824, 0.010146, 0.069740, 0.012314, 0.069740, 0.010146, 0.061112, 0.009388, 0.010146, 0.011348, 0.058130, 0.009388, 0.058130, 0.011348, 0.065824, 0.012314, 0.011348, 0.006219, 0.012314, 0.010093, 0.012314, 0.006219, 0.010146, 0.005400, 0.006219, 0.007797, 0.009388, 0.005400, 0.009388, 0.007797, 0.011348, 0.010093, 0.007797, 0.012316, 0.010093, 0.018261, 0.010093, 0.012316, 0.006219, 0.011133, 0.012316, 0.016353, 0.005400, 0.011133, 0.005400, 0.016353, 0.007797, 0.018261, 0.016353, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 0.491622, 0.474697, 0.491622, 1.000000, 0.900000, 0.900000, 0.580634, 0.491622, 0.900000, 0.900000, 0.572715, 0.580634, 0.572715, 0.900000, 0.900000, 0.900000, 0.474697, 0.572715, 1.000000, 0.491622, 0.218165, 0.474697, 0.218165, 0.491622, 0.205894, 0.228924, 0.205894, 0.580634, 0.219312, 0.228924, 0.219312, 0.580634, 0.572715, 0.218165, 0.219312, 0.218165, 0.079819, 0.093440, 0.079819, 0.218165, 0.205894, 0.082219, 0.079819, 0.228924, 0.094949, 0.082219, 0.094949, 0.228924, 0.219312, 0.093440, 0.094949, 0.093440, 0.042522, 0.050429, 0.042522, 0.093440, 0.079819, 0.045208, 0.042522, 0.082219, 0.054168, 0.045208, 0.054168, 0.082219, 0.094949, 0.050429, 0.054168, 0.050429, 0.027580, 0.034374, 0.027580, 0.050429, 0.042522, 0.027666, 0.027580, 0.045208, 0.034763, 0.027666, 0.034763, 0.045208, 0.054168, 0.034374, 0.034763, 0.027580, 0.018261, 0.034374, 0.018261, 0.027580, 0.012316, 0.034763, 0.011133, 0.027666, 0.011133, 0.034763, 0.016353, 1.000000, 1.000000, 0.900000, 1.000000, 0.900000, 1.000000, 0.900000, 1.000000, 1.000000, 1.000000, 0.900000, 1.000000, 0.900000, 1.000000, 0.900000, 1.000000, 0.900000, 0.900000, 0.900000, 0.900000, 0.900000, 0.900000, 0.900000, 0.900000, 1.000000, 0.900000, 0.900000, 0.900000, 1.000000, 0.900000, 0.900000, 0.900000, 0.900000, 1.000000, 0.900000, 1.000000, 0.900000, 1.000000, 1.000000, 1.000000, 0.900000, 1.000000, 0.900000, 1.000000, 0.900000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000, 1.000000; -0.000001,1.000000,-0.000003,0.000000,0.000000,0.000003,1.000000,0.000000,1.000000,0.000001,-0.000000,0.000000,-0.118119,-0.000002,-0.708661,1.000000;; } } } AnimTicksPerSecond { 4800; } AnimationSet Bob_Walk { Animation { { Dummy01 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.707107,0.707107,0.000000,0.000000;;, 3200;4;0.707107,0.707107,0.000000,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.000000,0.000000,0.000000;;, 3200;3;0.000000,0.000000,0.000000;;; } } Animation { { Bip01 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.560986,-0.430459,-0.560985,-0.430459;;, 3200;4;0.560986,-0.430459,-0.560985,-0.430459;;; } AnimationKey T { 2; 21; 0;3;0.000000,0.030000,0.540000;;, 160;3;0.000160,0.030497,0.533855;;, 320;3;0.001790,0.035567,0.519344;;, 480;3;0.005167,0.046073,0.502089;;, 640;3;0.008489,0.056408,0.487578;;, 800;3;0.010000,0.061107,0.481433;;, 960;3;0.009428,0.057843,0.487578;;, 1120;3;0.007894,0.050136,0.502089;;, 1280;3;0.005654,0.040971,0.519344;;, 1440;3;0.002945,0.033264,0.533855;;, 1600;3;0.000000,0.030000,0.540000;;, 1760;3;-0.002945,0.033217,0.533855;;, 1920;3;-0.005654,0.040833,0.519344;;, 2080;3;-0.007894,0.049929,0.502089;;, 2240;3;-0.009428,0.057658,0.487578;;, 2400;3;-0.010000,0.061107,0.481433;;, 2560;3;-0.008489,0.057047,0.487578;;, 2720;3;-0.005167,0.047660,0.502089;;, 2880;3;-0.001790,0.038028,0.519344;;, 3040;3;-0.000160,0.033362,0.533855;;, 3200;3;0.000000,0.032904,0.540000;;; } } Animation { { Bip01_Pelvis } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;-0.483931,0.515568,0.515569,0.483930;;, 160;4;-0.491476,0.508167,0.516768,0.482875;;, 320;4;-0.499558,0.500094,0.518481,0.481171;;, 480;4;-0.507278,0.492263,0.519839,0.479701;;, 640;4;-0.513770,0.485619,0.520012,0.479377;;, 800;4;-0.518186,0.481127,0.518186,0.481127;;, 960;4;-0.520390,0.478997,0.513276,0.486111;;, 1120;4;-0.520933,0.478582,0.505815,0.493700;;, 1280;4;-0.520023,0.479562,0.497432,0.502153;;, 1440;4;-0.517913,0.481658,0.489800,0.509772;;, 1600;4;-0.514905,0.484637,0.484637,0.514905;;, 1760;4;-0.510148,0.489429,0.482036,0.517541;;, 1920;4;-0.503438,0.496189,0.480849,0.518778;;, 2080;4;-0.496085,0.503546,0.480969,0.518662;;, 2240;4;-0.489429,0.510159,0.482316,0.517271;;, 2400;4;-0.484839,0.514715,0.484838,0.514716;;, 2560;4;-0.482814,0.516782,0.489055,0.510541;;, 2720;4;-0.482441,0.517233,0.495002,0.504672;;, 2880;4;-0.482984,0.516727,0.501906,0.497806;;, 3040;4;-0.483716,0.515940,0.509007,0.490649;;, 3200;4;-0.483931,0.515568,0.515569,0.483930;;; } AnimationKey T { 2; 2; 0;3;0.000000,0.000000,0.000000;;, 3200;3;0.000000,0.000000,0.000000;;; } } Animation { { Bip01_Spine } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.999499,0.031636,0.000398,-0.000013;;, 160;4;0.999401,0.025279,0.000017,-0.023649;;, 320;4;0.998804,0.018897,-0.000108,-0.045101;;, 480;4;0.997957,0.012528,-0.000044,-0.062650;;, 640;4;0.997200,0.006206,0.000146,-0.074524;;, 800;4;0.996883,-0.000033,0.000397,-0.078897;;, 960;4;0.997301,-0.007139,0.000673,-0.073069;;, 1120;4;0.998183,-0.015135,0.000868,-0.058313;;, 1280;4;0.998999,-0.022603,0.000867,-0.038602;;, 1440;4;0.999445,-0.028121,0.000671,-0.017847;;, 1600;4;0.999542,-0.030269,0.000398,0.000011;;, 1760;4;0.999458,-0.028105,0.000125,0.017121;;, 1920;4;0.999094,-0.022571,-0.000071,0.036091;;, 2080;4;0.998445,-0.015089,-0.000073,0.053675;;, 2240;4;0.997751,-0.007082,0.000121,0.066651;;, 2400;4;0.997424,0.000026,0.000397,0.071731;;, 2560;4;0.997675,0.006262,0.000648,0.067867;;, 2720;4;0.998277,0.012574,0.000838,0.057303;;, 2880;4;0.998958,0.018930,0.000903,0.041525;;, 3040;4;0.999438,0.025296,0.000778,0.021961;;, 3200;4;0.999499,0.031636,0.000398,-0.000013;;; } AnimationKey T { 2; 21; 0;3;0.051633,-0.000005,-0.000085;;, 160;3;0.051626,0.000884,-0.000107;;, 320;3;0.051599,0.001895,-0.000121;;, 480;3;0.051555,0.002844,-0.000120;;, 640;3;0.051511,0.003548,-0.000107;;, 800;3;0.051492,0.003824,-0.000085;;, 960;3;0.051512,0.003539,-0.000060;;, 1120;3;0.051557,0.002813,-0.000042;;, 1280;3;0.051600,0.001849,-0.000043;;, 1440;3;0.051627,0.000845,-0.000061;;, 1600;3;0.051633,0.000005,-0.000085;;, 1760;3;0.051628,-0.000758,-0.000106;;, 1920;3;0.051609,-0.001580,-0.000120;;, 2080;3;0.051581,-0.002328,-0.000120;;, 2240;3;0.051553,-0.002873,-0.000105;;, 2400;3;0.051541,-0.003084,-0.000085;;, 2560;3;0.051554,-0.002863,-0.000067;;, 2720;3;0.051582,-0.002297,-0.000056;;, 2880;3;0.051611,-0.001533,-0.000056;;, 3040;3;0.051628,-0.000720,-0.000067;;, 3200;3;0.051633,-0.000005,-0.000085;;; } } Animation { { Bip01_Spine1 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.942307,0.291436,0.139590,0.087390;;, 160;4;0.964009,0.215287,0.140954,0.066858;;, 320;4;0.978454,0.142254,0.142522,0.045602;;, 480;4;0.986588,0.072806,0.144055,0.024312;;, 640;4;0.989349,0.007340,0.145336,0.003586;;, 800;4;0.987666,-0.053794,0.146169,-0.016058;;, 960;4;0.981603,-0.118020,0.145572,-0.036558;;, 1120;4;0.970465,-0.185060,0.143796,-0.057213;;, 1280;4;0.956563,-0.243548,0.141959,-0.074290;;, 1440;4;0.945054,-0.282650,0.140515,-0.085071;;, 1600;4;0.942307,-0.291436,0.139589,-0.087391;;, 1760;4;0.952650,-0.258611,0.139285,-0.078600;;, 1920;4;0.969632,-0.191504,0.139877,-0.059793;;, 2080;4;0.983614,-0.105967,0.141746,-0.034390;;, 2240;4;0.989322,-0.018485,0.144392,-0.007110;;, 2400;4;0.987666,0.053794,0.146169,0.016057;;, 2560;4;0.982460,0.110340,0.146382,0.034194;;, 2720;4;0.974582,0.162323,0.145895,0.050555;;, 2880;4;0.964798,0.209814,0.144647,0.064959;;, 3040;4;0.953818,0.252853,0.142573,0.077270;;, 3200;4;0.942307,0.291436,0.139590,0.087390;;; } AnimationKey T { 2; 21; 0;3;0.106498,-0.000049,-0.000067;;, 160;3;0.106500,-0.000037,-0.000074;;, 320;3;0.106502,-0.000025,-0.000078;;, 480;3;0.106504,-0.000013,-0.000080;;, 640;3;0.106504,-0.000001,-0.000081;;, 800;3;0.106504,0.000009,-0.000081;;, 960;3;0.106503,0.000021,-0.000079;;, 1120;3;0.106502,0.000032,-0.000075;;, 1280;3;0.106500,0.000041,-0.000071;;, 1440;3;0.106498,0.000047,-0.000068;;, 1600;3;0.106498,0.000049,-0.000067;;, 1760;3;0.106499,0.000044,-0.000070;;, 1920;3;0.106501,0.000033,-0.000075;;, 2080;3;0.106503,0.000019,-0.000079;;, 2240;3;0.106504,0.000003,-0.000081;;, 2400;3;0.106504,-0.000009,-0.000081;;, 2560;3;0.106504,-0.000019,-0.000079;;, 2720;3;0.106503,-0.000028,-0.000077;;, 2880;3;0.106501,-0.000036,-0.000074;;, 3040;3;0.106500,-0.000043,-0.000070;;, 3200;3;0.106498,-0.000049,-0.000067;;; } } Animation { { Bip01_Neck } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;1.000000,0.000000,-0.000000,0.000000;;, 3200;4;1.000000,0.000000,0.000000,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.130504,0.000000,0.004625;;, 3200;3;0.130505,0.000000,0.004625;;; } } Animation { { Bip01_Head } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.942251,-0.291402,-0.139966,-0.087506;;, 160;4;0.964851,-0.213110,-0.144561,-0.052434;;, 320;4;0.979268,-0.138366,-0.146662,-0.019496;;, 480;4;0.986777,-0.067681,-0.146914,0.010303;;, 640;4;0.988636,-0.001477,-0.145908,0.036164;;, 800;4;0.986066,0.059881,-0.144180,0.057445;;, 960;4;0.979382,0.123585,-0.141269,0.074704;;, 1120;4;0.968155,0.189434,-0.138356,0.087453;;, 1280;4;0.954757,0.246420,-0.137256,0.094221;;, 1440;4;0.944125,0.283972,-0.138138,0.094366;;, 1600;4;0.942251,0.291402,-0.139965,0.087507;;, 1760;4;0.953314,0.257210,-0.142173,0.069439;;, 1920;4;0.970610,0.188528,-0.144207,0.039735;;, 2080;4;0.984152,0.101480,-0.145366,0.003813;;, 2240;4;0.988795,0.012844,-0.145396,-0.031314;;, 2400;4;0.986066,-0.059881,-0.144180,-0.057444;;, 2560;4;0.980233,-0.116135,-0.142223,-0.073684;;, 2720;4;0.972147,-0.167337,-0.140496,-0.084796;;, 2880;4;0.962658,-0.213589,-0.139374,-0.090801;;, 3040;4;0.952489,-0.254944,-0.139134,-0.091711;;, 3200;4;0.942251,-0.291402,-0.139966,-0.087506;;; } AnimationKey T { 2; 2; 0;3;0.033674,0.000000,0.000000;;, 3200;3;0.033674,-0.000000,-0.000000;;; } } Animation { { Bip01_HeadNub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;1.000000,-0.000000,0.000000,-0.000000;;, 3200;4;1.000000,-0.000000,0.000000,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.169824,0.000000,0.000000;;, 3200;3;0.169824,0.000000,0.000000;;; } } Animation { { Bip01_L_Clavicle } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 13; 0;4;0.000281,0.707107,0.707107,-0.000283;;, 800;4;0.000281,0.707107,0.707107,-0.000283;;, 960;4;-0.011366,0.707006,0.707015,-0.011929;;, 1120;4;-0.038848,0.706008,0.706039,-0.039411;;, 1280;4;-0.071449,0.703431,0.703488,-0.072009;;, 1440;4;-0.098750,0.700099,0.700178,-0.099307;;, 1600;4;-0.110268,0.698368,0.698456,-0.110824;;, 1760;4;-0.098750,0.700099,0.700178,-0.099307;;, 1920;4;-0.071449,0.703431,0.703488,-0.072009;;, 2080;4;-0.038848,0.706008,0.706039,-0.039411;;, 2240;4;-0.011366,0.707006,0.707015,-0.011929;;, 2400;4;0.000281,0.707107,0.707107,-0.000283;;, 3200;4;0.000281,0.707107,0.707107,-0.000283;;; } AnimationKey T { 2; 2; 0;3;-0.024025,0.015714,-0.004625;;, 3200;3;-0.024025,0.015714,-0.004625;;; } } Animation { { Bip01_L_UpperArm } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.766920,0.333926,0.011055,0.547909;;, 160;4;0.776289,0.284300,0.079541,0.556976;;, 320;4;0.778200,0.226821,0.094785,0.577904;;, 480;4;0.785350,0.149441,0.037164,0.599593;;, 640;4;0.802222,0.069084,-0.029369,0.592288;;, 800;4;0.818350,0.005905,-0.039920,0.573302;;, 960;4;0.825645,-0.027006,-0.027746,0.562860;;, 1120;4;0.830994,-0.038003,-0.056437,0.552105;;, 1280;4;0.834122,-0.035661,-0.105557,0.540209;;, 1440;4;0.833283,-0.027422,-0.154531,0.530102;;, 1600;4;0.828018,-0.019871,-0.183047,0.529608;;, 1760;4;0.816732,-0.014970,-0.180986,0.547694;;, 1920;4;0.799554,-0.006768,-0.161494,0.578436;;, 2080;4;0.780278,0.009541,-0.139490,0.609605;;, 2240;4;0.762395,0.037301,-0.130697,0.632678;;, 2400;4;0.746597,0.079142,-0.150073,0.643279;;, 2560;4;0.732932,0.137425,-0.153394,0.648379;;, 2720;4;0.729053,0.204580,-0.107396,0.644278;;, 2880;4;0.737514,0.266280,-0.043396,0.619100;;, 3040;4;0.753421,0.310816,0.006101,0.579407;;, 3200;4;0.766920,0.333926,0.011055,0.547909;;; } AnimationKey T { 2; 2; 0;3;0.087086,0.000000,0.000000;;, 3200;3;0.087086,0.000000,0.000000;;; } } Animation { { Bip01_L_Forearm } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.744342,-0.000000,-0.667799,0.000000;;, 160;4;0.761008,-0.000000,-0.648742,-0.000000;;, 320;4;0.795004,0.000000,-0.606604,-0.000000;;, 480;4;0.820616,-0.000000,-0.571480,-0.000000;;, 640;4;0.830290,0.000000,-0.557332,-0.000000;;, 800;4;0.824626,0.000000,-0.565679,0.000000;;, 960;4;0.799378,-0.000000,-0.600829,-0.000000;;, 1120;4;0.751744,0.000000,-0.659455,-0.000000;;, 1280;4;0.692011,-0.000000,-0.721887,0.000000;;, 1440;4;0.634878,0.000000,-0.772613,-0.000000;;, 1600;4;0.599458,0.000000,-0.800407,0.000000;;, 1760;4;0.594888,0.000000,-0.803809,-0.000000;;, 1920;4;0.609934,-0.000000,-0.792453,-0.000000;;, 2080;4;0.635243,-0.000000,-0.772312,0.000000;;, 2240;4;0.662032,-0.000000,-0.749476,-0.000000;;, 2400;4;0.682259,0.000000,-0.731111,-0.000000;;, 2560;4;0.698035,0.000000,-0.716064,-0.000000;;, 2720;4;0.714668,0.000000,-0.699464,0.000000;;, 2880;4;0.729526,-0.000000,-0.683953,0.000000;;, 3040;4;0.740211,-0.000000,-0.672375,0.000000;;, 3200;4;0.744342,0.000000,-0.667799,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.137062,0.000000,-0.000000;;, 3200;3;0.137062,0.000000,-0.000000;;; } } Animation { { Bip01_L_Hand } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.665063,-0.738143,-0.090903,-0.067622;;, 160;4;0.666643,-0.735776,-0.068886,-0.097343;;, 320;4;0.658160,-0.739677,-0.022011,-0.138630;;, 480;4;0.632915,-0.761086,0.019109,-0.140717;;, 640;4;0.605294,-0.785681,0.049245,-0.117899;;, 800;4;0.590926,-0.797149,0.072622,-0.100427;;, 960;4;0.591242,-0.796577,0.073495,-0.102450;;, 1120;4;0.594616,-0.794624,0.052430,-0.110708;;, 1280;4;0.598156,-0.792332,0.023230,-0.117815;;, 1440;4;0.600120,-0.791387,-0.000573,-0.116460;;, 1600;4;0.600294,-0.793619,-0.005101,-0.098948;;, 1760;4;0.607615,-0.790086,0.014629,-0.079706;;, 1920;4;0.624788,-0.775943,0.045811,-0.073851;;, 2080;4;0.643878,-0.757476,0.077433,-0.075209;;, 2240;4;0.659341,-0.741056,0.098637,-0.079854;;, 2400;4;0.667099,-0.733562,0.097754,-0.085501;;, 2560;4;0.670390,-0.733758,0.067736,-0.087110;;, 2720;4;0.672660,-0.734994,0.019687,-0.083212;;, 2880;4;0.671313,-0.736495,-0.032189,-0.076671;;, 3040;4;0.667409,-0.737673,-0.073780,-0.070431;;, 3200;4;0.665063,-0.738143,-0.090903,-0.067622;;; } AnimationKey T { 2; 2; 0;3;0.137062,0.000000,0.000000;;, 3200;3;0.137062,0.000000,-0.000000;;; } } Animation { { Bip01_L_Finger0 } AnimationKey S { 1; 2; 0;3;1.000000,1.000001,1.000001;;, 3200;3;1.000000,1.000001,1.000001;;; } AnimationKey R { 0; 21; 0;4;0.874368,0.283991,0.331708,0.211657;;, 160;4;0.873986,0.284235,0.332714,0.211330;;, 320;4;0.874035,0.284204,0.332585,0.211372;;, 480;4;0.874568,0.283864,0.331182,0.211828;;, 640;4;0.873154,0.284761,0.334893,0.210620;;, 800;4;0.866924,0.288541,0.350704,0.205411;;, 960;4;0.853747,0.295743,0.381662,0.194899;;, 1120;4;0.832384,0.305630,0.426248,0.178997;;, 1280;4;0.807472,0.315084,0.471740,0.161777;;, 1440;4;0.786059,0.321860,0.506617,0.147837;;, 1600;4;0.776935,0.324436,0.520502,0.142095;;, 1760;4;0.786059,0.321860,0.506617,0.147837;;, 1920;4;0.807472,0.315084,0.471740,0.161777;;, 2080;4;0.832384,0.305630,0.426248,0.178997;;, 2240;4;0.853747,0.295743,0.381662,0.194899;;, 2400;4;0.866924,0.288541,0.350704,0.205411;;, 2560;4;0.872472,0.285188,0.336665,0.210042;;, 2720;4;0.874422,0.283957,0.331568,0.211703;;, 2880;4;0.874404,0.283969,0.331615,0.211687;;, 3040;4;0.873897,0.284291,0.332949,0.211254;;, 3200;4;0.874368,0.283991,0.331708,0.211657;;; } AnimationKey T { 2; 2; 0;3;0.057681,-0.023605,-0.000272;;, 3200;3;0.057681,-0.023605,-0.000272;;; } } Animation { { Bip01_L_Finger0Nub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;1.000000,0.000000,-0.000000,0.000000;;, 3200;4;1.000000,0.000000,0.000000,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.029435,0.000000,0.000000;;, 3200;3;0.029435,-0.000000,0.000000;;; } } Animation { { Bip01_L_Finger1 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.929537,-0.000370,0.368728,0.000147;;, 160;4;0.929112,-0.000370,0.369797,0.000147;;, 320;4;0.929167,-0.000370,0.369660,0.000147;;, 480;4;0.929759,-0.000370,0.368169,0.000147;;, 640;4;0.928187,-0.000370,0.372113,0.000148;;, 800;4;0.921272,-0.000367,0.388918,0.000155;;, 960;4;0.906686,-0.000361,0.421807,0.000168;;, 1120;4;0.883127,-0.000352,0.469134,0.000187;;, 1280;4;0.855760,-0.000341,0.517374,0.000206;;, 1440;4;0.832304,-0.000331,0.554320,0.000221;;, 1600;4;0.822325,-0.000327,0.569018,0.000227;;, 1760;4;0.832304,-0.000331,0.554320,0.000221;;, 1920;4;0.855760,-0.000341,0.517374,0.000206;;, 2080;4;0.883127,-0.000352,0.469134,0.000187;;, 2240;4;0.906686,-0.000361,0.421806,0.000168;;, 2400;4;0.921272,-0.000367,0.388918,0.000155;;, 2560;4;0.927430,-0.000369,0.373997,0.000149;;, 2720;4;0.929597,-0.000370,0.368579,0.000147;;, 2880;4;0.929577,-0.000370,0.368628,0.000147;;, 3040;4;0.929013,-0.000370,0.370047,0.000147;;, 3200;4;0.929537,-0.000370,0.368728,0.000147;;; } AnimationKey T { 2; 2; 0;3;0.084102,-0.000000,0.000000;;, 3200;3;0.084102,0.000000,0.000000;;; } } Animation { { Bip01_L_Finger1Nub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;1.000000,0.000000,-0.000000,0.000000;;, 3200;4;1.000000,-0.000000,0.000000,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.047988,-0.000000,0.000000;;, 3200;3;0.047988,0.000000,0.000000;;; } } Animation { { Bip01_R_Clavicle } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 12; 0;4;-0.110266,-0.698368,0.698456,0.110822;;, 160;4;-0.108514,-0.698644,0.698731,0.109070;;, 320;4;-0.090603,-0.701206,0.701278,0.091161;;, 480;4;-0.053314,-0.705051,0.705094,0.053875;;, 640;4;-0.016483,-0.706901,0.706915,0.017046;;, 800;4;0.000283,-0.707107,0.707107,0.000281;;, 2400;4;0.000283,-0.707107,0.707107,0.000281;;, 2560;4;-0.011364,-0.707006,0.707016,0.011927;;, 2720;4;-0.038846,-0.706008,0.706039,0.039409;;, 2880;4;-0.071447,-0.703431,0.703488,0.072007;;, 3040;4;-0.098748,-0.700099,0.700178,0.099305;;, 3200;4;-0.110266,-0.698368,0.698456,0.110822;;; } AnimationKey T { 2; 2; 0;3;-0.024025,-0.015715,-0.004625;;, 3200;3;-0.024025,-0.015715,-0.004625;;; } } Animation { { Bip01_R_UpperArm } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.828018,0.019871,-0.183047,-0.529608;;, 160;4;0.796326,-0.032519,-0.237840,-0.555194;;, 320;4;0.771420,-0.068904,-0.238786,-0.585786;;, 480;4;0.761781,-0.066459,-0.193188,-0.614777;;, 640;4;0.756485,-0.056591,-0.149757,-0.634115;;, 800;4;0.746597,-0.079142,-0.150073,-0.643279;;, 960;4;0.731756,-0.142656,-0.158711,-0.647297;;, 1120;4;0.726746,-0.219277,-0.123755,-0.639095;;, 1280;4;0.736577,-0.286227,-0.068968,-0.608910;;, 1440;4;0.754507,-0.326532,-0.017661,-0.569021;;, 1600;4;0.766920,-0.333926,0.011055,-0.547909;;, 1760;4;0.767984,-0.303262,0.008618,-0.564056;;, 1920;4;0.769075,-0.238184,-0.014186,-0.592951;;, 2080;4;0.780558,-0.152804,-0.042934,-0.604596;;, 2240;4;0.801280,-0.068691,-0.057746,-0.591522;;, 2400;4;0.818350,-0.005905,-0.039920,-0.573302;;, 2560;4;0.825450,0.023034,-0.034254,-0.562965;;, 2720;4;0.829774,0.025552,-0.075390,-0.552393;;, 2880;4;0.830761,0.016257,-0.133283,-0.540192;;, 3040;4;0.829096,0.009601,-0.178725,-0.529685;;, 3200;4;0.828018,0.019871,-0.183047,-0.529608;;; } AnimationKey T { 2; 2; 0;3;0.087086,0.000000,0.000000;;, 3200;3;0.087086,0.000000,0.000000;;; } } Animation { { Bip01_R_Forearm } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.563974,0.000000,-0.825793,-0.000000;;, 160;4;0.571127,0.000000,-0.820862,-0.000000;;, 320;4;0.589233,-0.000000,-0.807963,-0.000000;;, 480;4;0.610587,0.000000,-0.791950,0.000000;;, 640;4;0.630800,-0.000000,-0.775945,0.000000;;, 800;4;0.649719,-0.000000,-0.760174,0.000000;;, 960;4;0.663527,0.000000,-0.748153,-0.000000;;, 1120;4;0.675842,-0.000000,-0.737046,-0.000000;;, 1280;4;0.687770,0.000000,-0.725928,0.000000;;, 1440;4;0.700331,0.000000,-0.713818,0.000000;;, 1600;4;0.714504,-0.000000,-0.699631,0.000000;;, 1760;4;0.735623,0.000000,-0.677391,-0.000000;;, 1920;4;0.762202,-0.000000,-0.647340,0.000000;;, 2080;4;0.786108,-0.000000,-0.618090,-0.000000;;, 2240;4;0.800576,-0.000000,-0.599232,-0.000000;;, 2400;4;0.799166,-0.000000,-0.601110,-0.000000;;, 2560;4;0.770186,-0.000000,-0.637820,-0.000000;;, 2720;4;0.715026,-0.000000,-0.699098,0.000000;;, 2880;4;0.648076,-0.000000,-0.761575,0.000000;;, 3040;4;0.589410,-0.000000,-0.807834,-0.000000;;, 3200;4;0.563974,0.000000,-0.825793,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.137062,-0.000000,0.000000;;, 3200;3;0.137062,0.000000,-0.000000;;; } } Animation { { Bip01_R_Hand } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.546223,0.823657,0.099732,-0.115255;;, 160;4;0.545986,0.821292,0.118256,-0.115729;;, 320;4;0.560193,0.810100,0.135190,-0.107915;;, 480;4;0.596757,0.789646,0.114095,-0.085569;;, 640;4;0.634217,0.767454,0.074161,-0.057297;;, 800;4;0.651453,0.756520,0.041904,-0.039118;;, 960;4;0.644357,0.763353,0.018975,-0.041674;;, 1120;4;0.625196,0.778508,-0.011812,-0.053996;;, 1280;4;0.600301,0.795703,-0.043405,-0.067906;;, 1440;4;0.577629,0.809936,-0.070186,-0.073632;;, 1600;4;0.566938,0.816932,-0.087514,-0.059537;;, 1760;4;0.572584,0.816038,-0.073855,-0.027834;;, 1920;4;0.584690,0.810869,-0.024369,0.005942;;, 2080;4;0.593447,0.803061,0.041183,0.034892;;, 2240;4;0.594826,0.795524,0.102271,0.053523;;, 2400;4;0.591755,0.792074,0.138178,0.057887;;, 2560;4;0.585055,0.797322,0.143464,0.037512;;, 2720;4;0.573934,0.807897,0.133694,-0.005263;;, 2880;4;0.561361,0.817164,0.118523,-0.055394;;, 3040;4;0.550751,0.822240,0.105336,-0.097463;;, 3200;4;0.546223,0.823657,0.099732,-0.115255;;; } AnimationKey T { 2; 2; 0;3;0.137062,0.000000,0.000000;;, 3200;3;0.137062,0.000000,0.000000;;; } } Animation { { Bip01_R_Finger0 } AnimationKey S { 1; 2; 0;3;1.000000,1.000001,1.000001;;, 3200;3;1.000000,1.000001,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.776935,-0.324436,0.520502,-0.142095;;, 160;4;0.785043,-0.322156,0.508191,-0.147192;;, 320;4;0.806839,-0.315301,0.472823,-0.161354;;, 480;4;0.832377,-0.305633,0.426262,-0.178992;;, 640;4;0.853177,-0.296034,0.382935,-0.194457;;, 800;4;0.866924,-0.288541,0.350704,-0.205411;;, 960;4;0.872707,-0.285041,0.336056,-0.210241;;, 1120;4;0.875114,-0.283513,0.329736,-0.212297;;, 1280;4;0.875441,-0.283302,0.328866,-0.212578;;, 1440;4;0.874823,-0.283700,0.330507,-0.212047;;, 1600;4;0.874368,-0.283991,0.331708,-0.211657;;, 1760;4;0.874823,-0.283700,0.330507,-0.212047;;, 1920;4;0.875441,-0.283302,0.328866,-0.212578;;, 2080;4;0.875114,-0.283513,0.329736,-0.212297;;, 2240;4;0.872707,-0.285041,0.336056,-0.210241;;, 2400;4;0.866924,-0.288541,0.350704,-0.205411;;, 2560;4;0.856243,-0.294453,0.376030,-0.196843;;, 2720;4;0.840644,-0.302033,0.409716,-0.185001;;, 2880;4;0.821099,-0.310151,0.447600,-0.171045;;, 3040;4;0.799134,-0.317854,0.485732,-0.156265;;, 3200;4;0.776935,-0.324436,0.520502,-0.142095;;; } AnimationKey T { 2; 2; 0;3;0.057681,0.023605,-0.000272;;, 3200;3;0.057681,0.023605,-0.000272;;; } } Animation { { Bip01_R_Finger0Nub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.000000,-0.000000,1.000000,0.000000;;, 3200;4;-0.000000,-0.000000,1.000000,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.029435,0.000000,0.000000;;, 3200;3;0.029435,-0.000000,-0.000000;;; } } Animation { { Bip01_R_Finger1 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.822325,0.000327,0.569018,-0.000227;;, 160;4;0.831192,0.000331,0.555986,-0.000221;;, 320;4;0.855065,0.000340,0.518521,-0.000206;;, 480;4;0.883119,0.000352,0.469149,-0.000187;;, 640;4;0.906055,0.000361,0.423159,-0.000168;;, 800;4;0.921272,0.000367,0.388918,-0.000155;;, 960;4;0.927691,0.000369,0.373350,-0.000149;;, 1120;4;0.930366,0.000370,0.366631,-0.000146;;, 1280;4;0.930730,0.000371,0.365706,-0.000146;;, 1440;4;0.930043,0.000370,0.367451,-0.000146;;, 1600;4;0.929537,0.000370,0.368728,-0.000147;;, 1760;4;0.930043,0.000370,0.367451,-0.000146;;, 1920;4;0.930730,0.000371,0.365706,-0.000146;;, 2080;4;0.930366,0.000370,0.366631,-0.000146;;, 2240;4;0.927691,0.000369,0.373350,-0.000149;;, 2400;4;0.921272,0.000367,0.388918,-0.000155;;, 2560;4;0.909445,0.000362,0.415825,-0.000166;;, 2720;4;0.892225,0.000355,0.451591,-0.000180;;, 2880;4;0.870718,0.000347,0.491783,-0.000196;;, 3040;4;0.846619,0.000337,0.532199,-0.000212;;, 3200;4;0.822325,0.000327,0.569018,-0.000227;;; } AnimationKey T { 2; 2; 0;3;0.084102,0.000000,0.000000;;, 3200;3;0.084102,0.000000,-0.000000;;; } } Animation { { Bip01_R_Finger1Nub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.000000,0.000000,1.000000,0.000000;;, 3200;4;0.000000,0.000000,1.000000,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.047988,0.000000,0.000000;;, 3200;3;0.047988,0.000000,0.000000;;; } } Animation { { Bip01_BackPack } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.733031,0.056367,-0.677810,0.007930;;, 160;4;0.730339,0.061183,-0.679995,0.021638;;, 320;4;0.721107,0.077313,-0.685536,0.063783;;, 480;4;0.706644,0.098770,-0.690476,0.118917;;, 640;4;0.693167,0.113531,-0.692964,0.162577;;, 800;4;0.687599,0.112732,-0.694662,0.178729;;, 960;4;0.693230,0.094954,-0.695862,0.161838;;, 1120;4;0.705021,0.064541,-0.695485,0.122804;;, 1280;4;0.717211,0.027891,-0.692510,0.072528;;, 1440;4;0.725704,-0.008365,-0.687592,0.022370;;, 1600;4;0.728723,-0.037521,-0.683591,-0.016082;;, 1760;4;0.726447,-0.062637,-0.682925,-0.044326;;, 1920;4;0.720565,-0.088073,-0.684208,-0.069916;;, 2080;4;0.713406,-0.109200,-0.686257,-0.090434;;, 2240;4;0.707697,-0.121463,-0.688254,-0.103529;;, 2400;4;0.706232,-0.120346,-0.689442,-0.106880;;, 2560;4;0.711504,-0.095403,-0.689887,-0.093363;;, 2720;4;0.720311,-0.050743,-0.688805,-0.064217;;, 2880;4;0.728144,0.001917,-0.684826,-0.028582;;, 3040;4;0.732114,0.042564,-0.679850,-0.001181;;, 3200;4;0.733031,0.056367,-0.677810,0.007930;;; } AnimationKey T { 2; 21; 0;3;0.041174,-0.003810,-0.088357;;, 160;3;0.042967,-0.003525,-0.088396;;, 320;3;0.048473,-0.002772,-0.088517;;, 480;3;0.055699,-0.001830,-0.088677;;, 640;3;0.061482,-0.000895,-0.088803;;, 800;3;0.063696,0.000004,-0.088848;;, 960;3;0.060998,0.000808,-0.088782;;, 1120;3;0.054871,0.001693,-0.088635;;, 1280;3;0.047629,0.002509,-0.088464;;, 1440;3;0.041587,0.003107,-0.088322;;, 1600;3;0.039058,0.003339,-0.088263;;, 1760;3;0.041587,0.003106,-0.088322;;, 1920;3;0.047629,0.002507,-0.088465;;, 2080;3;0.054871,0.001691,-0.088636;;, 2240;3;0.060998,0.000806,-0.088782;;, 2400;3;0.063696,0.000001,-0.088849;;, 2560;3;0.061482,-0.000898,-0.088804;;, 2720;3;0.055699,-0.001832,-0.088677;;, 2880;3;0.048473,-0.002773,-0.088518;;, 3040;3;0.042967,-0.003526,-0.088396;;, 3200;3;0.041174,-0.003810,-0.088357;;; } } Animation { { Bip01_BackPackNub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;-0.000001,0.707388,0.000001,0.706825;;, 3200;4;-0.000001,0.707388,0.000001,0.706825;;; } AnimationKey T { 2; 2; 0;3;0.053240,0.000000,-0.000000;;, 3200;3;0.053240,0.000000,0.000000;;; } } Animation { { Bip01_L_Thigh } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;-0.000656,0.386636,0.000197,0.922232;;, 160;4;-0.011919,0.353008,-0.004034,0.935536;;, 320;4;-0.018647,0.361851,-0.006381,0.932028;;, 480;4;-0.021800,0.356385,-0.005651,0.934068;;, 640;4;-0.022193,0.285294,-0.002477,0.958180;;, 800;4;-0.023658,0.154190,0.002364,0.987755;;, 960;4;-0.022378,-0.028649,0.008229,0.999305;;, 1120;4;-0.018506,0.006633,0.007254,0.999781;;, 1280;4;-0.014087,0.017191,0.005218,0.999739;;, 1440;4;-0.007757,0.024148,0.001906,0.999677;;, 1600;4;-0.000000,0.039901,0.000001,0.999204;;, 1760;4;0.010022,0.074140,0.000662,0.997197;;, 1920;4;0.021750,0.123063,0.003022,0.992156;;, 2080;4;0.032722,0.179564,0.006755,0.983179;;, 2240;4;0.040502,0.236861,0.010939,0.970637;;, 2400;4;0.042699,0.288403,0.014078,0.956453;;, 2560;4;0.040233,0.336894,0.015312,0.940558;;, 2720;4;0.035426,0.369329,0.014084,0.928517;;, 2880;4;0.027045,0.386123,0.010753,0.921988;;, 3040;4;0.014429,0.388445,0.006018,0.921339;;, 3200;4;-0.000656,0.386635,0.000197,0.922233;;; } AnimationKey T { 2; 21; 0;3;-0.051631,0.055115,0.003619;;, 160;3;-0.049000,0.056646,0.002916;;, 320;3;-0.046584,0.057720,0.002211;;, 480;3;-0.044601,0.058397,0.001507;;, 640;3;-0.043258,0.058754,0.000808;;, 800;3;-0.042765,0.058861,0.000119;;, 960;3;-0.043429,0.058638,-0.000666;;, 1120;3;-0.045106,0.058036,-0.001548;;, 1280;3;-0.047332,0.057147,-0.002372;;, 1440;3;-0.049656,0.056107,-0.002980;;, 1600;3;-0.051636,0.055124,-0.003216;;, 1760;3;-0.053514,0.054102,-0.002976;;, 1920;3;-0.055571,0.052883,-0.002365;;, 2080;3;-0.057453,0.051671,-0.001538;;, 2240;3;-0.058823,0.050721,-0.000654;;, 2400;3;-0.059354,0.050334,0.000132;;, 2560;3;-0.058945,0.050566,0.000821;;, 2720;3;-0.057823,0.051223,0.001518;;, 2880;3;-0.056139,0.052237,0.002219;;, 3040;3;-0.054032,0.053548,0.002920;;, 3200;3;-0.051631,0.055115,0.003619;;; } } Animation { { Bip01_L_Calf } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.994898,0.000000,-0.100887,-0.000000;;, 160;4;0.998167,0.000000,-0.060520,0.000000;;, 320;4;0.988800,0.000000,-0.149250,0.000000;;, 480;4;0.966136,-0.000000,-0.258033,0.000000;;, 640;4;0.956705,-0.000000,-0.291059,0.000000;;, 800;4;0.962428,-0.000000,-0.271538,0.000000;;, 960;4;0.997551,-0.000000,-0.069943,0.000000;;, 1120;4;0.975295,-0.000000,-0.220906,-0.000000;;, 1280;4;0.916903,0.000000,-0.399111,0.000000;;, 1440;4;0.839465,0.000000,-0.543414,-0.000000;;, 1600;4;0.762160,-0.000000,-0.647389,-0.000000;;, 1760;4;0.676429,0.000000,-0.736508,-0.000000;;, 1920;4;0.573433,-0.000000,-0.819252,0.000000;;, 2080;4;0.481170,0.000000,-0.876627,-0.000000;;, 2240;4;0.433860,-0.000000,-0.900980,0.000000;;, 2400;4;0.465812,0.000000,-0.884884,-0.000000;;, 2560;4;0.588331,0.000000,-0.808621,0.000000;;, 2720;4;0.741831,0.000000,-0.670587,-0.000000;;, 2880;4;0.892102,-0.000000,-0.451835,0.000000;;, 3040;4;0.977921,0.000000,-0.208976,0.000000;;, 3200;4;0.994898,0.000000,-0.100886,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.237500,0.000000,0.000000;;, 3200;3;0.237500,0.000000,-0.000000;;; } } Animation { { Bip01_L_Foot } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.993683,-0.056403,0.096828,-0.006181;;, 160;4;0.993061,-0.054361,0.104211,-0.003926;;, 320;4;0.987521,-0.049324,0.149539,-0.002746;;, 480;4;0.987889,-0.042453,0.149237,-0.001568;;, 640;4;0.990370,-0.036848,0.133399,0.003761;;, 800;4;0.970054,-0.032645,0.240443,0.010783;;, 960;4;0.994652,-0.027750,0.097484,0.019860;;, 1120;4;0.983251,-0.026820,-0.179629,0.015245;;, 1280;4;0.988433,-0.017385,-0.150427,0.008328;;, 1440;4;0.989994,-0.006001,-0.140960,0.002558;;, 1600;4;0.988897,-0.000000,-0.148603,0.000000;;, 1760;4;0.988291,-0.000315,-0.152578,-0.000105;;, 1920;4;0.990124,-0.001250,-0.140191,0.000037;;, 2080;4;0.992641,-0.002422,-0.121072,0.000012;;, 2240;4;0.994505,-0.003273,-0.104642,0.000093;;, 2400;4;0.994923,-0.003166,-0.100583,0.000820;;, 2560;4;0.995556,-0.011032,-0.093488,0.002440;;, 2720;4;0.997789,-0.029445,-0.059467,0.003810;;, 2880;4;0.998874,-0.047379,0.000353,0.002265;;, 3040;4;0.996208,-0.055430,0.066990,-0.003187;;, 3200;4;0.993683,-0.056403,0.096828,-0.006181;;; } AnimationKey T { 2; 2; 0;3;0.206841,0.000000,-0.000000;;, 3200;3;0.206841,0.000000,-0.000000;;; } } Animation { { Bip01_L_Toe0 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 17; 0;4;0.707107,0.000000,0.707107,-0.000000;;, 160;4;0.705184,0.001466,0.709021,-0.001618;;, 320;4;0.701237,0.004453,0.712897,-0.004914;;, 480;4;0.677296,0.014453,0.735416,-0.014993;;, 640;4;0.646228,0.024494,0.762421,-0.022452;;, 800;4;0.684159,0.025975,0.728264,-0.029712;;, 960;4;0.709709,0.021957,0.703647,-0.026674;;, 1120;4;0.683788,0.017352,0.729223,-0.019146;;, 1280;4;0.689728,0.013016,0.723809,-0.014361;;, 1440;4;0.701388,0.004339,0.712750,-0.004788;;, 1600;4;0.707107,0.000000,0.707107,0.000000;;, 2400;4;0.707107,0.000000,0.707107,0.000000;;, 2560;4;0.707084,0.005625,0.707084,-0.005625;;, 2720;4;0.706842,0.019339,0.706842,-0.019340;;, 2880;4;0.706320,0.033348,0.706320,-0.033348;;, 3040;4;0.706001,0.039528,0.706001,-0.039529;;, 3200;4;0.705971,0.040071,0.705970,-0.040071;;; } AnimationKey T { 2; 2; 0;3;0.065373,-0.000000,0.066450;;, 3200;3;0.065373,0.000000,0.066450;;; } } Animation { { Bip01_L_Toe0Nub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;0.000000,-0.000000,1.000000,-0.000000;;, 3200;4;0.000000,-0.000000,1.000000,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.006735,0.000000,0.000000;;, 3200;3;0.006735,0.000000,-0.000000;;; } } Animation { { Bip01_R_Thigh } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.000000,0.039901,0.000001,0.999204;;, 160;4;-0.015160,0.038543,-0.001729,0.999140;;, 320;4;-0.029209,0.058157,-0.005377,0.997866;;, 480;4;-0.038793,0.132170,-0.009557,0.990422;;, 640;4;-0.044022,0.223344,-0.014234,0.973641;;, 800;4;-0.042700,0.288403,-0.014076,0.956453;;, 960;4;-0.042660,0.321594,-0.013153,0.945825;;, 1120;4;-0.039422,0.351258,-0.009193,0.935403;;, 1280;4;-0.034291,0.373604,-0.003278,0.926948;;, 1440;4;-0.028481,0.384923,0.002940,0.922504;;, 1600;4;-0.023112,0.381299,0.007354,0.924134;;, 1760;4;-0.015024,0.370631,0.009770,0.928607;;, 1920;4;-0.006454,0.357901,0.008849,0.933695;;, 2080;4;-0.003036,0.334350,0.002108,0.942442;;, 2240;4;0.002326,0.291607,-0.003990,0.956527;;, 2400;4;0.007276,0.163453,-0.003931,0.986517;;, 2560;4;0.011982,0.021005,-0.011351,0.999643;;, 2720;4;0.017010,0.019956,-0.015940,0.999529;;, 2880;4;0.016135,0.023682,-0.014696,0.999481;;, 3040;4;0.011595,0.035058,-0.006334,0.999298;;, 3200;4;-0.000000,0.039901,0.000001,0.999204;;; } AnimationKey T { 2; 21; 0;3;-0.051636,-0.055115,-0.003367;;, 160;3;-0.054220,-0.053540,-0.002665;;, 320;3;-0.056535,-0.052203,-0.001959;;, 480;3;-0.058412,-0.051152,-0.001255;;, 640;3;-0.059675,-0.050462,-0.000557;;, 800;3;-0.060139,-0.050215,0.000133;;, 960;3;-0.059526,-0.050622,0.000917;;, 1120;3;-0.057961,-0.051613,0.001800;;, 1280;3;-0.055846,-0.052862,0.002624;;, 1440;3;-0.053592,-0.054099,0.003231;;, 1600;3;-0.051631,-0.055124,0.003468;;, 1760;3;-0.049733,-0.056110,0.003228;;, 1920;3;-0.047606,-0.057168,0.002617;;, 2080;3;-0.045614,-0.058094,0.001790;;, 2240;3;-0.044132,-0.058737,0.000905;;, 2400;3;-0.043550,-0.058980,0.000120;;, 2560;3;-0.043988,-0.058858,-0.000569;;, 2720;3;-0.045189,-0.058468,-0.001266;;, 2880;3;-0.046980,-0.057754,-0.001967;;, 3040;3;-0.049188,-0.056655,-0.002668;;, 3200;3;-0.051636,-0.055115,-0.003367;;; } } Animation { { Bip01_R_Calf } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.762160,0.000000,-0.647389,0.000000;;, 160;4;0.702773,-0.000000,-0.711415,-0.000000;;, 320;4;0.626184,0.000000,-0.779676,0.000000;;, 480;4;0.532856,0.000000,-0.846206,0.000000;;, 640;4;0.493690,-0.000000,-0.869638,0.000000;;, 800;4;0.465811,-0.000000,-0.884884,0.000000;;, 960;4;0.576908,-0.000000,-0.816809,-0.000000;;, 1120;4;0.744911,-0.000000,-0.667164,0.000000;;, 1280;4;0.891182,-0.000000,-0.453646,-0.000000;;, 1440;4;0.972117,-0.000000,-0.234495,0.000000;;, 1600;4;0.996063,-0.000000,-0.088648,-0.000000;;, 1760;4;0.997907,-0.000000,-0.064669,0.000000;;, 1920;4;0.990033,0.000000,-0.140839,0.000000;;, 2080;4;0.964061,0.000000,-0.265680,0.000000;;, 2240;4;0.959417,0.000000,-0.281991,-0.000000;;, 2400;4;0.962808,-0.000000,-0.270187,0.000000;;, 2560;4;0.986088,-0.000000,-0.166222,0.000000;;, 2720;4;0.970655,0.000000,-0.240475,0.000000;;, 2880;4;0.908648,-0.000000,-0.417563,-0.000000;;, 3040;4;0.817100,0.000000,-0.576496,-0.000000;;, 3200;4;0.762160,0.000000,-0.647389,-0.000000;;; } AnimationKey T { 2; 2; 0;3;0.237500,0.000000,-0.000000;;, 3200;3;0.237500,-0.000000,-0.000000;;; } } Animation { { Bip01_R_Foot } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.988897,-0.000000,-0.148600,-0.000000;;, 160;4;0.996138,-0.000286,-0.087774,-0.002220;;, 320;4;0.997852,0.002039,-0.065128,-0.006790;;, 480;4;0.997789,0.004004,-0.065848,-0.008064;;, 640;4;0.990056,0.004743,-0.140372,-0.007944;;, 800;4;0.994924,0.003166,-0.100580,-0.000820;;, 960;4;0.997399,0.014871,-0.070528,-0.000761;;, 1120;4;0.998985,0.032080,-0.031440,-0.003321;;, 1280;4;0.998716,0.048239,0.011928,-0.009826;;, 1440;4;0.996725,0.057251,0.054713,-0.016376;;, 1600;4;0.993798,0.060066,0.091686,-0.018764;;, 1760;4;0.991495,0.055937,0.116173,-0.017708;;, 1920;4;0.987865,0.049434,0.146187,-0.017545;;, 2080;4;0.981040,0.053084,0.185008,-0.022684;;, 2240;4;0.990001,0.063929,0.121696,-0.031638;;, 2400;4;0.968570,0.066729,0.238667,-0.021374;;, 2560;4;0.990223,0.040921,0.128017,-0.037371;;, 2720;4;0.995213,0.017685,-0.079678,-0.053750;;, 2880;4;0.991651,0.004593,-0.119936,-0.047150;;, 3040;4;0.991374,-0.002661,-0.129417,-0.020560;;, 3200;4;0.988897,-0.000000,-0.148601,-0.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 S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.707107,0.000000,0.707107,0.000000;;, 160;4;0.690188,0.001068,0.723630,0.000483;;, 320;4;0.662886,0.003450,0.748711,0.001658;;, 480;4;0.643200,0.004647,0.765681,0.002319;;, 640;4;0.636835,0.005018,0.770980,0.002627;;, 800;4;0.707107,-0.000000,0.707107,-0.000000;;, 960;4;0.707095,-0.004070,0.707095,0.004070;;, 1120;4;0.706953,-0.014725,0.706954,0.014725;;, 1280;4;0.706557,-0.027890,0.706557,0.027890;;, 1440;4;0.706056,-0.038534,0.706056,0.038534;;, 1600;4;0.705823,-0.042597,0.705823,0.042597;;, 1760;4;0.702841,-0.043559,0.708591,0.044903;;, 1920;4;0.699842,-0.044519,0.711344,0.047209;;, 2080;4;0.694119,-0.046336,0.716514,0.051573;;, 2240;4;0.688339,-0.048148,0.721625,0.055933;;, 2400;4;0.688339,-0.048148,0.721625,0.055932;;, 2560;4;0.762900,-0.041673,0.643667,0.044052;;, 2720;4;0.836463,-0.024069,0.545996,0.040471;;, 2880;4;0.794388,-0.015557,0.606648,0.026158;;, 3040;4;0.720214,-0.002194,0.693739,0.003689;;, 3200;4;0.707107,0.000000,0.707107,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.065373,0.000000,0.066450;;, 3200;3;0.065373,0.000000,0.066450;;; } } Animation { { Bip01_R_Toe0Nub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;1.000000,-0.000000,0.000000,0.000000;;, 3200;4;1.000000,0.000000,-0.000000,0.000000;;; } AnimationKey T { 2; 2; 0;3;0.006735,-0.000000,0.000000;;, 3200;3;0.006735,-0.000000,0.000000;;; } } Animation { { Bip01_DressFront } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.364354,-0.018887,0.906100,0.214178;;, 160;4;0.354422,-0.030756,0.916561,0.182636;;, 320;4;0.342227,-0.044699,0.926105,0.152353;;, 480;4;0.330464,-0.057525,0.934247,0.121109;;, 640;4;0.321819,-0.066057,0.940507,0.086697;;, 800;4;0.318900,-0.067132,0.944243,0.046925;;, 960;4;0.324916,-0.058133,0.943932,-0.006607;;, 1120;4;0.337367,-0.040990,0.937700,-0.072263;;, 1280;4;0.350784,-0.019625,0.926162,-0.137079;;, 1440;4;0.360868,0.001768,0.913390,-0.188388;;, 1600;4;0.364354,0.018884,0.906100,-0.214180;;, 1760;4;0.359138,0.033229,0.908817,-0.209686;;, 1920;4;0.347851,0.047573,0.918289,-0.182979;;, 2080;4;0.334475,0.059512,0.929794,-0.141659;;, 2240;4;0.323250,0.066746,0.939307,-0.093584;;, 2400;4;0.318901,0.067129,0.944243,-0.046927;;, 2560;4;0.323237,0.058633,0.944500,-0.000320;;, 2720;4;0.332749,0.042596,0.940642,0.051543;;, 2880;4;0.344540,0.022158,0.932481,0.106206;;, 3040;4;0.355888,0.000565,0.920519,0.161209;;, 3200;4;0.364354,-0.018887,0.906100,0.214178;;; } AnimationKey T { 2; 21; 0;3;-0.043904,0.001345,0.061035;;, 160;3;-0.043905,0.001354,0.061041;;, 320;3;-0.043907,0.001363,0.061047;;, 480;3;-0.043910,0.001372,0.061051;;, 640;3;-0.043912,0.001382,0.061055;;, 800;3;-0.043913,0.001393,0.061057;;, 960;3;-0.043912,0.001407,0.061057;;, 1120;3;-0.043910,0.001423,0.061053;;, 1280;3;-0.043908,0.001438,0.061046;;, 1440;3;-0.043905,0.001449,0.061039;;, 1600;3;-0.043904,0.001454,0.061035;;, 1760;3;-0.043904,0.001451,0.061037;;, 1920;3;-0.043906,0.001443,0.061042;;, 2080;3;-0.043909,0.001432,0.061049;;, 2240;3;-0.043911,0.001419,0.061054;;, 2400;3;-0.043913,0.001406,0.061057;;, 2560;3;-0.043913,0.001394,0.061057;;, 2720;3;-0.043911,0.001381,0.061054;;, 2880;3;-0.043909,0.001368,0.061050;;, 3040;3;-0.043906,0.001356,0.061043;;, 3200;3;-0.043904,0.001345,0.061035;;; } } Animation { { Bip01_DressFront02 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.977904,-0.000000,0.209054,-0.000001;;, 160;4;0.970086,0.012906,0.241915,0.015591;;, 320;4;0.959361,0.027566,0.278849,0.033302;;, 480;4;0.947532,0.041287,0.313036,0.049879;;, 640;4;0.937668,0.051422,0.338045,0.062123;;, 800;4;0.933559,0.055375,0.347743,0.066898;;, 960;4;0.939238,0.051461,0.333645,0.062170;;, 1120;4;0.951825,0.041374,0.299698,0.049984;;, 1280;4;0.965006,0.027647,0.258617,0.033400;;, 1440;4;0.974430,0.012940,0.223773,0.015632;;, 1600;4;0.977904,-0.000000,0.209054,-0.000001;;, 1760;4;0.974430,-0.012940,0.223773,-0.015634;;, 1920;4;0.965006,-0.027647,0.258617,-0.033402;;, 2080;4;0.951825,-0.041374,0.299698,-0.049986;;, 2240;4;0.939238,-0.051461,0.333644,-0.062172;;, 2400;4;0.933559,-0.055375,0.347743,-0.066900;;, 2560;4;0.937668,-0.051422,0.338045,-0.062125;;, 2720;4;0.947532,-0.041287,0.313036,-0.049881;;, 2880;4;0.959361,-0.027566,0.278849,-0.033303;;, 3040;4;0.970086,-0.012906,0.241915,-0.015592;;, 3200;4;0.977904,-0.000000,0.209054,-0.000001;;; } AnimationKey T { 2; 21; 0;3;0.183378,-0.000000,-0.000120;;, 160;3;0.183386,-0.000004,-0.000116;;, 320;3;0.183395,-0.000009,-0.000111;;, 480;3;0.183402,-0.000014,-0.000105;;, 640;3;0.183407,-0.000018,-0.000101;;, 800;3;0.183409,-0.000020,-0.000099;;, 960;3;0.183406,-0.000018,-0.000102;;, 1120;3;0.183399,-0.000014,-0.000108;;, 1280;3;0.183390,-0.000009,-0.000114;;, 1440;3;0.183382,-0.000004,-0.000118;;, 1600;3;0.183378,-0.000000,-0.000120;;, 1760;3;0.183382,0.000004,-0.000118;;, 1920;3;0.183390,0.000009,-0.000114;;, 2080;3;0.183399,0.000014,-0.000108;;, 2240;3;0.183406,0.000018,-0.000102;;, 2400;3;0.183409,0.000020,-0.000099;;, 2560;3;0.183407,0.000018,-0.000101;;, 2720;3;0.183402,0.000014,-0.000105;;, 2880;3;0.183395,0.000009,-0.000111;;, 3040;3;0.183386,0.000004,-0.000116;;, 3200;3;0.183378,-0.000000,-0.000120;;; } } Animation { { Bip01_DressFrontNub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;-0.000001,0.707388,0.000001,0.706825;;, 3200;4;-0.000001,0.707388,0.000001,0.706825;;; } AnimationKey T { 2; 2; 0;3;0.165302,0.000000,0.000000;;, 3200;3;0.165302,0.000000,0.000000;;; } } Animation { { Bip01_DressBack } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.231058,0.060008,0.956762,0.166188;;, 160;4;0.194288,0.043307,0.972044,0.124525;;, 320;4;0.152711,0.025987,0.984593,0.081119;;, 480;4;0.112587,0.008792,0.992875,0.038030;;, 640;4;0.080331,-0.007496,0.996737,-0.002570;;, 800;4;0.062328,-0.022098,0.997068,-0.038501;;, 960;4;0.064110,-0.036396,0.994635,-0.072566;;, 1120;4;0.081607,-0.050845,0.989702,-0.106047;;, 1280;4;0.106642,-0.063320,0.983110,-0.134586;;, 1440;4;0.131062,-0.071777,0.976705,-0.154004;;, 1600;4;0.146791,-0.074266,0.973259,-0.160327;;, 1760;4;0.151246,-0.069129,0.974535,-0.150425;;, 1920;4;0.149800,-0.057671,0.978834,-0.126954;;, 2080;4;0.146317,-0.042424,0.983780,-0.094703;;, 2240;4;0.144734,-0.025958,0.987395,-0.058556;;, 2400;4;0.149087,-0.010888,0.988485,-0.023503;;, 2560;4;0.160733,0.002887,0.986930,0.011251;;, 2720;4;0.176869,0.017075,0.982868,0.048955;;, 2880;4;0.195362,0.031464,0.976246,0.088249;;, 3040;4;0.214107,0.045841,0.967332,0.127772;;, 3200;4;0.231058,0.060008,0.956762,0.166188;;; } AnimationKey T { 2; 21; 0;3;-0.047673,-0.000048,-0.078302;;, 160;3;-0.047681,-0.000036,-0.078294;;, 320;3;-0.047691,-0.000023,-0.078288;;, 480;3;-0.047701,-0.000011,-0.078283;;, 640;3;-0.047710,0.000001,-0.078281;;, 800;3;-0.047715,0.000011,-0.078281;;, 960;3;-0.047715,0.000021,-0.078282;;, 1120;3;-0.047711,0.000031,-0.078284;;, 1280;3;-0.047705,0.000039,-0.078287;;, 1440;3;-0.047700,0.000045,-0.078291;;, 1600;3;-0.047696,0.000047,-0.078292;;, 1760;3;-0.047694,0.000044,-0.078292;;, 1920;3;-0.047693,0.000037,-0.078290;;, 2080;3;-0.047693,0.000028,-0.078288;;, 2240;3;-0.047693,0.000017,-0.078286;;, 2400;3;-0.047691,0.000007,-0.078285;;, 2560;3;-0.047688,-0.000003,-0.078286;;, 2720;3;-0.047684,-0.000014,-0.078289;;, 2880;3;-0.047680,-0.000026,-0.078292;;, 3040;3;-0.047676,-0.000037,-0.078297;;, 3200;3;-0.047673,-0.000048,-0.078302;;; } } Animation { { Bip01_DressBack02 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.983990,-0.013740,-0.155091,-0.086723;;, 160;4;0.993842,-0.008853,-0.089121,-0.065251;;, 320;4;0.998981,-0.003634,-0.013528,-0.042909;;, 480;4;0.998129,0.001467,0.057563,-0.020563;;, 640;4;0.993901,0.005981,0.110111,0.000732;;, 800;4;0.991195,0.009449,0.130572,0.019842;;, 960;4;0.994147,0.011819,0.100211,0.038587;;, 1120;4;0.997877,0.013330,0.027770,0.057377;;, 1280;4;0.995523,0.014014,-0.058192,0.073152;;, 1440;4;0.988078,0.014046,-0.128588,0.083487;;, 1600;4;0.983990,0.013740,-0.155091,0.086724;;, 1760;4;0.989602,0.013210,-0.117632,0.081705;;, 1920;4;0.996925,0.012210,-0.034611,0.069235;;, 2080;4;0.996631,0.010600,0.063140,0.051271;;, 2240;4;0.989061,0.008393,0.144028,0.030716;;, 2400;4;0.984029,0.005740,0.177563,0.011190;;, 2560;4;0.988061,0.002515,0.153864,-0.007434;;, 2720;4;0.995305,-0.001342,0.092861,-0.027270;;, 2880;4;0.998805,-0.005528,0.010083,-0.047499;;, 3040;4;0.994613,-0.009747,-0.078107,-0.067446;;, 3200;4;0.983990,-0.013740,-0.155091,-0.086723;;; } AnimationKey T { 2; 21; 0;3;0.176125,0.000000,-0.000103;;, 160;3;0.176139,0.000001,-0.000107;;, 320;3;0.176156,0.000001,-0.000109;;, 480;3;0.176171,-0.000000,-0.000108;;, 640;3;0.176182,-0.000001,-0.000106;;, 800;3;0.176187,-0.000003,-0.000105;;, 960;3;0.176180,-0.000003,-0.000107;;, 1120;3;0.176165,-0.000003,-0.000108;;, 1280;3;0.176146,-0.000002,-0.000108;;, 1440;3;0.176131,-0.000001,-0.000105;;, 1600;3;0.176125,-0.000000,-0.000103;;, 1760;3;0.176133,-0.000001,-0.000106;;, 1920;3;0.176151,-0.000002,-0.000108;;, 2080;3;0.176172,-0.000003,-0.000108;;, 2240;3;0.176190,-0.000003,-0.000104;;, 2400;3;0.176197,-0.000002,-0.000102;;, 2560;3;0.176192,-0.000000,-0.000104;;, 2720;3;0.176179,0.000001,-0.000107;;, 2880;3;0.176161,0.000001,-0.000109;;, 3040;3;0.176142,0.000001,-0.000107;;, 3200;3;0.176125,0.000000,-0.000103;;; } } Animation { { Bip01_DressBackNub } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;-0.000001,0.707388,0.000001,0.706825;;, 3200;4;-0.000001,0.707388,0.000001,0.706825;;; } AnimationKey T { 2; 2; 0;3;0.136509,0.000000,-0.000000;;, 3200;3;0.136508,-0.000000,0.000000;;; } } Animation { { Bip01_Prop1 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.190439,-0.082940,0.970567,-0.121878;;, 160;4;0.185880,-0.056724,0.975913,-0.099121;;, 320;4;0.219278,-0.015046,0.974353,-0.048229;;, 480;4;0.314748,-0.001478,0.949115,0.010603;;, 640;4;0.415897,-0.004244,0.906894,0.067491;;, 800;4;0.470340,0.005863,0.876297,0.104163;;, 960;4;0.498890,0.050974,0.857042,0.118277;;, 1120;4;0.547711,0.122181,0.816158,0.137733;;, 1280;4;0.600695,0.190960,0.757845,0.168435;;, 1440;4;0.644354,0.240419,0.696103,0.206031;;, 1600;4;0.670583,0.267481,0.649764,0.237863;;, 1760;4;0.662680,0.291817,0.641206,0.254074;;, 1920;4;0.617940,0.318283,0.669257,0.262568;;, 2080;4;0.554569,0.328707,0.713574,0.274259;;, 2240;4;0.497045,0.320515,0.753545,0.287030;;, 2400;4;0.468173,0.304762,0.779087,0.284531;;, 2560;4;0.446775,0.254440,0.825634,0.232338;;, 2720;4;0.393272,0.155247,0.896736,0.130767;;, 2880;4;0.311034,0.042671,0.949347,0.013322;;, 3040;4;0.228387,-0.046919,0.968931,-0.082528;;, 3200;4;0.190439,-0.082940,0.970567,-0.121878;;; } AnimationKey T { 2; 21; 0;3;0.211275,0.171199,0.021231;;, 160;3;0.193638,0.170702,0.024581;;, 320;3;0.186047,0.155221,0.021108;;, 480;3;0.193829,0.136265,0.001809;;, 640;3;0.200473,0.120518,-0.024175;;, 800;3;0.193806,0.108960,-0.038305;;, 960;3;0.169847,0.095271,-0.045181;;, 1120;3;0.130554,0.074409,-0.062987;;, 1280;3;0.082346,0.056010,-0.086430;;, 1440;3;0.038026,0.045155,-0.109668;;, 1600;3;0.014508,0.037516,-0.126579;;, 1760;3;0.022431,0.022786,-0.131674;;, 1920;3;0.054372,0.003546,-0.126817;;, 2080;3;0.098850,-0.010782,-0.117522;;, 2240;3;0.142871,-0.016673,-0.108559;;, 2400;3;0.174786,-0.015250,-0.102269;;, 2560;3;0.202623,0.004895,-0.085043;;, 2720;3;0.225787,0.050850,-0.051245;;, 2880;3;0.228321,0.107311,-0.016343;;, 3040;3;0.215930,0.152905,0.008200;;, 3200;3;0.211275,0.171199,0.021231;;; } } Animation { { Bip01_Prop2 } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 21; 0;4;0.841356,0.151554,0.223728,0.468078;;, 160;4;0.808053,0.156958,0.229092,0.519549;;, 320;4;0.773245,0.138657,0.211496,0.581495;;, 480;4;0.807359,0.090374,0.150764,0.563272;;, 640;4;0.863917,0.051433,0.074621,0.495413;;, 800;4;0.896486,0.033353,0.024307,0.441145;;, 960;4;0.922453,0.028916,-0.002985,0.385014;;, 1120;4;0.959581,0.022882,-0.045313,0.276817;;, 1280;4;0.984408,0.005317,-0.094254,0.148418;;, 1440;4;0.988930,-0.021066,-0.142489,0.035655;;, 1600;4;0.981977,-0.040454,-0.182391,-0.028598;;, 1760;4;0.980883,-0.030034,-0.190541,-0.025702;;, 1920;4;0.986031,0.005594,-0.164137,0.027765;;, 2080;4;0.985161,0.047299,-0.124156,0.108654;;, 2240;4;0.974789,0.080542,-0.086292,0.189352;;, 2400;4;0.964221,0.095670,-0.061205,0.239538;;, 2560;4;0.954797,0.093886,-0.020887,0.281270;;, 2720;4;0.932807,0.094764,0.052901,0.343644;;, 2880;4;0.897005,0.110985,0.134667,0.406114;;, 3040;4;0.859197,0.137198,0.198477,0.451180;;, 3200;4;0.841356,0.151554,0.223728,0.468078;;; } AnimationKey T { 2; 21; 0;3;-0.016256,0.014799,0.142852;;, 160;3;-0.019858,-0.000442,0.161307;;, 320;3;-0.011390,-0.024551,0.164288;;, 480;3;0.047312,-0.043523,0.147658;;, 640;3;0.121191,-0.041838,0.126516;;, 800;3;0.169591,-0.031141,0.113100;;, 960;3;0.200936,-0.015638,0.098675;;, 1120;3;0.234780,0.020690,0.069879;;, 1280;3;0.254740,0.069545,0.036844;;, 1440;3;0.256454,0.115749,0.010113;;, 1600;3;0.248688,0.143280,-0.003929;;, 1760;3;0.242524,0.145075,-0.003007;;, 1920;3;0.236863,0.129565,0.008984;;, 2080;3;0.225235,0.105796,0.026558;;, 2240;3;0.206259,0.083120,0.042912;;, 2400;3;0.186089,0.069556,0.050130;;, 2560;3;0.159478,0.054711,0.058756;;, 2720;3;0.115362,0.032861,0.080293;;, 2880;3;0.059833,0.017321,0.107423;;, 3040;3;0.009039,0.013665,0.131308;;, 3200;3;-0.016256,0.014799,0.142852;;; } } Animation { { Translation_Data } AnimationKey S { 1; 2; 0;3;1.000000,1.000000,1.000000;;, 3200;3;1.000000,1.000000,1.000000;;; } AnimationKey R { 0; 2; 0;4;-0.500000,-0.500000,0.500000,0.500000;;, 3200;4;-0.500000,-0.500000,0.500000,0.500000;;; } AnimationKey T { 2; 2; 0;3;0.000000,-0.000000,0.000000;;, 3200;3;0.000000,-0.000000,0.000000;;; } } }