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 _23_-_Default { 1.000000;1.000000;1.000000;1.000000;; 9.999999; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "Sandwich.png"; } } Material _21_-_Default { 1.000000;1.000000;1.000000;1.000000;; 9.999999; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "SandwichGrilled.png"; } } Frame Sandwich { 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 Sandwich { 48; 0.038485;0.097915;-0.015279;, 0.000000;0.084476;-0.015279;, 0.000000;0.102378;-0.015279;, 0.044886;0.084476;-0.015279;, 0.000000;0.070483;-0.015279;, 0.042053;0.070483;-0.015279;, 0.000000;-0.013448;-0.015279;, 0.043717;-0.010143;-0.015279;, -0.044886;0.084476;-0.015279;, -0.038485;0.097915;-0.015279;, -0.042053;0.070483;-0.015279;, -0.043717;-0.009213;-0.015279;, 0.038485;0.097915;0.012657;, 0.000000;0.084476;0.012657;, 0.044886;0.084476;0.012657;, 0.000000;0.102378;0.012657;, 0.000000;0.070483;0.012657;, 0.042053;0.070483;0.012657;, 0.000000;-0.013448;0.012657;, 0.043717;-0.010143;0.012657;, -0.044886;0.084476;0.012657;, -0.038485;0.097915;0.012657;, -0.042053;0.070483;0.012657;, -0.043717;-0.009213;0.012657;, 0.038485;0.097915;-0.015279;, 0.044886;0.084476;0.012657;, 0.044886;0.084476;-0.015279;, 0.038485;0.097915;0.012657;, 0.042053;0.070483;0.012657;, 0.042053;0.070483;-0.015279;, 0.043717;-0.010143;0.012657;, 0.043717;-0.010143;-0.015279;, 0.043717;-0.010143;-0.015279;, 0.000000;-0.013448;0.012657;, 0.000000;-0.013448;-0.015279;, 0.043717;-0.010143;0.012657;, -0.043717;-0.009213;0.012657;, -0.043717;-0.009213;-0.015279;, -0.043717;-0.009213;-0.015279;, -0.042053;0.070483;0.012657;, -0.042053;0.070483;-0.015279;, -0.043717;-0.009213;0.012657;, -0.044886;0.084476;0.012657;, -0.044886;0.084476;-0.015279;, -0.038485;0.097915;0.012657;, -0.038485;0.097915;-0.015279;, 0.000000;0.102378;0.012657;, 0.000000;0.102378;-0.015279;; 44; 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;2,8,9;, 3;8,2,1;, 3;1,10,8;, 3;10,1,4;, 3;4,11,10;, 3;11,4,6;, 3;12,13,14;, 3;13,12,15;, 3;14,16,17;, 3;16,14,13;, 3;17,18,19;, 3;18,17,16;, 3;15,20,13;, 3;20,15,21;, 3;13,22,16;, 3;22,13,20;, 3;16,23,18;, 3;23,16,22;, 3;24,25,26;, 3;25,24,27;, 3;26,28,29;, 3;28,26,25;, 3;29,30,31;, 3;30,29,28;, 3;32,33,34;, 3;33,32,35;, 3;34,36,37;, 3;36,34,33;, 3;38,39,40;, 3;39,38,41;, 3;40,42,43;, 3;42,40,39;, 3;43,44,45;, 3;44,43,42;, 3;45,46,47;, 3;46,45,44;, 3;47,27,24;, 3;27,47,46;; MeshNormals { 48; -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.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.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.000000;1.000000;, 0.581724;0.813386;-0.000000;, 0.992523;0.122057;-0.000000;, 0.992523;0.122057;0.000000;, 0.581724;0.813386;-0.000000;, 0.995990;-0.089466;0.000000;, 0.995990;-0.089466;0.000000;, 0.999787;0.020638;0.000000;, 0.999787;0.020638;0.000000;, 0.075388;-0.997154;-0.000000;, -0.010561;-0.999944;-0.000000;, -0.010561;-0.999944;-0.000000;, 0.075388;-0.997154;-0.000000;, -0.096431;-0.995340;-0.000000;, -0.096431;-0.995340;-0.000000;, -0.999782;0.020879;0.000000;, -0.996001;-0.089346;0.000000;, -0.996001;-0.089346;0.000000;, -0.999782;0.020879;0.000000;, -0.992523;0.122057;0.000000;, -0.992523;0.122057;0.000000;, -0.581724;0.813386;0.000000;, -0.581724;0.813386;0.000000;, -0.000000;1.000000;0.000000;, 0.000000;1.000000;-0.000000;; 44; 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;2,8,9;, 3;8,2,1;, 3;1,10,8;, 3;10,1,4;, 3;4,11,10;, 3;11,4,6;, 3;12,13,14;, 3;13,12,15;, 3;14,16,17;, 3;16,14,13;, 3;17,18,19;, 3;18,17,16;, 3;15,20,13;, 3;20,15,21;, 3;13,22,16;, 3;22,13,20;, 3;16,23,18;, 3;23,16,22;, 3;24,25,26;, 3;25,24,27;, 3;26,28,29;, 3;28,26,25;, 3;29,30,31;, 3;30,29,28;, 3;32,33,34;, 3;33,32,35;, 3;34,36,37;, 3;36,34,33;, 3;38,39,40;, 3;39,38,41;, 3;40,42,43;, 3;42,40,39;, 3;43,44,45;, 3;44,43,42;, 3;45,46,47;, 3;46,45,44;, 3;47,27,24;, 3;27,47,46;; } MeshMaterialList { 1; 44; 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; { _23_-_Default } } MeshTextureCoords c1 { 48; 0.097431;0.042409;, 0.408822;0.126689;, 0.408822;0.014425;, 0.037404;0.128747;, 0.408822;0.214443;, 0.052103;0.218559;, 0.408822;0.751088;, 0.036579;0.730360;, 0.780239;0.124632;, 0.736673;0.036236;, 0.759368;0.216501;, 0.764604;0.726584;, 0.097431;0.042409;, 0.408822;0.126690;, 0.037404;0.128747;, 0.408822;0.014425;, 0.408822;0.214443;, 0.052103;0.218559;, 0.408822;0.751088;, 0.036579;0.730360;, 0.780239;0.124632;, 0.736673;0.036236;, 0.759368;0.216501;, 0.764604;0.726584;, 0.253013;0.972207;, 0.318849;0.783126;, 0.318849;0.972207;, 0.253013;0.783126;, 0.370845;0.783787;, 0.370845;0.972869;, 0.736227;0.783787;, 0.736227;0.972869;, 0.736227;0.972869;, 0.981318;0.783787;, 0.981318;0.972869;, 0.736227;0.783787;, 0.736227;0.783787;, 0.736227;0.972869;, 0.736227;0.972869;, 0.370845;0.783787;, 0.370845;0.972869;, 0.736227;0.783787;, 0.318849;0.783126;, 0.318849;0.972207;, 0.253013;0.783126;, 0.253013;0.972207;, 0.030918;0.783787;, 0.030918;0.972869;; } } } Frame SandwichGrilled { 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 SandwichGrilled { 48; 0.038485;0.097915;-0.015279;, 0.000000;0.084476;-0.015279;, 0.000000;0.102378;-0.015279;, 0.044886;0.084476;-0.015279;, 0.000000;0.070483;-0.015279;, 0.042053;0.070483;-0.015279;, 0.000000;-0.013448;-0.015279;, 0.043717;-0.010143;-0.015279;, -0.044886;0.084476;-0.015279;, -0.038485;0.097915;-0.015279;, -0.042053;0.070483;-0.015279;, -0.043717;-0.009213;-0.015279;, 0.038485;0.097915;0.012657;, 0.000000;0.084476;0.012657;, 0.044886;0.084476;0.012657;, 0.000000;0.102378;0.012657;, 0.000000;0.070483;0.012657;, 0.042053;0.070483;0.012657;, 0.000000;-0.013448;0.012657;, 0.043717;-0.010143;0.012657;, -0.044886;0.084476;0.012657;, -0.038485;0.097915;0.012657;, -0.042053;0.070483;0.012657;, -0.043717;-0.009213;0.012657;, 0.038485;0.097915;-0.015279;, 0.044886;0.084476;0.012657;, 0.044886;0.084476;-0.015279;, 0.038485;0.097915;0.012657;, 0.042053;0.070483;0.012657;, 0.042053;0.070483;-0.015279;, 0.043717;-0.010143;0.012657;, 0.043717;-0.010143;-0.015279;, 0.043717;-0.010143;-0.015279;, 0.000000;-0.013448;0.012657;, 0.000000;-0.013448;-0.015279;, 0.043717;-0.010143;0.012657;, -0.043717;-0.009213;0.012657;, -0.043717;-0.009213;-0.015279;, -0.043717;-0.009213;-0.015279;, -0.042053;0.070483;0.012657;, -0.042053;0.070483;-0.015279;, -0.043717;-0.009213;0.012657;, -0.044886;0.084476;0.012657;, -0.044886;0.084476;-0.015279;, -0.038485;0.097915;0.012657;, -0.038485;0.097915;-0.015279;, 0.000000;0.102378;0.012657;, 0.000000;0.102378;-0.015279;; 44; 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;2,8,9;, 3;8,2,1;, 3;1,10,8;, 3;10,1,4;, 3;4,11,10;, 3;11,4,6;, 3;12,13,14;, 3;13,12,15;, 3;14,16,17;, 3;16,14,13;, 3;17,18,19;, 3;18,17,16;, 3;15,20,13;, 3;20,15,21;, 3;13,22,16;, 3;22,13,20;, 3;16,23,18;, 3;23,16,22;, 3;24,25,26;, 3;25,24,27;, 3;26,28,29;, 3;28,26,25;, 3;29,30,31;, 3;30,29,28;, 3;32,33,34;, 3;33,32,35;, 3;34,36,37;, 3;36,34,33;, 3;38,39,40;, 3;39,38,41;, 3;40,42,43;, 3;42,40,39;, 3;43,44,45;, 3;44,43,42;, 3;45,46,47;, 3;46,45,44;, 3;47,27,24;, 3;27,47,46;; MeshNormals { 48; -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.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.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.000000;1.000000;, 0.581724;0.813386;-0.000000;, 0.992523;0.122057;-0.000000;, 0.992523;0.122057;0.000000;, 0.581724;0.813386;-0.000000;, 0.995990;-0.089466;0.000000;, 0.995990;-0.089466;0.000000;, 0.999787;0.020638;0.000000;, 0.999787;0.020638;0.000000;, 0.075388;-0.997154;-0.000000;, -0.010561;-0.999944;-0.000000;, -0.010561;-0.999944;-0.000000;, 0.075388;-0.997154;-0.000000;, -0.096431;-0.995340;-0.000000;, -0.096431;-0.995340;-0.000000;, -0.999782;0.020879;0.000000;, -0.996001;-0.089346;0.000000;, -0.996001;-0.089346;0.000000;, -0.999782;0.020879;0.000000;, -0.992523;0.122057;0.000000;, -0.992523;0.122057;0.000000;, -0.581724;0.813386;0.000000;, -0.581724;0.813386;0.000000;, -0.000000;1.000000;0.000000;, 0.000000;1.000000;-0.000000;; 44; 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;2,8,9;, 3;8,2,1;, 3;1,10,8;, 3;10,1,4;, 3;4,11,10;, 3;11,4,6;, 3;12,13,14;, 3;13,12,15;, 3;14,16,17;, 3;16,14,13;, 3;17,18,19;, 3;18,17,16;, 3;15,20,13;, 3;20,15,21;, 3;13,22,16;, 3;22,13,20;, 3;16,23,18;, 3;23,16,22;, 3;24,25,26;, 3;25,24,27;, 3;26,28,29;, 3;28,26,25;, 3;29,30,31;, 3;30,29,28;, 3;32,33,34;, 3;33,32,35;, 3;34,36,37;, 3;36,34,33;, 3;38,39,40;, 3;39,38,41;, 3;40,42,43;, 3;42,40,39;, 3;43,44,45;, 3;44,43,42;, 3;45,46,47;, 3;46,45,44;, 3;47,27,24;, 3;27,47,46;; } MeshMaterialList { 1; 44; 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; { _21_-_Default } } MeshTextureCoords c1 { 48; 0.097431;0.042409;, 0.408822;0.126689;, 0.408822;0.014425;, 0.037404;0.128747;, 0.408822;0.214443;, 0.052103;0.218559;, 0.408822;0.751088;, 0.036579;0.730360;, 0.780239;0.124632;, 0.736673;0.036236;, 0.759368;0.216501;, 0.764604;0.726584;, 0.097431;0.042409;, 0.408822;0.126690;, 0.037404;0.128747;, 0.408822;0.014425;, 0.408822;0.214443;, 0.052103;0.218559;, 0.408822;0.751088;, 0.036579;0.730360;, 0.780239;0.124632;, 0.736673;0.036236;, 0.759368;0.216501;, 0.764604;0.726584;, 0.253013;0.972207;, 0.318849;0.783126;, 0.318849;0.972207;, 0.253013;0.783126;, 0.370845;0.783787;, 0.370845;0.972869;, 0.736227;0.783787;, 0.736227;0.972869;, 0.736227;0.972869;, 0.981318;0.783787;, 0.981318;0.972869;, 0.736227;0.783787;, 0.736227;0.783787;, 0.736227;0.972869;, 0.736227;0.972869;, 0.370845;0.783787;, 0.370845;0.972869;, 0.736227;0.783787;, 0.318849;0.783126;, 0.318849;0.972207;, 0.253013;0.783126;, 0.253013;0.972207;, 0.030918;0.783787;, 0.030918;0.972869;; } } }