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 { "IcePick.png"; } } Frame IcePick { 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.013781,-0.003011,1.000000;; } Mesh IcePick { 50; 0.016825;0.000000;0.000000;, 0.005199;0.084281;0.016002;, 0.005199;0.000000;0.016002;, 0.016825;0.084281;0.000000;, 0.005199;0.000000;0.016002;, -0.013612;0.084281;0.009890;, -0.013612;0.000000;0.009890;, 0.005199;0.084281;0.016002;, -0.013612;0.084281;-0.009890;, -0.013612;0.000000;-0.009890;, 0.005199;0.084281;-0.016002;, 0.005199;0.000000;-0.016002;, 0.012241;-0.004294;-0.000000;, 0.003783;-0.004294;0.011641;, 0.003783;-0.004294;0.011641;, -0.009903;-0.004294;0.007195;, -0.009903;-0.004294;-0.007195;, 0.003783;-0.004294;-0.011641;, 0.000000;-0.007695;-0.000000;, 0.003640;0.086719;0.011204;, 0.011780;0.086719;0.000000;, -0.009531;0.086719;0.006924;, 0.003640;0.086719;0.011204;, -0.009531;0.086719;-0.006924;, 0.003640;0.086719;-0.011204;, 0.011780;0.095000;0.000000;, -0.000000;0.098190;0.000000;, 0.003640;0.095000;0.011204;, 0.003640;0.095000;0.011204;, -0.009531;0.095000;0.006924;, -0.009531;0.095000;-0.006924;, 0.003640;0.095000;-0.011204;, 0.011780;0.086719;0.000000;, 0.003640;0.086719;0.011204;, 0.003640;0.086719;0.011204;, -0.009531;0.086719;0.006924;, -0.009531;0.086719;-0.006924;, 0.003640;0.086719;-0.011204;, -0.002360;0.095642;0.000570;, -0.000000;0.234889;-0.001791;, 0.000000;0.095642;-0.001791;, -0.002360;0.234889;0.000570;, 0.000000;0.242497;0.000570;, 0.002360;0.234889;0.000570;, 0.002360;0.095642;0.000570;, 0.000000;0.242497;0.000570;, 0.000000;0.234889;0.002930;, 0.000000;0.095642;0.002930;, 0.000000;0.242497;0.000570;, 0.000000;0.242497;0.000570;; 62; 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;2,12,0;, 3;12,2,13;, 3;6,14,4;, 3;14,6,15;, 3;9,15,6;, 3;15,9,16;, 3;11,16,9;, 3;16,11,17;, 3;0,17,11;, 3;17,0,12;, 3;13,18,12;, 3;15,18,14;, 3;16,18,15;, 3;17,18,16;, 3;12,18,17;, 3;3,19,1;, 3;19,3,20;, 3;7,21,5;, 3;21,7,22;, 3;5,23,8;, 3;23,5,21;, 3;8,24,10;, 3;24,8,23;, 3;10,20,3;, 3;20,10,24;, 3;25,26,27;, 3;28,26,29;, 3;29,26,30;, 3;30,26,31;, 3;31,26,25;, 3;32,27,33;, 3;27,32,25;, 3;34,29,35;, 3;29,34,28;, 3;35,30,36;, 3;30,35,29;, 3;36,31,37;, 3;31,36,30;, 3;37,25,32;, 3;25,37,31;, 3;38,39,40;, 3;39,38,41;, 3;41,42,39;, 3;40,43,44;, 3;43,40,39;, 3;39,45,43;, 3;44,46,47;, 3;46,44,43;, 3;43,48,46;, 3;47,41,38;, 3;41,47,46;, 3;46,49,41;; MeshNormals { 50; 0.936084;-0.351777;0.000000;, 0.274800;0.457380;0.845747;, 0.289266;-0.351777;0.890269;, 0.889272;0.457380;-0.000000;, 0.289266;-0.351777;0.890269;, -0.719436;0.457380;0.522701;, -0.757308;-0.351777;0.550216;, 0.274800;0.457380;0.845747;, -0.719436;0.457380;-0.522701;, -0.757308;-0.351777;-0.550216;, 0.274800;0.457380;-0.845747;, 0.289266;-0.351777;-0.890269;, 0.554482;-0.832196;0.000000;, 0.171344;-0.832195;0.527344;, 0.171344;-0.832195;0.527344;, -0.448586;-0.832195;0.325917;, -0.448586;-0.832195;-0.325917;, 0.171345;-0.832196;-0.527344;, 0.000000;-1.000000;-0.000000;, 0.134443;0.900399;0.413773;, 0.435066;0.900398;0.000000;, -0.351976;0.900399;0.255726;, 0.134443;0.900399;0.413773;, -0.351976;0.900399;-0.255726;, 0.134443;0.900399;-0.413773;, 0.856006;0.516966;-0.000000;, 0.000000;1.000000;-0.000000;, 0.264520;0.516966;0.814110;, 0.264520;0.516966;0.814110;, -0.692524;0.516966;0.503148;, -0.692523;0.516966;-0.503148;, 0.264521;0.516966;-0.814110;, 1.000000;0.000000;-0.000000;, 0.309017;0.000000;0.951057;, 0.309017;0.000000;0.951057;, -0.809017;0.000000;0.587785;, -0.809017;0.000000;-0.587785;, 0.309017;0.000000;-0.951057;, -1.000000;-0.000000;0.000000;, -0.000000;0.140723;-0.990049;, 0.000000;-0.000000;-1.000000;, -0.990049;0.140723;0.000000;, -0.690682;0.214281;-0.690682;, 0.990049;0.140723;-0.000000;, 1.000000;-0.000000;0.000000;, 0.690682;0.214281;-0.690682;, 0.000000;0.140723;0.990049;, -0.000000;-0.000000;1.000000;, 0.690682;0.214280;0.690682;, -0.690682;0.214281;0.690682;; 62; 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;2,12,0;, 3;12,2,13;, 3;6,14,4;, 3;14,6,15;, 3;9,15,6;, 3;15,9,16;, 3;11,16,9;, 3;16,11,17;, 3;0,17,11;, 3;17,0,12;, 3;13,18,12;, 3;15,18,14;, 3;16,18,15;, 3;17,18,16;, 3;12,18,17;, 3;3,19,1;, 3;19,3,20;, 3;7,21,5;, 3;21,7,22;, 3;5,23,8;, 3;23,5,21;, 3;8,24,10;, 3;24,8,23;, 3;10,20,3;, 3;20,10,24;, 3;25,26,27;, 3;28,26,29;, 3;29,26,30;, 3;30,26,31;, 3;31,26,25;, 3;32,27,33;, 3;27,32,25;, 3;34,29,35;, 3;29,34,28;, 3;35,30,36;, 3;30,35,29;, 3;36,31,37;, 3;31,36,30;, 3;37,25,32;, 3;25,37,31;, 3;38,39,40;, 3;39,38,41;, 3;41,42,39;, 3;40,43,44;, 3;43,40,39;, 3;39,45,43;, 3;44,46,47;, 3;46,44,43;, 3;43,48,46;, 3;47,41,38;, 3;41,47,46;, 3;46,49,41;; } MeshMaterialList { 1; 62; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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 { 50; 0.534501;0.963936;, 0.672259;0.689634;, 0.672259;0.963936;, 0.534501;0.689634;, 0.025822;0.963936;, 0.154328;0.689634;, 0.154328;0.963936;, 0.025822;0.689634;, 0.268236;0.689634;, 0.268236;0.963936;, 0.396742;0.689634;, 0.396742;0.963936;, 0.534501;0.977913;, 0.676145;0.977913;, 0.029708;0.977913;, 0.156097;0.977913;, 0.266467;0.977913;, 0.392856;0.977913;, 0.330581;0.988980;, 0.676707;0.681700;, 0.534500;0.681700;, 0.156342;0.681700;, 0.030270;0.681700;, 0.266222;0.681700;, 0.392294;0.681700;, 0.534501;0.654748;, 0.332815;0.644367;, 0.676707;0.654748;, 0.030270;0.654748;, 0.156342;0.654748;, 0.266222;0.654748;, 0.392294;0.654748;, 0.534500;0.681700;, 0.676707;0.681700;, 0.030270;0.681700;, 0.156342;0.681700;, 0.266222;0.681700;, 0.392294;0.681700;, 0.825434;0.974607;, 0.865651;0.122881;, 0.865651;0.974607;, 0.825434;0.122881;, 0.811498;0.076343;, 0.748716;0.122881;, 0.748716;0.974607;, 0.811498;0.076343;, 0.786835;0.122881;, 0.786835;0.974607;, 0.811498;0.076343;, 0.811498;0.076343;; } } }