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 cheese_tex3d{ 68; 0.07552;-0.05000;-0.02244;, 0.07552;0.05000;-0.02244;, -0.03055;0.05000;0.08363;, -0.03055;0.05000;-0.06637;, -0.03055;-0.05000;-0.06637;, -0.03055;-0.05000;0.08363;, 0.07552;-0.05000;-0.02244;, -0.03055;0.05000;0.08363;, -0.00780;0.01978;0.06088;, -0.03055;0.05000;0.08363;, -0.03055;0.02001;0.08363;, -0.00780;0.01978;0.06088;, -0.03055;-0.05000;0.08363;, 0.07552;-0.05000;-0.02244;, -0.00780;-0.02022;0.06088;, -0.03055;-0.05000;0.08363;, -0.00780;-0.02022;0.06088;, -0.03055;-0.01999;0.08363;, -0.00780;0.01978;0.06088;, -0.03055;0.05000;0.08363;, -0.03055;0.02021;0.05214;, -0.03055;0.02001;0.08363;, -0.03055;-0.01999;0.08363;, -0.03055;-0.01980;0.05214;, -0.03055;0.02021;0.05214;, -0.00780;0.01978;0.06088;, -0.03055;0.02001;0.08363;, -0.03055;-0.01980;0.05214;, -0.03055;-0.01999;0.08363;, -0.00780;-0.02022;0.06088;, -0.03055;-0.01980;0.05214;, -0.00780;-0.02022;0.06088;, -0.00780;0.01978;0.06088;, -0.03055;0.02021;0.05214;, -0.03055;0.05000;-0.06637;, 0.02349;0.05000;-0.02224;, 0.07552;0.05000;-0.02244;, -0.01651;0.05000;-0.02224;, 0.02349;0.05000;0.00976;, -0.03055;0.05000;0.08363;, -0.01651;0.05000;0.00976;, -0.03055;-0.05000;-0.06637;, 0.07552;-0.05000;-0.02244;, 0.02349;-0.05000;-0.02224;, -0.01651;-0.05000;-0.02224;, 0.02349;-0.05000;0.00976;, -0.03055;-0.05000;0.08363;, -0.01651;-0.05000;0.00976;, 0.02349;0.05000;-0.02224;, -0.01651;0.05000;-0.02224;, -0.01651;-0.05000;-0.02224;, 0.02349;0.05000;-0.02224;, 0.02349;-0.05000;0.00976;, 0.02349;0.05000;0.00976;, 0.02349;0.05000;0.00976;, -0.01651;-0.05000;0.00976;, -0.01651;0.05000;0.00976;, -0.01651;0.05000;0.00976;, -0.01651;-0.05000;-0.02224;, -0.01651;0.05000;-0.02224;, 0.02349;-0.05000;-0.02224;, 0.02349;-0.05000;-0.02224;, 0.02349;-0.05000;0.00976;, -0.01651;-0.05000;0.00976;, -0.03055;0.05000;-0.06637;, 0.07552;0.05000;-0.02244;, 0.07552;-0.05000;-0.02244;, -0.03055;-0.05000;-0.06637;; 39; 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;13,18,14;, 3;19,3,20;, 3;19,20,21;, 3;22,23,5;, 3;20,3,23;, 3;3,5,23;, 3;24,25,26;, 3;27,28,29;, 3;30,31,32;, 3;30,32,33;, 3;34,35,36;, 3;35,34,37;, 3;36,35,38;, 3;39,36,38;, 3;39,38,40;, 3;34,39,40;, 3;37,34,40;, 3;41,42,43;, 3;41,43,44;, 3;43,42,45;, 3;42,46,45;, 3;41,47,46;, 3;44,47,41;, 3;45,46,47;, 3;48,49,50;, 3;51,52,53;, 3;54,55,56;, 3;57,58,59;, 3;60,48,50;, 3;61,52,51;, 3;62,55,54;, 3;63,58,57;, 4;64,65,66,67;; PhysicalMaterial{ 1; //float ns; ///< 抗力のばね係数 1; //float nd; ///< 抗力のダンパ係数 1; //float fs; ///< 摩擦力のばね係数 1; //float fd; ///< 摩擦力のダンパ係数 1; //float s; ///< 最大静止摩擦係数//0.3 0.5; //float d; ///< 動摩擦係数//0.3 } MeshMaterialList { 5; 39; 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2, 2;; Material { 0.800000;0.772000;0.166400;1.000000;; 5.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; } Material { 0.696800;0.564800;0.166400;1.000000;; 5.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; } Material { 0.800000;0.800000;0.800000;1.000000;; 5.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; TextureFilename { "newnegi_tex3d_0.PNG"; } } Material { 0.800000;0.800000;0.800000;1.000000;; 5.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; } Material { 1.000000;1.000000;1.000000;1.000000;; 0.000000; 0.000000;0.000000;0.000000;; 0.000000;0.000000;0.000000;; } } MeshNormals { 37; 0.707106;-0.000000;0.707107;, -1.000000;-0.000000;0.000000;, 0.707106;0.000000;0.707107;, -1.000000;0.000000;0.000000;, 0.707106;-0.000000;0.707107;, 0.707107;0.000000;0.707107;, 0.707106;0.000000;0.707107;, 0.707106;-0.000000;0.707107;, 0.707106;0.000000;0.707107;, -1.000000;-0.000000;-0.000000;, -1.000000;0.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.000000;-1.000000;0.000000;, 0.000000;-1.000000;-0.000000;, -0.000000;-1.000000;0.000000;, 0.707106;-0.000000;0.707107;, -1.000000;-0.000000;-0.000000;, -1.000000;0.000000;-0.000000;, -0.016293;-0.999848;-0.006256;, 0.016294;0.999848;0.006251;, -0.358368;-0.000000;0.933580;, -0.358368;-0.000000;0.933580;, -0.358368;0.000000;0.933580;, 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;0.000000;1.000000;, 0.000000;0.000000;1.000000;, 0.000000;0.000000;-1.000000;, 0.000000;0.000000;-1.000000;, 1.000000;0.000000;0.000000;, 0.382683;0.000000;-0.923880;; 39; 3;4,2,0;, 3;1,3,3;, 3;4,0,7;, 3;0,5,7;, 3;19,4,8;, 3;19,8,6;, 3;4,7,8;, 3;20,1,9;, 3;20,9,21;, 3;3,10,3;, 3;9,1,10;, 3;1,3,10;, 3;22,22,22;, 3;23,23,23;, 3;24,25,24;, 3;24,24,26;, 3;27,11,28;, 3;11,27,12;, 3;28,11,13;, 3;29,28,13;, 3;29,13,14;, 3;27,29,14;, 3;12,27,14;, 3;30,17,15;, 3;30,15,16;, 3;15,17,17;, 3;17,17,17;, 3;30,18,17;, 3;16,18,30;, 3;17,17,18;, 3;31,32,31;, 3;3,3,3;, 3;33,33,34;, 3;35,35,35;, 3;32,31,31;, 3;3,3,3;, 3;34,33,33;, 3;35,35,35;, 4;36,36,36,36;; } MeshTextureCoords { 68; 0.432065;0.279891;, 0.432065;0.008152;, 0.720288;0.008152;, 0.415761;0.008152;, 0.415761;0.279891;, 0.008152;0.279891;, 0.617206;0.567935;, 0.905429;0.296196;, 0.843602;0.378310;, 0.602768;0.821974;, 0.602768;0.903467;, 0.540940;0.904088;, 0.905429;0.773864;, 0.617206;0.773864;, 0.843602;0.692952;, 0.835298;0.871702;, 0.773470;0.790789;, 0.835298;0.790168;, 0.843602;0.584239;, 0.008152;0.008152;, 0.093713;0.089110;, 0.008152;0.089646;, 0.008152;0.198358;, 0.093713;0.197823;, 0.695338;0.790168;, 0.757166;0.813902;, 0.695338;0.875729;, 0.540940;0.805670;, 0.540940;0.720109;, 0.602768;0.781936;, 0.679034;0.898881;, 0.617206;0.900037;, 0.617207;0.791324;, 0.679034;0.790168;, 0.008152;0.703804;, 0.154997;0.583886;, 0.296375;0.584418;, 0.046302;0.583886;, 0.154997;0.496929;, 0.008152;0.296196;, 0.046302;0.496929;, 0.312679;0.296196;, 0.600902;0.415581;, 0.459524;0.416114;, 0.350829;0.416114;, 0.459524;0.503071;, 0.312679;0.703804;, 0.350829;0.503071;, 0.312679;0.720109;, 0.421375;0.720109;, 0.421375;0.991848;, 0.524636;0.720109;, 0.437679;0.991848;, 0.437679;0.720109;, 0.948549;0.008152;, 0.839853;0.279891;, 0.839853;0.008152;, 0.823549;0.008152;, 0.736592;0.279891;, 0.736592;0.008152;, 0.312679;0.991848;, 0.524636;0.991848;, 0.948549;0.279891;, 0.823549;0.279891;, 0.008152;0.720109;, 0.296375;0.720109;, 0.296375;0.991848;, 0.008152;0.991848;; } }