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 { 71; -0.99781;0.00000;1.00656;, -0.49453;0.00000;1.00656;, -0.49891;0.00000;0.50328;, -0.49891;0.00000;0.50328;, -0.99781;0.00000;0.50328;, -0.99781;0.00000;1.00656;, 0.00000;0.00000;-0.00875;, -0.49891;0.00000;0.00000;, -0.49891;0.00000;0.50328;, -0.49891;0.00000;0.50328;, 0.00000;0.00000;0.49891;, 0.00000;0.00000;-0.00875;, -0.49891;0.00000;0.50328;, 0.00438;0.00000;0.99343;, 0.00000;0.00000;0.49891;, -0.49891;0.00000;0.50328;, -0.49453;0.00000;1.00656;, 0.00438;0.00000;0.99343;, -0.99781;0.00000;0.50328;, -0.49891;0.00000;0.50328;, -0.49891;0.00000;0.00000;, -0.49891;0.00000;0.00000;, -0.98906;0.00000;0.00000;, -0.99781;0.00000;0.50328;, -0.49453;0.00000;1.00656;, -0.99781;0.00000;1.00656;, -0.99781;0.00000;1.50985;, -0.49453;0.00000;1.50109;, -0.49453;0.00000;1.00656;, -0.49453;0.00000;1.50109;, 0.00438;0.00000;1.51422;, 0.00438;0.00000;0.99343;, 0.00438;0.00000;0.99343;, -0.49453;0.00000;1.00656;, -0.49453;0.00000;1.50109;, 0.00438;0.00000;0.99343;, 0.50547;0.00000;1.00656;, 0.50109;0.00000;0.50328;, 0.50109;0.00000;0.50328;, 0.00000;0.00000;0.49891;, 0.00438;0.00000;0.99343;, 1.00000;0.00000;-0.00875;, 0.50109;0.00000;0.00000;, 0.50109;0.00000;0.50328;, 0.50109;0.00000;0.50328;, 1.00000;0.00000;0.49891;, 1.00000;0.00000;-0.00875;, 0.50109;0.00000;0.50328;, 1.00438;0.00000;0.99343;, 1.00000;0.00000;0.49891;, 0.50109;0.00000;0.50328;, 0.50547;0.00000;1.00656;, 1.00438;0.00000;0.99343;, 0.00000;0.00000;0.49891;, 0.50109;0.00000;0.50328;, 0.50109;0.00000;0.00000;, 0.50109;0.00000;0.00000;, 0.00000;0.00000;-0.00875;, 0.00000;0.00000;0.49891;, 0.50547;0.00000;1.00656;, 0.00438;0.00000;0.99343;, 0.00438;0.00000;1.51422;, 0.00438;0.00000;1.51422;, 0.50547;0.00000;1.50109;, 0.50547;0.00000;1.00656;, 0.50547;0.00000;1.50109;, 1.00438;0.00000;1.51422;, 1.00438;0.00000;0.99343;, 1.00438;0.00000;0.99343;, 0.50547;0.00000;1.00656;, 0.50547;0.00000;1.50109;; 24; 3;0,1,2;, 3;3,4,5;, 3;6,7,8;, 3;9,10,11;, 3;12,13,14;, 3;15,16,17;, 3;18,19,20;, 3;21,22,23;, 3;24,25,26;, 3;26,27,28;, 3;29,30,31;, 3;32,33,34;, 3;35,36,37;, 3;38,39,40;, 3;41,42,43;, 3;44,45,46;, 3;47,48,49;, 3;50,51,52;, 3;53,54,55;, 3;56,57,58;, 3;59,60,61;, 3;62,63,64;, 3;65,66,67;, 3;68,69,70;; MeshMaterialList { 1; 24; 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.800000;0.800000;0.800000;1.000000;; 5.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "tile0.jpg"; } } } MeshNormals { 1; 0.000000;1.000000;0.000000;; 24; 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;, 3;0,0,0;; } MeshTextureCoords { 71; 0.008970;0.015610; 0.987370;0.010940; 0.993030;0.997650; 0.993180;0.996150; 0.011050;0.991000; 0.010230;0.014990; 0.991740;0.990340; 0.005740;0.994960; 0.005160;0.009180; 0.001770;0.016670; 0.992110;0.017890; 0.998400;0.992640; 0.008820;0.995620; 0.992450;0.012050; 0.993120;0.993790; 0.010690;0.992870; 0.008420;0.021150; 0.992180;0.009840; 0.011420;0.015720; 0.985690;0.011940; 0.991950;0.994470; 0.993310;0.995140; 0.012490;0.995330; 0.008050;0.018330; 0.994870;0.995150; 0.012580;0.992740; 0.009660;0.013130; 0.986800;0.011250; 0.995790;0.996020; 0.003120;0.012890; 0.991470;0.014460; 0.993520;0.998120; 0.996580;0.996940; 0.010000;0.993470; 0.010850;0.008450; 0.010970;0.018720; 0.989230;0.013420; 0.992370;0.994050; 0.988850;0.995690; 0.006740;0.990880; 0.008580;0.011650; 0.986380;0.989100; 0.008110;0.993470; 0.013240;0.006800; 0.008820;0.009840; 0.987670;0.006400; 0.993690;0.988600; 0.009030;0.995620; 0.988550;0.012050; 0.989230;0.992420; 0.008530;0.990390; 0.005600;0.010900; 0.988300;0.007750; 0.004980;0.016360; 0.991420;0.008580; 0.994710;0.990610; 0.988660;0.988310; 0.009300;0.994610; 0.006900;0.012230; 0.992220;0.988910; 0.009000;0.993150; 0.006830;0.012820; 0.007500;0.015270; 0.995060;0.017860; 0.996100;0.993070; 0.008180;0.013730; 0.994450;0.015130; 0.994420;0.997760; 0.988480;0.989210; 0.017050;0.989360; 0.007130;0.013910;; } }