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 Material__134 { 1.000000;1.000000;1.000000;1.000000;; 9.999999; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "Objects_GolfClub.png"; } } Frame Golf_Club { 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 Golf_Club { 60; -0.006109;0.000206;-0.000000;, -0.000879;0.130887;0.006195;, -0.005380;0.130887;-0.000000;, -0.001104;0.000206;0.006888;, 0.006404;0.130887;0.003829;, 0.006994;0.000206;0.004257;, 0.006404;0.130887;-0.003829;, 0.006994;0.000206;-0.004257;, -0.000879;0.130887;-0.006195;, -0.001104;0.000207;-0.006889;, -0.000061;0.172490;0.003678;, -0.002734;0.172490;0.000000;, 0.004263;0.172490;0.002274;, 0.004263;0.172490;-0.002273;, -0.000061;0.172490;-0.003679;, -0.002734;0.172490;0.000000;, -0.000059;0.346892;0.003672;, -0.002727;0.346892;0.000000;, -0.000061;0.172490;0.003678;, 0.004257;0.346892;0.002269;, 0.004263;0.172490;0.002274;, 0.004267;0.346860;-0.002256;, 0.004263;0.172490;-0.002273;, -0.000069;0.346810;-0.003669;, -0.000061;0.172490;-0.003679;, 0.000219;0.506741;0.004301;, -0.002813;0.505989;0.000875;, 0.005439;0.506094;0.001441;, -0.000536;0.505878;0.000389;, -0.006109;0.000206;-0.000000;, 0.006994;0.000206;0.004257;, -0.001104;0.000206;0.006888;, 0.006994;0.000206;-0.004257;, -0.001104;0.000207;-0.006889;, 0.067326;0.568927;0.002314;, 0.065949;0.549971;0.003261;, 0.066081;0.549862;0.001984;, 0.066982;0.568748;0.003097;, 0.003116;0.533644;0.009260;, -0.007095;0.543906;0.001805;, 0.005439;0.506094;0.001441;, 0.019082;0.521272;0.001617;, 0.003116;0.533644;0.009260;, -0.001113;0.525624;0.001216;, -0.007095;0.543906;0.001805;, -0.002892;0.556139;0.002222;, 0.049904;0.537539;0.002581;, 0.030519;0.549594;0.010072;, 0.050557;0.536735;0.001569;, 0.019082;0.521272;0.001617;, 0.030354;0.545785;0.005486;, 0.050557;0.536735;0.001569;, -0.001113;0.525624;0.001216;, -0.007095;0.543906;0.001805;, -0.002892;0.556139;0.002222;, 0.032170;0.570909;0.002348;, 0.066081;0.549862;0.001984;, 0.067326;0.568927;0.002314;, 0.032170;0.570909;0.002348;, 0.019082;0.521272;0.001617;; 72; 3;0,1,2;, 3;1,0,3;, 3;3,4,1;, 3;4,3,5;, 3;5,6,4;, 3;6,5,7;, 3;7,8,6;, 3;8,7,9;, 3;9,2,8;, 3;2,9,0;, 3;2,10,11;, 3;10,2,1;, 3;1,12,10;, 3;12,1,4;, 3;4,13,12;, 3;13,4,6;, 3;6,14,13;, 3;14,6,8;, 3;8,11,14;, 3;11,8,2;, 3;15,16,17;, 3;16,15,18;, 3;18,19,16;, 3;19,18,20;, 3;20,21,19;, 3;21,20,22;, 3;22,23,21;, 3;23,22,24;, 3;24,17,23;, 3;17,24,15;, 3;17,25,26;, 3;25,17,16;, 3;16,27,25;, 3;27,16,19;, 3;19,21,27;, 3;21,28,27;, 3;28,21,23;, 3;23,26,28;, 3;26,23,17;, 3;29,30,31;, 3;29,32,30;, 3;33,32,29;, 3;34,35,36;, 3;35,34,37;, 3;25,38,39;, 3;40,41,42;, 3;27,28,43;, 3;26,39,43;, 3;44,42,45;, 3;42,46,47;, 3;46,42,41;, 3;46,41,48;, 3;49,50,51;, 3;50,49,52;, 3;50,53,54;, 3;53,50,52;, 3;45,47,55;, 3;35,47,46;, 3;47,35,37;, 3;46,36,35;, 3;36,46,48;, 3;50,56,51;, 3;56,50,57;, 3;50,58,57;, 3;58,50,54;, 3;43,59,27;, 3;43,28,26;, 3;39,26,25;, 3;38,25,27;, 3;55,47,37;, 3;45,42,47;, 3;37,34,55;; MeshNormals { 60; -0.999984;0.005576;0.000015;, -0.308825;0.034171;0.950505;, -0.999416;0.034175;-0.000007;, -0.309043;0.005576;0.951032;, 0.808558;0.034171;0.587423;, 0.808985;0.005576;0.587803;, 0.808534;0.034172;-0.587457;, 0.809027;0.005576;-0.587746;, -0.308837;0.034175;-0.950501;, -0.308972;0.005576;-0.951055;, -0.308444;0.063486;0.949122;, -0.997983;0.063487;-0.000029;, 0.807346;0.063492;0.586653;, 0.807424;0.063493;-0.586546;, -0.308347;0.063493;-0.949153;, -1.000000;0.000041;-0.000035;, -0.308479;0.000507;0.951231;, -1.000000;0.000586;0.000086;, -0.309063;0.000042;0.951042;, 0.807443;-0.001448;0.589944;, 0.808968;0.000009;0.587852;, 0.806820;0.005678;-0.590770;, 0.809039;0.000028;-0.587754;, -0.305977;0.008661;-0.952000;, -0.308961;0.000060;-0.951075;, -0.192510;-0.105903;0.975564;, -0.944924;-0.018143;-0.326786;, 0.961199;-0.177113;-0.211487;, -0.015713;0.032178;-0.999359;, -0.000019;-1.000000;-0.000044;, -0.000003;-1.000000;0.000008;, 0.000034;-1.000000;-0.000104;, -0.000038;-1.000000;0.000012;, -0.000071;-1.000000;-0.000092;, 0.700095;0.572275;0.427046;, 0.701003;-0.359255;0.616060;, 0.866620;-0.477038;0.146306;, 0.501282;0.506962;0.701217;, -0.235377;-0.073433;0.969126;, -0.578519;0.082282;0.811508;, 0.961199;-0.177113;-0.211487;, 0.288638;-0.431344;0.854769;, -0.235377;-0.073433;0.969126;, -0.012449;0.016396;-0.999788;, -0.578519;0.082282;0.811508;, -0.260334;0.248543;0.932981;, 0.289155;-0.470254;0.833817;, 0.030894;0.032614;0.998990;, 0.380531;-0.588648;0.713225;, 0.007083;0.152717;-0.988245;, -0.013220;0.037872;-0.999195;, -0.110307;0.177058;-0.977999;, 0.077363;0.089548;-0.992973;, 0.096113;0.033128;-0.994819;, 0.085621;-0.038960;-0.995566;, -0.061170;0.350915;0.934407;, -0.104209;0.060463;-0.992716;, -0.064014;-0.034434;-0.997355;, 0.018912;-0.125280;-0.991941;, 0.288638;-0.431344;0.854769;; 72; 3;0,1,2;, 3;1,0,3;, 3;3,4,1;, 3;4,3,5;, 3;5,6,4;, 3;6,5,7;, 3;7,8,6;, 3;8,7,9;, 3;9,2,8;, 3;2,9,0;, 3;2,10,11;, 3;10,2,1;, 3;1,12,10;, 3;12,1,4;, 3;4,13,12;, 3;13,4,6;, 3;6,14,13;, 3;14,6,8;, 3;8,11,14;, 3;11,8,2;, 3;15,16,17;, 3;16,15,18;, 3;18,19,16;, 3;19,18,20;, 3;20,21,19;, 3;21,20,22;, 3;22,23,21;, 3;23,22,24;, 3;24,17,23;, 3;17,24,15;, 3;17,25,26;, 3;25,17,16;, 3;16,27,25;, 3;27,16,19;, 3;19,21,27;, 3;21,28,27;, 3;28,21,23;, 3;23,26,28;, 3;26,23,17;, 3;29,30,31;, 3;29,32,30;, 3;33,32,29;, 3;34,35,36;, 3;35,34,37;, 3;25,38,39;, 3;40,41,42;, 3;27,28,43;, 3;26,39,43;, 3;44,42,45;, 3;42,46,47;, 3;46,42,41;, 3;46,41,48;, 3;49,50,51;, 3;50,49,52;, 3;50,53,54;, 3;53,50,52;, 3;45,47,55;, 3;35,47,46;, 3;47,35,37;, 3;46,36,35;, 3;36,46,48;, 3;50,56,51;, 3;56,50,57;, 3;50,58,57;, 3;58,50,54;, 3;43,59,27;, 3;43,28,26;, 3;39,26,25;, 3;38,25,27;, 3;55,47,37;, 3;45,42,47;, 3;37,34,55;; } MeshMaterialList { 1; 72; 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; { Material__134 } } MeshTextureCoords c1 { 60; 0.248164;0.999501;, 0.165851;0.810916;, 0.248164;0.810916;, 0.165852;0.999501;, 0.131892;0.810916;, 0.131892;0.999501;, 0.376485;0.810916;, 0.376485;0.999501;, 0.331358;0.810916;, 0.331358;0.999501;, 0.195668;0.636289;, 0.249297;0.636289;, 0.199606;0.636289;, 0.310143;0.636289;, 0.304499;0.636289;, 0.249297;0.636289;, 0.195668;0.509220;, 0.249297;0.509220;, 0.195668;0.636289;, 0.199606;0.509220;, 0.199606;0.636289;, 0.310143;0.509220;, 0.310143;0.636289;, 0.304499;0.509220;, 0.304499;0.636289;, 0.195668;0.206397;, 0.249297;0.206397;, 0.287616;0.206397;, 0.282530;0.206397;, 0.248164;0.999501;, 0.131892;0.999501;, 0.165852;0.999501;, 0.376485;0.999501;, 0.331358;0.999501;, 0.397809;0.042057;, 0.394493;0.102406;, 0.394493;0.102406;, 0.397809;0.042057;, 0.197958;0.190684;, 0.237996;0.191772;, 0.136889;0.205575;, 0.188970;0.177017;, 0.100327;0.138499;, 0.284702;0.191129;, 0.040869;0.109247;, 0.065853;0.071823;, 0.320337;0.138840;, 0.200153;0.080424;, 0.320337;0.138840;, 0.635867;0.251821;, 0.700177;0.110848;, 0.842607;0.256134;, 0.500520;0.162270;, 0.452128;0.056701;, 0.504878;0.005732;, 0.228266;0.031257;, 0.965937;0.233016;, 0.989907;0.092717;, 0.759445;0.010920;, 0.333329;0.190140;; } } }