xof 0302txt 0064 template Header { <3D82AB43-62DA-11cf-AB39-0020AF71E433> WORD major; WORD minor; DWORD flags; } template Vector { <3D82AB5E-62DA-11cf-AB39-0020AF71E433> FLOAT x; FLOAT y; FLOAT z; } template Coords2d { FLOAT u; FLOAT v; } template Matrix4x4 { array FLOAT matrix[16]; } template ColorRGBA { <35FF44E0-6C7C-11cf-8F52-0040333594A3> FLOAT red; FLOAT green; FLOAT blue; FLOAT alpha; } template ColorRGB { FLOAT red; FLOAT green; FLOAT blue; } template IndexedColor { <1630B820-7842-11cf-8F52-0040333594A3> DWORD index; ColorRGBA indexColor; } template Boolean { <4885AE61-78E8-11cf-8F52-0040333594A3> WORD truefalse; } template Boolean2d { <4885AE63-78E8-11cf-8F52-0040333594A3> Boolean u; Boolean v; } template MaterialWrap { <4885AE60-78E8-11cf-8F52-0040333594A3> Boolean u; Boolean v; } template TextureFilename { STRING filename; } template Material { <3D82AB4D-62DA-11cf-AB39-0020AF71E433> ColorRGBA faceColor; FLOAT power; ColorRGB specularColor; ColorRGB emissiveColor; [...] } template MeshFace { <3D82AB5F-62DA-11cf-AB39-0020AF71E433> DWORD nFaceVertexIndices; array DWORD faceVertexIndices[nFaceVertexIndices]; } template MeshFaceWraps { <4885AE62-78E8-11cf-8F52-0040333594A3> DWORD nFaceWrapValues; Boolean2d faceWrapValues; } template MeshTextureCoords { DWORD nTextureCoords; array Coords2d textureCoords[nTextureCoords]; } template MeshMaterialList { DWORD nMaterials; DWORD nFaceIndexes; array DWORD faceIndexes[nFaceIndexes]; [Material] } template MeshNormals { DWORD nNormals; array Vector normals[nNormals]; DWORD nFaceNormals; array MeshFace faceNormals[nFaceNormals]; } template MeshVertexColors { <1630B821-7842-11cf-8F52-0040333594A3> DWORD nVertexColors; array IndexedColor vertexColors[nVertexColors]; } template Mesh { <3D82AB44-62DA-11cf-AB39-0020AF71E433> DWORD nVertices; array Vector vertices[nVertices]; DWORD nFaces; array MeshFace faces[nFaces]; [...] } Header { 1; 0; 1; } Mesh { 30; 10.000000;50.000000;10.000000;, -10.000000;50.000000;10.000000;, -10.000000;50.000000;-10.000000;, 10.000000;50.000000;-10.000000;, 0.000000;70.000000;-0.000001;, -50.000011;10.000000;9.999998;, -50.000011;-10.000004;10.000000;, -50.000015;-10.000004;-10.000003;, -50.000015;9.999996;-10.000004;, -70.000015;-0.000004;-0.000004;, -9.999998;9.999996;50.000015;, 10.000002;9.999996;50.000015;, 10.000003;-10.000008;50.000019;, -9.999998;-10.000004;50.000019;, 0.000003;-0.000008;70.000023;, 50.000019;-10.000000;10.000008;, 50.000019;10.000000;10.000007;, 50.000019;10.000000;-10.000001;, 50.000019;-10.000000;-9.999999;, 70.000023;0.000000;0.000005;, 10.000000;9.999992;-50.000008;, -10.000000;9.999992;-50.000008;, -10.000000;-10.000008;-50.000008;, 10.000000;-10.000008;-50.000008;, 0.000000;-0.000011;-70.000008;, -9.999998;-50.000015;10.000004;, 10.000002;-50.000015;10.000002;, 10.000003;-50.000015;-10.000003;, -9.999997;-50.000015;-10.000001;, 0.000003;-70.000023;-0.000000;; 36; 3;3,0,2;, 3;2,0,1;, 3;4,0,3;, 3;3,2,4;, 3;4,2,1;, 3;4,1,0;, 3;8,5,7;, 3;7,5,6;, 3;9,5,8;, 3;8,7,9;, 3;9,7,6;, 3;9,6,5;, 3;13,10,12;, 3;12,10,11;, 3;14,10,13;, 3;13,12,14;, 3;14,12,11;, 3;14,11,10;, 3;18,15,17;, 3;17,15,16;, 3;19,15,18;, 3;18,17,19;, 3;19,17,16;, 3;19,16,15;, 3;23,20,22;, 3;22,20,21;, 3;24,20,23;, 3;23,22,24;, 3;24,22,21;, 3;24,21,20;, 3;28,25,27;, 3;27,25,26;, 3;29,25,28;, 3;28,27,29;, 3;29,27,26;, 3;29,26,25;; MeshMaterialList { 1; 1; 0;; Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; } } MeshNormals { 96; 0.000000;-1.000000;0.000000;, 0.894427;0.447214;0.000000;, 0.000000;0.447214;0.894427;, 0.000000;-1.000000;0.000000;, -0.894427;0.447214;0.000000;, 0.000000;0.447214;0.894427;, 0.000000;-1.000000;0.000000;, 0.000000;0.447214;-0.894427;, -0.894427;0.447214;0.000000;, 0.000000;-1.000000;0.000000;, 0.894427;0.447214;0.000000;, 0.000000;0.447214;-0.894427;, 0.894427;0.447214;0.000000;, 0.000000;0.447214;-0.894427;, -0.894427;0.447214;0.000000;, 0.000000;0.447214;0.894427;, 1.000000;-0.000000;-0.000000;, -0.447214;0.894427;-0.000000;, -0.447214;0.000000;0.894427;, 1.000000;-0.000000;-0.000000;, -0.447214;-0.894427;0.000000;, -0.447214;0.000000;0.894427;, 1.000000;-0.000000;-0.000000;, -0.447214;-0.000000;-0.894427;, -0.447214;-0.894427;0.000000;, 1.000000;-0.000000;-0.000000;, -0.447214;0.894427;-0.000000;, -0.447214;-0.000000;-0.894427;, -0.447214;0.894427;-0.000000;, -0.447214;-0.000000;-0.894427;, -0.447214;-0.894427;0.000000;, -0.447214;0.000000;0.894427;, -0.000000;-0.000000;-1.000000;, -0.894427;0.000000;0.447214;, 0.000000;0.894427;0.447214;, -0.000000;-0.000000;-1.000000;, 0.894427;0.000000;0.447213;, 0.000000;0.894427;0.447214;, -0.000000;-0.000000;-1.000000;, -0.000000;-0.894427;0.447213;, 0.894427;0.000000;0.447213;, -0.000000;-0.000000;-1.000000;, -0.894427;0.000000;0.447214;, -0.000000;-0.894427;0.447213;, -0.894427;0.000000;0.447214;, -0.000000;-0.894427;0.447213;, 0.894427;0.000000;0.447213;, 0.000000;0.894427;0.447214;, -1.000000;0.000000;0.000000;, 0.447214;-0.894427;0.000000;, 0.447214;0.000000;0.894427;, -1.000000;0.000000;0.000000;, 0.447214;0.894427;0.000000;, 0.447214;0.000000;0.894427;, -1.000000;0.000000;0.000000;, 0.447214;-0.000000;-0.894427;, 0.447214;0.894427;0.000000;, -1.000000;0.000000;0.000000;, 0.447214;-0.894427;0.000000;, 0.447214;-0.000000;-0.894427;, 0.447214;-0.894427;0.000000;, 0.447214;-0.000000;-0.894427;, 0.447214;0.894427;0.000000;, 0.447214;0.000000;0.894427;, 0.000000;0.000000;1.000000;, 0.894427;0.000000;-0.447214;, 0.000000;0.894427;-0.447214;, 0.000000;0.000000;1.000000;, -0.894427;0.000000;-0.447214;, 0.000000;0.894427;-0.447214;, 0.000000;0.000000;1.000000;, 0.000000;-0.894427;-0.447213;, -0.894427;0.000000;-0.447214;, 0.000000;0.000000;1.000000;, 0.894427;0.000000;-0.447214;, 0.000000;-0.894427;-0.447213;, 0.894427;0.000000;-0.447214;, 0.000000;-0.894427;-0.447213;, -0.894427;0.000000;-0.447214;, 0.000000;0.894427;-0.447214;, 0.000000;1.000000;0.000000;, -0.894427;-0.447214;-0.000000;, 0.000000;-0.447214;0.894427;, 0.000000;1.000000;0.000000;, 0.894427;-0.447213;0.000000;, 0.000000;-0.447214;0.894427;, 0.000000;1.000000;0.000000;, -0.000000;-0.447214;-0.894427;, 0.894427;-0.447213;0.000000;, 0.000000;1.000000;0.000000;, -0.894427;-0.447214;-0.000000;, -0.000000;-0.447214;-0.894427;, -0.894427;-0.447214;-0.000000;, -0.000000;-0.447214;-0.894427;, 0.894427;-0.447213;0.000000;, 0.000000;-0.447214;0.894427;; 36; 3;9,0,6;, 3;6,0,3;, 3;12,1,10;, 3;11,7,13;, 3;14,8,4;, 3;15,5,2;, 3;25,16,22;, 3;22,16,19;, 3;28,17,26;, 3;27,23,29;, 3;30,24,20;, 3;31,21,18;, 3;41,32,38;, 3;38,32,35;, 3;44,33,42;, 3;43,39,45;, 3;46,40,36;, 3;47,37,34;, 3;57,48,54;, 3;54,48,51;, 3;60,49,58;, 3;59,55,61;, 3;62,56,52;, 3;63,53,50;, 3;73,64,70;, 3;70,64,67;, 3;76,65,74;, 3;75,71,77;, 3;78,72,68;, 3;79,69,66;, 3;89,80,86;, 3;86,80,83;, 3;92,81,90;, 3;91,87,93;, 3;94,88,84;, 3;95,85,82;; } MeshTextureCoords { 30; 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;, 0.000000;0.000000;; } }