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 { 48; 0.100000;-0.173200;0.000000;, 0.200000;0.000000;0.000000;, 0.200000;0.000000;-50.000000;, 0.100000;-0.173200;-50.000000;, -0.100000;-0.173200;0.000000;, -0.100000;-0.173200;-50.000000;, -0.200000;0.000000;0.000000;, -0.200000;0.000000;-50.000000;, -0.100000;0.173200;0.000000;, -0.100000;0.173200;-50.000000;, 0.100000;0.173200;0.000000;, 0.100000;0.173200;-50.000000;, 0.200000;0.000000;-50.000000;, 0.200000;0.000000;-100.000000;, 0.100000;-0.173200;-100.000000;, 0.100000;-0.173200;-50.000000;, -0.100000;-0.173200;-100.000000;, -0.100000;-0.173200;-50.000000;, -0.200000;0.000000;-100.000000;, -0.200000;0.000000;-50.000000;, -0.100000;0.173200;-100.000000;, -0.100000;0.173200;-50.000000;, 0.100000;0.173200;-100.000000;, 0.100000;0.173200;-50.000000;, 0.187500;-0.324800;0.000000;, 0.375000;0.000000;0.000000;, 0.375000;0.000000;-50.000000;, 0.187500;-0.324800;-50.000000;, -0.187500;-0.324800;0.000000;, -0.187500;-0.324800;-50.000000;, -0.375000;0.000000;0.000000;, -0.375000;0.000000;-50.000000;, -0.187500;0.324800;0.000000;, -0.187500;0.324800;-50.000000;, 0.187500;0.324800;0.000000;, 0.187500;0.324800;-50.000000;, 0.375000;0.000000;-50.000000;, 0.375000;0.000000;-100.000000;, 0.187500;-0.324800;-100.000000;, 0.187500;-0.324800;-50.000000;, -0.187500;-0.324800;-100.000000;, -0.187500;-0.324800;-50.000000;, -0.375000;0.000000;-100.000000;, -0.375000;0.000000;-50.000000;, -0.187500;0.324800;-100.000000;, -0.187500;0.324800;-50.000000;, 0.187500;0.324800;-100.000000;, 0.187500;0.324800;-50.000000;; 48; 3;0,1,2;, 3;0,2,3;, 3;4,0,3;, 3;4,3,5;, 3;6,4,5;, 3;6,5,7;, 3;8,6,7;, 3;8,7,9;, 3;10,8,9;, 3;10,9,11;, 3;1,10,11;, 3;1,11,2;, 3;12,13,14;, 3;12,14,15;, 3;15,14,16;, 3;15,16,17;, 3;17,16,18;, 3;17,18,19;, 3;19,18,20;, 3;19,20,21;, 3;21,20,22;, 3;21,22,23;, 3;23,22,13;, 3;23,13,12;, 3;24,25,26;, 3;24,26,27;, 3;28,24,27;, 3;28,27,29;, 3;30,28,29;, 3;30,29,31;, 3;32,30,31;, 3;32,31,33;, 3;34,32,33;, 3;34,33,35;, 3;25,34,35;, 3;25,35,26;, 3;36,37,38;, 3;36,38,39;, 3;39,38,40;, 3;39,40,41;, 3;41,40,42;, 3;41,42,43;, 3;43,42,44;, 3;43,44,45;, 3;45,44,46;, 3;45,46,47;, 3;47,46,37;, 3;47,37,36;; MeshTextureCoords { 48; 0.451679;0.999987;, 0.466810;0.999987;, 0.466983;1.775525;, 0.451851;1.775525;, 0.451680;0.999987;, 0.451853;1.775525;, 0.466813;0.999987;, 0.466985;1.775525;, 0.481944;0.999986;, 0.482117;1.775524;, 0.481943;0.999986;, 0.482115;1.775524;, 0.466983;0.775525;, 0.467155;1.551063;, 0.452024;1.551063;, 0.451851;0.775525;, 0.452026;1.551063;, 0.451853;0.775525;, 0.467158;1.551063;, 0.466985;0.775525;, 0.482289;1.551062;, 0.482117;0.775524;, 0.482288;1.551062;, 0.482115;0.775524;, 0.628626;0.999979;, 0.669304;0.999977;, 0.669552;2.301698;, 0.628874;2.301699;, 0.628630;0.999979;, 0.628877;2.301699;, 0.669312;0.999977;, 0.669559;2.301698;, 0.709990;0.999976;, 0.710237;2.301697;, 0.709986;0.999976;, 0.710234;2.301697;, 0.669552;1.301698;, 0.669800;2.603418;, 0.629121;2.603420;, 0.628874;1.301699;, 0.629125;2.603420;, 0.628877;1.301699;, 0.669807;2.603418;, 0.669559;1.301698;, 0.710485;2.603417;, 0.710237;1.301697;, 0.710481;2.603417;, 0.710234;1.301697;; } MeshNormals { 48; -0.577346;0.666674;0.000000;, -0.866019;-0.166670;0.000000;, -0.866019;0.166670;0.000000;, -0.288673;0.833337;0.000000;, 0.288673;0.833337;0.000000;, 0.577346;0.666674;0.000000;, 0.866019;0.166670;0.000000;, 0.866019;-0.166670;0.000000;, 0.577346;-0.666674;0.000000;, 0.288673;-0.833337;0.000000;, -0.288673;-0.833337;0.000000;, -0.577346;-0.666674;0.000000;, -0.866019;0.166670;0.000000;, -0.866019;-0.166670;0.000000;, -0.577346;0.666674;0.000000;, -0.288673;0.833337;0.000000;, 0.288673;0.833337;0.000000;, 0.577346;0.666674;0.000000;, 0.866019;0.166670;0.000000;, 0.866019;-0.166670;0.000000;, 0.577346;-0.666674;0.000000;, 0.288673;-0.833337;0.000000;, -0.288673;-0.833337;0.000000;, -0.577346;-0.666674;0.000000;, -0.577368;0.666636;0.000000;, -0.866052;-0.166651;0.000000;, -0.866052;0.166651;0.000000;, -0.288684;0.833318;0.000000;, 0.288684;0.833318;0.000000;, 0.577368;0.666636;0.000000;, 0.866052;0.166651;0.000000;, 0.866052;-0.166651;0.000000;, 0.577368;-0.666636;0.000000;, 0.288684;-0.833318;0.000000;, -0.288684;-0.833318;0.000000;, -0.577368;-0.666636;0.000000;, -0.866052;0.166651;0.000000;, -0.866052;-0.166651;0.000000;, -0.577368;0.666636;0.000000;, -0.288684;0.833318;0.000000;, 0.288684;0.833318;0.000000;, 0.577368;0.666636;0.000000;, 0.866052;0.166651;0.000000;, 0.866052;-0.166651;0.000000;, 0.577368;-0.666636;0.000000;, 0.288684;-0.833318;0.000000;, -0.288684;-0.833318;0.000000;, -0.577368;-0.666636;0.000000;; 48; 3;0,1,2;, 3;0,2,3;, 3;4,0,3;, 3;4,3,5;, 3;6,4,5;, 3;6,5,7;, 3;8,6,7;, 3;8,7,9;, 3;10,8,9;, 3;10,9,11;, 3;1,10,11;, 3;1,11,2;, 3;12,13,14;, 3;12,14,15;, 3;15,14,16;, 3;15,16,17;, 3;17,16,18;, 3;17,18,19;, 3;19,18,20;, 3;19,20,21;, 3;21,20,22;, 3;21,22,23;, 3;23,22,13;, 3;23,13,12;, 3;24,25,26;, 3;24,26,27;, 3;28,24,27;, 3;28,27,29;, 3;30,28,29;, 3;30,29,31;, 3;32,30,31;, 3;32,31,33;, 3;34,32,33;, 3;34,33,35;, 3;25,34,35;, 3;25,35,26;, 3;36,37,38;, 3;36,38,39;, 3;39,38,40;, 3;39,40,41;, 3;41,40,42;, 3;41,42,43;, 3;43,42,44;, 3;43,44,45;, 3;45,44,46;, 3;45,46,47;, 3;47,46,37;, 3;47,37,36;; } MeshMaterialList { 2; 48; 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1; Material { 1.000000;1.000000;1.000000;1.000000;; 1.000000; 0.000000;0.000000;0.000000;; 0.500000;0.700000;1.000000;; TextureFilename { "insaber_scr_tex.png"; } } Material { 0.338800;0.279242;1.000000;0.500000;; 1.000000; 0.000000;0.000000;0.000000;; 0.200000;0.200000;1.000000;; TextureFilename { "outsaber_scr_tex.png"; } } } } } }