xof 0302txt 0032 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 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 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 Mesh { <3D82AB44-62DA-11cf-AB39-0020AF71E433> DWORD nVertices; array Vector vertices[nVertices]; DWORD nFaces; array MeshFace faces[nFaces]; [...] } template FrameTransformMatrix { Matrix4x4 frameMatrix; } template Frame { <3D82AB46-62DA-11cf-AB39-0020AF71E433> [...] } template FloatKeys { <10DD46A9-775B-11cf-8F52-0040333594A3> DWORD nValues; array FLOAT values[nValues]; } template TimedFloatKeys { DWORD time; FloatKeys tfkeys; } template AnimationKey { <10DD46A8-775B-11cf-8F52-0040333594A3> DWORD keyType; DWORD nKeys; array TimedFloatKeys keys[nKeys]; } template AnimationOptions { DWORD openclosed; DWORD positionquality; } template Animation { <3D82AB4F-62DA-11cf-AB39-0020AF71E433> [...] } template AnimationSet { <3D82AB50-62DA-11cf-AB39-0020AF71E433> [Animation] } Header { 1; 0; 1; } Frame frm-low { FrameTransformMatrix { 1.270000,0.000000,0.000000,0.000000, 0.000000,1.270000,0.000000,0.000000, 0.000000,0.000000,1.270000,0.000000, 0.000000,0.000000,0.000000,1.000000;; } Mesh low { 37; 161.422409;23.900356;10.460191;, 161.422409;23.900356;10.460191;, 161.422409;23.900356;10.460191;, 161.422409;23.900356;10.460191;, 130.623138;111.708939;10.520941;, 130.623138;111.708939;10.520941;, 21.331451;58.737720;72.340858;, 21.331451;58.737720;72.340858;, 21.331451;58.737720;72.340858;, 21.331451;58.737720;72.340858;, 21.331451;58.737720;72.340858;, 122.786819;81.062988;76.736328;, 122.786819;81.062988;76.736328;, 122.786819;81.062988;76.736328;, 122.786819;81.062988;76.736328;, 1.503148;-151.256134;-91.970352;, -36.403637;-97.390228;-66.475136;, -106.294273;-129.851379;-66.938797;, -80.233360;-82.434311;23.979101;, -166.708221;-62.996735;-35.499828;, -69.469681;7.667894;52.671154;, -142.423141;-4.987398;-62.009090;, -161.969864;32.319279;15.113224;, -40.410072;60.728706;73.023590;, -85.831955;128.084778;-0.695906;, -77.864189;147.429962;52.106747;, 29.721420;141.757782;-5.166053;, 38.225346;162.481476;41.301311;, 122.786819;81.062988;76.736328;, 21.331451;58.737720;72.340858;, 130.623138;111.708939;10.520941;, 161.422409;23.900356;10.460191;, 85.608826;-11.343982;17.996622;, 139.838654;-8.690316;-56.041279;, 33.486996;-115.962914;33.796940;, 86.141930;-104.585632;-84.345184;, 111.669746;-116.916893;-13.953316;; 37; 4;32,10,5,33;, 4;26,24,25,27;, 4;9,23,24,26;, 4;27,25,23,8;, 4;23,20,21,24;, 4;25,22,20,23;, 4;22,19,18,20;, 3;3,32,36;, 3;36,32,34;, 3;34,32,35;, 3;33,4,2;, 3;26,27,30;, 3;1,14,32;, 3;27,7,13;, 3;0,30,12;, 3;6,26,30;, 3;32,33,35;, 3;30,27,11;, 3;21,22,24;, 3;17,34,18;, 3;16,17,21;, 3;17,15,34;, 3;21,17,19;, 3;18,16,21;, 3;15,36,34;, 3;24,22,25;, 3;28,29,32;, 3;16,35,15;, 3;21,19,22;, 3;18,34,16;, 3;16,15,17;, 3;19,17,18;, 3;33,31,36;, 3;20,18,21;, 3;35,36,15;, 3;34,35,16;, 3;35,33,36;; MeshMaterialList { 1; 37; 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, 0; Material { 1.000000;1.000000;1.000000;1.000000;; 50.000000; 1.000000;1.000000;1.000000;; 0.0; 0.0; 0.0;; TextureFilename { "bgrnd57.ppm"; } } } MeshNormals { 37; 0.924543;-0.134617;0.356508;, 0.924543;-0.134617;0.356508;, 0.924543;-0.134617;0.356508;, 0.924543;-0.134617;0.356508;, 0.652286;0.590492;-0.475229;, 0.652286;0.590492;-0.475229;, -0.437771;-0.731857;0.522246;, -0.437771;-0.731857;0.522246;, -0.437771;-0.731857;0.522246;, -0.437771;-0.731857;0.522246;, -0.437771;-0.731857;0.522246;, 0.491310;0.055214;0.869233;, 0.491310;0.055214;0.869233;, 0.491310;0.055214;0.869233;, 0.491310;0.055214;0.869233;, 0.096189;-0.806909;-0.582791;, 0.174317;0.795105;-0.580881;, -0.526608;-0.701924;-0.479569;, 0.277954;-0.045038;0.959538;, -0.941588;-0.333568;0.046302;, 0.697505;-0.377802;0.608895;, -0.060014;0.341567;-0.937940;, -0.931974;0.285775;0.223064;, 0.554993;-0.685573;0.471140;, -0.287918;0.437608;-0.851823;, -0.503249;0.688870;0.521726;, 0.054145;0.190254;-0.980241;, 0.187612;0.879322;0.437715;, 0.491310;0.055214;0.869233;, -0.437771;-0.731857;0.522246;, 0.652286;0.590492;-0.475229;, 0.924543;-0.134617;0.356508;, -0.485390;-0.202704;0.850475;, 0.528357;0.132331;-0.838646;, -0.143235;-0.324486;0.934983;, -0.081207;0.396073;-0.914621;, 0.718452;-0.655849;0.231708;; 37; 4;32,10,5,33;, 4;26,24,25,27;, 4;9,23,24,26;, 4;27,25,23,8;, 4;23,20,21,24;, 4;25,22,20,23;, 4;22,19,18,20;, 3;3,32,36;, 3;36,32,34;, 3;34,32,35;, 3;33,4,2;, 3;26,27,30;, 3;1,14,32;, 3;27,7,13;, 3;0,30,12;, 3;6,26,30;, 3;32,33,35;, 3;30,27,11;, 3;21,22,24;, 3;17,34,18;, 3;16,17,21;, 3;17,15,34;, 3;21,17,19;, 3;18,16,21;, 3;15,36,34;, 3;24,22,25;, 3;28,29,32;, 3;16,35,15;, 3;21,19,22;, 3;18,34,16;, 3;16,15,17;, 3;19,17,18;, 3;33,31,36;, 3;20,18,21;, 3;35,36,15;, 3;34,35,16;, 3;35,33,36;; } MeshTextureCoords { 37; 0.048201;0.485523;, 0.835551;0.485523;, 0.835551;0.485523;, 0.835551;0.485523;, 0.901648;0.397671;, 0.901648;0.397671;, 0.187312;0.781498;, 0.187312;0.781498;, 0.187312;0.781498;, 0.187312;0.781498;, 0.974662;0.781498;, 0.112965;0.643623;, 0.112965;0.643623;, 0.112965;0.643623;, 0.900315;0.643623;, 0.620300;0.340871;, 0.580133;0.308879;, 0.538099;0.399852;, 0.511178;0.721149;, 0.469911;0.430940;, 0.374068;0.803856;, 0.439392;0.253729;, 0.391188;0.491872;, 0.277277;0.763181;, 0.297556;0.325075;, 0.279017;0.491616;, 0.194240;0.282822;, 0.193959;0.442493;, 0.900315;0.643623;, 0.974662;0.781498;, 0.114297;0.397671;, 0.835551;0.485523;, 0.810051;0.594324;, 0.793990;0.281401;, 0.661687;0.806864;, 0.695591;0.299287;, 0.716316;0.556682;; } } } AnimationSet { Animation anim-low { {frm-low} AnimationKey { 1; 2; 1; 3; 1.270000, 1.270000, 1.270000;;, 40; 3; 1.270000, 1.270000, 1.270000;;; } } }