.x conversion to .atm: Why is it not working?

Forum Archive - from http://theuniversal.net
Locked
User avatar
Jayecifer
Posts: 475
Joined: Tue Apr 10, 2007 11:37 pm
Location: Ames, Iowa
Contact:

.x conversion to .atm: Why is it not working?

Post by Jayecifer »

I have a modeling program that allows me to export my project as a .x file, but when I attempt to open that file in the model converter there is never anything there. I've tried centering, sticking to the floor, and scaleing but it still says the model scale is at 0.00

For those of you are extremly tech savey here is the contents of my .x file so you can try it for yourself.

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];
[...]
}

template FrameTransformMatrix {
<F6F23F41-7686-11cf-8F52-0040333594A3>
Matrix4x4 frameMatrix;
}

template Frame {
<3D82AB46-62DA-11cf-AB39-0020AF71E433>
[...]
}

Header {
1;
0;
1;
}

Mesh Body {
668;
142.875680;0.000000;1494.791808;,
122.464872;-41.021728;1494.791808;,
0.000000;0.000000;1473.180416;,
71.437840;-72.038160;1494.791808;,
0.000000;-84.044520;1494.791808;,
-69.736936;-72.038160;1494.791808;,
-122.464872;-42.022260;1494.791808;,
-142.875680;0.000000;1494.791808;,
-122.464872;41.021728;1494.791808;,
-71.437840;72.038160;1494.791808;,
0.000000;84.044520;1494.791808;,
69.736936;72.038160;1494.791808;,
122.464872;42.022260;1494.791808;,
326.572992;0.000000;1818.963456;,
282.349568;-95.050352;1818.963456;,
163.286496;-166.087984;1818.963456;,
0.000000;-192.101760;1818.963456;,
-161.585600;-166.087984;1818.963456;,
-282.349568;-96.050880;1818.963456;,
-326.572992;0.000000;1818.963456;,
-282.349568;95.050352;1818.963456;,
-163.286496;166.087984;1818.963456;,
0.000000;192.101760;1818.963456;,
161.585600;166.087984;1818.963456;,
282.349568;96.050880;1818.963456;,
408.216256;0.000000;1559.626112;,
353.787424;-119.063072;1559.626112;,
204.108128;-208.110240;1559.626112;,
0.000000;-240.127200;1559.626112;,
-202.407232;-208.110240;1559.626112;,
-353.787424;-120.063600;1559.626112;,
-408.216256;0.000000;1559.626112;,
-353.787424;119.063072;1559.626112;,
-204.108128;208.110240;1559.626112;,
0.000000;240.127200;1559.626112;,
202.407232;208.110240;1559.626112;,
353.787424;120.063600;1559.626112;,
408.216256;0.000000;90.047696;,
353.787424;-119.063072;90.047696;,
204.108128;-208.110240;90.047696;,
0.000000;-240.127200;90.047696;,
-202.407232;-208.110240;90.047696;,
-353.787424;-120.063600;90.047696;,
-408.216256;0.000000;90.047696;,
-353.787424;119.063072;90.047696;,
-204.108128;208.110240;90.047696;,
0.000000;240.127200;90.047696;,
202.407232;208.110240;90.047696;,
353.787424;120.063600;90.047696;,
326.572992;0.000000;3.601908;,
282.349568;-95.050352;3.601908;,
163.286496;-166.087984;3.601908;,
0.000000;-192.101760;3.601908;,
-161.585600;-166.087984;3.601908;,
-282.349568;-96.050880;3.601908;,
-326.572992;0.000000;3.601908;,
-282.349568;95.050352;3.601908;,
-163.286496;166.087984;3.601908;,
0.000000;192.101760;3.601908;,
161.585600;166.087984;3.601908;,
282.349568;96.050880;3.601908;,
163.286496;166.087984;3.601908;,
-1.700901;192.101760;3.601908;,
-164.987392;166.087984;3.601908;,
-284.050464;95.050352;3.601908;,
-326.572992;-1.000530;3.601908;,
-284.050464;-96.050880;3.601908;,
-163.286496;-167.088512;3.601908;,
163.286496;-167.088512;3.601908;,
282.349568;-96.050880;3.601908;,
0.000000;0.000000;1646.071936;,
-57.830636;34.018020;1516.403200;,
0.000000;48.025440;1516.403200;,
-81.643248;0.000000;1516.403200;,
-57.830636;-34.018020;1516.403200;,
0.000000;-48.025440;1516.403200;,
57.830636;-34.018020;1516.403200;,
81.643248;0.000000;1516.403200;,
57.830636;34.018020;1516.403200;,
0.000000;132.069960;1689.294848;,
-156.482896;92.048760;1689.294848;,
-171.791008;101.053528;1732.517760;,
0.000000;144.076320;1732.517760;,
-224.518944;0.000000;1689.294848;,
-244.929744;0.000000;1732.517760;,
-156.482896;-92.048760;1689.294848;,
-171.791008;-101.053528;1732.517760;,
0.000000;-132.069960;1689.294848;,
0.000000;-144.076320;1732.517760;,
156.482896;-92.048760;1689.294848;,
171.791008;-101.053528;1732.517760;,
224.518944;0.000000;1689.294848;,
244.929744;0.000000;1732.517760;,
156.482896;92.048760;1689.294848;,
171.791008;101.053528;1732.517760;,
-163.286496;-240.127200;1386.734592;,
-163.286496;-456.241664;1192.231552;,
-163.286496;-588.311616;846.448384;,
-163.286496;-408.216256;673.556736;,
-163.286496;-360.190784;-1509.199488;,
-163.286496;-240.127200;-1682.091008;,
163.286496;-408.216256;673.556736;,
163.286496;-588.311616;846.448384;,
163.286496;-456.241664;1192.231552;,
163.286496;-240.127200;1386.734592;,
163.286496;-240.127200;-1682.091008;,
163.286496;-360.190784;-1509.199488;,
-346.983840;-120.063600;176.493488;,
-163.286496;-336.178080;176.493488;,
163.286496;-336.178080;176.493488;,
346.983840;-120.063600;176.493488;,
-346.983840;-120.063600;370.996512;,
-163.286496;-336.178080;370.996512;,
163.286496;-336.178080;370.996512;,
346.983840;-120.063600;370.996512;,
-346.983840;-120.063600;565.499584;,
-163.286496;-336.178080;565.499584;,
163.286496;-336.178080;565.499584;,
346.983840;-120.063600;565.499584;,
-346.983840;-120.063600;760.002560;,
-163.286496;-336.178080;760.002560;,
163.286496;-336.178080;760.002560;,
346.983840;-120.063600;760.002560;,
-346.983840;-120.063600;954.505600;,
-163.286496;-336.178080;954.505600;,
163.286496;-336.178080;954.505600;,
346.983840;-120.063600;954.505600;,
-346.983840;-120.063600;1149.008640;,
-163.286496;-336.178080;1149.008640;,
163.286496;-336.178080;1149.008640;,
346.983840;-120.063600;1149.008640;,
346.983840;-120.063600;262.939264;,
163.286496;-336.178080;262.939264;,
-163.286496;-336.178080;262.939264;,
-346.983840;-120.063600;262.939264;,
346.983840;-120.063600;457.442336;,
163.286496;-336.178080;457.442336;,
-163.286496;-336.178080;457.442336;,
-346.983840;-120.063600;457.442336;,
346.983840;-120.063600;651.945344;,
163.286496;-336.178080;651.945344;,
-163.286496;-336.178080;651.945344;,
-346.983840;-120.063600;651.945344;,
346.983840;-120.063600;846.448384;,
163.286496;-336.178080;846.448384;,
-163.286496;-336.178080;846.448384;,
-346.983840;-120.063600;846.448384;,
346.983840;-120.063600;1040.951424;,
163.286496;-336.178080;1040.951424;,
-163.286496;-336.178080;1040.951424;,
-346.983840;-120.063600;1040.951424;,
346.983840;-120.063600;1235.454464;,
163.286496;-336.178080;1235.454464;,
-163.286496;-336.178080;1235.454464;,
-346.983840;-120.063600;1235.454464;,
-81.643248;-408.216256;1149.008640;,
-81.643248;-624.330752;1170.620160;,
-81.643248;-708.375232;1019.339968;,
-81.643248;-696.368896;868.059840;,
-81.643248;-480.254400;673.556736;,
-81.643248;-408.216256;738.391104;,
81.643248;-408.216256;738.391104;,
81.643248;-480.254400;673.556736;,
81.643248;-696.368896;868.059840;,
81.643248;-708.375232;1019.339968;,
81.643248;-624.330752;1170.620160;,
81.643248;-408.216256;1149.008640;,
81.643248;-240.127200;-1682.091008;,
81.643248;-240.127200;-601.518592;,
81.643248;-216.114480;-644.741504;,
81.643248;-216.114480;-1790.148352;,
81.643248;-252.133568;-1811.759744;,
81.643248;-336.178080;-1682.091008;,
81.643248;-336.178080;-1552.422400;,
-81.643248;-216.114480;-1790.148352;,
-81.643248;-216.114480;-644.741504;,
-81.643248;-240.127200;-601.518592;,
-81.643248;-240.127200;-1682.091008;,
-81.643248;-336.178080;-1552.422400;,
-81.643248;-336.178080;-1682.091008;,
-81.643248;-252.133568;-1811.759744;,
369.095520;245.129856;-1125.596160;,
426.926144;279.147872;-1012.136192;,
455.841504;296.156896;527.679520;,
404.814464;266.140992;884.268416;,
369.095520;245.129856;965.311360;,
426.926144;211.111824;965.311360;,
462.645088;232.122960;884.268416;,
513.672128;262.138848;527.679520;,
484.756800;245.129856;-1012.136192;,
426.926144;211.111824;-1125.596160;,
398.010848;194.102816;819.434112;,
398.010848;194.102816;-525.878528;,
311.264896;143.075792;-315.166976;,
311.264896;143.075792;479.053760;,
253.434256;177.093808;479.053760;,
253.434256;177.093808;-315.166976;,
340.180192;228.120832;-525.878528;,
340.180192;228.120832;819.434112;,
195.603616;177.093808;333.176480;,
384.403616;287.152096;381.802240;,
369.095520;279.147872;543.888128;,
195.603616;177.093808;754.599744;,
311.264896;109.057768;754.599744;,
484.756800;211.111824;543.888128;,
498.364000;220.116608;381.802240;,
311.264896;109.057768;333.176480;,
-426.926144;211.111824;-1125.596160;,
-484.756800;245.129856;-1012.136192;,
-513.672128;262.138848;527.679520;,
-462.645088;232.122960;884.268416;,
-426.926144;211.111824;965.311360;,
-369.095520;245.129856;965.311360;,
-404.814464;266.140992;884.268416;,
-455.841504;296.156896;527.679520;,
-426.926144;279.147872;-1012.136192;,
-369.095520;245.129856;-1125.596160;,
-340.180192;228.120832;819.434112;,
-340.180192;228.120832;-525.878528;,
-253.434256;177.093808;-315.166976;,
-253.434256;177.093808;479.053760;,
-311.264896;143.075792;479.053760;,
-311.264896;143.075792;-315.166976;,
-398.010848;194.102816;-525.878528;,
-398.010848;194.102816;819.434112;,
-311.264896;109.057768;333.176480;,
-498.364000;220.116608;381.802240;,
-484.756800;211.111824;543.888128;,
-311.264896;109.057768;754.599744;,
-195.603616;177.093808;754.599744;,
-369.095520;279.147872;543.888128;,
-384.403616;287.152096;381.802240;,
-195.603616;177.093808;333.176480;,
-60.031800;50.026500;-500.265024;,
60.031800;50.026500;-500.265024;,
60.031800;150.079504;-490.259712;,
-60.031800;150.079504;-490.259712;,
60.031800;270.143104;-430.227904;,
-60.031800;270.143104;-430.227904;,
-150.079504;230.121904;-370.196096;,
-150.079504;130.068912;-420.222592;,
-150.079504;50.026500;-428.226848;,
-60.031800;290.153696;-410.217312;,
-150.079504;250.132512;-350.185504;,
60.031800;290.153696;-410.217312;,
45.023848;370.196096;-320.169632;,
-45.023848;370.196096;-320.169632;,
-118.562808;330.174912;-280.148416;,
-30.015900;430.227904;-170.090096;,
-79.542136;400.212000;-150.079504;,
30.015900;430.227904;-170.090096;,
-241.627984;100.053000;-240.127200;,
-240.127200;50.026500;-250.132512;,
-240.127200;140.074208;-200.106000;,
-240.127200;170.090096;-100.053000;,
30.015900;450.238496;-0.000000;,
-30.015900;450.238496;-0.000000;,
-75.039752;420.222592;-0.000000;,
-240.127200;180.095392;-0.000000;,
-315.166976;20.010602;-204.108128;,
-241.627984;0.000000;-240.127200;,
-315.166976;50.026500;-210.111296;,
-315.166976;-10.005299;-173.091696;,
-240.127200;-40.021200;-200.106000;,
-315.166976;-34.018016;-90.047696;,
-240.127200;-70.037096;-100.053000;,
-315.166976;-43.022792;-0.000000;,
-240.127200;-80.042392;-0.000000;,
-375.198752;30.015900;-100.053000;,
-375.198752;20.010602;-0.000000;,
-376.699552;50.026500;-160.084816;,
-375.198752;70.037104;-100.053000;,
-375.198752;80.042408;-0.000000;,
-315.166976;80.042408;-204.108128;,
-315.166976;110.058304;-173.091696;,
-315.166976;134.071016;-90.047696;,
-315.166976;143.075792;-0.000000;,
30.015900;430.227904;200.106000;,
-30.015900;430.227904;200.106000;,
-75.039752;400.212000;200.106000;,
-232.623232;170.090096;200.106000;,
15.007950;350.185472;400.212000;,
-15.007950;350.185472;400.212000;,
-66.034980;320.169600;390.206688;,
-175.593024;160.084816;390.206688;,
15.007950;250.132512;590.312704;,
-15.007950;250.132512;590.312704;,
-43.523056;240.127216;570.302144;,
-108.057240;150.079504;560.296832;,
43.523056;240.127216;570.302144;,
108.057240;150.079504;560.296832;,
150.079504;130.068912;-420.222592;,
150.079504;230.121904;-370.196096;,
150.079504;50.026500;-428.226848;,
150.079504;250.132512;-350.185504;,
118.562808;330.174912;-280.148416;,
79.542136;400.212000;-150.079504;,
240.127200;50.026500;-250.132512;,
241.627984;100.053000;-240.127200;,
240.127200;140.074208;-200.106000;,
240.127200;170.090096;-100.053000;,
75.039752;420.222592;-0.000000;,
240.127200;180.095392;-0.000000;,
75.039752;400.212000;200.106000;,
232.623232;170.090096;200.106000;,
66.034980;320.169600;390.206688;,
175.593024;160.084816;390.206688;,
315.166976;50.026500;-210.111296;,
241.627984;0.000000;-240.127200;,
315.166976;20.010602;-204.108128;,
240.127200;-40.021200;-200.106000;,
315.166976;-10.005299;-173.091696;,
240.127200;-70.037096;-100.053000;,
315.166976;-34.018016;-90.047696;,
240.127200;-80.042392;-0.000000;,
315.166976;-43.022792;-0.000000;,
375.198752;20.010602;-0.000000;,
375.198752;30.015900;-100.053000;,
376.699552;50.026500;-160.084816;,
375.198752;70.037104;-100.053000;,
375.198752;80.042408;-0.000000;,
315.166976;80.042408;-204.108128;,
315.166976;110.058304;-173.091696;,
315.166976;134.071016;-90.047696;,
315.166976;143.075792;-0.000000;,
-150.079504;-10.005299;-0.000000;,
-175.593024;50.026500;200.106000;,
-123.065192;50.026500;390.206688;,
-63.033392;50.026500;550.291520;,
175.593024;50.026500;200.106000;,
150.079504;-10.005299;-0.000000;,
123.065192;50.026500;390.206688;,
63.033392;50.026500;550.291520;,
-60.031800;-40.021200;-490.259712;,
60.031800;-40.021200;-490.259712;,
-150.079504;-20.010602;-420.222592;,
150.079504;-20.010602;-420.222592;,
-45.023848;-350.185504;-240.127200;,
45.023848;-350.185504;-240.127200;,
-120.063600;-300.159040;-210.111296;,
120.063600;-300.159040;-210.111296;,
-30.015900;-380.201408;-180.095392;,
30.015900;-380.201408;-180.095392;,
-100.553272;-330.174912;-160.084816;,
-100.553272;-330.174912;-0.000000;,
-30.015900;-380.201408;-0.000000;,
100.553272;-330.174912;-160.084816;,
30.015900;-380.201408;-0.000000;,
100.553272;-330.174912;-0.000000;,
291.154240;120.063600;110.058304;,
225.119248;150.079504;120.063600;,
342.181280;70.037104;100.053000;,
342.181280;30.015900;100.053000;,
291.154240;-20.010602;110.058304;,
202.607328;-60.031804;120.063600;,
-225.119248;150.079504;120.063600;,
-291.154240;120.063600;110.058304;,
-342.181280;70.037104;100.053000;,
-342.181280;30.015900;100.053000;,
-291.154240;-20.010602;110.058304;,
-202.607328;-60.031804;120.063600;,
76.540544;-320.169632;70.037104;,
10.505565;-370.196096;60.031800;,
-10.505565;-370.196096;60.031800;,
-76.540544;-320.169632;70.037104;,
-433.729760;-120.063600;150.079504;,
-375.899136;-120.063600;-26.413986;,
-263.639648;-30.015900;25.413468;,
-306.162176;-30.015900;150.079504;,
375.899136;-120.063600;-29.215470;,
433.729760;-120.063600;150.079504;,
306.162176;-30.015900;150.079504;,
263.639648;-30.015900;24.012726;,
-375.899136;-120.063600;329.374464;,
-263.639648;-30.015900;276.146272;,
1238.256000;-245.129856;94.049816;,
1160.014464;-241.127728;-378.000224;,
477.953184;-176.093280;602.519168;,
464.345984;-266.140992;602.519168;,
1102.183808;-268.142032;-302.360128;,
1177.023616;-272.144160;131.869856;,
-1238.256000;-245.129856;94.049816;,
-1160.014464;-241.127728;-378.000224;,
-477.953184;-176.093280;602.519168;,
-464.345984;-266.140992;602.519168;,
-1102.183808;-268.142032;-302.360128;,
-1177.023616;-272.144160;131.869856;,
-1039.250496;-218.115536;662.751104;,
-906.580288;-218.115536;602.519168;,
-906.580288;-285.151072;539.485696;,
-1039.250496;-285.151072;599.717632;,
-263.639648;-30.015900;274.745536;,
-617.427072;-75.039752;442.834560;,
-714.378432;-75.039752;150.079504;,
-153.081088;-30.015900;367.194528;,
-357.189216;-75.039752;658.548800;,
0.000000;-30.015900;402.213056;,
0.000000;-75.039752;738.391104;,
151.380192;-30.015900;367.194528;,
355.488320;-75.039752;658.548800;,
263.639648;-30.015900;276.146272;,
617.427072;-75.039752;444.235296;,
714.378432;-75.039752;150.079504;,
263.639648;-30.015900;25.413468;,
617.427072;-75.039752;-142.675568;,
-263.639648;-30.015900;24.012726;,
-617.427072;-75.039752;-144.076288;,
-1199.135232;-195.103344;150.079504;,
-1039.250496;-195.103344;641.739904;,
-906.580288;-300.159008;578.706560;,
-1046.054080;-300.159008;150.079504;,
-600.418112;-195.103344;1005.932864;,
-523.877504;-300.159008;896.674944;,
0.000000;-195.103344;1137.602560;,
0.000000;-300.159008;1011.535744;,
597.016256;-195.103344;1005.932864;,
520.475712;-300.159008;896.674944;,
1039.250496;-195.103344;644.541376;,
906.580288;-300.159008;581.508032;,
1199.135232;-195.103344;150.079504;,
1046.054080;-300.159008;150.079504;,
1039.250496;-195.103344;-341.580928;,
906.580288;-300.159008;-278.547552;,
-1039.250496;-195.103344;-344.382400;,
-906.580288;-300.159008;-281.349024;,
-178.594608;-240.127200;150.079504;,
-153.081088;-240.127200;221.517328;,
-375.899136;-165.087456;326.572992;,
-433.729760;-165.087456;150.079504;,
-90.147752;-240.127200;276.146272;,
-217.715328;-165.087456;459.643456;,
0.000000;-240.127200;297.157408;,
0.000000;-165.087456;507.268672;,
86.745960;-240.127200;276.146272;,
214.313536;-165.087456;459.643456;,
153.081088;-240.127200;224.318816;,
375.899136;-165.087456;329.374464;,
178.594608;-240.127200;150.079504;,
433.729760;-165.087456;150.079504;,
153.081088;-240.127200;78.641664;,
375.899136;-165.087456;-26.413986;,
-153.081088;-240.127200;75.840176;,
-375.899136;-165.087456;-29.215470;,
-375.899136;-120.063600;326.572992;,
-217.715328;-120.063600;459.643456;,
0.000000;-120.063600;507.268672;,
214.313536;-120.063600;459.643456;,
375.899136;-120.063600;329.374464;,
375.899136;-120.063600;-26.413986;,
-375.899136;-120.063600;-29.215470;,
263.639648;-30.015900;274.745536;,
375.899136;-120.063600;326.572992;,
153.081088;-30.015900;367.194528;,
217.715328;-120.063600;459.643456;,
-151.380192;-30.015900;367.194528;,
-214.313536;-120.063600;459.643456;,
0.000000;0.000000;150.079504;,
-107.156768;-15.007950;238.326240;,
-153.081088;-15.007950;150.079504;,
0.000000;-15.007950;276.146272;,
107.156768;-15.007950;238.326240;,
153.081088;-15.007950;150.079504;,
107.156768;-15.007950;61.832756;,
0.000000;-15.007950;24.012726;,
-107.156768;-15.007950;61.832756;,
-178.594608;-75.039752;297.157408;,
-255.135168;-75.039752;150.079504;,
0.000000;-75.039752;360.190784;,
178.594608;-75.039752;297.157408;,
255.135168;-75.039752;150.079504;,
178.594608;-75.039752;3.001602;,
0.000000;-75.039752;-60.031800;,
-178.594608;-75.039752;3.001602;,
-54.428832;-150.079504;194.903248;,
-76.540544;-150.079504;150.079504;,
0.000000;-150.079504;213.112880;,
54.428832;-150.079504;194.903248;,
76.540544;-150.079504;150.079504;,
54.428832;-150.079504;105.255752;,
0.000000;-150.079504;87.046112;,
-54.428832;-150.079504;105.255752;,
0.000000;-420.222592;150.079504;,
1032.446912;-234.124016;-787.016832;,
870.861312;-226.119776;-1100.783104;,
678.659456;-216.114464;-1298.287744;,
472.850496;-206.109184;-1365.523328;,
986.522560;-262.138848;-680.560448;,
835.142400;-254.134608;-967.712640;,
658.248704;-245.129856;-1149.809024;,
469.448672;-236.125072;-1214.243200;,
477.953184;-174.092224;602.519168;,
-1032.446912;-234.124016;-787.016832;,
-870.861312;-226.119776;-1100.783104;,
-678.659456;-216.114464;-1298.287744;,
-472.850496;-206.109184;-1365.523328;,
-986.522560;-262.138848;-680.560448;,
-835.142400;-254.134608;-967.712640;,
-658.248704;-245.129856;-1149.809024;,
-469.448672;-236.125072;-1214.243200;,
-477.953184;-174.092224;602.519168;,
597.016256;-218.115536;1026.944000;,
0.000000;-218.115536;1158.613632;,
0.000000;-218.115536;1032.546880;,
523.877504;-218.115536;917.686016;,
906.580288;-218.115536;602.519168;,
1039.250496;-218.115536;665.552512;,
-523.877504;-218.115536;917.686016;,
-600.418112;-218.115536;1026.944000;,
523.877504;-285.151072;854.652736;,
0.000000;-285.151072;969.513536;,
0.000000;-285.151072;1095.580288;,
597.016256;-285.151072;963.910528;,
1039.250496;-285.151072;602.519168;,
906.580288;-285.151072;539.485696;,
-600.418112;-285.151072;963.910528;,
-523.877504;-285.151072;854.652736;,
-168.089056;-714.378432;1650.874496;,
-168.089056;-714.378432;1610.853248;,
-48.025432;-752.398528;1710.906240;,
-48.025432;-752.398528;1750.927488;,
-192.101760;-676.358272;1650.874496;,
-192.101760;-676.358272;1610.853248;,
-144.076320;-539.485760;1224.648704;,
-144.076320;-661.150208;1224.648704;,
-144.076320;-661.150208;1136.602112;,
-144.076320;-539.485760;1136.602112;,
-168.089056;-486.257568;1650.874496;,
-168.089056;-486.257568;1610.853248;,
-48.025448;-448.237440;1710.906240;,
-48.025448;-448.237440;1750.927488;,
-192.101760;-524.277696;1650.874496;,
-192.101760;-524.277696;1610.853248;,
24.012714;-486.257568;1850.980480;,
24.012716;-524.277696;1870.990976;,
24.012724;-676.358272;1870.990976;,
24.012726;-714.378432;1850.980480;,
168.089056;-714.378432;1650.874496;,
168.089056;-714.378432;1610.853248;,
48.025448;-752.398528;1710.906240;,
48.025448;-752.398528;1750.927488;,
192.101760;-676.358272;1650.874496;,
192.101760;-676.358272;1610.853248;,
144.076320;-539.485760;1224.648704;,
144.076320;-661.150208;1224.648704;,
144.076320;-661.150208;1136.602112;,
144.076320;-539.485760;1136.602112;,
168.089056;-486.257568;1650.874496;,
168.089056;-486.257568;1610.853248;,
48.025432;-448.237440;1710.906240;,
48.025432;-448.237440;1750.927488;,
192.101760;-524.277696;1650.874496;,
192.101760;-524.277696;1610.853248;,
-86.445792;-600.318016;1764.934784;,
-93.649616;-645.942144;1761.933312;,
-85.245152;-615.526080;1685.893120;,
-82.843888;-600.318016;1687.894016;,
-112.859784;-680.160256;1753.929088;,
-91.248336;-628.833152;1683.891968;,
-139.273776;-693.467328;1743.923712;,
-100.853424;-632.635136;1679.889920;,
-164.487136;-680.160256;1732.918016;,
-110.458512;-628.833152;1675.887744;,
-184.897952;-645.942144;1723.913088;,
-117.662328;-615.526080;1672.886144;,
-192.101760;-600.318016;1720.911616;,
-120.063608;-600.318016;1670.884992;,
-93.649616;-554.693824;1761.933312;,
-85.245152;-585.109952;1685.893120;,
-112.859784;-520.475712;1753.929088;,
-91.248336;-571.802944;1683.891968;,
-139.273776;-507.168672;1743.923712;,
-100.853424;-568.000832;1679.889920;,
-164.487136;-520.475712;1732.918016;,
-184.897952;-554.693824;1723.913088;,
-117.662328;-585.109952;1672.886144;,
-110.458512;-571.802944;1675.887744;,
86.445792;-600.318016;1764.934784;,
93.649616;-645.942144;1761.933312;,
85.245152;-615.526080;1685.893120;,
82.843888;-600.318016;1687.894016;,
112.859784;-680.160256;1753.929088;,
91.248336;-628.833088;1683.891968;,
139.273776;-693.467328;1743.923712;,
100.853424;-632.635136;1679.889920;,
164.487136;-680.160256;1732.918016;,
184.897952;-645.942144;1723.913088;,
117.662328;-615.526080;1672.886144;,
110.458512;-628.833088;1675.887744;,
192.101760;-600.318016;1720.911616;,
120.063608;-600.318016;1670.884992;,
93.649616;-554.693824;1761.933312;,
85.245152;-585.109952;1685.893120;,
112.859784;-520.475712;1753.929088;,
91.248336;-571.802880;1683.891968;,
139.273776;-507.168640;1743.923712;,
100.853424;-568.000832;1679.889920;,
164.487136;-520.475712;1732.918016;,
110.458512;-571.802880;1675.887744;,
184.897952;-554.693824;1723.913088;,
117.662328;-585.109952;1672.886144;,
-48.025432;-752.398528;1190.630656;,
48.025448;-752.398528;1190.630656;,
24.012724;-676.358272;890.471680;,
-24.012716;-676.358272;890.471680;,
24.012722;-638.338112;870.461056;,
-24.012718;-638.338112;870.461056;,
24.012718;-562.297856;870.461056;,
-24.012722;-562.297856;870.461056;,
-192.101760;-676.358272;1150.609536;,
-168.089056;-714.378432;1133.600512;,
-24.012714;-714.378432;1850.980480;,
-24.012716;-676.358272;1870.990976;,
-24.012724;-524.277696;1870.990976;,
-24.012726;-486.257568;1850.980480;,
-192.101760;-524.277696;1150.609536;,
-60.031804;-562.297856;1050.556416;,
-60.031804;-638.338112;1050.556416;,
-168.089056;-666.853248;1160.614784;,
-168.089056;-533.782784;1160.614784;,
0.000007;-752.398528;1220.646656;,
12.006367;-752.398528;1230.651904;,
-12.006353;-752.398528;1230.651904;,
0.000007;-752.398528;1720.911616;,
12.006367;-752.398528;1710.906240;,
-12.006353;-752.398528;1710.906240;,
-168.089056;-533.782784;1250.662528;,
-168.089056;-666.853248;1250.662528;,
-60.031804;-638.338112;1140.604160;,
-60.031804;-562.297856;1140.604160;,
-72.038160;-558.495872;1152.610432;,
-72.038160;-642.140160;1152.610432;,
-72.038160;-642.140160;1064.563840;,
-72.038160;-558.495872;1064.563840;,
-108.057240;-550.891840;1188.629632;,
-108.057240;-649.744192;1188.629632;,
-108.057240;-649.744192;1100.583040;,
-108.057240;-550.891840;1100.583040;,
-24.012724;-524.277696;890.471680;,
24.012716;-524.277696;890.471680;,
48.025432;-448.237440;1190.630656;,
-48.025448;-448.237440;1190.630656;,
-168.089056;-486.257568;1133.600512;,
-0.000007;-448.237440;1220.646656;,
12.006353;-448.237440;1230.651904;,
-12.006367;-448.237440;1230.651904;,
-0.000007;-448.237440;1720.911616;,
12.006353;-448.237440;1710.906240;,
-12.006367;-448.237440;1710.906240;,
168.089056;-714.378432;1133.600512;,
192.101760;-676.358272;1150.609536;,
192.101760;-524.277696;1150.609536;,
60.031804;-638.338112;1050.556416;,
60.031804;-562.297856;1050.556416;,
168.089056;-666.853184;1160.614784;,
168.089056;-533.782720;1160.614784;,
60.031804;-562.297856;1140.604160;,
60.031804;-638.338112;1140.604160;,
168.089056;-666.853184;1250.662528;,
168.089056;-533.782720;1250.662528;,
72.038160;-558.495872;1064.563840;,
72.038160;-642.140160;1064.563840;,
72.038160;-642.140160;1152.610432;,
72.038160;-558.495872;1152.610432;,
108.057240;-550.891776;1100.583040;,
108.057240;-649.744128;1100.583040;,
108.057240;-649.744128;1188.629632;,
108.057240;-550.891776;1188.629632;,
168.089056;-486.257568;1133.600512;;

1164;
3;0,2,1,
3;1,2,3,
3;3,2,4,
3;4,2,5,
3;5,2,6,
3;6,2,7,
3;7,2,8,
3;8,2,9,
3;9,2,10,
3;10,2,11,
3;11,2,12,
3;12,2,0,
3;13,0,1,
3;13,1,14,
3;14,1,3,
3;14,3,15,
3;15,3,4,
3;15,4,16,
3;16,4,5,
3;16,5,17,
3;17,5,6,
3;17,6,18,
3;18,6,7,
3;18,7,19,
3;19,7,8,
3;19,8,20,
3;20,8,9,
3;20,9,21,
3;21,9,10,
3;21,10,22,
3;22,10,11,
3;22,11,23,
3;23,11,12,
3;23,12,24,
3;24,12,0,
3;24,0,13,
3;25,13,14,
3;25,14,26,
3;26,14,15,
3;26,15,27,
3;27,15,16,
3;27,16,28,
3;28,16,17,
3;28,17,29,
3;29,17,18,
3;29,18,30,
3;30,18,19,
3;30,19,31,
3;31,19,20,
3;31,20,32,
3;32,20,21,
3;32,21,33,
3;33,21,22,
3;33,22,34,
3;34,22,23,
3;34,23,35,
3;35,23,24,
3;35,24,36,
3;36,24,13,
3;36,13,25,
3;37,25,26,
3;37,26,38,
3;38,26,27,
3;38,27,39,
3;39,27,28,
3;39,28,40,
3;40,28,29,
3;40,29,41,
3;41,29,30,
3;41,30,42,
3;42,30,31,
3;42,31,43,
3;43,31,32,
3;43,32,44,
3;44,32,33,
3;44,33,45,
3;45,33,34,
3;45,34,46,
3;46,34,35,
3;46,35,47,
3;47,35,36,
3;47,36,48,
3;48,36,25,
3;48,25,37,
3;49,37,38,
3;49,38,50,
3;50,38,39,
3;50,39,51,
3;51,39,40,
3;51,40,52,
3;52,40,41,
3;52,41,53,
3;53,41,42,
3;53,42,54,
3;54,42,43,
3;54,43,55,
3;55,43,44,
3;55,44,56,
3;56,44,45,
3;56,45,57,
3;57,45,46,
3;57,46,58,
3;58,46,47,
3;58,47,59,
3;59,47,48,
3;59,48,60,
3;60,48,37,
3;60,37,49,
3;60,49,69,
3;60,69,68,
3;60,68,52,
3;60,52,67,
3;60,67,66,
3;60,66,65,
3;60,65,64,
3;60,64,63,
3;60,63,62,
3;60,62,61,
3;70,72,71,
3;70,71,73,
3;70,73,74,
3;70,74,75,
3;70,75,76,
3;70,76,77,
3;70,77,78,
3;70,78,72,
3;79,82,81,
3;79,81,80,
3;80,81,84,
3;80,84,83,
3;83,84,86,
3;83,86,85,
3;85,86,88,
3;85,88,87,
3;87,88,90,
3;87,90,89,
3;89,90,92,
3;89,92,91,
3;91,92,94,
3;91,94,93,
3;93,94,82,
3;93,82,79,
3;95,98,97,
3;95,97,96,
3;98,95,100,
3;98,100,99,
3;101,104,103,
3;101,103,102,
3;104,101,106,
3;104,106,105,
3;95,104,105,
3;95,105,100,
3;100,105,106,
3;100,106,99,
3;99,106,101,
3;99,101,98,
3;98,101,102,
3;98,102,97,
3;97,102,103,
3;97,103,96,
3;96,103,104,
3;96,104,95,
3;107,110,109,
3;107,109,108,
3;111,114,113,
3;111,113,112,
3;115,118,117,
3;115,117,116,
3;119,122,121,
3;119,121,120,
3;123,126,125,
3;123,125,124,
3;127,130,129,
3;127,129,128,
3;131,134,133,
3;131,133,132,
3;134,107,108,
3;134,108,133,
3;132,109,110,
3;132,110,131,
3;135,138,137,
3;135,137,136,
3;138,111,112,
3;138,112,137,
3;136,113,114,
3;136,114,135,
3;139,142,141,
3;139,141,140,
3;142,115,116,
3;142,116,141,
3;140,117,118,
3;140,118,139,
3;143,146,145,
3;143,145,144,
3;146,119,120,
3;146,120,145,
3;144,121,122,
3;144,122,143,
3;147,150,149,
3;147,149,148,
3;150,123,124,
3;150,124,149,
3;148,125,126,
3;148,126,147,
3;151,154,153,
3;151,153,152,
3;154,127,128,
3;154,128,153,
3;152,129,130,
3;152,130,151,
3;155,160,159,
3;155,159,158,
3;155,158,157,
3;155,157,156,
3;161,166,165,
3;161,165,164,
3;161,164,163,
3;161,163,162,
3;160,161,162,
3;160,162,159,
3;159,162,163,
3;159,163,158,
3;158,163,164,
3;158,164,157,
3;157,164,165,
3;157,165,156,
3;156,165,166,
3;156,166,155,
3;167,170,169,
3;167,169,168,
3;170,167,173,
3;170,173,172,
3;170,172,171,
3;174,177,176,
3;174,176,175,
3;177,174,180,
3;177,180,179,
3;177,179,178,
3;176,168,169,
3;176,169,175,
3;175,169,170,
3;175,170,174,
3;174,170,171,
3;174,171,180,
3;180,171,172,
3;180,172,179,
3;179,172,173,
3;179,173,178,
3;181,185,184,
3;181,184,183,
3;181,183,182,
3;186,190,189,
3;186,189,188,
3;186,188,187,
3;185,186,187,
3;185,187,184,
3;184,187,188,
3;184,188,183,
3;183,188,189,
3;183,189,182,
3;182,189,190,
3;182,190,181,
3;181,190,186,
3;181,186,185,
3;191,194,193,
3;191,193,192,
3;195,198,197,
3;195,197,196,
3;198,191,192,
3;198,192,197,
3;197,192,193,
3;197,193,196,
3;195,194,191,
3;195,191,198,
3;199,202,201,
3;199,201,200,
3;203,206,205,
3;203,205,204,
3;202,203,204,
3;202,204,201,
3;201,204,205,
3;201,205,200,
3;200,205,206,
3;200,206,199,
3;194,195,196,
3;194,196,193,
3;207,211,210,
3;207,210,209,
3;207,209,208,
3;212,216,215,
3;212,215,214,
3;212,214,213,
3;211,212,213,
3;211,213,210,
3;210,213,214,
3;210,214,209,
3;209,214,215,
3;209,215,208,
3;208,215,216,
3;208,216,207,
3;207,216,212,
3;207,212,211,
3;217,220,219,
3;217,219,218,
3;221,224,223,
3;221,223,222,
3;224,217,218,
3;224,218,223,
3;223,218,219,
3;223,219,222,
3;221,220,217,
3;221,217,224,
3;225,228,227,
3;225,227,226,
3;229,232,231,
3;229,231,230,
3;228,229,230,
3;228,230,227,
3;227,230,231,
3;227,231,226,
3;226,231,232,
3;226,232,225,
3;220,221,222,
3;220,222,219,
3;233,236,235,
3;233,235,234,
3;236,238,237,
3;236,237,235,
3;236,240,239,
3;236,239,238,
3;241,240,236,
3;241,236,233,
3;239,243,242,
3;239,242,238,
3;242,244,237,
3;242,237,238,
3;245,244,242,
3;245,242,246,
3;247,246,242,
3;247,242,243,
3;247,249,248,
3;247,248,246,
3;250,245,246,
3;250,246,248,
3;251,240,241,
3;251,241,252,
3;251,253,239,
3;251,239,240,
3;253,243,239,
3;253,254,247,
3;253,247,243,
3;254,249,247,
3;255,250,248,
3;255,248,256,
3;257,256,248,
3;257,248,249,
3;258,257,249,
3;258,249,254,
3;259,261,252,
3;259,252,260,
3;262,259,260,
3;262,260,263,
3;264,262,263,
3;264,263,265,
3;266,264,265,
3;266,265,267,
3;268,264,266,
3;268,266,269,
3;268,270,262,
3;268,262,264,
3;270,259,262,
3;259,270,261,
3;271,270,268,
3;272,271,268,
3;272,268,269,
3;261,273,251,
3;261,251,252,
3;273,274,253,
3;273,253,251,
3;274,275,254,
3;274,254,253,
3;275,276,258,
3;275,258,254,
3;275,271,272,
3;275,272,276,
3;270,271,275,
3;270,275,274,
3;273,270,274,
3;270,273,261,
3;256,278,277,
3;256,277,255,
3;279,278,256,
3;279,256,257,
3;280,279,257,
3;280,257,258,
3;281,277,278,
3;281,278,282,
3;283,282,278,
3;283,278,279,
3;284,283,279,
3;284,279,280,
3;285,281,282,
3;285,282,286,
3;287,286,282,
3;287,282,283,
3;288,287,283,
3;288,283,284,
3;287,289,285,
3;287,285,286,
3;290,289,287,
3;290,287,288,
3;291,235,237,
3;291,237,292,
3;291,293,234,
3;291,234,235,
3;294,292,237,
3;294,237,244,
3;245,295,294,
3;245,294,244,
3;296,295,245,
3;296,245,250,
3;291,298,297,
3;291,297,293,
3;299,298,291,
3;299,291,292,
3;294,299,292,
3;300,299,294,
3;300,294,295,
3;296,300,295,
3;255,301,296,
3;255,296,250,
3;301,302,300,
3;301,300,296,
3;277,303,301,
3;277,301,255,
3;303,304,302,
3;303,302,301,
3;281,305,303,
3;281,303,277,
3;305,306,304,
3;305,304,303,
3;285,289,305,
3;285,305,281,
3;289,290,306,
3;289,306,305,
3;307,309,308,
3;307,308,297,
3;309,311,310,
3;309,310,308,
3;311,313,312,
3;311,312,310,
3;313,315,314,
3;313,314,312,
3;313,317,316,
3;313,316,315,
3;318,317,313,
3;318,313,311,
3;309,318,311,
3;318,309,307,
3;318,319,317,
3;319,320,316,
3;319,316,317,
3;321,307,297,
3;321,297,298,
3;322,321,298,
3;322,298,299,
3;323,322,299,
3;323,299,300,
3;324,323,300,
3;324,300,302,
3;319,323,324,
3;319,324,320,
3;319,318,322,
3;319,322,323,
3;318,321,322,
3;321,318,307,
3;289,287,286,
3;289,286,285,
3;287,288,290,
3;287,290,289,
3;325,326,280,
3;325,280,258,
3;326,327,284,
3;326,284,280,
3;327,328,288,
3;327,288,284,
3;329,330,302,
3;329,302,304,
3;331,329,304,
3;331,304,306,
3;332,331,306,
3;332,306,290,
3;332,290,288,
3;332,288,328,
3;331,332,328,
3;331,328,327,
3;331,327,326,
3;331,326,329,
3;326,325,330,
3;326,330,329,
3;333,233,234,
3;333,234,334,
3;333,335,241,
3;333,241,233,
3;336,334,234,
3;336,234,293,
3;337,333,334,
3;337,334,338,
3;337,339,335,
3;337,335,333,
3;340,338,334,
3;340,334,336,
3;341,337,338,
3;341,338,342,
3;341,343,339,
3;341,339,337,
3;344,343,341,
3;344,341,345,
3;344,267,265,
3;344,265,343,
3;263,339,343,
3;263,343,265,
3;263,260,335,
3;263,335,339,
3;297,308,336,
3;297,336,293,
3;346,342,338,
3;346,338,340,
3;346,348,347,
3;346,347,342,
3;314,348,346,
3;314,346,312,
3;340,310,312,
3;340,312,346,
3;308,310,340,
3;308,340,336,
3;252,241,335,
3;252,335,260,
3;341,342,347,
3;341,347,345,
3;314,267,344,
3;314,344,345,
3;314,345,347,
3;314,347,348,
3;266,267,314,
3;266,314,315,
3;266,315,316,
3;266,316,320,
3;266,320,324,
3;266,324,302,
3;266,302,258,
3;266,258,276,
3;266,276,272,
3;266,272,269,
3;349,324,302,
3;349,302,350,
3;351,320,324,
3;351,324,349,
3;351,352,316,
3;351,316,320,
3;352,353,315,
3;352,315,316,
3;353,354,314,
3;353,314,315,
3;276,356,355,
3;276,355,258,
3;272,357,356,
3;272,356,276,
3;358,357,272,
3;358,272,269,
3;359,358,269,
3;359,269,266,
3;360,359,266,
3;360,266,267,
3;324,349,350,
3;324,350,302,
3;320,351,349,
3;320,349,324,
3;352,351,320,
3;352,320,316,
3;353,352,316,
3;353,316,315,
3;354,353,315,
3;354,315,314,
3;356,276,258,
3;356,258,355,
3;357,272,276,
3;357,276,356,
3;357,358,269,
3;357,269,272,
3;358,359,266,
3;358,266,269,
3;359,360,267,
3;359,267,266,
3;354,361,348,
3;354,348,314,
3;361,362,347,
3;361,347,348,
3;362,363,345,
3;362,345,347,
3;364,360,267,
3;364,267,344,
3;363,364,344,
3;363,344,345,
3;361,354,314,
3;361,314,348,
3;362,361,348,
3;362,348,347,
3;363,362,347,
3;363,347,345,
3;360,364,344,
3;360,344,267,
3;364,363,345,
3;364,345,344,
3;365,368,367,
3;365,367,366,
3;369,372,371,
3;369,371,370,
3;373,374,368,
3;373,368,365,
3;375,377,376,
3;378,380,379,
3;380,375,376,
3;380,376,379,
3;381,383,382,
3;384,386,385,
3;386,381,382,
3;386,382,385,
3;387,390,389,
3;387,389,388,
3;368,393,392,
3;368,392,391,
3;391,392,395,
3;391,395,394,
3;394,395,397,
3;394,397,396,
3;396,397,399,
3;396,399,398,
3;398,399,401,
3;398,401,400,
3;400,401,402,
3;400,402,371,
3;371,402,404,
3;371,404,403,
3;405,406,393,
3;405,393,368,
3;407,410,409,
3;407,409,408,
3;408,409,412,
3;408,412,411,
3;411,412,414,
3;411,414,413,
3;413,414,416,
3;413,416,415,
3;415,416,418,
3;415,418,417,
3;417,418,420,
3;417,420,419,
3;419,420,422,
3;419,422,421,
3;423,424,410,
3;423,410,407,
3;425,428,427,
3;425,427,426,
3;426,427,430,
3;426,430,429,
3;429,430,432,
3;429,432,431,
3;431,432,434,
3;431,434,433,
3;433,434,436,
3;433,436,435,
3;435,436,438,
3;435,438,437,
3;437,438,440,
3;437,440,439,
3;441,442,428,
3;441,428,425,
3;393,407,408,
3;393,408,392,
3;392,408,411,
3;392,411,395,
3;395,411,413,
3;395,413,397,
3;397,413,415,
3;397,415,399,
3;399,415,417,
3;399,417,401,
3;401,417,419,
3;401,419,402,
3;402,419,421,
3;402,421,404,
3;406,423,407,
3;406,407,393,
3;410,425,426,
3;410,426,409,
3;409,426,429,
3;409,429,412,
3;412,429,431,
3;412,431,414,
3;414,431,433,
3;414,433,416,
3;416,433,435,
3;416,435,418,
3;418,435,437,
3;418,437,420,
3;420,437,439,
3;420,439,422,
3;424,441,425,
3;424,425,410,
3;428,365,443,
3;428,443,427,
3;427,443,444,
3;427,444,430,
3;430,444,445,
3;430,445,432,
3;432,445,446,
3;432,446,434,
3;434,446,447,
3;434,447,436,
3;436,447,370,
3;436,370,438,
3;438,370,448,
3;438,448,440,
3;442,449,365,
3;442,365,428,
3;368,365,366,
3;368,366,367,
3;372,369,370,
3;372,370,371,
3;371,370,451,
3;371,451,450,
3;450,451,453,
3;450,453,452,
3;452,453,445,
3;452,445,396,
3;396,445,455,
3;396,455,454,
3;454,455,373,
3;454,373,374,
3;374,373,365,
3;374,365,368,
3;449,406,405,
3;442,424,423,
3;442,423,406,
3;442,406,449,
3;424,442,441,
3;404,448,403,
3;422,440,448,
3;422,448,404,
3;422,404,421,
3;440,422,439,
3;456,458,457,
3;456,457,459,
3;456,459,460,
3;456,460,461,
3;456,461,462,
3;456,462,463,
3;456,463,464,
3;456,464,458,
3;458,466,465,
3;458,465,457,
3;457,465,467,
3;457,467,459,
3;459,467,468,
3;459,468,460,
3;460,468,469,
3;460,469,461,
3;461,469,470,
3;461,470,462,
3;462,470,471,
3;462,471,463,
3;463,471,472,
3;463,472,464,
3;464,472,466,
3;464,466,458,
3;466,474,473,
3;466,473,465,
3;465,473,475,
3;465,475,467,
3;467,475,476,
3;467,476,468,
3;468,476,477,
3;468,477,469,
3;469,477,478,
3;469,478,470,
3;470,478,479,
3;470,479,471,
3;471,479,480,
3;471,480,472,
3;472,480,474,
3;472,474,466,
3;474,481,473,
3;473,481,475,
3;475,481,476,
3;476,481,477,
3;477,481,478,
3;478,481,479,
3;479,481,480,
3;480,481,474,
3;377,375,376,
3;377,376,482,
3;377,482,483,
3;377,483,484,
3;377,484,485,
3;380,378,379,
3;379,378,486,
3;486,378,487,
3;487,378,488,
3;488,378,489,
3;375,380,379,
3;375,379,376,
3;376,379,486,
3;376,486,482,
3;482,486,487,
3;482,487,483,
3;483,487,488,
3;483,488,484,
3;484,488,489,
3;484,489,485,
3;377,490,485,
3;377,485,489,
3;377,489,378,
3;383,381,382,
3;382,383,491,
3;491,383,492,
3;492,383,493,
3;493,383,494,
3;386,384,385,
3;384,385,495,
3;384,495,496,
3;384,496,497,
3;384,497,498,
3;381,386,385,
3;381,385,382,
3;385,382,491,
3;385,491,495,
3;495,491,492,
3;495,492,496,
3;496,492,493,
3;496,493,497,
3;497,493,494,
3;497,494,498,
3;499,383,384,
3;499,384,498,
3;499,498,494,
3;500,503,502,
3;500,502,501,
3;503,500,505,
3;503,505,504,
3;506,507,501,
3;506,501,502,
3;507,506,388,
3;507,388,387,
3;508,511,510,
3;508,510,509,
3;511,508,513,
3;511,513,512,
3;514,515,509,
3;514,509,510,
3;515,514,390,
3;515,390,389,
3;513,504,505,
3;513,505,512,
3;512,505,500,
3;512,500,511,
3;511,500,501,
3;511,501,510,
3;510,501,507,
3;510,507,514,
3;514,507,387,
3;514,387,390,
3;390,387,388,
3;390,388,389,
3;516,519,518,
3;516,518,517,
3;520,516,517,
3;520,517,521,
3;522,525,524,
3;522,524,523,
3;526,529,528,
3;526,528,527,
3;530,526,527,
3;530,527,531,
3;532,535,534,
3;532,534,533,
3;536,539,538,
3;536,538,537,
3;540,536,537,
3;540,537,541,
3;542,545,544,
3;542,544,543,
3;546,549,548,
3;546,548,547,
3;550,546,547,
3;550,547,551,
3;552,555,554,
3;552,554,553,
3;553,554,557,
3;553,557,556,
3;556,557,559,
3;556,559,558,
3;558,559,561,
3;558,561,560,
3;560,561,563,
3;560,563,562,
3;562,563,565,
3;562,565,564,
3;552,555,567,
3;552,567,566,
3;566,567,569,
3;566,569,568,
3;568,569,571,
3;568,571,570,
3;572,575,574,
3;572,574,573,
3;573,574,565,
3;573,565,564,
3;576,579,578,
3;576,578,577,
3;577,578,581,
3;577,581,580,
3;580,581,583,
3;580,583,582,
3;584,587,586,
3;584,586,585,
3;585,586,589,
3;585,589,588,
3;576,579,591,
3;576,591,590,
3;590,591,593,
3;590,593,592,
3;592,593,595,
3;592,595,594,
3;594,595,597,
3;594,597,596,
3;596,597,599,
3;596,599,598,
3;598,599,589,
3;598,589,588,
3;600,603,602,
3;600,602,601,
3;603,605,604,
3;603,604,602,
3;605,607,606,
3;605,606,604,
3;603,609,608,
3;603,608,605,
3;609,603,600,
3;610,519,539,
3;610,539,535,
3;611,610,535,
3;611,535,534,
3;612,611,534,
3;612,534,533,
3;519,610,613,
3;519,613,529,
3;613,610,611,
3;613,611,612,
3;519,516,517,
3;519,517,518,
3;516,520,521,
3;516,521,517,
3;521,520,530,
3;521,530,531,
3;521,531,614,
3;521,614,608,
3;517,521,608,
3;517,608,609,
3;518,517,609,
3;518,609,600,
3;528,518,519,
3;528,519,529,
3;528,527,517,
3;528,517,518,
3;517,527,531,
3;517,531,521,
3;607,605,616,
3;607,616,615,
3;608,617,616,
3;608,616,605,
3;618,617,608,
3;618,608,614,
3;619,601,620,
3;619,600,601,
3;600,619,621,
3;622,539,519,
3;539,622,623,
3;622,519,624,
3;624,519,518,
3;624,518,600,
3;624,600,621,
3;623,622,624,
3;623,624,621,
3;623,621,619,
3;623,619,620,
3;625,628,627,
3;625,627,626,
3;629,632,631,
3;629,631,630,
3;633,636,635,
3;633,635,634,
3;525,522,523,
3;525,523,524,
3;637,640,639,
3;637,639,638,
3;607,637,638,
3;607,638,606,
3;641,637,607,
3;641,607,614,
3;637,641,640,
3;529,613,532,
3;529,532,549,
3;613,612,533,
3;613,533,532,
3;529,526,527,
3;529,527,528,
3;526,530,531,
3;526,531,527,
3;531,527,641,
3;531,641,614,
3;527,528,640,
3;527,640,641,
3;618,614,607,
3;618,607,615,
3;642,639,640,
3;639,642,643,
3;642,640,644,
3;645,549,646,
3;645,529,549,
3;529,645,647,
3;529,647,644,
3;529,644,640,
3;529,640,528,
3;645,646,643,
3;645,643,642,
3;645,642,644,
3;645,644,647,
3;648,602,604,
3;648,604,649,
3;602,648,601,
3;535,539,549,
3;535,549,532,
3;535,532,533,
3;535,533,534,
3;539,536,537,
3;539,537,538,
3;536,540,541,
3;536,541,537,
3;540,541,551,
3;540,551,550,
3;551,541,649,
3;551,649,650,
3;541,537,648,
3;541,648,649,
3;537,538,601,
3;537,601,648,
3;538,548,549,
3;538,549,539,
3;547,548,538,
3;547,538,537,
3;547,537,541,
3;547,541,551,
3;604,606,652,
3;604,652,651,
3;653,649,604,
3;653,604,651,
3;653,654,650,
3;653,650,649,
3;539,623,620,
3;539,620,601,
3;539,601,538,
3;655,658,657,
3;655,657,656,
3;659,662,661,
3;659,661,660,
3;663,666,665,
3;663,665,664,
3;545,542,543,
3;545,543,544,
3;638,667,650,
3;638,650,606,
3;667,638,639,
3;549,546,547,
3;549,547,548,
3;546,550,551,
3;546,551,547,
3;547,551,650,
3;547,650,667,
3;548,547,667,
3;548,667,639,
3;650,654,652,
3;650,652,606,
3;646,549,548,
3;646,548,639,
3;646,639,643,
3;555,552,553,
3;555,553,554,
3;554,553,556,
3;554,556,557,
3;557,556,558,
3;557,558,559,
3;559,558,560,
3;559,560,561,
3;561,560,562,
3;561,562,563,
3;563,562,564,
3;563,564,565,
3;555,565,563,
3;555,563,561,
3;555,561,559,
3;555,559,557,
3;555,557,554,
3;555,552,566,
3;555,566,567,
3;567,566,568,
3;567,568,569,
3;569,568,570,
3;569,570,571,
3;571,570,572,
3;571,572,575,
3;575,572,573,
3;575,573,574,
3;574,573,564,
3;574,564,565,
3;565,555,567,
3;565,567,569,
3;565,569,571,
3;565,571,575,
3;565,575,574,
3;579,576,577,
3;579,577,578,
3;578,577,580,
3;578,580,581,
3;581,580,582,
3;581,582,583,
3;583,582,584,
3;583,584,587,
3;587,584,585,
3;587,585,586,
3;586,585,588,
3;586,588,589,
3;589,579,578,
3;589,578,581,
3;589,581,583,
3;589,583,587,
3;589,587,586,
3;579,576,590,
3;579,590,591,
3;591,590,592,
3;591,592,593,
3;593,592,594,
3;593,594,595,
3;595,594,596,
3;595,596,597,
3;597,596,598,
3;597,598,599,
3;599,598,588,
3;599,588,589,
3;579,589,599,
3;579,599,597,
3;579,597,595,
3;579,595,593,
3;579,593,591;

MeshMaterialList {
8;
1164;
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
4,
4,
4,
4,
4,
4,
4,
4,
2,
2,
2,
2,
4,
4,
4,
4,
4,
4,
4,
4,
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,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
4,
4,
4,
4,
2,
2,
4,
4,
4,
4,
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,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
4,
4,
4,
4,
4,
4,
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
2,
2,
1,
1,
2,
2,
1,
1,
3,
3,
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,
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,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
2,
2,
2,
2,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
2,
2,
2,
2,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
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,
7,
7,
7,
7,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
1,
1,
1,
1,
7,
7,
1,
1,
2,
2,
1,
1,
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,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
7,
7,
7,
7,
2,
2,
2,
2,
2,
2,
2,
2,
2,
7,
7,
1,
1,
2,
2,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
3,
3,
3,
3,
3,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
3,
3,
3,
3,
3,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
3,
3,
3,
3,
3,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
3,
3,
3,
3,
3;

Material {
0.350000;0.350000;0.350000;1.0;;
99.000000;;
0.700000;0.700000;0.700000;;
0.000000;0.000000;0.000000;;
}
Material {
0.650000;0.650000;0.650000;1.0;;
99.000000;;
0.700000;0.700000;0.700000;;
0.000000;0.000000;0.000000;;
}
Material {
1.000000;1.000000;1.000000;1.0;;
99.000000;;
0.700000;0.700000;0.700000;;
0.000000;0.000000;0.000000;;
}
Material {
0.000000;0.000000;0.000000;1.0;;
100.000000;;
0.000000;0.000000;0.000000;;
0.250000;0.450000;0.900000;;
}
Material {
0.200000;0.450000;0.800000;1.0;;
99.850000;;
0.900000;0.900000;0.900000;;
0.000000;0.000000;0.000000;;
}
Material {
0.000000;0.000000;0.000000;1.0;;
100.000000;;
0.000000;0.000000;0.000000;;
1.000000;1.000000;1.000000;;
}
Material {
0.450000;0.300000;0.150000;1.0;;
99.000000;;
0.700000;0.700000;0.700000;;
0.000000;0.000000;0.000000;;
}
Material {
0.000000;0.000000;0.000000;1.0;;
100.000000;;
0.000000;0.000000;0.000000;;
0.050000;0.100000;0.200000;;
}
}

MeshNormals {
544;
-0.569422;0.000000;0.822046;,
-0.455544;0.445294;0.770839;,
0.000000;0.000000;1.000000;,
-0.242761;0.693554;0.678269;,
0.000000;0.762238;0.647297;,
0.233118;0.689218;0.686028;,
0.457041;0.462329;0.759846;,
0.569422;0.000000;0.822046;,
0.455544;-0.445294;0.770839;,
0.242761;-0.693554;0.678269;,
0.000000;-0.762238;0.647297;,
-0.233118;-0.689218;0.686028;,
-0.457041;-0.462329;0.759846;,
-0.873220;0.000000;0.487327;,
-0.646482;0.636275;0.420970;,
-0.309619;0.888220;0.339414;,
0.000000;0.950113;0.311906;,
0.303068;0.889918;0.340875;,
0.640595;0.645340;0.416142;,
0.873220;0.000000;0.487327;,
0.646482;-0.636275;0.420970;,
0.309619;-0.888220;0.339414;,
0.000000;-0.950113;0.311906;,
-0.303068;-0.889918;0.340875;,
-0.640595;-0.645340;0.416142;,
0.955954;0.000000;0.293518;,
0.699408;-0.670570;0.247316;,
0.317231;-0.928292;0.194008;,
0.000000;-0.984078;0.177737;,
-0.308915;-0.931159;0.193685;,
-0.689799;-0.681259;0.245079;,
-0.955954;0.000000;0.293518;,
-0.699408;0.670570;0.247316;,
-0.317231;0.928292;0.194008;,
0.000000;0.984078;0.177737;,
0.308915;0.931159;0.193685;,
0.689799;0.681259;0.245079;,
1.000000;0.000000;-0.000000;,
0.715312;-0.698805;-0.000000;,
0.322494;-0.946571;-0.000000;,
0.000000;-1.000000;-0.000000;,
-0.320234;-0.947338;-0.000000;,
-0.712567;-0.701604;-0.000000;,
-1.000000;0.000000;-0.000000;,
-0.715312;0.698805;-0.000000;,
-0.322494;0.946571;-0.000000;,
0.000000;1.000000;-0.000000;,
0.320234;0.947338;-0.000000;,
0.712567;0.701604;-0.000000;,
0.727013;0.000000;-0.686624;,
0.567855;-0.547238;-0.614875;,
0.270747;-0.811938;-0.517158;,
0.000000;-0.874157;-0.485643;,
-0.270747;-0.811938;-0.517158;,
-0.567855;-0.547238;-0.614875;,
-0.727013;0.000000;-0.686624;,
-0.567855;0.547238;-0.614875;,
-0.270747;0.811938;-0.517158;,
0.000000;0.874157;-0.485643;,
0.270747;0.811938;-0.517158;,
0.567855;0.547238;-0.614875;,
0.000000;0.000000;-1.000000;,
-0.221495;0.914457;0.338688;,
-0.728080;0.509656;0.458421;,
-0.728080;-0.509656;0.458421;,
-0.221495;-0.914457;0.338688;,
0.221495;-0.914457;0.338688;,
0.728080;-0.509656;0.458421;,
0.728080;0.509656;0.458421;,
0.221495;0.914457;0.338688;,
0.236221;-0.933783;0.268792;,
0.750808;-0.548907;0.367408;,
0.750808;0.548907;0.367408;,
0.236221;0.933783;0.268792;,
-0.236221;0.933783;0.268792;,
-0.750808;0.548907;0.367408;,
-0.750808;-0.548907;0.367408;,
-0.236221;-0.933783;0.268792;,
0.000000;-0.821370;-0.570396;,
0.000000;-0.999758;-0.021997;,
0.000000;-0.692532;-0.721387;,
0.000000;-0.934179;0.356805;,
0.000000;-0.668965;0.743294;,
-0.761939;-0.647648;-0.000000;,
0.761939;-0.647648;-0.000000;,
0.000000;0.668965;-0.743294;,
0.000000;-0.668965;-0.743294;,
0.000000;-0.996865;-0.079116;,
0.000000;-0.874157;0.485643;,
0.000000;0.099504;0.995037;,
0.000000;0.874157;0.485643;,
0.000000;0.514496;-0.857493;,
0.000000;-0.839153;-0.543895;,
-0.507020;0.861934;-0.000000;,
0.507020;-0.861934;-0.000000;,
0.462893;0.786918;0.408032;,
0.501765;0.853001;0.143603;,
0.506928;0.861778;-0.019039;,
0.450415;0.765705;-0.459153;,
-0.507020;-0.861934;-0.000000;,
0.507020;-0.861934;-0.000000;,
-0.507020;0.861934;-0.000000;,
0.507020;0.861934;-0.000000;,
-0.467886;-0.795407;-0.385240;,
-0.490893;-0.834518;0.250208;,
-0.505726;0.862693;-0.001434;,
0.508315;-0.861170;-0.001436;,
0.389199;0.661639;0.640904;,
0.504959;0.858430;0.090082;,
0.125343;0.213084;-0.968960;,
-0.507020;-0.861934;-0.000000;,
0.507020;0.861934;-0.000000;,
-0.462893;0.786918;0.408032;,
-0.501765;0.853001;0.143603;,
-0.506928;0.861778;-0.019039;,
-0.450415;0.765705;-0.459153;,
0.467886;-0.795407;-0.385240;,
0.490893;-0.834518;0.250208;,
-0.508315;-0.861170;-0.001436;,
0.505726;0.862693;-0.001434;,
-0.389199;0.661639;0.640904;,
-0.504959;0.858430;0.090082;,
-0.125343;0.213084;-0.968960;,
-0.297566;-0.004133;-0.954692;,
0.297566;-0.004133;-0.954692;,
0.300354;0.260399;-0.917595;,
-0.300354;0.260399;-0.917595;,
0.300505;0.558278;-0.773319;,
-0.300505;0.558278;-0.773319;,
-0.768955;0.382754;-0.512062;,
-0.773370;0.186437;-0.605921;,
-0.767939;0.000000;-0.640523;,
-0.291143;0.708631;-0.642712;,
-0.760416;0.518932;-0.390484;,
0.291143;0.708631;-0.642712;,
0.284859;0.834035;-0.472483;,
-0.284859;0.834035;-0.472483;,
-0.727598;0.641701;-0.242533;,
-0.270091;0.937133;-0.220983;,
-0.694997;0.709890;-0.114178;,
0.270091;0.937133;-0.220983;,
-0.899320;0.149887;-0.410801;,
-0.893687;0.000000;-0.448690;,
-0.893564;0.348933;-0.282470;,
-0.839134;0.537907;-0.080686;,
0.264268;0.964441;-0.004087;,
-0.264268;0.964441;-0.004087;,
-0.692120;0.721782;-0.000000;,
-0.824871;0.565321;-0.000000;,
-0.570252;-0.385850;-0.725212;,
-0.488945;-0.411429;-0.769194;,
-0.472426;0.000000;-0.881370;,
-0.548322;0.000000;-0.836267;,
-0.578650;-0.704646;-0.410655;,
-0.466314;-0.765876;-0.442703;,
-0.577845;-0.801527;-0.153781;,
-0.439518;-0.881947;-0.170277;,
-0.578732;-0.812092;-0.074675;,
-0.439100;-0.894193;-0.087238;,
-0.915025;-0.397756;-0.067226;,
-0.916580;-0.398432;-0.033670;,
-0.846382;0.000000;-0.532575;,
-0.915025;0.397756;-0.067226;,
-0.916580;0.398432;-0.033670;,
-0.488945;0.411429;-0.769194;,
-0.570252;0.385850;-0.725212;,
-0.466314;0.765876;-0.442703;,
-0.578650;0.704646;-0.410655;,
-0.439518;0.881947;-0.170277;,
-0.577845;0.801527;-0.153781;,
-0.439100;0.894193;-0.087238;,
-0.578732;0.812092;-0.074675;,
0.261495;0.935661;0.236980;,
-0.261495;0.935661;0.236980;,
-0.683174;0.704524;0.192143;,
-0.815729;0.556179;0.158908;,
0.252546;0.875766;0.411406;,
-0.252546;0.875766;0.411406;,
-0.659378;0.667498;0.345930;,
-0.789311;0.537218;0.297296;,
0.252557;0.855434;0.452158;,
-0.252557;0.855434;0.452158;,
-0.657888;0.656268;0.369454;,
-0.779813;0.530273;0.332720;,
0.000000;-0.894427;0.447214;,
0.000000;-0.110432;0.993884;,
0.773370;0.186437;-0.605921;,
0.768955;0.382754;-0.512062;,
0.767939;0.000000;-0.640523;,
0.760416;0.518932;-0.390484;,
0.727598;0.641701;-0.242533;,
0.694997;0.709890;-0.114178;,
0.893687;0.000000;-0.448690;,
0.899320;0.149887;-0.410801;,
0.893564;0.348933;-0.282470;,
0.839134;0.537907;-0.080686;,
0.692120;0.721782;-0.000000;,
0.824871;0.565321;-0.000000;,
0.683174;0.704524;0.192143;,
0.815729;0.556179;0.158908;,
0.659378;0.667498;0.345930;,
0.789311;0.537218;0.297296;,
0.657888;0.656268;0.369454;,
0.779813;0.530273;0.332720;,
0.548322;0.000000;-0.836267;,
0.472426;0.000000;-0.881370;,
0.488945;-0.411429;-0.769194;,
0.570252;-0.385850;-0.725212;,
0.466314;-0.765876;-0.442703;,
0.578650;-0.704646;-0.410655;,
0.439518;-0.881947;-0.170277;,
0.577845;-0.801527;-0.153781;,
0.439100;-0.894193;-0.087238;,
0.578732;-0.812092;-0.074675;,
0.916580;-0.398432;-0.033670;,
0.915025;-0.397756;-0.067226;,
0.846382;0.000000;-0.532575;,
0.915025;0.397756;-0.067226;,
0.916580;0.398432;-0.033670;,
0.570252;0.385850;-0.725212;,
0.488945;0.411429;-0.769194;,
0.578650;0.704646;-0.410655;,
0.466314;0.765876;-0.442703;,
0.577845;0.801527;-0.153781;,
0.439518;0.881947;-0.170277;,
0.578732;0.812092;-0.074675;,
0.439100;0.894193;-0.087238;,
0.000000;0.894427;-0.447214;,
-0.903795;-0.427821;0.011112;,
-0.897938;-0.421255;0.127485;,
-0.867120;-0.413605;0.277551;,
-0.855568;-0.411539;0.314069;,
0.897938;-0.421255;0.127485;,
0.903795;-0.427821;0.011112;,
0.867120;-0.413605;0.277551;,
0.855568;-0.411539;0.314069;,
0.000000;-0.099504;0.995037;,
0.000000;-0.990028;0.140873;,
0.000000;-0.958363;0.285553;,
-0.300892;-0.372664;-0.877830;,
0.300892;-0.372664;-0.877830;,
-0.762148;-0.272931;-0.587060;,
0.762148;-0.272931;-0.587060;,
-0.294353;-0.767518;-0.569449;,
0.294353;-0.767518;-0.569449;,
-0.759984;-0.554583;-0.338912;,
0.759984;-0.554583;-0.338912;,
-0.288408;-0.939386;-0.185405;,
0.288408;-0.939386;-0.185405;,
-0.751198;-0.655591;-0.076827;,
-0.735182;-0.677851;-0.005059;,
-0.275441;-0.961318;-0.000000;,
-0.888738;-0.457223;-0.033052;,
-0.878405;-0.477633;-0.016470;,
-0.883922;-0.412619;-0.220064;,
-0.881909;-0.219562;-0.417168;,
0.881909;-0.219562;-0.417168;,
0.751198;-0.655591;-0.076827;,
0.275441;-0.961318;-0.000000;,
0.735182;-0.677851;-0.005059;,
0.878405;-0.477633;-0.016470;,
0.888738;-0.457223;-0.033052;,
0.883922;-0.412619;-0.220064;,
0.561663;0.777688;0.282375;,
0.429460;0.861822;0.269864;,
0.870634;0.371568;0.322389;,
0.870634;-0.371568;0.322389;,
0.556798;-0.779826;0.286090;,
0.422614;-0.864044;0.273542;,
-0.561663;0.777688;0.282375;,
-0.429460;0.861822;0.269864;,
-0.870634;0.371568;0.322389;,
-0.870634;-0.371568;0.322389;,
-0.556798;-0.779826;0.286090;,
-0.422614;-0.864044;0.273542;,
-0.561663;-0.777688;-0.282375;,
-0.429460;-0.861822;-0.269864;,
-0.870634;-0.371568;-0.322389;,
-0.870634;0.371568;-0.322389;,
-0.556798;0.779826;-0.286090;,
-0.422614;0.864044;-0.273542;,
0.561663;-0.777688;-0.282375;,
0.429460;-0.861822;-0.269864;,
0.870634;-0.371568;-0.322389;,
0.870634;0.371568;-0.322389;,
0
User avatar
Fooli
Staff
Staff
Posts: 1957
Joined: Sun Oct 05, 2003 2:38 pm
Location: Mars

Post by Fooli »

I have the same problem, unless I run my x files through 3d explorer first. I can work with 3ds files fine. Basically, either your modelling prog (mine too) exports things in a strange way, or the model converter interprets things in a strange way (much more likely).

Do you have export options in your modelling prog you can play with?
I'm sure if Mit has time he'll look at your x file and say what's what, but from my limited knowledge of the format, it looks like the data for the mesh is there.

f
User avatar
Fooli
Staff
Staff
Posts: 1957
Joined: Sun Oct 05, 2003 2:38 pm
Location: Mars

Post by Fooli »

For reference (if anyone who actually understands file formats reads this), here's the start of one of my exported, non-working x files:

xof 0303txt 0032
template FVFData {
<b6e70a0e-8ef9-4e83-94ad-ecc8b0c04897>
DWORD dwFVF;
DWORD nDWords;
array DWORD data[nDWords];
}

template EffectInstance {
<e331f7e4-0559-4cc2-8e99-1cec1657928f>
STRING EffectFilename;
[...]
}

template EffectParamFloats {
<3014b9a0-62f5-478c-9b86-e4ac9f4e418b>
STRING ParamName;
DWORD nFloats;
array FLOAT Floats[nFloats];
}

template EffectParamString {
<1dbc4c88-94c1-46ee-9076-2c28818c9481>
STRING ParamName;
STRING Value;
}

template EffectParamDWord {
<e13963bc-ae51-4c5d-b00f-cfa3a9d97ce5>
STRING ParamName;
DWORD Value;
}


Frame bishop_ {


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 {
473;
17.100567;0.000000;0.000000;,
16.069277;0.000000;5.848739;,
13.099793;0.000000;10.992033;,
8.550282;0.000000;14.809525;,
2.969481;0.000000;16.840771;,
-2.969484;0.000000;16.840771;,
-8.550285;0.000000;14.809525;,
-13.099795;0.000000;10.992031;,
-16.069277;0.000000;5.848736;,

(etc)


Here's what it looks like after 3d explorer has finished with it:

xof 0302txt 0032
Header {
1;
0;
1;
}
Mesh XD_ {
676;
17.100567;0.000000;0.000000;,
16.069277;-5.848739;-0.000000;,
16.069277;-5.848739;3.109118;,
17.100567;-0.000000;3.109118;,
13.099793;-10.992033;-0.000000;,
13.099793;-10.992033;3.109118;,
8.550282;-14.809525;-0.000001;,
8.550282;-14.809525;3.109117;,
2.969481;-16.840771;-0.000001;,
2.969481;-16.840771;3.109117;,
-2.969484;-16.840771;-0.000001;,
-2.969484;-16.840771;3.109117;,
-2.969484;-16.840771;-0.000001;,
-8.550285;-14.809525;-0.000001;,

(etc)

...and that one works fine. The non-working x file also comes out without line breaks, but with a whole bunch of line break symbol replacements (the little rectangle) instead. Other than that the main difference seems to be the stripping of all the stuff at the start of the file in the working version.

f
User avatar
Jayecifer
Posts: 475
Joined: Tue Apr 10, 2007 11:37 pm
Location: Ames, Iowa
Contact:

Post by Jayecifer »

No my modeling program only exports in .x and it's native format(which is not a common one.) I imported the .x file into Lithunwrapper then exported as .3ds It works.
User avatar
zaroba
World Owner
World Owner
Posts: 7257
Joined: Fri Oct 10, 2003 11:06 pm
Location: Hereford, PA
Contact:

Post by zaroba »

this problem was around back before atm was created, when the game used .x format.
think it had something to do with the .x format version the modelling program exported in.


as for the little square symbols...
open the file in wordpad, it'll probably show line breaks in place of those little boxes.
notepad doesn't show the line breaks instead of the squares.

so it could also be a UNICODE vs RTF formatting problem. maybe the game and modelling program only supports UNICODE format models.
User avatar
Mit
Staff
Staff
Posts: 3551
Joined: Sun Sep 21, 2003 10:14 pm
Location: Unknown

Post by Mit »

can i get a copy of that .x file to try please, jayc? (I tried copying and pasting it but windows aint happy doing it with all that text).

First guess, looking at the data there, is the loader is getting confused because it has different materials in it. One day...... one day... ill finally get round to extending the atm format to support multiple textures and materials, but for now, send me the file and i'll see if i can at least get the thing loading..
(mit [at] theuniversal.net )
User avatar
Jayecifer
Posts: 475
Joined: Tue Apr 10, 2007 11:37 pm
Location: Ames, Iowa
Contact:

Post by Jayecifer »

I have since gotten around this problem and no longer have that file. If you would like I could send you something exported in the same manner.
Locked