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 _02_-_Default { 1.000000;1.000000;1.000000;1.000000;; 9.999999; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "Stake.png"; } } Frame Stake { 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 Stake { 62; 0.010805;-0.020607;0.000000;, 0.003339;0.145629;0.010276;, 0.003339;-0.021691;0.010276;, 0.010805;0.141557;0.000000;, -0.008741;0.139926;0.006351;, -0.008741;-0.018211;0.006351;, -0.008741;-0.018211;0.006351;, -0.008741;0.143567;-0.006351;, -0.009128;-0.022410;-0.006351;, -0.008741;0.139926;0.006351;, 0.003339;0.136273;-0.010276;, 0.003339;-0.018440;-0.010276;, 0.003339;-0.021691;0.010276;, 0.001340;-0.028856;0.000000;, 0.010805;-0.020607;0.000000;, -0.008741;-0.018211;0.006351;, 0.001340;-0.028856;0.000000;, 0.003339;-0.021691;0.010276;, -0.009128;-0.022410;-0.006351;, 0.001340;-0.028856;0.000000;, -0.008741;-0.018211;0.006351;, 0.003339;-0.018440;-0.010276;, 0.001340;-0.028856;0.000000;, -0.009128;-0.022410;-0.006351;, 0.010805;-0.020607;0.000000;, 0.001340;-0.028856;0.000000;, 0.003339;-0.018440;-0.010276;, 0.010805;0.141557;0.000000;, 0.001669;0.170434;0.005138;, 0.003339;0.145629;0.010276;, 0.005402;0.175903;0.000000;, 0.003339;0.145629;0.010276;, -0.004371;0.165526;0.003175;, -0.008741;0.139926;0.006351;, 0.001669;0.170434;0.005138;, -0.008741;0.139926;0.006351;, -0.004371;0.170434;-0.003175;, -0.008741;0.143567;-0.006351;, -0.004371;0.165526;0.003175;, -0.008741;0.143567;-0.006351;, 0.001669;0.166268;-0.005138;, 0.003339;0.136273;-0.010276;, -0.004371;0.170434;-0.003175;, 0.003339;0.136273;-0.010276;, 0.005402;0.175903;0.000000;, 0.010805;0.141557;0.000000;, 0.001669;0.166268;-0.005138;, 0.005402;0.175903;0.000000;, 0.000920;0.202384;0.000000;, 0.001669;0.170434;0.005138;, 0.001669;0.170434;0.005138;, 0.000920;0.202384;0.000000;, -0.004371;0.165526;0.003175;, -0.004371;0.165526;0.003175;, 0.000920;0.202384;0.000000;, -0.004371;0.170434;-0.003175;, -0.004371;0.170434;-0.003175;, 0.000920;0.202384;0.000000;, 0.001669;0.166268;-0.005138;, 0.001669;0.166268;-0.005138;, 0.000920;0.202384;0.000000;, 0.005402;0.175903;0.000000;; 30; 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,3,0;, 3;3,11,10;, 3;12,13,14;, 3;15,16,17;, 3;18,19,20;, 3;21,22,23;, 3;24,25,26;, 3;27,28,29;, 3;28,27,30;, 3;31,32,33;, 3;32,31,34;, 3;35,36,37;, 3;36,35,38;, 3;39,40,41;, 3;40,39,42;, 3;43,44,45;, 3;44,43,46;, 3;47,48,49;, 3;50,51,52;, 3;53,54,55;, 3;56,57,58;, 3;59,60,61;; MeshNormals { 62; 0.998183;0.000000;0.060260;, 0.340863;0.000000;0.940113;, 0.353780;0.000000;0.935329;, 0.986277;0.000000;0.165099;, -0.792853;0.000000;0.609413;, -0.806402;0.001385;0.591367;, -0.806402;0.001385;0.591367;, -0.850847;0.000494;-0.525413;, -0.811312;0.001476;-0.584612;, -0.792853;0.000000;0.609413;, 0.287677;0.000440;-0.957728;, 0.289406;0.000000;-0.957207;, 0.610477;-0.700470;0.369674;, 0.610477;-0.700470;0.369674;, 0.610477;-0.700470;0.369674;, -0.393549;-0.716401;0.576099;, -0.393549;-0.716401;0.576099;, -0.393549;-0.716401;0.576099;, -0.616769;-0.741569;0.263956;, -0.616768;-0.741569;0.263956;, -0.616769;-0.741569;0.263956;, -0.000504;-0.702262;-0.711918;, -0.000504;-0.702262;-0.711918;, -0.000504;-0.702262;-0.711918;, 0.554313;-0.636026;-0.536850;, 0.554313;-0.636026;-0.536850;, 0.554313;-0.636026;-0.536850;, 0.812823;0.157348;0.560856;, 0.758031;0.125943;0.639944;, 0.827940;0.166644;0.535486;, 0.740454;0.116469;0.661939;, -0.385584;0.173962;0.906125;, -0.408958;0.162025;0.898054;, -0.378849;0.177350;0.908306;, -0.418351;0.157148;0.894588;, -0.985366;0.159741;0.059476;, -0.979601;0.172521;0.103045;, -0.986867;0.155283;0.044509;, -0.972688;0.183672;0.141928;, -0.219463;0.152139;-0.963685;, -0.213486;0.149491;-0.965441;, -0.220775;0.152720;-0.963294;, -0.211413;0.148573;-0.966039;, 0.755583;0.127275;-0.642570;, 0.698042;0.145455;-0.701128;, 0.772283;0.121475;-0.623556;, 0.623925;0.165552;-0.763748;, 0.735055;0.124432;0.666492;, 0.735055;0.124432;0.666492;, 0.735055;0.124432;0.666492;, -0.404338;0.135959;0.904448;, -0.404338;0.135959;0.904448;, -0.404338;0.135959;0.904448;, -0.981637;0.150946;0.116640;, -0.981637;0.150946;0.116640;, -0.981637;0.150946;0.116640;, -0.222248;0.132799;-0.965904;, -0.222248;0.132799;-0.965904;, -0.222248;0.132799;-0.965904;, 0.687039;0.116304;-0.717253;, 0.687039;0.116304;-0.717253;, 0.687039;0.116304;-0.717253;; 30; 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,3,0;, 3;3,11,10;, 3;12,13,14;, 3;15,16,17;, 3;18,19,20;, 3;21,22,23;, 3;24,25,26;, 3;27,28,29;, 3;28,27,30;, 3;31,32,33;, 3;32,31,34;, 3;35,36,37;, 3;36,35,38;, 3;39,40,41;, 3;40,39,42;, 3;43,44,45;, 3;44,43,46;, 3;47,48,49;, 3;50,51,52;, 3;53,54,55;, 3;56,57,58;, 3;59,60,61;; } MeshMaterialList { 1; 30; 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; { _02_-_Default } } MeshTextureCoords c1 { 62; 0.176919;0.977587;, 0.230136;0.020587;, 0.230136;0.977587;, 0.176919;0.020587;, 0.283353;0.020587;, 0.283353;0.977587;, 0.017270;0.977587;, 0.070486;0.020587;, 0.070486;0.977587;, 0.017270;0.020587;, 0.123703;0.020587;, 0.123703;0.977587;, 0.317693;0.519833;, 0.356876;0.103201;, 0.415401;0.464359;, 0.317693;0.519833;, 0.356876;0.103201;, 0.415400;0.464359;, 0.317693;0.519833;, 0.356876;0.103201;, 0.415401;0.464359;, 0.415400;0.464359;, 0.317693;0.519833;, 0.356876;0.103201;, 0.317693;0.519833;, 0.356876;0.103201;, 0.415400;0.464359;, 0.297212;0.934200;, 0.411686;0.568618;, 0.457675;0.883969;, 0.331454;0.656009;, 0.297212;0.934200;, 0.411686;0.568618;, 0.457675;0.883969;, 0.331454;0.656009;, 0.297212;0.934200;, 0.411686;0.568618;, 0.457675;0.883969;, 0.332832;0.655224;, 0.297212;0.934200;, 0.411686;0.568618;, 0.457675;0.883969;, 0.332832;0.655224;, 0.297212;0.934200;, 0.411686;0.568618;, 0.457675;0.883969;, 0.331454;0.656009;, 0.317693;0.519833;, 0.356876;0.103201;, 0.415401;0.464359;, 0.317693;0.519833;, 0.356876;0.103201;, 0.415400;0.464359;, 0.317693;0.519833;, 0.356876;0.103201;, 0.415400;0.464359;, 0.317693;0.519833;, 0.356876;0.103201;, 0.415400;0.464359;, 0.317693;0.519833;, 0.356876;0.103201;, 0.415400;0.464359;; } } }