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 _07_-_Default { 1.000000;1.000000;1.000000;1.000000;; 9.999999; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "Jar_Romoulade.png"; } } Frame Jar { 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 Jar { 70; 0.025559;0.000000;-0.000000;, 0.024425;0.005838;0.024425;, 0.018073;-0.000000;0.018073;, 0.034543;0.005838;0.000000;, -0.000000;0.005838;0.034543;, -0.000000;-0.000000;0.025559;, -0.000000;-0.000000;0.025559;, -0.024425;0.005838;0.024425;, -0.018073;-0.000000;0.018073;, -0.000000;0.005838;0.034543;, -0.034543;0.005838;-0.000000;, -0.025559;0.000000;-0.000000;, -0.024425;0.005838;-0.024425;, -0.018073;-0.000000;-0.018073;, 0.000000;0.005838;-0.034543;, 0.000000;-0.000000;-0.025559;, 0.024425;0.005838;-0.024425;, 0.018073;-0.000000;-0.018073;, 0.024425;0.082997;0.024425;, 0.034543;0.082997;-0.000000;, -0.000000;0.082997;0.034543;, -0.024425;0.082997;0.024425;, -0.000000;0.082997;0.034543;, -0.034543;0.082997;-0.000000;, -0.024425;0.082997;-0.024425;, 0.000000;0.082997;-0.034543;, 0.024425;0.082997;-0.024425;, 0.022256;0.086118;0.022256;, 0.031475;0.086118;-0.000000;, -0.000000;0.086118;0.031475;, -0.022256;0.086118;0.022256;, -0.000000;0.086118;0.031475;, -0.031475;0.086118;-0.000000;, -0.022256;0.086118;-0.022256;, 0.000000;0.086118;-0.031475;, 0.022256;0.086118;-0.022256;, 0.000000;-0.000000;-0.025559;, -0.025559;0.000000;-0.000000;, -0.018073;-0.000000;-0.018073;, -0.000000;-0.000000;0.025559;, -0.018073;-0.000000;0.018073;, 0.025559;0.000000;-0.000000;, 0.018073;-0.000000;0.018073;, 0.018073;-0.000000;-0.018073;, 0.031235;0.005838;0.000000;, 0.022256;0.086118;0.022256;, 0.031475;0.086118;-0.000000;, 0.022086;0.005838;0.022086;, -0.000000;0.086118;0.031475;, -0.000000;0.005838;0.031235;, -0.000000;0.005838;0.031235;, -0.022256;0.086118;0.022256;, -0.000000;0.086118;0.031475;, -0.022086;0.005838;0.022086;, -0.031475;0.086118;-0.000000;, -0.031235;0.005838;-0.000000;, -0.022256;0.086118;-0.022256;, -0.022086;0.005838;-0.022086;, 0.000000;0.086118;-0.031475;, 0.000000;0.005838;-0.031235;, 0.022256;0.086118;-0.022256;, 0.022086;0.005838;-0.022086;, 0.022086;0.005838;0.022086;, -0.022086;0.005838;0.022086;, -0.000000;0.005838;0.031235;, 0.031235;0.005838;0.000000;, -0.031235;0.005838;-0.000000;, 0.022086;0.005838;-0.022086;, -0.022086;0.005838;-0.022086;, 0.000000;0.005838;-0.031235;; 76; 3;0,1,2;, 3;1,0,3;, 3;2,4,5;, 3;4,2,1;, 3;6,7,8;, 3;7,6,9;, 3;8,10,11;, 3;10,8,7;, 3;11,12,13;, 3;12,11,10;, 3;13,14,15;, 3;14,13,12;, 3;15,16,17;, 3;16,15,14;, 3;17,3,0;, 3;3,17,16;, 3;3,18,1;, 3;18,3,19;, 3;1,20,4;, 3;20,1,18;, 3;9,21,7;, 3;21,9,22;, 3;7,23,10;, 3;23,7,21;, 3;10,24,12;, 3;24,10,23;, 3;12,25,14;, 3;25,12,24;, 3;14,26,16;, 3;26,14,25;, 3;16,19,3;, 3;19,16,26;, 3;19,27,18;, 3;27,19,28;, 3;18,29,20;, 3;29,18,27;, 3;22,30,21;, 3;30,22,31;, 3;21,32,23;, 3;32,21,30;, 3;23,33,24;, 3;33,23,32;, 3;24,34,25;, 3;34,24,33;, 3;25,35,26;, 3;35,25,34;, 3;26,28,19;, 3;28,26,35;, 3;36,37,38;, 3;37,39,40;, 3;39,41,42;, 3;37,41,39;, 3;36,41,37;, 3;43,41,36;, 3;44,45,46;, 3;45,44,47;, 3;47,48,45;, 3;48,47,49;, 3;50,51,52;, 3;51,50,53;, 3;53,54,51;, 3;54,53,55;, 3;55,56,54;, 3;56,55,57;, 3;57,58,56;, 3;58,57,59;, 3;59,60,58;, 3;60,59,61;, 3;61,46,60;, 3;46,61,44;, 3;62,63,64;, 3;65,63,62;, 3;65,66,63;, 3;67,66,65;, 3;67,68,66;, 3;67,69,68;; MeshNormals { 70; 0.544871;-0.838520;-0.000000;, 0.637044;-0.433992;0.637044;, 0.385282;-0.838520;0.385282;, 0.900917;-0.433992;0.000000;, -0.000000;-0.433992;0.900917;, 0.000000;-0.838520;0.544871;, 0.000000;-0.838520;0.544871;, -0.637044;-0.433992;0.637044;, -0.385282;-0.838520;0.385282;, -0.000000;-0.433992;0.900917;, -0.900917;-0.433992;-0.000000;, -0.544871;-0.838520;-0.000000;, -0.637044;-0.433992;-0.637044;, -0.385282;-0.838520;-0.385282;, 0.000000;-0.433992;-0.900917;, 0.000000;-0.838520;-0.544871;, 0.637044;-0.433992;-0.637044;, 0.385282;-0.838520;-0.385282;, 0.662444;0.349766;0.662444;, 0.936837;0.349766;-0.000000;, -0.000000;0.349766;0.936837;, -0.662444;0.349766;0.662444;, -0.000000;0.349766;0.936837;, -0.936837;0.349766;-0.000000;, -0.662444;0.349766;-0.662444;, -0.000000;0.349766;-0.936837;, 0.662444;0.349766;-0.662444;, 0.504224;0.701082;0.504224;, 0.713081;0.701082;-0.000000;, 0.000000;0.701082;0.713081;, -0.504224;0.701082;0.504224;, 0.000000;0.701082;0.713081;, -0.713081;0.701082;-0.000000;, -0.504224;0.701082;-0.504224;, 0.000000;0.701082;-0.713081;, 0.504224;0.701082;-0.504224;, 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;0.000000;, -0.000000;-1.000000;0.000000;, -0.999996;0.002989;-0.000000;, -0.707104;0.002988;-0.707104;, -0.999996;0.002988;0.000000;, -0.707104;0.002989;-0.707104;, 0.000000;0.002988;-0.999996;, 0.000000;0.002988;-0.999996;, 0.000000;0.002988;-0.999996;, 0.707104;0.002989;-0.707104;, 0.000000;0.002988;-0.999996;, 0.707104;0.002988;-0.707104;, 0.999996;0.002989;0.000000;, 0.999996;0.002988;0.000000;, 0.707104;0.002989;0.707104;, 0.707104;0.002989;0.707104;, 0.000000;0.002989;0.999996;, -0.000000;0.002989;0.999996;, -0.707104;0.002989;0.707104;, -0.707104;0.002989;0.707104;, 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;0.000000;, 0.000000;1.000000;0.000000;; 76; 3;0,1,2;, 3;1,0,3;, 3;2,4,5;, 3;4,2,1;, 3;6,7,8;, 3;7,6,9;, 3;8,10,11;, 3;10,8,7;, 3;11,12,13;, 3;12,11,10;, 3;13,14,15;, 3;14,13,12;, 3;15,16,17;, 3;16,15,14;, 3;17,3,0;, 3;3,17,16;, 3;3,18,1;, 3;18,3,19;, 3;1,20,4;, 3;20,1,18;, 3;9,21,7;, 3;21,9,22;, 3;7,23,10;, 3;23,7,21;, 3;10,24,12;, 3;24,10,23;, 3;12,25,14;, 3;25,12,24;, 3;14,26,16;, 3;26,14,25;, 3;16,19,3;, 3;19,16,26;, 3;19,27,18;, 3;27,19,28;, 3;18,29,20;, 3;29,18,27;, 3;22,30,21;, 3;30,22,31;, 3;21,32,23;, 3;32,21,30;, 3;23,33,24;, 3;33,23,32;, 3;24,34,25;, 3;34,24,33;, 3;25,35,26;, 3;35,25,34;, 3;26,28,19;, 3;28,26,35;, 3;36,37,38;, 3;37,39,40;, 3;39,41,42;, 3;37,41,39;, 3;36,41,37;, 3;43,41,36;, 3;44,45,46;, 3;45,44,47;, 3;47,48,45;, 3;48,47,49;, 3;50,51,52;, 3;51,50,53;, 3;53,54,51;, 3;54,53,55;, 3;55,56,54;, 3;56,55,57;, 3;57,58,56;, 3;58,57,59;, 3;59,60,58;, 3;60,59,61;, 3;61,46,60;, 3;46,61,44;, 3;62,63,64;, 3;65,63,62;, 3;65,66,63;, 3;67,66,65;, 3;67,68,66;, 3;67,69,68;; } MeshMaterialList { 1; 76; 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, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0; { _07_-_Default } } MeshTextureCoords c1 { 70; 0.739359;0.988808;, 0.861177;0.937326;, 0.855756;0.988622;, 0.740856;0.937236;, 0.985138;0.946626;, 0.959593;1.000000;, 0.036407;1.000000;, 0.134823;0.937326;, 0.140245;0.988622;, 0.010861;0.946626;, 0.255146;0.937236;, 0.256643;0.988808;, 0.376478;0.937344;, 0.376825;0.989125;, 0.498003;0.937282;, 0.498003;0.989162;, 0.619526;0.937344;, 0.619180;0.989125;, 0.867882;0.511416;, 0.742918;0.510564;, 0.996000;0.514731;, 0.128119;0.511416;, 0.000000;0.514731;, 0.253085;0.510564;, 0.375727;0.510318;, 0.498003;0.509992;, 0.620277;0.510318;, 0.868144;0.489266;, 0.743784;0.488629;, 0.989547;0.491805;, 0.127857;0.489266;, 0.006453;0.491805;, 0.252218;0.488629;, 0.375436;0.488298;, 0.498003;0.487830;, 0.620569;0.488298;, 0.716608;0.347404;, 0.593800;0.470212;, 0.680639;0.434242;, 0.470992;0.347404;, 0.506961;0.434242;, 0.593800;0.224596;, 0.506961;0.260565;, 0.680638;0.260565;, 0.740856;0.937236;, 0.868144;0.489266;, 0.743784;0.488629;, 0.861177;0.937326;, 0.989547;0.491805;, 0.985138;0.946626;, 0.010861;0.946626;, 0.127857;0.489266;, 0.006453;0.491805;, 0.134823;0.937326;, 0.252218;0.488629;, 0.255146;0.937236;, 0.375436;0.488298;, 0.376478;0.937344;, 0.498003;0.487830;, 0.498003;0.937282;, 0.620569;0.488298;, 0.619526;0.937344;, 0.506961;0.260565;, 0.506961;0.434242;, 0.470992;0.347404;, 0.593800;0.224596;, 0.593800;0.470212;, 0.680638;0.260565;, 0.680639;0.434242;, 0.716608;0.347404;; } } }