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 { 26; -0.603516;1.019043;-1.658203;, 0.704834;1.603027;-1.042236;, 0.927246;0.720459;-1.665283;, 0.356445;-0.161621;-1.999756;, -0.673096;-0.527100;-1.849609;, -1.558350;-0.161621;-1.302734;, -1.780762;0.720459;-0.679688;, -1.209961;1.603027;-0.345215;, -0.180176;1.968506;-0.495361;, 1.600586;1.248047;0.184326;, 1.915039;0.000000;-0.696777;, 1.107666;-1.247803;-1.169678;, -0.348389;-1.764648;-0.957275;, -1.600342;-1.247803;-0.184082;, -1.914795;0.000000;0.697021;, -1.107422;1.248047;1.169922;, 0.348389;1.764893;0.957520;, 1.558594;0.161865;1.302979;, 1.781006;-0.720215;0.679932;, 1.210205;-1.602783;0.345459;, 0.180420;-1.968262;0.495605;, -0.704590;-1.602783;1.042480;, -0.927002;-0.720215;1.665527;, -0.356201;0.161865;2.000000;, 0.673340;0.527344;1.849854;, 0.603760;-1.018799;1.658447;; 48; 3;0,1,2;, 3;0,2,3;, 3;0,3,4;, 3;0,4,5;, 3;0,5,6;, 3;0,6,7;, 3;0,7,8;, 3;0,8,1;, 3;1,9,10;, 3;1,10,2;, 3;2,10,11;, 3;2,11,3;, 3;3,11,12;, 3;3,12,4;, 3;4,12,13;, 3;4,13,5;, 3;5,13,14;, 3;5,14,6;, 3;6,14,15;, 3;6,15,7;, 3;7,15,16;, 3;7,16,8;, 3;8,16,9;, 3;8,9,1;, 3;9,17,18;, 3;9,18,10;, 3;10,18,19;, 3;10,19,11;, 3;11,19,20;, 3;11,20,12;, 3;12,20,21;, 3;12,21,13;, 3;13,21,22;, 3;13,22,14;, 3;14,22,23;, 3;14,23,15;, 3;15,23,24;, 3;15,24,16;, 3;16,24,17;, 3;16,17,9;, 3;25,24,23;, 3;25,23,22;, 3;25,22,21;, 3;25,21,20;, 3;25,20,19;, 3;25,19,18;, 3;25,18,17;, 3;25,17,24;; 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 { 26; -0.296192;0.500035;-0.813778;, 0.442142;0.738338;-0.509281;, 0.500888;0.256597;-0.826601;, 0.152991;-0.184289;-0.970892;, -0.397815;-0.326085;-0.857562;, -0.828771;-0.085713;-0.552985;, -0.887522;0.395983;-0.235588;, -0.539589;0.836963;-0.091301;, 0.011201;0.978772;-0.204645;, 0.785371;0.612387;0.090414;, 0.939676;0.000003;-0.342066;, 0.543507;-0.612369;-0.574113;, -0.171019;-0.866016;-0.469861;, -0.785381;-0.612380;-0.090377;, -0.939689;-0.000034;0.342031;, -0.543553;0.612334;0.574105;, 0.170997;0.866012;0.469875;, 0.741238;0.184336;0.645435;, 0.915031;-0.256550;0.311289;, 0.666033;-0.738372;0.105867;, 0.140083;-0.978779;0.149558;, -0.354635;-0.836958;0.416816;, -0.528393;-0.396058;0.750958;, -0.279447;0.085675;0.956331;, 0.246515;0.326116;0.912622;, 0.296192;-0.500035;0.813778;; 48; 3;0,1,2;, 3;0,2,3;, 3;0,3,4;, 3;0,4,5;, 3;0,5,6;, 3;0,6,7;, 3;0,7,8;, 3;0,8,1;, 3;1,9,10;, 3;1,10,2;, 3;2,10,11;, 3;2,11,3;, 3;3,11,12;, 3;3,12,4;, 3;4,12,13;, 3;4,13,5;, 3;5,13,14;, 3;5,14,6;, 3;6,14,15;, 3;6,15,7;, 3;7,15,16;, 3;7,16,8;, 3;8,16,9;, 3;8,9,1;, 3;9,17,18;, 3;9,18,10;, 3;10,18,19;, 3;10,19,11;, 3;11,19,20;, 3;11,20,12;, 3;12,20,21;, 3;12,21,13;, 3;13,21,22;, 3;13,22,14;, 3;14,22,23;, 3;14,23,15;, 3;15,23,24;, 3;15,24,16;, 3;16,24,17;, 3;16,17,9;, 3;25,24,23;, 3;25,23,22;, 3;25,22,21;, 3;25,21,20;, 3;25,20,19;, 3;25,19,18;, 3;25,18,17;, 3;25,17,24;; } MeshTextureCoords { 26; 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;; } }