123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361 |
- 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 {
- <F6F23F44-7686-11cf-8F52-0040333594A3>
- FLOAT u;
- FLOAT v;
- }
- template Matrix4x4 {
- <F6F23F45-7686-11cf-8F52-0040333594A3>
- array FLOAT matrix[16];
- }
- template ColorRGBA {
- <35FF44E0-6C7C-11cf-8F52-0040333594A3>
- FLOAT red;
- FLOAT green;
- FLOAT blue;
- FLOAT alpha;
- }
- template ColorRGB {
- <D3E16E81-7835-11cf-8F52-0040333594A3>
- 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 {
- <A42790E1-7810-11cf-8F52-0040333594A3>
- 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 {
- <F6F23F40-7686-11cf-8F52-0040333594A3>
- DWORD nTextureCoords;
- array Coords2d textureCoords[nTextureCoords];
- }
- template MeshMaterialList {
- <F6F23F42-7686-11cf-8F52-0040333594A3>
- DWORD nMaterials;
- DWORD nFaceIndexes;
- array DWORD faceIndexes[nFaceIndexes];
- [Material]
- }
- template MeshNormals {
- <F6F23F43-7686-11cf-8F52-0040333594A3>
- 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 {
- 42;
- 0.000000;0.000000;0.200000;,
- 0.000000;0.000000;-0.200000;,
- 0.250000;0.250000;0.200000;,
- 0.250000;0.350000;0.500000;,
- -0.250000;0.350000;0.500000;,
- -0.250000;0.250000;0.200000;,
- 0.250000;-0.250000;0.200000;,
- 0.250000;-0.350000;0.500000;,
- -0.250000;-0.350000;0.500000;,
- -0.250000;-0.250000;0.200000;,
- 0.250000;0.250000;0.200000;,
- 0.350000;0.250000;0.500000;,
- 0.350000;-0.250000;0.500000;,
- 0.250000;-0.250000;0.200000;,
- -0.250000;0.250000;0.200000;,
- -0.350000;0.250000;0.500000;,
- -0.350000;-0.250000;0.500000;,
- -0.250000;-0.250000;0.200000;,
- 0.000000;0.250000;0.200000;,
- 0.125000;0.216506;0.200000;,
- 0.216506;0.125000;0.200000;,
- 0.250000;-0.000000;0.200000;,
- 0.216506;-0.125000;0.200000;,
- 0.125000;-0.216506;0.200000;,
- -0.000000;-0.250000;0.200000;,
- -0.125000;-0.216506;0.200000;,
- -0.216506;-0.125000;0.200000;,
- -0.250000;0.000000;0.200000;,
- -0.216506;0.125000;0.200000;,
- -0.125000;0.216506;0.200000;,
- 0.000000;0.250000;-0.100000;,
- 0.125000;0.216506;-0.100000;,
- 0.216506;0.125000;-0.100000;,
- 0.250000;-0.000000;-0.100000;,
- 0.216506;-0.125000;-0.100000;,
- 0.125000;-0.216506;-0.100000;,
- -0.000000;-0.250000;-0.100000;,
- -0.125000;-0.216506;-0.100000;,
- -0.216506;-0.125000;-0.100000;,
- -0.250000;0.000000;-0.100000;,
- -0.216506;0.125000;-0.100000;,
- -0.125000;0.216506;-0.100000;;
- 64;
- 3;2,3,4;,
- 3;4,5,2;,
- 3;4,3,2;,
- 3;2,5,4;,
- 3;6,7,8;,
- 3;8,9,6;,
- 3;8,7,6;,
- 3;6,9,8;,
- 3;10,11,12;,
- 3;12,13,10;,
- 3;12,11,10;,
- 3;10,13,12;,
- 3;14,15,16;,
- 3;16,17,14;,
- 3;16,15,14;,
- 3;14,17,16;,
- 3;18,19,31;,
- 3;31,30,18;,
- 3;19,20,32;,
- 3;32,31,19;,
- 3;20,21,33;,
- 3;33,32,20;,
- 3;21,22,34;,
- 3;34,33,21;,
- 3;22,23,35;,
- 3;35,34,22;,
- 3;23,24,36;,
- 3;36,35,23;,
- 3;24,25,37;,
- 3;37,36,24;,
- 3;25,26,38;,
- 3;38,37,25;,
- 3;26,27,39;,
- 3;39,38,26;,
- 3;27,28,40;,
- 3;40,39,27;,
- 3;28,29,41;,
- 3;41,40,28;,
- 3;29,18,30;,
- 3;30,41,29;,
- 3;0,19,18;,
- 3;1,30,31;,
- 3;0,20,19;,
- 3;1,31,32;,
- 3;0,21,20;,
- 3;1,32,33;,
- 3;0,22,21;,
- 3;1,33,34;,
- 3;0,23,22;,
- 3;1,34,35;,
- 3;0,24,23;,
- 3;1,35,36;,
- 3;0,25,24;,
- 3;1,36,37;,
- 3;0,26,25;,
- 3;1,37,38;,
- 3;0,27,26;,
- 3;1,38,39;,
- 3;0,28,27;,
- 3;1,39,40;,
- 3;0,29,28;,
- 3;1,40,41;,
- 3;0,18,29;,
- 3;1,41,30;;
- MeshMaterialList {
- 1;
- 1;
- 0;;
- Material {
- 1.000000;1.000000;1.000000;1.000000;;
- 0.000000;
- 0.500000;0.500000;0.500000;;
- 0.000000;0.000000;0.000000;;
- }
- }
- MeshNormals {
- 34;
- 0.94868;0.0;-0.316;,
- -0.94868;0.0;0.316;,
- -0.94868;0.0;-0.316;,
- 0.94868;0.0;0.316;,
- 0.0;0.94868;-0.316;,
- 0.0;-0.94868;0.316;,
- 0.0;-0.94868;-0.316;,
- 0.0;0.94868;0.316;,
- 0.0;0.0;1.0;,
- 0.0;0.0;-1.0;,
- 0.000000;1.000000;0.000000;,
- 0.500000;0.866025;0.000000;,
- 0.866025;0.500000;0.000000;,
- 1.000000;-0.000000;0.000000;,
- 0.866025;-0.500000;0.000000;,
- 0.500000;-0.866025;0.000000;,
- -0.000000;-1.000000;0.000000;,
- -0.500000;-0.866025;0.000000;,
- -0.866025;-0.500000;0.000000;,
- -1.000000;0.000000;0.000000;,
- -0.866025;0.500000;0.000000;,
- -0.500000;0.866025;0.000000;,
- 0.000000;0.500000;-0.500000;,
- 0.250000;0.433013;-0.500000;,
- 0.433013;0.250000;-0.500000;,
- 0.500000;-0.000000;-0.500000;,
- 0.433013;-0.250000;-0.500000;,
- 0.250000;-0.433013;-0.500000;,
- -0.000000;-0.500000;-0.500000;,
- -0.250000;-0.433013;-0.500000;,
- -0.433013;-0.250000;-0.500000;,
- -0.500000;0.000000;-0.500000;,
- -0.433013;0.250000;-0.500000;,
- -0.250000;0.433013;-0.500000;;
- 64;
- 3;5,5,5;,
- 3;5,5,5;,
- 3;4,4,4;,
- 3;4,4,4;,
- 3;6,6,6;,
- 3;6,6,6;,
- 3;7,7,7;,
- 3;7,7,7;,
- 3;0,0,0;,
- 3;0,0,0;,
- 3;1,1,1;,
- 3;1,1,1;,
- 3;3,3,3;,
- 3;3,3,3;,
- 3;2,2,2;,
- 3;2,2,2;,
- 3;10,11,11;,
- 3;11,10,10;,
- 3;11,12,12;,
- 3;12,11,11;,
- 3;12,13,13;,
- 3;13,12,12;,
- 3;13,14,14;,
- 3;14,13,13;,
- 3;14,15,15;,
- 3;15,14,14;,
- 3;15,16,16;,
- 3;16,15,15;,
- 3;16,17,17;,
- 3;17,16,16;,
- 3;17,18,18;,
- 3;18,17,17;,
- 3;18,19,19;,
- 3;19,18,18;,
- 3;19,20,20;,
- 3;20,19,19;,
- 3;20,21,21;,
- 3;21,20,20;,
- 3;21,10,10;,
- 3;10,21,21;,
- 3;8,8,8;,
- 3;9,22,23;,
- 3;8,8,8;,
- 3;9,23,24;,
- 3;8,8,8;,
- 3;9,24,25;,
- 3;8,8,8;,
- 3;9,25,26;,
- 3;8,8,8;,
- 3;9,26,27;,
- 3;8,8,8;,
- 3;9,27,28;,
- 3;8,8,8;,
- 3;9,28,29;,
- 3;8,8,8;,
- 3;9,29,30;,
- 3;8,8,8;,
- 3;9,30,31;,
- 3;8,8,8;,
- 3;9,31,32;,
- 3;8,8,8;,
- 3;9,32,33;,
- 3;8,8,8;,
- 3;9,33,22;;
- }
- }
|