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-acs42 { 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.058805,0.140167,1.000000;; } Mesh wepbar1 { 18; 0.011528;-0.019968;-0.368897;, 0.023057;0.000000;-0.368897;, 0.011528;0.019968;-0.368897;, -0.011528;0.019968;-0.368897;, -0.023057;0.000000;-0.368897;, -0.011528;-0.019968;-0.368897;, -0.011528;-0.019968;-0.368897;, -0.021758;-0.037686;0.000892;, -0.023057;0.000000;-0.368897;, -0.043516;0.000000;0.000892;, -0.011528;0.019968;-0.368897;, -0.021758;0.037686;0.000892;, 0.011528;0.019968;-0.368897;, 0.021758;0.037686;0.000892;, 0.023057;0.000000;-0.368897;, 0.043516;0.000000;0.000892;, 0.021758;-0.037686;0.000892;, 0.011528;-0.019968;-0.368897;; 16; 3;1,15,16;, 3;0,1,16;, 3;2,13,15;, 3;1,2,15;, 3;5,7,9;, 3;4,5,9;, 3;0,16,7;, 3;5,0,7;, 3;3,11,13;, 3;2,3,13;, 3;4,9,11;, 3;3,4,11;, 3;14,17,6;, 3;12,14,6;, 3;10,12,6;, 3;8,10,6;; MeshMaterialList { 2; 16; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1; Material { 0.700000;0.700000;0.700000;1.000000;; 50.000000; 1.000000;1.000000;1.000000;; 0.500000;0.500000;0.500000;; TextureFilename { "acs42b.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 181.818176; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "acs42b.bmp"; } } } MeshNormals { 18; 0.305146;-0.880880;-0.361851;, 0.796163;-0.153222;-0.585361;, 0.530776;0.612887;-0.585361;, -0.265388;0.766109;-0.585361;, -0.915438;0.176176;-0.361851;, -0.382383;-0.441538;-0.811682;, -0.382383;-0.441538;-0.811682;, -0.326845;-0.943520;-0.054249;, -0.915438;0.176176;-0.361851;, -0.980534;-0.188704;-0.054249;, -0.265388;0.766109;-0.585361;, -0.653690;0.754816;-0.054249;, 0.530776;0.612887;-0.585361;, 0.326845;0.943520;-0.054249;, 0.796163;-0.153222;-0.585361;, 0.980534;0.188704;-0.054249;, 0.653690;-0.754816;-0.054249;, 0.305146;-0.880880;-0.361851;; 16; 3;1,15,16;, 3;0,1,16;, 3;2,13,15;, 3;1,2,15;, 3;5,7,9;, 3;4,5,9;, 3;0,16,7;, 3;5,0,7;, 3;3,11,13;, 3;2,3,13;, 3;4,9,11;, 3;3,4,11;, 3;14,17,6;, 3;12,14,6;, 3;10,12,6;, 3;8,10,6;; } MeshTextureCoords { 18; 0.993787;0.192040;, 0.995316;0.110826;, 0.996094;0.028199;, 0.996094;0.028199;, 0.995316;0.110826;, 0.993787;0.192040;, 0.424818;0.992146;, 0.012488;0.215259;, 0.378932;0.843750;, 0.011719;0.113839;, 0.424818;0.695354;, 0.011719;0.023438;, 0.516589;0.695354;, 0.011719;0.023438;, 0.562474;0.843750;, 0.011719;0.113839;, 0.012488;0.215259;, 0.516589;0.992146;; } } Frame frm-wepbar4 { 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.291247,1.000000;; } Mesh wepbar4 { 24; 0.030636;-0.053063;-0.029360;, 0.030636;-0.053063;0.029360;, 0.061272;0.000000;0.029360;, 0.061272;0.000000;-0.029360;, 0.030636;0.053063;0.029360;, 0.030636;0.053063;-0.029360;, -0.030636;0.053063;0.029360;, -0.030636;0.053063;-0.029360;, -0.061272;0.000000;0.029360;, -0.061272;0.000000;-0.029360;, -0.030636;-0.053063;0.029360;, -0.030636;-0.053063;-0.029360;, -0.030636;-0.053063;-0.029360;, -0.030636;-0.053063;0.029360;, -0.061272;0.000000;-0.029360;, -0.061272;0.000000;0.029360;, -0.030636;0.053063;-0.029360;, -0.030636;0.053063;0.029360;, 0.030636;0.053063;-0.029360;, 0.030636;0.053063;0.029360;, 0.061272;0.000000;-0.029360;, 0.061272;0.000000;0.029360;, 0.030636;-0.053063;0.029360;, 0.030636;-0.053063;-0.029360;; 20; 3;3,2,1;, 3;0,3,1;, 3;5,4,2;, 3;3,5,2;, 3;11,10,8;, 3;9,11,8;, 3;0,1,10;, 3;11,0,10;, 3;7,6,4;, 3;5,7,4;, 3;9,8,6;, 3;7,9,6;, 3;20,23,12;, 3;18,20,12;, 3;16,18,12;, 3;14,16,12;, 3;15,13,22;, 3;17,15,22;, 3;19,17,22;, 3;21,19,22;; MeshMaterialList { 2; 20; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1; Material { 1.000000;1.000000;1.000000;1.000000;; 170.909103; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "acs42b.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 178.181778; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "acs42b.bmp"; } } } MeshNormals { 24; 0.310530;-0.896421;-0.316228;, 0.392792;-0.453557;0.800000;, 0.931588;0.179284;0.316228;, 0.817057;-0.157243;-0.554700;, 0.261116;0.753778;0.603023;, 0.522233;0.603023;-0.603023;, -0.522233;0.603023;0.603023;, -0.261117;0.753778;-0.603023;, -0.783349;-0.150756;0.603023;, -0.918559;0.176777;-0.353553;, -0.306186;-0.883884;0.353553;, -0.361157;-0.417029;-0.834058;, -0.361157;-0.417029;-0.834058;, -0.306186;-0.883884;0.353553;, -0.918559;0.176777;-0.353553;, -0.783349;-0.150756;0.603023;, -0.261117;0.753778;-0.603023;, -0.522233;0.603023;0.603023;, 0.522233;0.603023;-0.603023;, 0.261116;0.753778;0.603023;, 0.817057;-0.157243;-0.554700;, 0.931588;0.179284;0.316228;, 0.392792;-0.453557;0.800000;, 0.310530;-0.896421;-0.316228;; 20; 3;3,2,1;, 3;0,3,1;, 3;5,4,2;, 3;3,5,2;, 3;11,10,8;, 3;9,11,8;, 3;0,1,10;, 3;11,0,10;, 3;7,6,4;, 3;5,7,4;, 3;9,8,6;, 3;7,9,6;, 3;20,23,12;, 3;18,20,12;, 3;16,18,12;, 3;14,16,12;, 3;15,13,22;, 3;17,15,22;, 3;19,17,22;, 3;21,19,22;; } MeshTextureCoords { 24; 0.019531;0.820312;, 0.195312;0.820312;, 0.195312;0.656250;, 0.019531;0.656250;, 0.195312;0.492188;, 0.019531;0.492188;, 0.195312;0.492188;, 0.019531;0.492188;, 0.195312;0.656250;, 0.019531;0.656250;, 0.195312;0.820312;, 0.019531;0.820312;, 0.421875;0.992188;, 0.421875;0.992188;, 0.375000;0.843750;, 0.375000;0.843750;, 0.421875;0.695313;, 0.421875;0.695313;, 0.515625;0.695312;, 0.515625;0.695312;, 0.562500;0.843750;, 0.562500;0.843750;, 0.515625;0.992187;, 0.515625;0.992187;; } } } 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.177254,1.000000;; } Mesh wepbar3 { 24; 0.030636;-0.053063;-0.029360;, 0.030636;-0.053063;0.029360;, 0.061272;0.000000;0.029360;, 0.061272;0.000000;-0.029360;, 0.030636;0.053063;0.029360;, 0.030636;0.053063;-0.029360;, -0.030636;0.053063;0.029360;, -0.030636;0.053063;-0.029360;, -0.061272;0.000000;0.029360;, -0.061272;0.000000;-0.029360;, -0.030636;-0.053063;0.029360;, -0.030636;-0.053063;-0.029360;, -0.030636;-0.053063;-0.029360;, -0.030636;-0.053063;0.029360;, -0.061272;0.000000;-0.029360;, -0.061272;0.000000;0.029360;, -0.030636;0.053063;-0.029360;, -0.030636;0.053063;0.029360;, 0.030636;0.053063;-0.029360;, 0.030636;0.053063;0.029360;, 0.061272;0.000000;-0.029360;, 0.061272;0.000000;0.029360;, 0.030636;-0.053063;0.029360;, 0.030636;-0.053063;-0.029360;; 20; 3;3,2,1;, 3;0,3,1;, 3;5,4,2;, 3;3,5,2;, 3;11,10,8;, 3;9,11,8;, 3;0,1,10;, 3;11,0,10;, 3;7,6,4;, 3;5,7,4;, 3;9,8,6;, 3;7,9,6;, 3;20,23,12;, 3;18,20,12;, 3;16,18,12;, 3;14,16,12;, 3;15,13,22;, 3;17,15,22;, 3;19,17,22;, 3;21,19,22;; MeshMaterialList { 2; 20; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1; Material { 1.000000;1.000000;1.000000;1.000000;; 170.909103; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "acs42b.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 178.181778; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "acs42b.bmp"; } } } MeshNormals { 24; 0.310530;-0.896421;-0.316228;, 0.392792;-0.453557;0.800000;, 0.931588;0.179284;0.316228;, 0.817057;-0.157243;-0.554700;, 0.261116;0.753778;0.603023;, 0.522233;0.603023;-0.603023;, -0.522233;0.603023;0.603023;, -0.261117;0.753778;-0.603023;, -0.783349;-0.150756;0.603023;, -0.918559;0.176777;-0.353553;, -0.306186;-0.883884;0.353553;, -0.361157;-0.417029;-0.834058;, -0.361157;-0.417029;-0.834058;, -0.306186;-0.883884;0.353553;, -0.918559;0.176777;-0.353553;, -0.783349;-0.150756;0.603023;, -0.261117;0.753778;-0.603023;, -0.522233;0.603023;0.603023;, 0.522233;0.603023;-0.603023;, 0.261116;0.753778;0.603023;, 0.817057;-0.157243;-0.554700;, 0.931588;0.179284;0.316228;, 0.392792;-0.453557;0.800000;, 0.310530;-0.896421;-0.316228;; 20; 3;3,2,1;, 3;0,3,1;, 3;5,4,2;, 3;3,5,2;, 3;11,10,8;, 3;9,11,8;, 3;0,1,10;, 3;11,0,10;, 3;7,6,4;, 3;5,7,4;, 3;9,8,6;, 3;7,9,6;, 3;20,23,12;, 3;18,20,12;, 3;16,18,12;, 3;14,16,12;, 3;15,13,22;, 3;17,15,22;, 3;19,17,22;, 3;21,19,22;; } MeshTextureCoords { 24; 0.019531;0.820312;, 0.195312;0.820312;, 0.195312;0.656250;, 0.019531;0.656250;, 0.195312;0.492188;, 0.019531;0.492188;, 0.195312;0.492188;, 0.019531;0.492188;, 0.195312;0.656250;, 0.019531;0.656250;, 0.195312;0.820312;, 0.019531;0.820312;, 0.421875;0.992188;, 0.421875;0.992188;, 0.375000;0.843750;, 0.375000;0.843750;, 0.421875;0.695313;, 0.421875;0.695313;, 0.515625;0.695312;, 0.515625;0.695312;, 0.562500;0.843750;, 0.562500;0.843750;, 0.515625;0.992187;, 0.515625;0.992187;; } } } 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.000000,0.070057,1.000000;; } Mesh wepbar2 { 24; 0.030636;-0.053063;-0.029360;, 0.030636;-0.053063;0.029360;, 0.061272;0.000000;0.029360;, 0.061272;0.000000;-0.029360;, 0.030636;0.053063;0.029360;, 0.030636;0.053063;-0.029360;, -0.030636;0.053063;0.029360;, -0.030636;0.053063;-0.029360;, -0.061272;0.000000;0.029360;, -0.061272;0.000000;-0.029360;, -0.030636;-0.053063;0.029360;, -0.030636;-0.053063;-0.029360;, -0.030636;-0.053063;-0.029360;, -0.030636;-0.053063;0.029360;, -0.061272;0.000000;-0.029360;, -0.061272;0.000000;0.029360;, -0.030636;0.053063;-0.029360;, -0.030636;0.053063;0.029360;, 0.030636;0.053063;-0.029360;, 0.030636;0.053063;0.029360;, 0.061272;0.000000;-0.029360;, 0.061272;0.000000;0.029360;, 0.030636;-0.053063;0.029360;, 0.030636;-0.053063;-0.029360;; 20; 3;3,2,1;, 3;0,3,1;, 3;5,4,2;, 3;3,5,2;, 3;11,10,8;, 3;9,11,8;, 3;0,1,10;, 3;11,0,10;, 3;7,6,4;, 3;5,7,4;, 3;9,8,6;, 3;7,9,6;, 3;20,23,12;, 3;18,20,12;, 3;16,18,12;, 3;14,16,12;, 3;15,13,22;, 3;17,15,22;, 3;19,17,22;, 3;21,19,22;; MeshMaterialList { 2; 20; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1; Material { 1.000000;1.000000;1.000000;1.000000;; 170.909103; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "acs42b.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 178.181778; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "acs42b.bmp"; } } } MeshNormals { 24; 0.310530;-0.896421;-0.316228;, 0.392792;-0.453557;0.800000;, 0.931588;0.179284;0.316228;, 0.817057;-0.157243;-0.554700;, 0.261116;0.753778;0.603023;, 0.522233;0.603023;-0.603023;, -0.522233;0.603023;0.603023;, -0.261117;0.753778;-0.603023;, -0.783349;-0.150756;0.603023;, -0.918559;0.176777;-0.353553;, -0.306186;-0.883884;0.353553;, -0.361157;-0.417029;-0.834058;, -0.361157;-0.417029;-0.834058;, -0.306186;-0.883884;0.353553;, -0.918559;0.176777;-0.353553;, -0.783349;-0.150756;0.603023;, -0.261117;0.753778;-0.603023;, -0.522233;0.603023;0.603023;, 0.522233;0.603023;-0.603023;, 0.261116;0.753778;0.603023;, 0.817057;-0.157243;-0.554700;, 0.931588;0.179284;0.316228;, 0.392792;-0.453557;0.800000;, 0.310530;-0.896421;-0.316228;; 20; 3;3,2,1;, 3;0,3,1;, 3;5,4,2;, 3;3,5,2;, 3;11,10,8;, 3;9,11,8;, 3;0,1,10;, 3;11,0,10;, 3;7,6,4;, 3;5,7,4;, 3;9,8,6;, 3;7,9,6;, 3;20,23,12;, 3;18,20,12;, 3;16,18,12;, 3;14,16,12;, 3;15,13,22;, 3;17,15,22;, 3;19,17,22;, 3;21,19,22;; } MeshTextureCoords { 24; 0.019531;0.820312;, 0.195312;0.820312;, 0.195312;0.656250;, 0.019531;0.656250;, 0.195312;0.492188;, 0.019531;0.492188;, 0.195312;0.492188;, 0.019531;0.492188;, 0.195312;0.656250;, 0.019531;0.656250;, 0.195312;0.820312;, 0.019531;0.820312;, 0.421875;0.992188;, 0.421875;0.992188;, 0.375000;0.843750;, 0.375000;0.843750;, 0.421875;0.695313;, 0.421875;0.695313;, 0.515625;0.695312;, 0.515625;0.695312;, 0.562500;0.843750;, 0.562500;0.843750;, 0.515625;0.992187;, 0.515625;0.992187;; } } } 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.000000,0.368960,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.000600,-0.003045,1.000000;; } Mesh wepbas1 { 34; 0.057702;0.064966;0.187925;, 0.057702;0.064966;0.187925;, 0.057703;0.131091;0.117581;, 0.057703;0.131091;0.117581;, 0.057703;0.131091;-0.142271;, 0.057703;0.131091;-0.142271;, 0.077391;-0.000656;-0.142386;, 0.077391;-0.000656;-0.142386;, 0.057702;-0.000656;0.187925;, 0.057702;-0.000656;0.187925;, -0.058408;0.064966;0.187925;, -0.058408;0.064966;0.187925;, -0.058409;0.131091;0.117581;, -0.058409;0.131091;0.117581;, -0.058409;0.131091;-0.142271;, -0.058409;0.131091;-0.142271;, -0.078338;-0.000656;-0.142386;, -0.078338;-0.000656;-0.142386;, -0.058408;-0.000656;0.187925;, -0.058408;-0.000656;0.187925;, 0.077391;-0.000656;0.117730;, -0.078338;-0.000656;0.117730;, -0.078338;-0.000656;0.117730;, 0.077391;-0.000656;0.117730;, -0.058408;-0.000656;0.187925;, -0.078338;-0.000656;-0.142386;, -0.058409;0.131091;-0.142271;, -0.058409;0.131091;0.117581;, -0.058408;0.064966;0.187925;, 0.057702;-0.000656;0.187925;, 0.077391;-0.000656;-0.142386;, 0.057703;0.131091;-0.142271;, 0.057703;0.131091;0.117581;, 0.057702;0.064966;0.187925;; 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;6,4,32;, 3;20,6,32;, 3;22,24,28;, 3;14,16,22;, 3;27,14,22;, 3;28,27,22;, 3;23,29,17;, 3;7,23,17;, 3;18,21,17;, 3;29,18,17;, 3;25,26,30;, 3;26,31,30;; MeshMaterialList { 6; 20; 0, 0, 1, 1, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 5, 5; Material { 1.000000;1.000000;1.000000;1.000000;; 210.909073; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "acs42b.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 198.181824; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "acs42b.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 172.727264; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "acs42b.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 158.181793; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "acs42b.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 194.545441; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "acs42b.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 194.545456; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "acs42b.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.385123;0.836689;-0.389399;, 0.385123;0.836689;-0.389399;, 0.682229;-0.242351;-0.689804;, 0.682229;-0.242351;-0.689804;, 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.638144;0.419793;-0.645403;, -0.638144;0.419793;-0.645403;, -0.241254;-0.939288;-0.243998;, -0.241254;-0.939288;-0.243998;, -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.241254;-0.939288;-0.243998;, -0.638144;0.419793;-0.645403;, -0.510332;0.829995;0.225098;, -0.494135;0.435761;0.752291;, 0.376499;-0.782055;0.496627;, 0.682229;-0.242351;-0.689804;, 0.385123;0.836689;-0.389399;, 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;6,4,32;, 3;20,6,32;, 3;22,24,28;, 3;14,16,22;, 3;27,14,22;, 3;28,27,22;, 3;23,29,17;, 3;7,23,17;, 3;18,21,17;, 3;29,18,17;, 3;25,26,30;, 3;26,31,30;; } MeshTextureCoords { 34; 0.260914;0.477256;, 0.259902;0.254044;, 0.305771;0.387395;, 0.260914;0.248697;, 0.297113;0.406250;, 0.987980;0.387395;, 0.296875;0.687500;, 0.988281;0.382812;, 0.980469;0.687500;, 0.259902;0.471605;, 0.047085;0.477256;, 0.049129;0.254044;, 0.305771;0.230119;, 0.047085;0.248697;, 0.297113;0.406250;, 0.987980;0.230119;, 0.296875;0.687500;, 0.988281;0.226562;, 0.304688;0.246558;, 0.049129;0.471605;, 0.835196;0.687500;, 0.449960;0.226563;, 0.835196;0.687500;, 0.449960;0.382812;, 0.980469;0.687500;, 0.632812;1.000000;, 0.663806;0.695312;, 0.834889;0.406250;, 0.980469;0.547411;, 0.304688;0.363058;, 0.875000;1.000000;, 0.844381;0.695312;, 0.834890;0.406250;, 0.980469;0.547411;; } } 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.110547,-0.083852,1.000000;; } Mesh wepbas2 { 20; -0.055354;-0.037326;0.094924;, -0.055354;0.011506;0.043162;, -0.037900;-0.010562;0.104040;, -0.037900;-0.010562;0.104040;, -0.037900;0.019793;0.071532;, -0.037900;0.019793;0.071532;, 0.055354;-0.037326;0.094924;, 0.055354;0.011506;0.043162;, 0.037900;-0.010562;0.104040;, 0.037900;-0.010562;0.104040;, 0.037900;0.019793;0.071532;, 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;5,1,0;, 3;3,5,0;, 3;13,15,14;, 3;12,13,14;, 3;11,4,2;, 3;9,11,2;, 3;17,19,6;, 3;8,17,6;, 3;10,7,18;, 3;16,10,18;; MeshMaterialList { 3; 10; 0, 0, 0, 0, 1, 1, 2, 2, 2, 2; Material { 1.000000;1.000000;1.000000;1.000000;; 209.090897; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "acs42b.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 212.727264; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "acs42b.bmp"; } } Material { 1.000000;1.000000;1.000000;1.000000;; 174.545441; 1.000000;1.000000;1.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "acs42b.bmp"; } } } MeshNormals { 20; -0.678965;0.204618;0.705080;, -0.332926;0.940363;-0.069841;, -0.219507;0.342768;0.913415;, -0.219507;0.342768;0.913415;, -0.512283;0.778203;0.363271;, -0.512283;0.778203;0.363271;, 0.339746;-0.097059;0.935496;, 0.666327;0.718845;0.198165;, 0.532198;0.407105;0.742314;, 0.532198;0.407105;0.742314;, 0.202935;0.934302;0.293082;, 0.202935;0.934302;0.293082;, 0.202935;0.934302;0.293082;, 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;5,1,0;, 3;3,5,0;, 3;13,15,14;, 3;12,13,14;, 3;11,4,2;, 3;9,11,2;, 3;17,19,6;, 3;8,17,6;, 3;10,7,18;, 3;16,10,18;; } MeshTextureCoords { 20; 0.226562;0.562500;, 0.227398;0.757812;, 0.023311;0.971957;, 0.269387;0.594209;, 0.023311;0.850487;, 0.269531;0.716286;, 0.227187;0.570313;, 0.226563;0.570313;, 0.269531;0.599873;, 0.277470;0.971957;, 0.268765;0.599873;, 0.277470;0.850487;, 0.269531;0.716286;, 0.269387;0.594209;, 0.227398;0.757812;, 0.226562;0.562500;, 0.268765;0.728252;, 0.269531;0.728252;, 0.226562;0.757812;, 0.227187;0.757813;; } } } } } AnimationSet { Animation anim-wepbar1 { {frm-wepbar1} AnimationKey { 2; 2; 1; 3; 0.000000, 0.058805, -0.140167;;, 60; 3; 0.000000, 0.058805, -0.140167;;; } } Animation anim-wepbar4 { {frm-wepbar4} AnimationKey { 2; 2; 1; 3; 0.000000, 0.000000, -0.291247;;, 60; 3; 0.000000, 0.000000, -0.291247;;; } } Animation anim-wepbar3 { {frm-wepbar3} AnimationKey { 2; 2; 1; 3; 0.000000, 0.000000, -0.177254;;, 60; 3; 0.000000, 0.000000, -0.177254;;; } } Animation anim-wepbar2 { {frm-wepbar2} AnimationKey { 2; 2; 1; 3; 0.000000, 0.000000, -0.070057;;, 60; 3; 0.000000, 0.000000, -0.070057;;; } } Animation anim-wepemt { {frm-wepemt} AnimationKey { 2; 2; 1; 3; 0.000000, 0.000000, -0.368960;;, 60; 3; 0.000000, 0.000000, -0.368960;;; } } Animation anim-wepbas1 { {frm-wepbas1} AnimationKey { 2; 2; 1; 3; 0.000000, 0.000600, 0.003045;;, 60; 3; 0.000000, 0.000600, 0.003045;;; } } Animation anim-wepbas2 { {frm-wepbas2} AnimationKey { 2; 2; 1; 3; 0.000023, 0.110547, 0.083852;;, 60; 3; 0.000023, 0.110547, 0.083852;;; } } }