xof 0302txt 0032 template Header { <3D82AB43-62DA-11cf-AB39-0020AF71E433> WORD major; WORD minor; DWORD flags; } template Vector { <3D82AB5E-62DA-11cf-AB39-0020AF71E433> FLOAT x; FLOAT y; FLOAT z; } template Coords2d { FLOAT u; FLOAT v; } template Matrix4x4 { array FLOAT matrix[16]; } template ColorRGBA { <35FF44E0-6C7C-11cf-8F52-0040333594A3> FLOAT red; FLOAT green; FLOAT blue; FLOAT alpha; } template ColorRGB { FLOAT red; FLOAT green; FLOAT blue; } template TextureFilename { STRING filename; } template Material { <3D82AB4D-62DA-11cf-AB39-0020AF71E433> ColorRGBA faceColor; FLOAT power; ColorRGB specularColor; ColorRGB emissiveColor; [...] } template MeshFace { <3D82AB5F-62DA-11cf-AB39-0020AF71E433> DWORD nFaceVertexIndices; array DWORD faceVertexIndices[nFaceVertexIndices]; } template MeshTextureCoords { DWORD nTextureCoords; array Coords2d textureCoords[nTextureCoords]; } template MeshMaterialList { DWORD nMaterials; DWORD nFaceIndexes; array DWORD faceIndexes[nFaceIndexes]; [Material] } template MeshNormals { DWORD nNormals; array Vector normals[nNormals]; DWORD nFaceNormals; array MeshFace faceNormals[nFaceNormals]; } template Mesh { <3D82AB44-62DA-11cf-AB39-0020AF71E433> DWORD nVertices; array Vector vertices[nVertices]; DWORD nFaces; array MeshFace faces[nFaces]; [...] } template FrameTransformMatrix { Matrix4x4 frameMatrix; } template Frame { <3D82AB46-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]; } template AnimationOptions { DWORD openclosed; DWORD positionquality; } template Animation { <3D82AB4F-62DA-11cf-AB39-0020AF71E433> [...] } template AnimationSet { <3D82AB50-62DA-11cf-AB39-0020AF71E433> [Animation] } Header { 1; 0; 1; } Frame frm-wep03a { 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;; } Frame frm-wepbar1 { 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.058878,0.140074,1.000000;; } Mesh wepbar1 { 20; -0.040296;-0.040296;-0.000111;, -0.030222;-0.030222;-0.110511;, -0.030222;-0.030222;-0.110511;, -0.040296;0.040296;-0.000111;, -0.030222;0.030222;-0.110511;, -0.030222;0.030222;-0.110511;, 0.040296;-0.040296;-0.000111;, 0.030222;-0.030222;-0.110511;, 0.030222;-0.030222;-0.110511;, 0.040296;0.040296;-0.000111;, 0.030222;0.030222;-0.110511;, 0.030222;0.030222;-0.110511;, 0.030222;0.030222;-0.110511;, 0.040296;0.040296;-0.000111;, 0.030222;-0.030222;-0.110511;, 0.040296;-0.040296;-0.000111;, -0.030222;0.030222;-0.110511;, -0.040296;0.040296;-0.000111;, -0.030222;-0.030222;-0.110511;, -0.040296;-0.040296;-0.000111;; 10; 3;5,2,0;, 3;3,5,0;, 3;11,8,1;, 3;4,11,1;, 3;9,6,7;, 3;10,9,7;, 3;12,16,17;, 3;13,12,17;, 3;18,14,15;, 3;19,18,15;; MeshMaterialList { 3; 10; 0, 0, 1, 1, 0, 0, 2, 2, 2, 2; Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.300000;0.300000;0.300000;; TextureFilename { "Wep03a.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "Wep03a.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.300000;0.300000;0.300000;; TextureFilename { "Wep03a.bmp"; } } } MeshNormals { 20; -0.887799;-0.443899;-0.121517;, -0.312993;-0.625985;-0.714268;, -0.312993;-0.625985;-0.714268;, -0.443899;0.887799;-0.121517;, -0.776558;0.388279;-0.496183;, -0.776558;0.388279;-0.496183;, 0.443899;-0.887799;-0.121517;, 0.776558;-0.388279;-0.496183;, 0.776558;-0.388279;-0.496183;, 0.887799;0.443899;-0.121517;, 0.312993;0.625985;-0.714268;, 0.312993;0.625985;-0.714268;, 0.312993;0.625985;-0.714268;, 0.887799;0.443899;-0.121517;, 0.776558;-0.388279;-0.496183;, 0.443899;-0.887799;-0.121517;, -0.776558;0.388279;-0.496183;, -0.443899;0.887799;-0.121517;, -0.312993;-0.625985;-0.714268;, -0.887799;-0.443899;-0.121517;; 10; 3;5,2,0;, 3;3,5,0;, 3;11,8,1;, 3;4,11,1;, 3;9,6,7;, 3;10,9,7;, 3;12,16,17;, 3;13,12,17;, 3;18,14,15;, 3;19,18,15;; } MeshTextureCoords { 20; 0.519531;0.554688;, 0.156250;0.968750;, 0.500977;0.148438;, 0.371094;0.554687;, 0.156250;0.828125;, 0.389648;0.148438;, 0.519531;0.554688;, 0.500977;0.148438;, 0.226563;0.968750;, 0.371094;0.554687;, 0.389648;0.148438;, 0.226563;0.828125;, 0.503906;0.148438;, 0.523438;0.554688;, 0.503906;0.148438;, 0.523438;0.554688;, 0.386719;0.148438;, 0.367188;0.554688;, 0.386719;0.148438;, 0.367188;0.554688;; } } Frame frm-wepbar2 { 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.000132,0.109841,1.000000;; } Mesh wepbar2 { 14; -0.015274;-0.015274;-0.000002;, -0.014663;-0.014778;-0.194043;, -0.014663;0.014778;-0.194043;, 0.014663;-0.014778;-0.194043;, 0.015274;0.015274;-0.000002;, 0.014663;0.014778;-0.194043;, 0.014663;0.014778;-0.194043;, 0.015274;0.015274;-0.000002;, 0.014663;-0.014778;-0.194043;, 0.015274;-0.015274;-0.000002;, -0.014663;0.014778;-0.194043;, -0.015274;0.015274;-0.000002;, -0.014663;-0.014778;-0.194043;, -0.015274;-0.015274;-0.000002;; 8; 3;2,1,0;, 3;11,2,0;, 3;13,12,9;, 3;12,3,9;, 3;4,9,8;, 3;5,4,8;, 3;6,10,11;, 3;7,6,11;; MeshMaterialList { 2; 8; 0, 0, 1, 1, 0, 0, 1, 1; Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.200000;0.200000;0.200000;; TextureFilename { "Wep03a.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.200000;0.200000;0.200000;; TextureFilename { "Wep03a.bmp"; } } } MeshNormals { 14; -0.894420;-0.447211;-0.003960;, -0.447210;-0.894421;-0.003696;, -0.894420;0.447211;-0.003960;, 0.894420;-0.447211;-0.003960;, 0.894420;0.447211;-0.003960;, 0.447210;0.894421;-0.003696;, 0.447210;0.894421;-0.003696;, 0.894420;0.447211;-0.003960;, 0.894420;-0.447211;-0.003960;, 0.447210;-0.894421;-0.003696;, -0.894420;0.447211;-0.003960;, -0.447210;0.894421;-0.003696;, -0.447210;-0.894421;-0.003696;, -0.894420;-0.447211;-0.003960;; 8; 3;2,1,0;, 3;11,2,0;, 3;13,12,9;, 3;12,3,9;, 3;4,9,8;, 3;5,4,8;, 3;6,10,11;, 3;7,6,11;; } MeshTextureCoords { 14; 0.542969;0.609375;, 0.980469;0.607217;, 0.980469;0.478721;, 0.980469;0.606719;, 0.542969;0.476562;, 0.980469;0.478721;, 0.980469;0.606719;, 0.542969;0.609375;, 0.980469;0.607217;, 0.542969;0.609375;, 0.980469;0.479219;, 0.542969;0.476562;, 0.980469;0.479219;, 0.542969;0.476562;; } } Frame frm-wepbar3 { 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.219068,1.000000;; } Mesh wepbar3 { 20; -0.023800;-0.023800;0.025146;, -0.023800;-0.023800;0.025146;, -0.017612;-0.017612;-0.048354;, -0.017612;-0.017612;-0.048354;, -0.023800;0.023800;0.025146;, -0.017612;0.017612;-0.048354;, 0.023800;-0.023800;0.025146;, 0.017612;-0.017612;-0.048354;, 0.023800;0.023800;0.025146;, 0.023800;0.023800;0.025146;, 0.017612;0.017612;-0.048354;, 0.017612;0.017612;-0.048354;, 0.017612;0.017612;-0.048354;, 0.023800;0.023800;0.025146;, 0.017612;-0.017612;-0.048354;, 0.023800;-0.023800;0.025146;, -0.017612;0.017612;-0.048354;, -0.023800;0.023800;0.025146;, -0.017612;-0.017612;-0.048354;, -0.023800;-0.023800;0.025146;; 12; 3;5,3,1;, 3;4,5,1;, 3;11,7,2;, 3;16,11,2;, 3;9,6,14;, 3;10,9,14;, 3;17,0,15;, 3;8,17,15;, 3;18,14,6;, 3;19,18,6;, 3;12,5,4;, 3;13,12,4;; MeshMaterialList { 4; 12; 0, 0, 1, 1, 0, 0, 2, 2, 3, 3, 3, 3; Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.300000;0.300000;0.300000;; TextureFilename { "Wep03a.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "Wep03a.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "Wep03a.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.300000;0.300000;0.300000;; TextureFilename { "Wep03a.bmp"; } } } MeshNormals { 20; -0.847888;-0.423944;0.318368;, -0.847888;-0.423944;0.318368;, -0.314565;-0.629130;-0.710806;, -0.314565;-0.629130;-0.710806;, -0.351836;0.703672;0.617298;, -0.779811;0.389906;-0.489764;, 0.351836;-0.703672;0.617298;, 0.779811;-0.389906;-0.489764;, 0.847888;0.423944;0.318368;, 0.847888;0.423944;0.318368;, 0.314565;0.629130;-0.710806;, 0.314565;0.629130;-0.710806;, 0.314565;0.629130;-0.710806;, 0.847888;0.423944;0.318368;, 0.779811;-0.389906;-0.489764;, 0.351836;-0.703672;0.617298;, -0.779811;0.389906;-0.489764;, -0.351836;0.703672;0.617298;, -0.314565;-0.629130;-0.710806;, -0.847888;-0.423944;0.318368;; 12; 3;5,3,1;, 3;4,5,1;, 3;11,7,2;, 3;16,11,2;, 3;9,6,14;, 3;10,9,14;, 3;17,0,15;, 3;8,17,15;, 3;18,14,6;, 3;19,18,6;, 3;12,5,4;, 3;13,12,4;; } MeshTextureCoords { 20; 0.156250;0.968750;, 0.015625;0.976562;, 0.156719;0.967813;, 0.125000;0.957266;, 0.015625;0.828125;, 0.125000;0.847422;, 0.015625;0.976562;, 0.226094;0.967813;, 0.226562;0.828125;, 0.015625;0.828125;, 0.125000;0.847422;, 0.226094;0.829062;, 0.125000;0.957266;, 0.015625;0.976562;, 0.125000;0.957266;, 0.226562;0.968750;, 0.156719;0.829062;, 0.156250;0.828125;, 0.125000;0.847422;, 0.015625;0.828125;; } } Frame frm-wepemt { 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.000132,0.048386,1.000000;; } } } } } Frame frm-wepbas1 { 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.040509,-0.011479,1.000000;; } Mesh wepbas1 { 34; 0.057702;0.025131;0.178440;, 0.057702;0.025131;0.178440;, 0.057703;0.091256;0.108097;, 0.057703;0.091256;0.108097;, 0.057703;0.091256;-0.151755;, 0.057703;0.091256;-0.151755;, 0.077391;-0.040492;-0.151870;, 0.077391;-0.040492;-0.151870;, 0.057702;-0.040492;0.178440;, 0.057702;-0.040492;0.178440;, -0.058408;0.025131;0.178440;, -0.058408;0.025131;0.178440;, -0.058409;0.091256;0.108097;, -0.058409;0.091256;0.108097;, -0.058409;0.091256;-0.151755;, -0.058409;0.091256;-0.151755;, -0.078338;-0.040492;-0.151870;, -0.078338;-0.040492;-0.151870;, -0.058408;-0.040492;0.178440;, -0.058408;-0.040492;0.178440;, 0.077391;-0.040492;0.108245;, -0.078338;-0.040492;0.108245;, -0.078338;-0.040492;0.108245;, 0.077391;-0.040492;0.108245;, -0.058408;-0.040492;0.178440;, -0.078338;-0.040492;-0.151870;, -0.058409;0.091256;-0.151755;, -0.058409;0.091256;0.108097;, -0.058408;0.025131;0.178440;, 0.057702;-0.040492;0.178440;, 0.077391;-0.040492;-0.151870;, 0.057703;0.091256;-0.151755;, 0.057703;0.091256;0.108097;, 0.057702;0.025131;0.178440;; 20; 3;1,11,19;, 3;9,1,19;, 3;3,13,10;, 3;0,3,10;, 3;5,15,12;, 3;2,5,12;, 3;33,8,20;, 3;32,33,20;, 3;18,21,17;, 3;29,18,17;, 3;23,29,17;, 3;7,23,17;, 3;6,4,32;, 3;20,6,32;, 3;22,24,28;, 3;14,16,22;, 3;27,14,22;, 3;31,30,25;, 3;26,31,25;, 3;28,27,22;; MeshMaterialList { 6; 20; 0, 0, 1, 1, 2, 2, 3, 3, 4, 4, 4, 4, 3, 3, 3, 3, 3, 5, 5, 3; Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.200000;0.200000;0.200000;; TextureFilename { "Wep03a.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.500000;0.500000;0.500000;; TextureFilename { "Wep03a.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.300000;0.300000;0.300000;; TextureFilename { "Wep03a.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.300000;0.300000;0.300000;; TextureFilename { "Wep03a.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.200000;0.200000;0.200000;; TextureFilename { "Wep03a.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 0.800000;0.800000;0.800000;; TextureFilename { "Wep03a.bmp"; } } } MeshNormals { 34; 0.494148;0.236178;0.836682;, 0.494148;0.236178;0.836682;, 0.651046;0.672905;0.351195;, 0.651046;0.672905;0.351195;, 0.319226;0.693809;-0.645542;, 0.319226;0.693809;-0.645542;, 0.850614;-0.302541;-0.430029;, 0.850614;-0.302541;-0.430029;, 0.376499;-0.782055;0.496627;, 0.376499;-0.782055;0.496627;, -0.494135;0.435761;0.752291;, -0.494135;0.435761;0.752291;, -0.510332;0.829995;0.225098;, -0.510332;0.829995;0.225098;, -0.769712;0.506004;-0.389234;, -0.769712;0.506004;-0.389234;, -0.222261;-0.865147;-0.449579;, -0.222261;-0.865147;-0.449579;, -0.302808;-0.629552;0.715522;, -0.302808;-0.629552;0.715522;, 0.860303;-0.495535;0.119683;, -0.985160;-0.136766;0.103703;, -0.985160;-0.136766;0.103703;, 0.860303;-0.495535;0.119683;, -0.302808;-0.629552;0.715522;, -0.222261;-0.865147;-0.449579;, -0.769712;0.506004;-0.389234;, -0.510332;0.829995;0.225098;, -0.494135;0.435761;0.752291;, 0.376499;-0.782055;0.496627;, 0.850614;-0.302541;-0.430029;, 0.319226;0.693809;-0.645542;, 0.651046;0.672905;0.351195;, 0.494148;0.236178;0.836682;; 20; 3;1,11,19;, 3;9,1,19;, 3;3,13,10;, 3;0,3,10;, 3;5,15,12;, 3;2,5,12;, 3;33,8,20;, 3;32,33,20;, 3;18,21,17;, 3;29,18,17;, 3;23,29,17;, 3;7,23,17;, 3;6,4,32;, 3;20,6,32;, 3;22,24,28;, 3;14,16,22;, 3;27,14,22;, 3;31,30,25;, 3;26,31,25;, 3;28,27,22;; } MeshTextureCoords { 34; 0.225082;0.966290;, 0.231013;0.541865;, 0.356880;0.032719;, 0.225082;0.831148;, 0.547022;0.664062;, 0.015776;0.032719;, 0.546875;0.992188;, 0.550781;0.046875;, 0.968750;0.992188;, 0.231013;0.781159;, 0.157870;0.966290;, 0.011630;0.541865;, 0.356880;0.328010;, 0.157870;0.831148;, 0.547022;0.664062;, 0.015776;0.328010;, 0.546875;0.992188;, 0.550781;0.421875;, 0.984375;0.373885;, 0.011630;0.781159;, 0.879096;0.992188;, 0.892231;0.421875;, 0.879096;0.992188;, 0.892231;0.046875;, 0.968750;0.992188;, 0.281250;0.992188;, 0.312743;0.578125;, 0.878907;0.664062;, 0.968750;0.828751;, 0.984375;0.094285;, 0.527344;0.992188;, 0.496231;0.578125;, 0.878907;0.664062;, 0.968750;0.828751;; } } Frame frm-wepbas2 { 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.000023,0.070711,-0.074368,1.000000;; } Mesh wepbas2 { 13; -0.037900;-0.010562;0.104040;, -0.037900;0.019793;0.071532;, 0.055354;0.011506;0.043162;, 0.037900;-0.010562;0.104040;, 0.037900;0.019793;0.071532;, 0.037900;0.019793;0.071532;, 0.037900;-0.010562;0.104040;, 0.055354;0.011506;0.043162;, 0.055354;-0.037326;0.094924;, -0.037900;0.019793;0.071532;, -0.037900;-0.010562;0.104040;, -0.055354;0.011506;0.043162;, -0.055354;-0.037326;0.094924;; 10; 3;1,11,12;, 3;0,1,12;, 3;4,9,10;, 3;3,4,10;, 3;4,2,11;, 3;9,4,11;, 3;10,12,8;, 3;3,10,8;, 3;6,8,7;, 3;5,6,7;; MeshMaterialList { 1; 10; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 1.000000;1.000000;1.000000;; 1.000000;1.000000;1.000000;; TextureFilename { "Wep03a.bmp"; } } } MeshNormals { 13; -0.219507;0.342768;0.913415;, -0.512283;0.778203;0.363271;, 0.666327;0.718845;0.198165;, 0.532198;0.407105;0.742314;, 0.202935;0.934302;0.293081;, 0.202935;0.934302;0.293081;, 0.532198;0.407105;0.742314;, 0.666327;0.718845;0.198165;, 0.339746;-0.097059;0.935496;, -0.512283;0.778203;0.363271;, -0.219507;0.342768;0.913415;, -0.332926;0.940363;-0.069841;, -0.678965;0.204618;0.705080;; 10; 3;1,11,12;, 3;0,1,12;, 3;4,9,10;, 3;3,4,10;, 3;4,2,11;, 3;9,4,11;, 3;10,12,8;, 3;3,10,8;, 3;6,8,7;, 3;5,6,7;; } MeshTextureCoords { 13; 0.037449;0.464043;, 0.045802;0.407969;, 0.184411;0.383690;, 0.183176;0.465260;, 0.176583;0.408079;, 0.176507;0.408638;, 0.183119;0.465380;, 0.184411;0.384358;, 0.199375;0.493316;, 0.045530;0.408079;, 0.037441;0.465171;, 0.037202;0.384358;, 0.017017;0.493316;; } } } } } AnimationSet { Animation anim-wepbar1 { {frm-wepbar1} AnimationKey { 2; 2; 0; 3; 0.000000, 0.058878, -0.140074;;, 15; 3; 0.000000, 0.058878, -0.140074;;; } } Animation anim-wepbar2 { {frm-wepbar2} AnimationKey { 2; 12; 0; 3; 0.000000, 0.000132, -0.109841;;, 1; 3; 0.000000, 0.000132, -0.109841;;, 2; 3; 0.000000, 0.000132, -0.079190;;, 3; 3; 0.000000, 0.000132, -0.048121;;, 4; 3; 0.000000, 0.000132, -0.017053;;, 5; 3; 0.000000, 0.000132, -0.029802;;, 8; 3; 0.000000, 0.000132, -0.108686;;, 9; 3; 0.000000, 0.000132, -0.080021;;, 10; 3; 0.000000, 0.000132, -0.048823;;, 11; 3; 0.000000, 0.000132, -0.017626;;, 12; 3; 0.000000, 0.000132, -0.029345;;, 15; 3; 0.000000, 0.000132, -0.108228;;; } } Animation anim-wepbar3 { {frm-wepbar3} AnimationKey { 2; 2; 0; 3; 0.000000, 0.000000, -0.219068;;, 15; 3; 0.000000, 0.000000, -0.219068;;; } } Animation anim-wepemt { {frm-wepemt} AnimationKey { 2; 2; 0; 3; 0.000000, -0.000132, -0.048386;;, 15; 3; 0.000000, -0.000132, -0.048386;;; } } Animation anim-wepbas1 { {frm-wepbas1} AnimationKey { 2; 2; 0; 3; 0.000000, 0.040509, 0.011479;;, 15; 3; 0.000000, 0.040509, 0.011479;;; } } Animation anim-wepbas2 { {frm-wepbas2} AnimationKey { 2; 2; 0; 3; 0.000023, 0.070711, 0.074368;;, 15; 3; 0.000023, 0.070711, 0.074368;;; } } }