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; -89.000000;12.000000;32.000000;, -87.000000;10.000000;30.000000;, 7.000000;10.000000;30.000000;, 9.000000;12.000000;32.000000;, 7.000000;14.000000;34.000000;, -87.000000;14.000000;34.000000;, 9.000000;32.000000;32.000000;, 7.000000;34.000000;30.000000;, -87.000000;34.000000;30.000000;, -89.000000;32.000000;32.000000;, -87.000000;30.000000;34.000000;, 7.000000;30.000000;34.000000;, 9.000000;12.000000;-32.000000;, 7.000000;10.000000;-30.000000;, -87.000000;10.000000;-30.000000;, -89.000000;12.000000;-32.000000;, -87.000000;14.000000;-34.000000;, 7.000000;14.000000;-34.000000;, -89.000000;32.000000;-32.000000;, -87.000000;34.000000;-30.000000;, 7.000000;34.000000;-30.000000;, 9.000000;32.000000;-32.000000;, 7.000000;30.000000;-34.000000;, -87.000000;30.000000;-34.000000;, 9.000000;12.000000;32.000000;, 9.000000;32.000000;32.000000;, 7.000000;30.000000;34.000000;, 7.000000;14.000000;34.000000;, 9.000000;12.000000;32.000000;, 9.000000;12.000000;-32.000000;, 11.000000;14.000000;-30.000000;, 11.000000;14.000000;30.000000;, 11.000000;14.000000;30.000000;, 11.000000;30.000000;30.000000;, 9.000000;32.000000;-32.000000;, 9.000000;32.000000;32.000000;, 11.000000;30.000000;30.000000;, 11.000000;30.000000;-30.000000;, 9.000000;12.000000;-32.000000;, 9.000000;32.000000;-32.000000;, 11.000000;30.000000;-30.000000;, 11.000000;14.000000;-30.000000;, 7.000000;14.000000;-34.000000;, 7.000000;30.000000;-34.000000;, 7.000000;34.000000;-30.000000;, 7.000000;34.000000;30.000000;, 7.000000;10.000000;30.000000;, 7.000000;10.000000;-30.000000;, 7.000000;14.000000;34.000000;, 7.000000;30.000000;34.000000;, -87.000000;30.000000;34.000000;, -87.000000;14.000000;34.000000;, 11.000000;14.000000;-30.000000;, 11.000000;30.000000;-30.000000;, -87.000000;14.000000;-34.000000;, -87.000000;30.000000;-34.000000;, 7.000000;30.000000;-34.000000;, 7.000000;14.000000;-34.000000;; 42; 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;12,15,16;, 3;12,16,17;, 3;18,19,20;, 3;18,20,21;, 3;18,21,22;, 3;18,22,23;, 3;24,25,26;, 3;24,26,27;, 3;28,29,30;, 3;28,30,31;, 3;25,24,32;, 3;25,32,33;, 3;34,35,36;, 3;34,36,37;, 3;38,39,40;, 3;38,40,41;, 3;39,38,42;, 3;39,42,43;, 3;35,34,44;, 3;35,44,45;, 3;29,28,46;, 3;29,46,47;, 3;48,49,50;, 3;48,50,51;, 3;52,53,33;, 3;52,33,32;, 3;54,55,56;, 3;54,56,57;, 3;19,8,7;, 3;19,7,20;, 3;14,13,2;, 3;14,2,1;; MeshTextureCoords { 58; 0.792239;1.113490;, 0.825853;1.079880;, 2.405680;1.079880;, 2.439300;1.113490;, 2.405680;1.147100;, 0.825853;1.147100;, 2.439300;1.113490;, 2.405680;1.079880;, 0.825853;1.079880;, 0.792239;1.113490;, 0.825853;1.147100;, 2.405680;1.147100;, 2.439300;0.037863;, 2.405680;0.071476;, 0.825853;0.071476;, 0.792239;0.037863;, 0.825853;0.004249;, 2.405680;0.004249;, 0.792239;0.037863;, 0.825853;0.071476;, 2.405680;0.071476;, 2.439300;0.037863;, 2.405680;0.004249;, 0.825853;0.004249;, 0.886509;0.229388;, 0.886509;0.565523;, 0.852895;0.531909;, 0.852895;0.263002;, 1.439300;1.113490;, 1.439300;0.037863;, 1.472910;0.071476;, 1.472910;1.079880;, 0.920122;0.263002;, 0.920122;0.531909;, 1.439300;0.037863;, 1.439300;1.113490;, 1.472910;1.079880;, 1.472910;0.071476;, 0.962137;0.229388;, 0.962137;0.565523;, 0.928524;0.531909;, 0.928524;0.263002;, 0.995751;0.263002;, 0.995751;0.531909;, 1.405680;0.071476;, 1.405680;1.079880;, 1.405680;1.079880;, 1.405680;0.071476;, 2.405680;0.263002;, 2.405680;0.531909;, 0.825853;0.531909;, 0.825853;0.263002;, 1.928524;0.263002;, 1.928524;0.531909;, 0.825853;0.263002;, 0.825853;0.531909;, 2.405680;0.531909;, 2.405680;0.263002;; } MeshNormals { 58; 0.000000;-0.707107;0.707107;, 0.000000;-0.853553;0.353553;, 0.000000;-0.853553;0.353553;, 0.000000;-0.707107;0.707107;, 0.000000;-0.707107;0.707107;, 0.000000;-0.707107;0.707107;, 0.000000;0.707107;0.707107;, 0.000000;0.902369;0.235702;, 0.000000;0.804738;0.471405;, 0.000000;0.707107;0.707107;, 0.000000;0.707107;0.707107;, 0.000000;0.707107;0.707107;, 0.000000;-0.707107;-0.707107;, 0.000000;-0.853553;-0.353553;, 0.000000;-0.853553;-0.353553;, 0.000000;-0.707107;-0.707107;, 0.000000;-0.707107;-0.707107;, 0.000000;-0.707107;-0.707107;, 0.000000;0.707107;-0.707107;, 0.000000;0.902369;-0.235702;, 0.000000;0.804738;-0.471405;, 0.000000;0.707107;-0.707107;, 0.000000;0.707107;-0.707107;, 0.000000;0.707107;-0.707107;, 0.707107;0.000000;0.707107;, 0.707107;0.000000;0.707107;, 0.707107;0.000000;0.707107;, 0.707107;0.000000;0.707107;, 0.707107;-0.707107;0.000000;, 0.707107;-0.707107;0.000000;, 0.707107;-0.707107;0.000000;, 0.707107;-0.707107;0.000000;, 0.804738;0.000000;0.471404;, 0.902369;0.000000;0.235702;, 0.707107;0.707107;0.000000;, 0.707107;0.707107;0.000000;, 0.707107;0.707107;0.000000;, 0.707107;0.707107;0.000000;, 0.707107;0.000000;-0.707107;, 0.707107;0.000000;-0.707107;, 0.707107;0.000000;-0.707107;, 0.707107;0.000000;-0.707107;, 0.707107;0.000000;-0.707107;, 0.707107;0.000000;-0.707107;, 0.707107;0.707107;0.000000;, 0.707107;0.707107;0.000000;, 0.707107;-0.707107;0.000000;, 0.707107;-0.707107;0.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;, 1.000000;0.000000;0.000000;, 1.000000;0.000000;0.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;; 42; 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;12,15,16;, 3;12,16,17;, 3;18,19,20;, 3;18,20,21;, 3;18,21,22;, 3;18,22,23;, 3;24,25,26;, 3;24,26,27;, 3;28,29,30;, 3;28,30,31;, 3;25,24,32;, 3;25,32,33;, 3;34,35,36;, 3;34,36,37;, 3;38,39,40;, 3;38,40,41;, 3;39,38,42;, 3;39,42,43;, 3;35,34,44;, 3;35,44,45;, 3;29,28,46;, 3;29,46,47;, 3;48,49,50;, 3;48,50,51;, 3;52,53,33;, 3;52,33,32;, 3;54,55,56;, 3;54,56,57;, 3;19,8,7;, 3;19,7,20;, 3;14,13,2;, 3;14,2,1;; } MeshMaterialList { 1; 42; 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.918400;0.731145;0.678500;1.000000;; 1.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "intC_tex.png"; } } } } } }