xof 0303txt 0032 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 Coords2d { FLOAT u; FLOAT v; } template MeshTextureCoords { DWORD nTextureCoords; array Coords2d textureCoords[nTextureCoords]; } template MeshNormals { DWORD nNormals; array Vector normals[nNormals]; DWORD nFaceNormals; array MeshFace faceNormals[nFaceNormals]; } 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 MeshMaterialList { DWORD nMaterials; DWORD nFaceIndexes; array DWORD faceIndexes[nFaceIndexes]; [Material <3d82ab4d-62da-11cf-ab39-0020af71e433>] } template TextureFilename { STRING filename; } Frame SCENE_ROOT { 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;; } Frame MESH_ROOT { 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 { 71; -0.114100;7.354400;1.737500;, -0.191200;7.500000;1.920800;, -0.567900;8.859300;2.817100;, -0.501600;10.000000;2.659300;, -0.114100;10.000000;1.737500;, -1.423500;10.000000;2.271800;, -1.490100;8.853300;2.430400;, -1.115100;7.500000;1.538100;, -1.036000;7.354400;1.350000;, -1.036000;10.000000;1.350000;, 0.000000;10.000000;3.935400;, -2.782700;10.000000;2.782700;, -1.414200;7.500000;1.414200;, 0.000000;7.500000;2.000000;, -1.414200;2.500000;1.414200;, 0.000000;2.500000;2.000000;, -1.036000;2.687400;1.350000;, -1.115100;2.500000;1.538100;, -1.808000;0.000000;3.186500;, -1.036000;0.000000;1.350000;, -1.414200;2.500000;1.414200;, -1.414200;7.500000;1.414200;, -2.000000;7.500000;0.000000;, -2.000000;2.500000;0.000000;, -1.414200;7.500000;-1.414200;, -1.414200;2.500000;-1.414200;, 0.000000;7.500000;-2.000000;, 0.000000;2.500000;-2.000000;, 1.414200;7.500000;-1.414200;, 1.414200;2.500000;-1.414200;, 2.000000;7.500000;0.000000;, 2.000000;2.500000;0.000000;, 1.414200;7.500000;1.414200;, 1.414200;2.500000;1.414200;, -0.191200;2.500000;1.920800;, -0.884100;0.000000;3.569200;, 0.000000;0.000000;3.935400;, 0.000000;2.500000;2.000000;, -1.414200;2.500000;1.414200;, -2.000000;2.500000;0.000000;, -3.935400;0.000000;0.000000;, -2.782700;0.000000;2.782700;, -1.414200;2.500000;-1.414200;, -2.782700;0.000000;-2.782700;, 0.000000;2.500000;-2.000000;, 0.000000;0.000000;-3.935400;, 1.414200;2.500000;-1.414200;, 2.782700;0.000000;-2.782700;, 2.000000;2.500000;0.000000;, 3.935400;0.000000;0.000000;, 1.414200;2.500000;1.414200;, 2.782700;0.000000;2.782700;, 2.782700;10.000000;2.782700;, 3.935400;10.000000;0.000000;, 2.782700;10.000000;-2.782700;, 0.000000;10.000000;-3.935400;, -2.782700;10.000000;-2.782700;, -3.935400;10.000000;0.000000;, -2.782700;10.000000;2.782700;, -1.414200;2.500000;1.414200;, -2.782700;0.000000;2.782700;, -0.114100;2.687400;1.737500;, -0.114100;0.000000;1.737500;, -0.114100;0.000000;1.737500;, -0.114100;2.687400;1.737500;, -1.036000;2.687400;1.350000;, -1.036000;0.000000;1.350000;, -1.057500;1.828800;1.991200;, -0.590400;1.828800;2.169400;, -0.590400;8.992800;2.169400;, -1.057500;8.992800;1.991200;; 72; 3;0,1,2;, 3;0,2,3;, 3;0,3,4;, 3;5,6,7;, 3;5,7,8;, 3;5,8,9;, 3;2,10,11;, 3;2,11,6;, 3;6,11,12;, 3;6,12,7;, 3;2,1,13;, 3;2,13,10;, 3;12,14,15;, 3;12,15,13;, 3;16,17,18;, 3;16,18,19;, 3;0,4,9;, 3;0,9,8;, 3;20,21,22;, 3;20,22,23;, 3;23,22,24;, 3;23,24,25;, 3;25,24,26;, 3;25,26,27;, 3;27,26,28;, 3;27,28,29;, 3;29,28,30;, 3;29,30,31;, 3;31,30,32;, 3;31,32,33;, 3;33,32,13;, 3;33,13,15;, 3;34,35,36;, 3;34,36,37;, 3;38,39,40;, 3;38,40,41;, 3;39,42,43;, 3;39,43,40;, 3;42,44,45;, 3;42,45,43;, 3;44,46,47;, 3;44,47,45;, 3;46,48,49;, 3;46,49,47;, 3;48,50,51;, 3;48,51,49;, 3;50,37,36;, 3;50,36,51;, 3;13,32,52;, 3;13,52,10;, 3;32,30,53;, 3;32,53,52;, 3;30,28,54;, 3;30,54,53;, 3;28,26,55;, 3;28,55,54;, 3;26,24,56;, 3;26,56,55;, 3;24,22,57;, 3;24,57,56;, 3;22,21,58;, 3;22,58,57;, 3;18,17,59;, 3;18,59,60;, 3;61,62,35;, 3;61,35,34;, 3;63,64,65;, 3;63,65,66;, 3;67,68,69;, 3;67,69,70;, 3;67,70,69;, 3;67,69,68;; MeshTextureCoords { 71; 0.239556;0.892397;, 0.234204;0.916667;, 0.218331;1.143220;, 0.220320;1.333333;, 0.239556;1.333333;, 0.160906;1.333333;, 0.162452;1.142212;, 0.150156;0.916667;, 0.145816;0.892398;, 0.145816;1.333333;, 0.249993;1.333333;, 0.124989;1.333333;, 0.124989;0.916667;, 0.249993;0.916667;, 0.124989;0.083333;, 0.249993;0.083333;, 0.145816;1.114563;, 0.150156;1.083333;, 0.167852;0.666667;, 0.145816;0.666667;, 1.124989;0.083333;, 1.124989;0.916667;, 0.999985;0.916667;, 0.999985;0.083333;, 0.875011;0.916667;, 0.875011;0.083333;, 0.750007;0.916667;, 0.750007;0.083333;, 0.625004;0.916667;, 0.625004;0.083333;, 0.500000;0.916667;, 0.500000;0.083333;, 0.374996;0.916667;, 0.374996;0.083333;, 0.234204;1.083333;, 0.211347;0.666667;, 0.249993;0.666667;, 0.249993;1.083333;, 1.124989;1.083333;, 0.999985;1.083333;, 0.999985;0.666667;, 1.124989;0.666667;, 0.875011;1.083333;, 0.875011;0.666667;, 0.750007;1.083333;, 0.750007;0.666667;, 0.625004;1.083333;, 0.625004;0.666667;, 0.500000;1.083333;, 0.500000;0.666667;, 0.374996;1.083333;, 0.374996;0.666667;, 0.374996;1.333333;, 0.500000;1.333333;, 0.625004;1.333333;, 0.750007;1.333333;, 0.875011;1.333333;, 0.999985;1.333333;, 1.124989;1.333333;, 0.124989;1.083333;, 0.124989;0.666667;, 0.239556;1.114563;, 0.239556;0.666667;, 0.942949;0.000000;, 0.942949;1.343690;, 0.482020;1.343690;, 0.482020;0.000000;, 0.504833;0.352132;, 0.738416;0.352132;, 0.738416;4.496415;, 0.504833;4.496415;; } MeshNormals { 71; -0.708074;0.000082;0.136147;, -0.616462;-0.290661;0.181718;, -0.514772;-0.387766;0.371717;, -0.921870;-0.000010;-0.387500;, -0.654674;0.000000;0.267175;, 0.921856;-0.000010;0.387534;, -0.002984;-0.436301;0.660434;, 0.510807;-0.193921;0.508845;, 0.485388;-0.000022;0.565694;, 0.048960;0.000000;0.743758;, -0.103749;-0.581742;0.751457;, -0.311282;-0.581746;0.751449;, -0.346984;-0.290867;0.837668;, 0.054676;-0.332427;0.825349;, -0.382694;0.000000;0.923875;, -0.127565;0.000000;0.923875;, 0.921781;0.000154;0.387710;, 0.305210;0.291029;0.569674;, 0.305244;0.290951;0.569576;, 0.921862;0.000000;0.387518;, -0.923875;0.000000;0.382694;, -0.837666;-0.290870;0.346984;, -0.837665;-0.290871;0.115663;, -0.923875;0.000000;-0.127565;, -0.674104;-0.290871;-0.510546;, -0.563088;0.000000;-0.743481;, -0.115663;-0.290871;-0.837665;, 0.127565;0.000000;-0.923875;, 0.510546;-0.290871;-0.674104;, 0.743481;0.000000;-0.563088;, 0.837665;-0.290871;-0.115663;, 0.923875;0.000000;0.127565;, 0.674104;-0.290871;0.510546;, 0.563088;0.000000;0.743481;, -0.514706;0.387660;0.371582;, -0.718236;0.193745;-0.008078;, 0.000006;0.581745;0.751454;, 0.000000;0.581745;0.751453;, -0.751453;0.581743;0.311276;, -0.751454;0.581743;-0.103760;, -0.751453;0.581743;0.103758;, -0.751453;0.581741;0.311281;, -0.458003;0.581742;-0.604727;, -0.604730;0.581741;-0.458002;, 0.103760;0.581743;-0.751454;, -0.103758;0.581743;-0.751453;, 0.604727;0.581742;-0.458003;, 0.458002;0.581741;-0.604730;, 0.751454;0.581743;0.103760;, 0.751453;0.581743;-0.103758;, 0.458003;0.581742;0.604727;, 0.604730;0.581741;0.458002;, 0.458002;-0.581741;0.604730;, 0.751453;-0.581743;0.103758;, 0.604730;-0.581741;-0.458002;, 0.103758;-0.581743;-0.751453;, -0.458002;-0.581741;-0.604730;, -0.751453;-0.581743;-0.103758;, -0.751454;-0.581741;0.311277;, -0.311294;0.581748;0.751442;, -0.311307;0.581746;0.751438;, -0.921724;-0.000257;-0.387846;, -0.921859;0.000000;-0.387526;, -0.387489;0.000000;0.921874;, -0.387489;0.000000;0.921874;, -0.387489;0.000000;0.921874;, -0.387489;0.000000;0.921874;, 0.000000;0.000000;0.000000;, 0.000000;0.000000;0.000000;, 0.000000;0.000000;0.000000;, 0.000000;0.000000;0.000000;; 72; 3;0,1,2;, 3;0,2,3;, 3;0,3,4;, 3;5,6,7;, 3;5,7,8;, 3;5,8,9;, 3;2,10,11;, 3;2,11,6;, 3;6,11,12;, 3;6,12,7;, 3;2,1,13;, 3;2,13,10;, 3;12,14,15;, 3;12,15,13;, 3;16,17,18;, 3;16,18,19;, 3;0,4,9;, 3;0,9,8;, 3;20,21,22;, 3;20,22,23;, 3;23,22,24;, 3;23,24,25;, 3;25,24,26;, 3;25,26,27;, 3;27,26,28;, 3;27,28,29;, 3;29,28,30;, 3;29,30,31;, 3;31,30,32;, 3;31,32,33;, 3;33,32,13;, 3;33,13,15;, 3;34,35,36;, 3;34,36,37;, 3;38,39,40;, 3;38,40,41;, 3;39,42,43;, 3;39,43,40;, 3;42,44,45;, 3;42,45,43;, 3;44,46,47;, 3;44,47,45;, 3;46,48,49;, 3;46,49,47;, 3;48,50,51;, 3;48,51,49;, 3;50,37,36;, 3;50,36,51;, 3;13,32,52;, 3;13,52,10;, 3;32,30,53;, 3;32,53,52;, 3;30,28,54;, 3;30,54,53;, 3;28,26,55;, 3;28,55,54;, 3;26,24,56;, 3;26,56,55;, 3;24,22,57;, 3;24,57,56;, 3;22,21,58;, 3;22,58,57;, 3;18,17,59;, 3;18,59,60;, 3;61,62,35;, 3;61,35,34;, 3;63,64,65;, 3;63,65,66;, 3;67,68,69;, 3;67,69,70;, 3;67,70,69;, 3;67,69,68;; } MeshMaterialList { 3; 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, 1, 1, 2, 2, 2, 2; Material { 0.330600;0.209058;0.285900;1.000000;; 1.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "intG_tex.png"; } } Material { 0.893900;0.348307;0.299200;1.000000;; 1.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "genC3_tex.png"; } } Material { 0.649000;0.397764;0.209100;1.000000;; 39.100000; 0.351000;0.331106;0.306600;; 0.000000;0.000000;0.000000;; TextureFilename { "genB3_tex.png"; } } } } } }