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; -1.300000;0.450000;-1.670000;, -0.850000;0.450000;-1.670000;, -0.850000;0.100000;-1.670000;, -1.300000;0.100000;-1.670000;, 1.300000;0.450000;-1.670000;, 1.300000;0.100000;-1.670000;, 0.850000;0.100000;-1.670000;, 0.850000;0.450000;-1.670000;, 0.389600;0.600000;-1.650000;, 1.400000;0.600000;-1.650000;, 1.400000;-0.500000;-1.650000;, 0.389600;-0.500000;-1.650000;, 0.250000;-0.050000;0.450000;, 0.250000;-0.050000;1.500000;, 0.400000;-0.300000;1.850000;, 0.400000;-0.300000;0.300000;, -0.400000;-0.300000;0.300000;, -0.250000;-0.050000;0.450000;, -0.400000;-0.300000;1.850000;, -0.250000;-0.050000;1.500000;, -1.400000;0.600000;-1.650000;, -0.389600;0.600000;-1.650000;, -0.389600;-0.500000;-1.650000;, -1.400000;-0.500000;-1.650000;, 0.389600;-0.500000;-1.650000;, 1.400000;-0.500000;-1.650000;, 1.300000;-0.900000;-1.450000;, 0.412500;-0.900000;-1.450000;, -0.389600;-0.500000;-1.650000;, -0.412500;-0.900000;-1.450000;, -1.300000;-0.900000;-1.450000;, -1.400000;-0.500000;-1.650000;, -0.750000;0.050000;-3.150000;, -0.800000;0.050000;-3.250000;, -1.400000;0.050000;-1.650000;, -1.300000;0.050000;-1.650000;, -1.300000;-0.150000;-1.650000;, -0.750000;-0.150000;-3.150000;, -0.800000;0.050000;-3.250000;, -0.750000;0.050000;-3.150000;, 0.800000;0.050000;-3.150000;, 0.850000;0.050000;-3.250000;, -0.750000;-0.150000;-3.150000;, 0.800000;-0.150000;-3.150000;, 0.850000;0.050000;-3.250000;, 0.800000;0.050000;-3.150000;, 1.300000;0.050000;-1.650000;, 1.400000;0.050000;-1.650000;, 0.800000;-0.150000;-3.150000;, 1.300000;-0.150000;-1.650000;, 0.250000;-0.050000;0.450000;, -0.250000;-0.050000;0.450000;, -0.250000;-0.050000;1.500000;, 0.250000;-0.050000;1.500000;, -0.850000;-0.300000;-0.600000;, -0.850000;-0.300000;0.850000;, -0.450000;-0.300000;1.850000;, 0.450000;-0.300000;1.850000;, 0.850000;-0.300000;0.850000;, 0.850000;-0.300000;-0.600000;; 36; 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;15,16,17;, 3;15,17,12;, 3;17,16,18;, 3;17,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;32,35,36;, 3;32,36,37;, 3;38,39,40;, 3;38,40,41;, 3;40,39,42;, 3;40,42,43;, 3;44,45,46;, 3;44,46,47;, 3;46,45,48;, 3;46,48,49;, 3;50,51,52;, 3;50,52,53;, 3;54,55,56;, 3;54,56,57;, 3;54,57,58;, 3;54,58,59;; MeshTextureCoords { 60; 0.318861;0.965584;, 0.318861;0.700829;, 0.494511;0.700829;, 0.494511;0.965584;, 0.318861;0.672750;, 0.494510;0.672750;, 0.494510;0.937505;, 0.318861;0.937505;, 1.539221;1.311034;, 1.539221;0.820908;, 0.990324;0.820908;, 0.990324;1.311034;, 0.034576;0.575202;, 0.196364;0.575202;, 0.250293;0.642613;, 0.011464;0.642613;, 0.011464;0.642613;, 0.034576;0.575202;, 0.250293;0.642613;, 0.196364;0.575202;, 1.539221;1.179090;, 1.539221;0.688965;, 0.990324;0.688965;, 0.990324;1.179090;, 0.008646;0.822532;, 0.008646;1.401998;, 0.128067;1.344649;, 0.128067;0.835673;, 0.008646;1.375712;, 0.128067;1.362571;, 0.128067;0.853590;, 0.008646;0.796250;, 2.217560;0.153949;, 2.274300;0.106335;, 1.366400;0.868153;, 1.366400;0.868153;, 1.271170;0.754665;, 2.122330;0.040461;, 0.874118;2.190630;, 0.921258;2.143490;, 2.382610;0.682136;, 2.429750;0.634995;, 0.732697;1.954926;, 2.194050;0.493574;, 2.274300;0.106335;, 2.217560;0.153948;, 1.366400;0.868153;, 1.366400;0.868153;, 2.122330;0.040461;, 1.271170;0.754665;, 0.003433;1.372800;, 0.301166;1.372800;, 0.301166;0.746102;, 0.003432;0.746102;, 0.003323;2.007920;, 0.540091;2.007920;, 0.910275;1.770194;, 0.910275;1.235313;, 0.540091;0.997588;, 0.003323;0.997588;; } 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.571662;0.514496;-0.285831;, 0.857493;0.514496;0.000000;, 0.857493;0.514496;0.000000;, 0.285831;0.514496;-0.571662;, -0.428746;0.514496;-0.428746;, -0.428746;0.514496;-0.428746;, -0.857493;0.514496;0.000000;, -0.857493;0.514496;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;, 0.000000;-0.447213;-0.894427;, 0.000000;-0.447213;-0.894427;, 0.000000;-0.447213;-0.894427;, 0.000000;-0.447213;-0.894427;, 0.000000;-0.447213;-0.894427;, 0.000000;-0.447213;-0.894427;, 0.000000;-0.447213;-0.894427;, 0.000000;-0.447213;-0.894427;, 0.469438;0.500000;0.172127;, 0.000000;1.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.469438;0.500000;0.172127;, 0.938876;0.000000;0.344255;, 0.938876;0.000000;0.344255;, 0.000000;1.000000;0.000000;, 0.000000;0.500000;0.500000;, 0.000000;0.500000;0.500000;, 0.000000;1.000000;0.000000;, 0.000000;0.000000;1.000000;, 0.000000;0.000000;1.000000;, 0.000000;1.000000;0.000000;, -0.474342;0.500000;0.158114;, -0.474342;0.500000;0.158114;, 0.000000;1.000000;0.000000;, -0.948683;0.000000;0.316228;, -0.948683;0.000000;0.316228;, 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;; 36; 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;15,16,17;, 3;15,17,12;, 3;17,16,18;, 3;17,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;32,35,36;, 3;32,36,37;, 3;38,39,40;, 3;38,40,41;, 3;40,39,42;, 3;40,42,43;, 3;44,45,46;, 3;44,46,47;, 3;46,45,48;, 3;46,48,49;, 3;50,51,52;, 3;50,52,53;, 3;54,55,56;, 3;54,56,57;, 3;54,57,58;, 3;54,58,59;; } MeshMaterialList { 6; 36; 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 3, 4, 4, 5, 5, 5, 5; Material { 1.000000;1.000000;1.000000;1.000000;; 1.000000; 0.000000;0.000000;0.000000;; 1.000000;1.000000;1.000000;; TextureFilename { "vtv1_tex.png"; } } Material { 0.849000;0.485841;0.000000;1.000000;; 1.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "vtv6_tex.png"; } } Material { 0.171400;0.110284;0.171400;1.000000;; 1.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "vtv2_tex.png"; } } Material { 0.849000;0.485841;0.000000;1.000000;; 1.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "genC4_tex.png"; } } Material { 0.338800;0.258481;0.338800;1.000000;; 1.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "vtv1_tex.png"; } } Material { 0.428600;0.346789;0.428600;1.000000;; 1.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "vrsun8_tex.png"; } } } } } }