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 { 58; -1.000000;-0.749100;-0.467000;, -1.000000;-0.249100;-0.500400;, 0.000000;-0.249100;-0.500400;, 0.000000;-0.999100;-0.450400;, -0.750000;-0.999100;-0.450400;, -0.750000;-0.999100;0.449600;, 0.000000;-0.999100;0.449600;, 0.000000;-0.249100;0.499600;, -1.000000;-0.249100;0.499600;, -1.000000;-0.749100;0.466300;, 0.000000;-0.249100;-0.950400;, 0.000000;-0.249100;0.999600;, 0.000000;0.250900;-0.500400;, 0.000000;0.250900;0.499600;, -1.000000;-0.749100;-0.433700;, -1.000000;-0.249100;-0.400400;, -1.000000;-0.249100;0.399600;, -1.000000;-0.749100;0.433000;, 0.000000;-0.999100;-0.450400;, 0.000000;-0.300700;-0.403800;, -1.000000;-0.249100;-0.400400;, -1.000000;-0.749100;-0.433700;, -0.750000;-0.999100;-0.450400;, -1.000000;-0.749100;0.433000;, -1.000000;-0.249100;0.399600;, 0.000000;-0.300700;0.403100;, 0.000000;-0.999100;0.449600;, -0.750000;-0.999100;0.449600;, -0.600200;-0.049200;0.499600;, -0.500200;0.000800;0.499600;, -0.500200;0.000800;-0.350400;, -0.600200;-0.049200;-0.350400;, -1.000000;-0.249100;0.499600;, -0.750200;-0.124200;0.499600;, -0.750200;-0.124200;-0.350400;, -1.000000;-0.249100;-0.500400;, -0.350200;0.075800;0.499600;, -0.250200;0.125800;0.499600;, -0.250200;0.125800;-0.350400;, -0.350200;0.075800;-0.350400;, -0.100200;0.200800;-0.350400;, 0.000000;0.250900;-0.500400;, -0.100200;0.200800;0.499600;, 0.000000;0.250900;0.499600;, 0.000000;-0.249100;0.999600;, 0.000000;-0.249100;-0.950400;, -0.750200;-0.124200;0.499600;, -0.600200;-0.049200;0.499600;, -0.600200;-0.049200;-0.350400;, -0.750200;-0.124200;-0.350400;, -0.250200;0.125800;0.499600;, -0.100200;0.200800;0.499600;, -0.100200;0.200800;-0.350400;, -0.250200;0.125800;-0.350400;, -0.500200;0.000800;0.499600;, -0.350200;0.075800;0.499600;, -0.350200;0.075800;-0.350400;, -0.500200;0.000800;-0.350400;; 42; 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;10,11,8;, 3;10,8,1;, 3;10,12,13;, 3;10,13,11;, 3;1,0,14;, 3;1,14,15;, 3;16,17,9;, 3;16,9,8;, 3;0,4,14;, 3;17,5,9;, 3;18,19,20;, 3;18,20,21;, 3;18,21,22;, 3;23,24,25;, 3;23,25,26;, 3;23,26,27;, 3;19,25,24;, 3;19,24,20;, 3;28,29,30;, 3;28,30,31;, 3;32,33,34;, 3;32,34,35;, 3;36,37,38;, 3;36,38,39;, 3;34,40,41;, 3;34,41,35;, 3;40,42,43;, 3;40,43,41;, 3;43,32,44;, 3;41,45,35;, 3;46,47,48;, 3;46,48,49;, 3;50,51,52;, 3;50,52,53;, 3;54,55,56;, 3;54,56,57;; MeshTextureCoords { 58; 0.044052;0.923099;, 0.044052;0.718732;, 0.452787;0.718732;, 0.452787;1.025283;, 0.146236;1.025283;, 0.146236;1.025283;, 0.452787;1.025283;, 0.452787;0.718732;, 0.044052;0.718732;, 0.044052;0.923099;, 0.452787;0.718732;, 0.452787;0.718732;, 0.452787;0.514365;, 0.452787;0.514365;, 0.044052;0.923099;, 0.044052;0.718732;, 0.044052;0.718732;, 0.044052;0.923099;, 0.473341;0.759691;, 0.473341;0.774519;, 0.349065;0.775614;, 0.349065;0.764999;, 0.380134;0.759691;, 0.349065;0.872115;, 0.349065;0.874490;, 0.473341;0.874245;, 0.473341;0.870927;, 0.380134;0.870927;, 0.309891;0.383760;, 0.258964;0.383760;, 0.258964;0.630382;, 0.309891;0.630382;, 0.513501;0.383760;, 0.386282;0.383760;, 0.386282;0.630382;, 0.513501;0.673903;, 0.182574;0.383760;, 0.131647;0.383760;, 0.131646;0.630382;, 0.182574;0.630382;, 0.055256;0.630382;, 0.004230;0.673903;, 0.055256;0.383760;, 0.004230;0.383760;, 0.004230;0.238687;, 0.004230;0.804469;, 0.205864;0.962050;, 0.300933;0.962050;, 0.300933;2.003268;, 0.205864;2.003268;, 0.191531;0.989030;, 0.286600;0.989030;, 0.286600;2.030246;, 0.191531;2.030246;, 0.065910;0.055872;, 0.206941;0.055872;, 0.206941;0.899526;, 0.065910;0.899526;; } MeshNormals { 58; -0.341435;-0.181306;-0.598673;, -0.500000;-0.266663;-0.249444;, -0.000033;-0.066585;-0.997781;, -0.000033;-0.066387;-0.997794;, -0.353553;-0.386680;-0.498901;, -0.176727;-0.226649;0.748340;, 0.000000;-0.066519;0.997785;, 0.000000;-0.066519;0.997785;, -0.199960;-0.426594;0.399115;, -0.676727;-0.193390;0.249447;, 0.500000;-0.500000;0.000000;, 0.500000;-0.500000;0.000000;, 1.000000;0.000000;0.000000;, 1.000000;0.000000;0.000000;, -0.902369;-0.235702;0.000000;, -1.000000;0.000000;0.000000;, -1.000000;0.000000;0.000000;, -0.853553;-0.353553;0.000000;, 0.000002;-0.066560;0.997782;, -0.034369;-0.687973;0.332594;, -0.017175;-0.377233;0.665190;, 0.000025;-0.066552;0.997783;, 0.000000;-0.066651;0.997776;, 0.000003;-0.066446;-0.997790;, -0.034337;-0.687998;-0.332592;, -0.017175;-0.377252;-0.665189;, -0.000023;-0.066344;-0.997797;, 0.000000;-0.066254;-0.997803;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;, -0.409253;0.818507;0.222222;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;, -0.403878;0.807757;-0.234969;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;, -0.414712;0.829425;-0.176227;, -0.447214;0.894427;0.000000;, -0.409254;0.818507;0.222222;, -0.333333;0.666667;0.666667;, -0.317208;0.634417;-0.704907;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;, -0.447214;0.894427;0.000000;; 42; 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;10,11,8;, 3;10,8,1;, 3;10,12,13;, 3;10,13,11;, 3;1,0,14;, 3;1,14,15;, 3;16,17,9;, 3;16,9,8;, 3;0,4,14;, 3;17,5,9;, 3;18,19,20;, 3;18,20,21;, 3;18,21,22;, 3;23,24,25;, 3;23,25,26;, 3;23,26,27;, 3;19,25,24;, 3;19,24,20;, 3;28,29,30;, 3;28,30,31;, 3;32,33,34;, 3;32,34,35;, 3;36,37,38;, 3;36,38,39;, 3;34,40,41;, 3;34,41,35;, 3;40,42,43;, 3;40,43,41;, 3;43,32,44;, 3;41,45,35;, 3;46,47,48;, 3;46,48,49;, 3;50,51,52;, 3;50,52,53;, 3;54,55,56;, 3;54,56,57;; } MeshMaterialList { 5; 42; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 4, 4; Material { 0.171400;0.110284;0.171400;1.000000;; 1.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "vtv6_tex.png"; } } Material { 1.000000;0.091022;0.000000;1.000000;; 1.000000; 0.000000;0.000000;0.000000;; 1.000000;0.400000;0.100000;; TextureFilename { "vtv1_tex.png"; } } Material { 0.849000;0.485841;0.000000;1.000000;; 1.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "vtv5_tex.png"; } } Material { 0.338800;0.258481;0.338800;1.000000;; 1.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "vtv1_tex.png"; } } Material { 0.171400;0.110284;0.171400;1.000000;; 1.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "vtv2_tex.png"; } } } } } }