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 { 60; 0.000000;-0.013050;1.120000;, 0.011301;-0.006525;1.120000;, 0.011301;0.006525;1.120000;, 0.000000;0.013050;1.120000;, -0.011301;0.006525;1.120000;, -0.011301;-0.006525;1.120000;, 0.000000;-0.017668;-0.700000;, -0.015301;-0.008834;-0.700000;, -0.015301;0.008834;-0.700000;, 0.000000;0.017668;-0.700000;, 0.015301;0.008834;-0.700000;, 0.015301;-0.008834;-0.700000;, -0.043301;-0.025000;0.250000;, 0.000000;-0.050000;0.250000;, 0.000000;-0.013050;1.120000;, -0.011301;-0.006525;1.120000;, -0.043301;0.025000;0.250000;, -0.043301;-0.025000;0.250000;, -0.011301;-0.006525;1.120000;, -0.011301;0.006525;1.120000;, 0.000000;0.050000;0.250000;, -0.043301;0.025000;0.250000;, -0.011301;0.006525;1.120000;, 0.000000;0.013050;1.120000;, 0.043301;0.025000;0.250000;, 0.000000;0.050000;0.250000;, 0.000000;0.013050;1.120000;, 0.011301;0.006525;1.120000;, 0.043301;-0.025000;0.250000;, 0.043301;0.025000;0.250000;, 0.011301;0.006525;1.120000;, 0.011301;-0.006525;1.120000;, 0.000000;-0.050000;0.250000;, 0.043301;-0.025000;0.250000;, 0.011301;-0.006525;1.120000;, 0.000000;-0.013050;1.120000;, 0.043301;-0.025000;-0.500000;, 0.000000;-0.050000;-0.500000;, 0.000000;-0.017668;-0.700000;, 0.015301;-0.008834;-0.700000;, 0.043301;0.025000;-0.500000;, 0.043301;-0.025000;-0.500000;, 0.015301;-0.008834;-0.700000;, 0.015301;0.008834;-0.700000;, 0.000000;0.050000;-0.500000;, 0.043301;0.025000;-0.500000;, 0.015301;0.008834;-0.700000;, 0.000000;0.017668;-0.700000;, -0.043301;0.025000;-0.500000;, 0.000000;0.050000;-0.500000;, 0.000000;0.017668;-0.700000;, -0.015301;0.008834;-0.700000;, -0.043301;-0.025000;-0.500000;, -0.043301;0.025000;-0.500000;, -0.015301;0.008834;-0.700000;, -0.015301;-0.008834;-0.700000;, 0.000000;-0.050000;-0.500000;, -0.043301;-0.025000;-0.500000;, -0.015301;-0.008834;-0.700000;, 0.000000;-0.017668;-0.700000;; 44; 3;0,1,2;, 3;0,2,3;, 3;0,3,4;, 3;0,4,5;, 3;6,7,8;, 3;6,8,9;, 3;6,9,10;, 3;6,10,11;, 3;12,13,14;, 3;12,14,15;, 3;16,17,18;, 3;16,18,19;, 3;20,21,22;, 3;20,22,23;, 3;24,25,26;, 3;24,26,27;, 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;40,41,42;, 3;40,42,43;, 3;44,45,46;, 3;44,46,47;, 3;48,49,50;, 3;48,50,51;, 3;52,53,54;, 3;52,54,55;, 3;56,57,58;, 3;56,58,59;, 3;36,33,32;, 3;36,32,37;, 3;40,29,28;, 3;40,28,41;, 3;44,25,24;, 3;44,24,45;, 3;48,21,20;, 3;48,20,49;, 3;52,17,16;, 3;52,16,53;, 3;56,13,12;, 3;56,12,57;; MeshTextureCoords { 60; -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;, -431602080.000000;-431602080.000000;; } MeshNormals { 60; 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.499838;-0.865729;0.018378;, -0.499833;-0.865731;0.018378;, -0.499674;-0.865434;0.036757;, -0.499683;-0.865428;0.036757;, -0.999662;0.000000;0.018378;, -0.999662;0.000000;0.018378;, -0.999324;0.000000;0.036757;, -0.999324;0.000000;0.036757;, -0.499838;0.865729;0.018378;, -0.499833;0.865731;0.018378;, -0.499674;0.865434;0.036756;, -0.499683;0.865428;0.036756;, 0.499838;0.865729;0.018378;, 0.499833;0.865731;0.018378;, 0.499674;0.865434;0.036757;, 0.499683;0.865428;0.036757;, 0.999662;0.000000;0.018378;, 0.999662;0.000000;0.018378;, 0.999324;0.000000;0.036757;, 0.999324;0.000000;0.036757;, 0.499838;-0.865729;0.018378;, 0.499833;-0.865731;0.018378;, 0.499674;-0.865434;0.036756;, 0.499683;-0.865428;0.036756;, 0.497587;-0.861842;-0.069324;, 0.497588;-0.861842;-0.069325;, 0.495171;-0.857661;-0.138649;, 0.495169;-0.857662;-0.138649;, 0.995171;0.000000;-0.069324;, 0.995171;0.000000;-0.069324;, 0.990342;0.000000;-0.138648;, 0.990342;0.000000;-0.138648;, 0.497587;0.861842;-0.069325;, 0.497588;0.861842;-0.069324;, 0.495171;0.857661;-0.138649;, 0.495169;0.857662;-0.138650;, -0.497587;0.861842;-0.069324;, -0.497588;0.861842;-0.069325;, -0.495171;0.857661;-0.138649;, -0.495169;0.857662;-0.138649;, -0.995171;0.000000;-0.069324;, -0.995171;0.000000;-0.069324;, -0.990342;0.000000;-0.138648;, -0.990342;0.000000;-0.138648;, -0.497587;-0.861842;-0.069325;, -0.497588;-0.861842;-0.069324;, -0.495171;-0.857661;-0.138649;, -0.495169;-0.857662;-0.138650;; 44; 3;0,1,2;, 3;0,2,3;, 3;0,3,4;, 3;0,4,5;, 3;6,7,8;, 3;6,8,9;, 3;6,9,10;, 3;6,10,11;, 3;12,13,14;, 3;12,14,15;, 3;16,17,18;, 3;16,18,19;, 3;20,21,22;, 3;20,22,23;, 3;24,25,26;, 3;24,26,27;, 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;40,41,42;, 3;40,42,43;, 3;44,45,46;, 3;44,46,47;, 3;48,49,50;, 3;48,50,51;, 3;52,53,54;, 3;52,54,55;, 3;56,57,58;, 3;56,58,59;, 3;36,33,32;, 3;36,32,37;, 3;40,29,28;, 3;40,28,41;, 3;44,25,24;, 3;44,24,45;, 3;48,21,20;, 3;48,20,49;, 3;52,17,16;, 3;52,16,53;, 3;56,13,12;, 3;56,12,57;; } 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; Material { 0.800000;0.800000;0.800000;1.000000;; 39.100000; 0.300000;0.300000;0.300000;; 1.000000;1.000000;1.000000;; TextureFilename { "NULL.png"; } } } } } }