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]; } Material _01_-_Default { 1.000000;1.000000;1.000000;1.000000;; 9.999999; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "NightStick.png"; } } Frame Nightstick { 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 Nightstick { 59; 0.010902;-0.035800;-0.000000;, 0.003369;0.367698;0.010368;, 0.003369;-0.035800;0.010368;, 0.010902;0.367698;-0.000000;, 0.003369;-0.035800;0.010368;, -0.008820;0.367698;0.006408;, -0.008820;-0.035800;0.006408;, 0.003369;0.367698;0.010368;, -0.008820;0.367698;-0.006408;, -0.008820;-0.035800;-0.006408;, 0.003369;0.367698;-0.010368;, 0.003369;-0.035800;-0.010368;, 0.003369;-0.035800;0.010368;, -0.000000;-0.038490;-0.000000;, 0.010902;-0.035800;-0.000000;, -0.008820;-0.035800;0.006408;, -0.008820;-0.035800;-0.006408;, 0.003369;-0.035800;-0.010368;, 0.010902;0.367698;-0.000000;, -0.000000;0.370927;-0.000000;, 0.003369;0.367698;0.010368;, -0.008820;0.367698;0.006408;, -0.008820;0.367698;-0.006408;, 0.003369;0.367698;-0.010368;, 0.009079;0.064098;0.001052;, 0.002578;0.071520;-0.084193;, 0.002578;0.071520;0.001052;, 0.009079;0.064098;-0.084193;, -0.007940;0.068685;-0.084193;, -0.007940;0.068685;0.001052;, -0.007939;0.059510;-0.084193;, -0.007939;0.059510;0.001052;, 0.002578;0.056675;-0.084193;, 0.002578;0.056675;0.001052;, 0.002578;0.056675;0.001052;, 0.002578;0.056675;-0.084193;, -0.000827;0.063859;-0.092868;, -0.009652;0.070897;-0.088452;, -0.000827;0.075147;-0.088452;, -0.011832;0.061348;-0.088452;, -0.005725;0.053690;-0.088452;, 0.004070;0.053690;-0.088452;, 0.010177;0.061348;-0.088452;, 0.007998;0.070897;-0.088452;, -0.011832;0.072635;-0.075219;, -0.000827;0.077934;-0.075219;, -0.014549;0.060727;-0.075219;, -0.006934;0.051178;-0.075219;, 0.005280;0.051178;-0.075219;, 0.012895;0.060727;-0.075219;, 0.010177;0.072635;-0.075219;, -0.000827;0.063859;-0.074948;, -0.000827;0.077934;-0.075219;, -0.011832;0.072635;-0.075219;, -0.014549;0.060727;-0.075219;, -0.006934;0.051178;-0.075219;, 0.005280;0.051178;-0.075219;, 0.012895;0.060727;-0.075219;, 0.010177;0.072635;-0.075219;; 58; 3;0,1,2;, 3;1,0,3;, 3;4,5,6;, 3;5,4,7;, 3;6,8,9;, 3;8,6,5;, 3;9,10,11;, 3;10,9,8;, 3;11,3,0;, 3;3,11,10;, 3;12,13,14;, 3;15,13,12;, 3;16,13,15;, 3;17,13,16;, 3;14,13,17;, 3;18,19,20;, 3;20,19,21;, 3;21,19,22;, 3;22,19,23;, 3;23,19,18;, 3;24,25,26;, 3;25,24,27;, 3;26,28,29;, 3;28,26,25;, 3;29,30,31;, 3;30,29,28;, 3;31,32,33;, 3;32,31,30;, 3;34,27,24;, 3;27,34,35;, 3;36,37,38;, 3;36,39,37;, 3;36,40,39;, 3;36,41,40;, 3;36,42,41;, 3;36,43,42;, 3;36,38,43;, 3;44,38,37;, 3;38,44,45;, 3;46,37,39;, 3;37,46,44;, 3;47,39,40;, 3;39,47,46;, 3;48,40,41;, 3;40,48,47;, 3;49,41,42;, 3;41,49,48;, 3;50,42,43;, 3;42,50,49;, 3;45,43,38;, 3;43,45,50;, 3;51,52,53;, 3;51,53,54;, 3;51,54,55;, 3;51,55,56;, 3;51,56,57;, 3;51,57,58;, 3;51,58,52;; MeshNormals { 59; 0.851757;-0.523937;0.000000;, 0.265880;0.509610;0.818294;, 0.263208;-0.523937;0.810069;, 0.860406;0.509610;0.000000;, 0.263208;-0.523937;0.810069;, -0.696083;0.509610;0.505734;, -0.689086;-0.523937;0.500650;, 0.265880;0.509610;0.818294;, -0.696083;0.509610;-0.505734;, -0.689086;-0.523937;-0.500651;, 0.265880;0.509610;-0.818294;, 0.263208;-0.523937;-0.810069;, 0.263208;-0.523937;0.810069;, -0.000000;-1.000000;0.000000;, 0.851757;-0.523937;0.000000;, -0.689086;-0.523937;0.500650;, -0.689086;-0.523937;-0.500651;, 0.263208;-0.523937;-0.810069;, 0.860406;0.509610;0.000000;, 0.000000;1.000000;0.000000;, 0.265880;0.509610;0.818294;, -0.696083;0.509610;0.505734;, -0.696083;0.509610;-0.505734;, 0.265880;0.509610;-0.818294;, 1.000000;-0.000000;-0.000000;, 0.289892;0.957059;-0.000000;, 0.289892;0.957060;0.000000;, 1.000000;-0.000000;-0.000000;, -0.793807;0.608169;0.000000;, -0.793807;0.608169;0.000000;, -0.793807;-0.608170;0.000000;, -0.793807;-0.608170;0.000000;, 0.289892;-0.957059;0.000000;, 0.289892;-0.957059;-0.000000;, 0.289892;-0.957059;-0.000000;, 0.289892;-0.957059;0.000000;, -0.000000;0.000000;-1.000000;, -0.632516;0.504414;-0.587783;, -0.000000;0.809018;-0.587784;, -0.788735;-0.180024;-0.587783;, -0.351020;-0.728900;-0.587783;, 0.351020;-0.728900;-0.587783;, 0.788735;-0.180024;-0.587783;, 0.632516;0.504415;-0.587784;, -0.660159;0.526459;0.535752;, 0.000000;0.844375;0.535752;, -0.823205;-0.187891;0.535753;, -0.366360;-0.760756;0.535752;, 0.366361;-0.760756;0.535753;, 0.823205;-0.187891;0.535752;, 0.660159;0.526460;0.535752;, 0.000000;0.000000;1.000000;, 0.000000;0.844375;0.535752;, -0.660159;0.526459;0.535752;, -0.823205;-0.187891;0.535753;, -0.366360;-0.760756;0.535752;, 0.366361;-0.760756;0.535753;, 0.823205;-0.187891;0.535752;, 0.660159;0.526460;0.535752;; 58; 3;0,1,2;, 3;1,0,3;, 3;4,5,6;, 3;5,4,7;, 3;6,8,9;, 3;8,6,5;, 3;9,10,11;, 3;10,9,8;, 3;11,3,0;, 3;3,11,10;, 3;12,13,14;, 3;15,13,12;, 3;16,13,15;, 3;17,13,16;, 3;14,13,17;, 3;18,19,20;, 3;20,19,21;, 3;21,19,22;, 3;22,19,23;, 3;23,19,18;, 3;24,25,26;, 3;25,24,27;, 3;26,28,29;, 3;28,26,25;, 3;29,30,31;, 3;30,29,28;, 3;31,32,33;, 3;32,31,30;, 3;34,27,24;, 3;27,34,35;, 3;36,37,38;, 3;36,39,37;, 3;36,40,39;, 3;36,41,40;, 3;36,42,41;, 3;36,43,42;, 3;36,38,43;, 3;44,38,37;, 3;38,44,45;, 3;46,37,39;, 3;37,46,44;, 3;47,39,40;, 3;39,47,46;, 3;48,40,41;, 3;40,48,47;, 3;49,41,42;, 3;41,49,48;, 3;50,42,43;, 3;42,50,49;, 3;45,43,38;, 3;43,45,50;, 3;51,52,53;, 3;51,53,54;, 3;51,54,55;, 3;51,55,56;, 3;51,56,57;, 3;51,57,58;, 3;51,58,52;; } MeshMaterialList { 1; 58; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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_-_Default } } MeshTextureCoords c1 { 59; 0.023164;0.998000;, 0.002000;0.002000;, 0.002000;0.998000;, 0.023164;0.002000;, 0.124840;0.998000;, 0.099231;0.002348;, 0.099231;0.997652;, 0.124840;0.002000;, 0.071301;0.002348;, 0.071301;0.997652;, 0.044854;0.002000;, 0.044854;0.998000;, 0.213501;0.335381;, 0.234536;0.400120;, 0.166465;0.400120;, 0.289607;0.360109;, 0.289607;0.440131;, 0.213501;0.464859;, 0.331833;0.420225;, 0.399914;0.420225;, 0.378876;0.484974;, 0.454993;0.460242;, 0.454993;0.380208;, 0.378876;0.355476;, 0.485298;0.077336;, 0.134829;0.120911;, 0.485298;0.120911;, 0.134829;0.077336;, 0.134829;0.183161;, 0.485298;0.183161;, 0.134829;0.226737;, 0.485298;0.226737;, 0.134829;0.269620;, 0.485298;0.269620;, 0.485298;0.031884;, 0.134829;0.031884;, 0.310476;0.852962;, 0.359800;0.813120;, 0.310476;0.787080;, 0.371953;0.868856;, 0.338181;0.912524;, 0.282363;0.912524;, 0.247561;0.867827;, 0.261216;0.810856;, 0.424616;0.750781;, 0.310396;0.694442;, 0.452826;0.877372;, 0.373783;0.978890;, 0.247008;0.978890;, 0.167965;0.877372;, 0.196175;0.750781;, 0.249960;0.570128;, 0.249959;0.651903;, 0.178158;0.621114;, 0.160424;0.551932;, 0.210113;0.496452;, 0.289806;0.496452;, 0.339495;0.551932;, 0.321761;0.621114;; } } }