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 { 36; -19.500000;0.000000;26.500000;, -19.500000;0.000000;23.500000;, -24.000000;9.000000;23.500000;, -24.000000;9.000000;26.500000;, -28.000000;9.000000;23.500000;, -28.000000;9.000000;26.500000;, -19.500000;0.000000;1.500000;, -19.500000;0.000000;-1.500000;, -24.000000;9.000000;-1.500000;, -24.000000;9.000000;1.500000;, -28.000000;9.000000;-1.500000;, -28.000000;9.000000;1.500000;, -19.500000;0.000000;-23.500000;, -19.500000;0.000000;-26.500000;, -24.000000;9.000000;-26.500000;, -24.000000;9.000000;-23.500000;, -28.000000;9.000000;-26.500000;, -28.000000;9.000000;-23.500000;, 19.500000;0.000000;-23.500000;, 24.000000;9.000000;-23.500000;, 24.000000;9.000000;-26.500000;, 19.500000;0.000000;-26.500000;, 28.000000;9.000000;-23.500000;, 28.000000;9.000000;-26.500000;, 19.500000;0.000000;1.500000;, 24.000000;9.000000;1.500000;, 24.000000;9.000000;-1.500000;, 19.500000;0.000000;-1.500000;, 28.000000;9.000000;1.500000;, 28.000000;9.000000;-1.500000;, 19.500000;0.000000;26.500000;, 24.000000;9.000000;26.500000;, 24.000000;9.000000;23.500000;, 19.500000;0.000000;23.500000;, 28.000000;9.000000;26.500000;, 28.000000;9.000000;23.500000;; 36; 3;0,1,2;, 3;0,2,3;, 3;2,4,5;, 3;2,5,3;, 3;6,7,8;, 3;6,8,9;, 3;8,10,11;, 3;8,11,9;, 3;12,13,14;, 3;12,14,15;, 3;14,16,17;, 3;14,17,15;, 3;18,19,20;, 3;18,20,21;, 3;20,19,22;, 3;20,22,23;, 3;24,25,26;, 3;24,26,27;, 3;26,25,28;, 3;26,28,29;, 3;30,31,32;, 3;30,32,33;, 3;32,31,34;, 3;32,34,35;, 3;0,3,5;, 3;1,4,2;, 3;6,9,11;, 3;7,10,8;, 3;12,15,17;, 3;13,16,14;, 3;18,22,19;, 3;21,20,23;, 3;24,28,25;, 3;27,26,29;, 3;30,34,31;, 3;33,32,35;; MeshTextureCoords { 36; 1.050000;3.059994;, 1.050000;2.939994;, 0.600000;2.940003;, 0.600000;3.060003;, 0.200000;2.940003;, 0.200000;3.060003;, 1.050000;2.059994;, 1.050000;1.939994;, 0.600000;1.940003;, 0.600000;2.060003;, 0.200000;1.940003;, 0.200000;2.060003;, 1.050000;1.059994;, 1.050000;0.939994;, 0.600000;0.940003;, 0.600000;1.060003;, 0.200000;0.940003;, 0.200000;1.060003;, 1.950000;1.059994;, 2.400000;1.060003;, 2.400000;0.940003;, 1.950000;0.939994;, 2.800000;1.060003;, 2.800000;0.940003;, 1.950000;2.059994;, 2.400000;2.060003;, 2.400000;1.940003;, 1.950000;1.939994;, 2.800000;2.060003;, 2.800000;1.940003;, 1.950000;3.059994;, 2.400000;3.060003;, 2.400000;2.940003;, 1.950000;2.939994;, 2.800000;3.060003;, 2.800000;2.940003;; } MeshNormals { 36; 0.596285;0.298142;0.333333;, 0.447214;0.223607;-0.500000;, 0.357771;0.578885;-0.200000;, 0.298142;0.482405;0.333333;, 0.000000;0.500000;-0.500000;, 0.000000;0.666667;0.333333;, 0.596285;0.298142;0.333333;, 0.447214;0.223607;-0.500000;, 0.357771;0.578885;-0.200000;, 0.298142;0.482405;0.333333;, 0.000000;0.500000;-0.500000;, 0.000000;0.666667;0.333333;, 0.596285;0.298142;0.333333;, 0.447214;0.223607;-0.500000;, 0.357771;0.578885;-0.200000;, 0.298142;0.482405;0.333333;, 0.000000;0.500000;-0.500000;, 0.000000;0.666667;0.333333;, -0.596285;0.298142;0.333333;, -0.298142;0.482405;0.333333;, -0.357771;0.578885;-0.200000;, -0.447214;0.223607;-0.500000;, 0.000000;0.666667;0.333333;, 0.000000;0.500000;-0.500000;, -0.596285;0.298142;0.333333;, -0.298142;0.482405;0.333333;, -0.357771;0.578885;-0.200000;, -0.447214;0.223607;-0.500000;, 0.000000;0.666667;0.333333;, 0.000000;0.500000;-0.500000;, -0.596285;0.298142;0.333333;, -0.298142;0.482405;0.333333;, -0.357771;0.578885;-0.200000;, -0.447214;0.223607;-0.500000;, 0.000000;0.666667;0.333333;, 0.000000;0.500000;-0.500000;; 36; 3;0,1,2;, 3;0,2,3;, 3;2,4,5;, 3;2,5,3;, 3;6,7,8;, 3;6,8,9;, 3;8,10,11;, 3;8,11,9;, 3;12,13,14;, 3;12,14,15;, 3;14,16,17;, 3;14,17,15;, 3;18,19,20;, 3;18,20,21;, 3;20,19,22;, 3;20,22,23;, 3;24,25,26;, 3;24,26,27;, 3;26,25,28;, 3;26,28,29;, 3;30,31,32;, 3;30,32,33;, 3;32,31,34;, 3;32,34,35;, 3;0,3,5;, 3;1,4,2;, 3;6,9,11;, 3;7,10,8;, 3;12,15,17;, 3;13,16,14;, 3;18,22,19;, 3;21,20,23;, 3;24,28,25;, 3;27,26,29;, 3;30,34,31;, 3;33,32,35;; } MeshMaterialList { 1; 36; 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"; } } } } } }