xof 0303txt 0032 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 TextureFilename { STRING filename; } 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 MeshNormals { DWORD nNormals; array Vector normals[nNormals]; DWORD nFaceNormals; array MeshFace faceNormals[nFaceNormals]; } template MeshMaterialList { DWORD nMaterials; DWORD nFaceIndexes; array DWORD faceIndexes[nFaceIndexes]; [Material <3d82ab4d-62da-11cf-ab39-0020af71e433>] } template Coords2d { FLOAT u; FLOAT v; } template MeshTextureCoords { DWORD nTextureCoords; array Coords2d textureCoords[nTextureCoords]; } Material Mat_PillBottle { 1.000000;1.000000;1.000000;1.000000;; 9.999999; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "PillBottle.png"; } } Frame PillBottle { 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 PillBottle { 59; 0.022364;0.023501;0.000000;, 0.011182;0.073300;0.019367;, 0.011182;0.023501;0.019367;, 0.022364;0.073300;-0.000000;, -0.011182;0.073300;0.019367;, -0.011182;0.023501;0.019367;, -0.011182;0.023501;0.019367;, -0.022364;0.073300;-0.000000;, -0.022364;0.023501;-0.000000;, -0.011182;0.073300;0.019367;, -0.011182;0.073300;-0.019367;, -0.011182;0.023501;-0.019367;, 0.011182;0.073300;-0.019367;, 0.011182;0.023501;-0.019367;, 0.023716;0.073300;0.000002;, 0.011858;0.086413;0.020163;, 0.011858;0.073300;0.020163;, 0.023716;0.086413;0.000002;, -0.011858;0.086413;0.020163;, -0.011858;0.073300;0.020163;, -0.011858;0.073300;0.020163;, -0.023716;0.086413;0.000002;, -0.023716;0.073300;0.000002;, -0.011858;0.086413;0.020163;, -0.012073;0.086413;-0.020107;, -0.012073;0.073300;-0.020107;, 0.012073;0.086413;-0.020107;, 0.012073;0.073300;-0.020107;, -0.011182;0.023501;-0.019367;, -0.011182;0.023501;0.019367;, -0.022364;0.023501;-0.000000;, 0.022364;0.023501;0.000000;, 0.011182;0.023501;0.019367;, 0.011182;0.023501;-0.019367;, -0.022364;0.073300;-0.000000;, -0.012073;0.073300;-0.020107;, -0.011182;0.073300;-0.019367;, -0.023716;0.073300;0.000002;, -0.011182;0.073300;-0.019367;, 0.012073;0.073300;-0.020107;, 0.011182;0.073300;-0.019367;, 0.011182;0.073300;-0.019367;, 0.023716;0.073300;0.000002;, 0.022364;0.073300;-0.000000;, 0.022364;0.073300;-0.000000;, 0.011858;0.073300;0.020163;, 0.011182;0.073300;0.019367;, 0.011182;0.073300;0.019367;, -0.011858;0.073300;0.020163;, -0.011182;0.073300;0.019367;, -0.011182;0.073300;0.019367;, -0.022364;0.073300;-0.000000;, -0.011858;0.073300;0.020163;, 0.012073;0.086413;-0.020107;, 0.011858;0.086413;0.020163;, 0.023716;0.086413;0.000002;, -0.023716;0.086413;0.000002;, -0.011858;0.086413;0.020163;, -0.012073;0.086413;-0.020107;; 44; 3;0,1,2;, 3;1,0,3;, 3;2,4,5;, 3;4,2,1;, 3;6,7,8;, 3;7,6,9;, 3;8,10,11;, 3;10,8,7;, 3;11,12,13;, 3;12,11,10;, 3;13,3,0;, 3;3,13,12;, 3;14,15,16;, 3;15,14,17;, 3;16,18,19;, 3;18,16,15;, 3;20,21,22;, 3;21,20,23;, 3;22,24,25;, 3;24,22,21;, 3;25,26,27;, 3;26,25,24;, 3;27,17,14;, 3;17,27,26;, 3;28,29,30;, 3;29,31,32;, 3;28,31,29;, 3;33,31,28;, 3;34,35,36;, 3;35,34,37;, 3;38,39,40;, 3;39,38,35;, 3;41,42,43;, 3;42,41,39;, 3;44,45,46;, 3;45,44,42;, 3;47,48,49;, 3;48,47,45;, 3;50,37,51;, 3;37,50,52;, 3;53,54,55;, 3;54,56,57;, 3;53,56,54;, 3;58,56,53;; MeshNormals { 59; 1.000000;0.000000;0.000000;, 0.500000;0.000000;0.866025;, 0.500000;0.000000;0.866025;, 1.000000;0.000000;-0.000000;, -0.500000;0.000000;0.866025;, -0.500000;0.000000;0.866025;, -0.500000;0.000000;0.866025;, -1.000000;0.000000;-0.000000;, -1.000000;0.000000;-0.000000;, -0.500000;0.000000;0.866025;, -0.500000;-0.000000;-0.866025;, -0.500000;-0.000000;-0.866025;, 0.500000;-0.000000;-0.866025;, 0.500000;-0.000000;-0.866025;, 0.999994;-0.000000;0.003411;, 0.496505;-0.000000;0.868034;, 0.496505;-0.000000;0.868034;, 0.999994;-0.000000;0.003411;, -0.496505;0.000000;0.868034;, -0.496505;-0.000000;0.868034;, -0.496505;-0.000000;0.868034;, -0.999994;0.000000;0.003411;, -0.999994;-0.000000;0.003411;, -0.496505;0.000000;0.868034;, -0.499463;-0.000000;-0.866335;, -0.499463;-0.000000;-0.866335;, 0.499463;-0.000000;-0.866335;, 0.499463;-0.000000;-0.866335;, 0.000000;-1.000000;0.000000;, 0.000000;-1.000000;0.000000;, 0.000000;-1.000000;0.000000;, 0.000000;-1.000000;0.000000;, 0.000000;-1.000000;0.000000;, 0.000000;-1.000000;0.000000;, -0.000011;-1.000000;-0.000000;, -0.000007;-1.000000;-0.000011;, -0.000005;-1.000000;-0.000014;, -0.000011;-1.000000;0.000000;, -0.000005;-1.000000;-0.000014;, 0.000007;-1.000000;-0.000011;, 0.000005;-1.000000;-0.000014;, 0.000005;-1.000000;-0.000014;, 0.000011;-1.000000;0.000000;, 0.000011;-1.000000;0.000000;, 0.000011;-1.000000;0.000000;, 0.000007;-1.000000;0.000012;, 0.000006;-1.000000;0.000013;, 0.000006;-1.000000;0.000013;, -0.000007;-1.000000;0.000012;, -0.000006;-1.000000;0.000013;, -0.000006;-1.000000;0.000013;, -0.000011;-1.000000;-0.000000;, -0.000007;-1.000000;0.000012;, 0.000000;1.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;1.000000;0.000000;, 0.000000;1.000000;0.000000;; 44; 3;0,1,2;, 3;1,0,3;, 3;2,4,5;, 3;4,2,1;, 3;6,7,8;, 3;7,6,9;, 3;8,10,11;, 3;10,8,7;, 3;11,12,13;, 3;12,11,10;, 3;13,3,0;, 3;3,13,12;, 3;14,15,16;, 3;15,14,17;, 3;16,18,19;, 3;18,16,15;, 3;20,21,22;, 3;21,20,23;, 3;22,24,25;, 3;24,22,21;, 3;25,26,27;, 3;26,25,24;, 3;27,17,14;, 3;17,27,26;, 3;28,29,30;, 3;29,31,32;, 3;28,31,29;, 3;33,31,28;, 3;34,35,36;, 3;35,34,37;, 3;38,39,40;, 3;39,38,35;, 3;41,42,43;, 3;42,41,39;, 3;44,45,46;, 3;45,44,42;, 3;47,48,49;, 3;48,47,45;, 3;50,37,51;, 3;37,50,52;, 3;53,54,55;, 3;54,56,57;, 3;53,56,54;, 3;58,56,53;; } MeshMaterialList { 1; 44; 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, 0, 0, 0, 0, 0, 0, 0; { Mat_PillBottle } } MeshTextureCoords c1 { 59; 0.653716;0.933656;, 0.813636;0.563328;, 0.813636;0.933656;, 0.653716;0.563328;, 0.971925;0.563328;, 0.971925;0.933656;, 0.014710;0.933656;, 0.174631;0.563328;, 0.174631;0.933656;, 0.014710;0.563328;, 0.334358;0.563328;, 0.334358;0.933656;, 0.493988;0.563328;, 0.493988;0.933656;, 0.659181;0.479487;, 0.820397;0.377871;, 0.820092;0.480156;, 0.659486;0.377203;, 0.983550;0.378549;, 0.983245;0.480833;, 0.012450;0.476791;, 0.173668;0.375178;, 0.173361;0.477463;, 0.012757;0.374506;, 0.333524;0.375845;, 0.333218;0.478130;, 0.499631;0.376537;, 0.499325;0.478822;, 0.273310;0.287602;, 0.000000;0.287602;, 0.136655;0.366500;, 0.136655;0.050909;, 0.000000;0.129807;, 0.273310;0.129807;, 0.178007;0.486974;, 0.333218;0.478130;, 0.331858;0.487391;, 0.173361;0.477463;, 0.339328;0.484159;, 0.499325;0.478822;, 0.493178;0.484800;, 0.500629;0.488094;, 0.659181;0.479487;, 0.654478;0.488959;, 0.663856;0.488978;, 0.820092;0.480156;, 0.817705;0.488154;, 0.824724;0.486638;, 0.983245;0.480833;, 0.978574;0.487277;, 0.014789;0.484809;, 0.168629;0.486914;, 0.012450;0.476791;, 0.663386;0.112276;, 0.379241;0.113791;, 0.521499;0.030123;, 0.521498;0.364797;, 0.379241;0.281129;, 0.663386;0.282644;; } } }