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 { 22; 5.000000;27.500000;-2.500000;, 5.000000;-2.000000;-2.500000;, -5.000000;-2.000000;-2.500000;, -5.000000;27.500000;-2.500000;, -5.000000;27.500000;2.500000;, -5.000000;-2.000000;2.500000;, 5.000000;-2.000000;2.500000;, 5.000000;27.500000;2.500000;, -5.000000;-2.000000;2.500000;, -5.000000;-2.000000;-2.500000;, 5.000000;-2.000000;-2.500000;, 5.000000;-2.000000;2.500000;, -5.000000;27.500000;-2.500000;, -5.000000;-2.000000;-2.500000;, -5.000000;-2.000000;2.500000;, -5.000000;27.500000;2.500000;, -5.000000;27.500000;-2.500000;, -5.000000;27.500000;2.500000;, 5.000000;27.500000;2.500000;, 5.000000;27.500000;-2.500000;, 5.000000;-2.000000;2.500000;, 5.000000;-2.000000;-2.500000;; 12; 3;0,1,2;, 3;0,2,3;, 3;4,5,6;, 3;4,6,7;, 3;8,9,10;, 3;8,10,11;, 3;12,13,14;, 3;12,14,15;, 3;16,17,18;, 3;16,18,19;, 3;18,20,21;, 3;18,21,19;; MeshTextureCoords { 22; 0.000000;1.000000;, 0.000000;0.000000;, 1.000000;0.000000;, 1.000000;1.000000;, 0.000000;1.000000;, 0.000000;0.000000;, 1.000000;0.000000;, 1.000000;1.000000;, 1.499963;1.989978;, 0.499963;1.989933;, 0.500001;0.575700;, 1.500001;0.575745;, 0.500228;0.818058;, 0.499963;4.989933;, 1.499963;4.989978;, 1.500228;0.818102;, 0.500228;1.818058;, 1.500228;1.818102;, 1.500266;0.403870;, 0.500266;0.403825;, 1.500001;4.575745;, 0.500001;4.575700;; } MeshNormals { 22; 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;-1.000000;0.000000;, 0.000000;-1.000000;0.000000;, 0.000000;-1.000000;0.000000;, 0.000000;-1.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;, 0.000000;1.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.500000;0.500000;0.000000;, 0.500000;0.500000;0.000000;, 1.000000;0.000000;0.000000;, 1.000000;0.000000;0.000000;; 12; 3;0,1,2;, 3;0,2,3;, 3;4,5,6;, 3;4,6,7;, 3;8,9,10;, 3;8,10,11;, 3;12,13,14;, 3;12,14,15;, 3;16,17,18;, 3;16,18,19;, 3;18,20,21;, 3;18,21,19;; } MeshMaterialList { 2; 12; 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1; Material { 0.722400;0.537766;0.572000;1.000000;; 1.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "intD_tex.png"; } } Material { 0.649000;0.488222;0.513900;1.000000;; 39.100000; 0.300000;0.282473;0.300000;; 0.000000;0.000000;0.000000;; TextureFilename { "genC2_tex.png"; } } } } } }