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 { "Scalpel.png"; } } Frame Scalpel { 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 Scalpel { 66; -0.001707;-0.015920;-0.005060;, 0.001707;-0.015920;0.000071;, -0.001707;-0.015920;0.000071;, 0.001707;-0.015920;-0.005060;, 0.001707;-0.012358;-0.009840;, -0.001707;-0.012358;-0.009840;, 0.001707;0.107963;-0.008974;, -0.001707;0.107963;-0.008974;, -0.001707;0.107963;-0.008974;, 0.000252;0.109939;-0.007545;, 0.001707;0.107963;-0.008974;, -0.000252;0.109939;-0.007545;, -0.000252;0.109939;-0.007545;, -0.000000;0.115002;-0.007545;, 0.000252;0.109939;-0.007545;, 0.001707;-0.015920;-0.005060;, 0.001707;-0.012358;0.004851;, 0.001707;-0.015920;0.000071;, 0.001707;-0.012358;-0.009840;, 0.001707;0.113716;0.003985;, 0.001707;0.107963;-0.008974;, 0.001707;0.107963;-0.008974;, 0.000791;0.114170;0.002556;, 0.001707;0.113716;0.003985;, 0.000252;0.109939;-0.007545;, 0.000252;0.109939;-0.007545;, 0.000791;0.117966;0.002556;, 0.000791;0.114170;0.002556;, -0.000000;0.115002;-0.007545;, 0.000791;0.146931;0.002556;, -0.000000;0.146931;-0.010086;, 0.000000;0.172944;0.002556;, -0.000000;0.164280;-0.005377;, -0.001707;-0.012358;0.004851;, 0.001707;-0.012358;0.004851;, -0.001707;0.113716;0.003985;, 0.001707;0.113716;0.003985;, 0.001707;0.113716;0.003985;, -0.000791;0.114170;0.002556;, -0.001707;0.113716;0.003985;, 0.000791;0.114170;0.002556;, 0.000791;0.114170;0.002556;, -0.000791;0.117966;0.002556;, -0.000791;0.114170;0.002556;, 0.000791;0.117966;0.002556;, -0.000791;0.146931;0.002556;, 0.000791;0.146931;0.002556;, 0.000000;0.172944;0.002556;, -0.001707;-0.015920;0.000071;, -0.001707;-0.012358;-0.009840;, -0.001707;-0.015920;-0.005060;, -0.001707;-0.012358;0.004851;, -0.001707;0.107963;-0.008974;, -0.001707;0.113716;0.003985;, -0.001707;0.113716;0.003985;, -0.000252;0.109939;-0.007545;, -0.001707;0.107963;-0.008974;, -0.000791;0.114170;0.002556;, -0.000791;0.114170;0.002556;, -0.000000;0.115002;-0.007545;, -0.000252;0.109939;-0.007545;, -0.000791;0.117966;0.002556;, -0.000000;0.146931;-0.010086;, -0.000791;0.146931;0.002556;, -0.000000;0.164280;-0.005377;, 0.000000;0.172944;0.002556;; 44; 3;0,1,2;, 3;1,0,3;, 3;0,4,3;, 3;4,0,5;, 3;5,6,4;, 3;6,5,7;, 3;8,9,10;, 3;9,8,11;, 3;12,13,14;, 3;15,16,17;, 3;16,15,18;, 3;18,19,16;, 3;19,18,20;, 3;21,22,23;, 3;22,21,24;, 3;25,26,27;, 3;26,25,28;, 3;28,29,26;, 3;29,28,30;, 3;30,31,29;, 3;31,30,32;, 3;1,33,2;, 3;33,1,34;, 3;34,35,33;, 3;35,34,36;, 3;37,38,39;, 3;38,37,40;, 3;41,42,43;, 3;42,41,44;, 3;44,45,42;, 3;45,44,46;, 3;46,47,45;, 3;48,49,50;, 3;49,48,51;, 3;51,52,49;, 3;52,51,53;, 3;54,55,56;, 3;55,54,57;, 3;58,59,60;, 3;59,58,61;, 3;61,62,59;, 3;62,61,63;, 3;63,64,62;, 3;64,63,65;; MeshNormals { 66; 0.000000;-0.949174;-0.314752;, 0.000000;-0.949174;0.314752;, 0.000000;-0.949174;0.314752;, 0.000000;-0.949174;-0.314752;, 0.000000;-0.445385;-0.895339;, 0.000000;-0.445384;-0.895339;, 0.000000;0.007199;-0.999974;, 0.000000;0.007199;-0.999974;, 0.000000;0.585938;-0.810356;, 0.000000;0.585938;-0.810356;, 0.000000;0.585938;-0.810356;, 0.000000;0.585938;-0.810356;, 0.000000;0.000000;-1.000000;, 0.000000;0.000000;-1.000000;, 0.000000;0.000000;-1.000000;, 1.000000;-0.000000;-0.000000;, 1.000000;-0.000000;-0.000000;, 1.000000;0.000000;-0.000000;, 1.000000;-0.000000;-0.000000;, 1.000000;0.000000;-0.000000;, 1.000000;0.000000;-0.000000;, 0.647273;0.691431;-0.320875;, 0.729454;0.624782;-0.278467;, 0.735894;0.618844;-0.274758;, 0.631869;0.702280;-0.327939;, 0.995799;0.037955;-0.083334;, 0.997330;0.006091;-0.072776;, 0.998578;0.000000;-0.053320;, 0.996034;0.027884;-0.084489;, 0.997864;0.013164;-0.063992;, 0.998255;0.009491;-0.058289;, 0.999100;0.018539;-0.038149;, 1.000000;0.000000;-0.000000;, 0.000000;-0.445532;0.895266;, 0.000000;-0.445532;0.895266;, 0.000000;0.006871;0.999976;, 0.000000;0.006871;0.999976;, 0.000000;0.953018;0.302914;, 0.000000;0.953018;0.302914;, 0.000000;0.953018;0.302914;, 0.000000;0.953018;0.302914;, 0.000000;0.000000;1.000000;, 0.000000;-0.000000;1.000000;, 0.000000;0.000000;1.000000;, 0.000000;-0.000000;1.000000;, 0.000000;0.000000;1.000000;, 0.000000;0.000000;1.000000;, 0.000000;0.000000;1.000000;, -1.000000;-0.000000;0.000000;, -1.000000;-0.000000;0.000000;, -1.000000;0.000000;0.000000;, -1.000000;-0.000000;0.000000;, -1.000000;0.000000;0.000000;, -1.000000;0.000000;0.000000;, -0.731105;0.615692;-0.293956;, -0.649503;0.694524;-0.309487;, -0.644518;0.698810;-0.310262;, -0.748410;0.596540;-0.289865;, -0.996951;0.012058;-0.077099;, -0.996943;0.020304;-0.075451;, -0.996031;0.049547;-0.073941;, -0.997162;-0.002790;-0.075229;, -0.997917;0.007192;-0.064115;, -0.998236;0.010307;-0.058472;, -0.998805;0.026886;-0.040819;, -0.998987;0.030385;-0.033184;; 44; 3;0,1,2;, 3;1,0,3;, 3;0,4,3;, 3;4,0,5;, 3;5,6,4;, 3;6,5,7;, 3;8,9,10;, 3;9,8,11;, 3;12,13,14;, 3;15,16,17;, 3;16,15,18;, 3;18,19,16;, 3;19,18,20;, 3;21,22,23;, 3;22,21,24;, 3;25,26,27;, 3;26,25,28;, 3;28,29,26;, 3;29,28,30;, 3;30,31,29;, 3;31,30,32;, 3;1,33,2;, 3;33,1,34;, 3;34,35,33;, 3;35,34,36;, 3;37,38,39;, 3;38,37,40;, 3;41,42,43;, 3;42,41,44;, 3;44,45,42;, 3;45,44,46;, 3;46,47,45;, 3;48,49,50;, 3;49,48,51;, 3;51,52,49;, 3;52,51,53;, 3;54,55,56;, 3;55,54,57;, 3;58,59,60;, 3;59,58,61;, 3;61,62,59;, 3;62,61,63;, 3;63,64,62;, 3;64,63,65;; } MeshMaterialList { 1; 44; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 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 { 66; 0.332489;0.996798;, 0.235313;0.996798;, 0.235313;0.996798;, 0.332489;0.996798;, 0.423030;0.980981;, 0.423030;0.980981;, 0.406623;0.349384;, 0.406623;0.349384;, 0.406623;0.349384;, 0.379560;0.339011;, 0.406623;0.349384;, 0.379560;0.339011;, 0.379560;0.339011;, 0.379560;0.312433;, 0.379560;0.339011;, 0.332489;0.996798;, 0.144771;0.980981;, 0.235313;0.996798;, 0.423030;0.980981;, 0.161178;0.319183;, 0.406623;0.349384;, 0.406623;0.349384;, 0.188242;0.316799;, 0.161178;0.319183;, 0.379560;0.339011;, 0.379560;0.339011;, 0.188242;0.296875;, 0.188242;0.316799;, 0.379560;0.312433;, 0.188242;0.144830;, 0.427678;0.144830;, 0.188242;0.008283;, 0.338490;0.053758;, 0.144771;0.980981;, 0.144771;0.980981;, 0.161178;0.319183;, 0.161178;0.319183;, 0.161178;0.319183;, 0.188242;0.316799;, 0.161178;0.319183;, 0.188242;0.316799;, 0.188242;0.316799;, 0.188242;0.296875;, 0.188242;0.316799;, 0.188242;0.296875;, 0.188242;0.144830;, 0.188242;0.144830;, 0.188242;0.008283;, 0.235313;0.996798;, 0.423030;0.980981;, 0.332489;0.996798;, 0.144771;0.980981;, 0.406623;0.349384;, 0.161178;0.319183;, 0.161178;0.319183;, 0.379560;0.339011;, 0.406623;0.349384;, 0.188242;0.316799;, 0.188242;0.316799;, 0.379560;0.312433;, 0.379560;0.339011;, 0.188242;0.296875;, 0.427678;0.144830;, 0.188242;0.144830;, 0.338490;0.053758;, 0.188242;0.008283;; } } }