Files
CydandClaude Opus 4.8 3b8b729ecb Add complete game working copy under assets/ (runtime data + binaries)
Imports the full shipped working copy of Red Planet v4.10 so the repo is
self-contained: buildable (source) and runnable (data). ~110 MB, committed
directly to git per project decision.

Contents (assets/RP411/):
- AUDIO/  (~97 MB) 223 .wav + audio config/res
- VIDEO/  (~10 MB) .X meshes, .SKL/.det/.sph geometry, .met materials,
          .pcc/.png/.pcx textures, .vsh/.psh shaders, material tables
- GAUGE/  (~0.8 MB) HUD .GIM images, .PCC/.PCX bitmaps, gauge config
- SPOOLS/ runtime replay output dir (kept via .gitkeep)
- Root config/launch: environ.ini, RPDPL.INI, JOYSTICK.INI, TEST.EGG,
  RPL4.RES, *.bat launchers
- Runtime binaries: rpl4opt.exe (shipped reference build), libsndfile-1.dll,
  oalinst.exe (OpenAL redist installer), sleep.exe

Housekeeping:
- .gitignore: re-include assets/**/*.exe and *.dll (global rules skip them);
  keep Thumbs.db and runtime *.spl out.
- .gitattributes: mark asset media (.wav/.png/.pcc/.gim/.x/.skl/... ) binary.
- docs/ASSETS.md: runtime layout, config chain (environ.ini -> RPDPL.INI ->
  video/audio/gauge paths), launch args, and per-directory asset inventory.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-01 10:11:47 -05:00

1885 lines
44 KiB
Plaintext

xof 0303txt 0032
template Frame {
<3d82ab46-62da-11cf-ab39-0020af71e433>
[...]
}
template Matrix4x4 {
<f6f23f45-7686-11cf-8f52-0040333594a3>
array FLOAT matrix[16];
}
template FrameTransformMatrix {
<f6f23f41-7686-11cf-8f52-0040333594a3>
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 {
<f6f23f44-7686-11cf-8f52-0040333594a3>
FLOAT u;
FLOAT v;
}
template MeshTextureCoords {
<f6f23f40-7686-11cf-8f52-0040333594a3>
DWORD nTextureCoords;
array Coords2d textureCoords[nTextureCoords];
}
template MeshNormals {
<f6f23f43-7686-11cf-8f52-0040333594a3>
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 {
<d3e16e81-7835-11cf-8f52-0040333594a3>
FLOAT red;
FLOAT green;
FLOAT blue;
}
template Material {
<3d82ab4d-62da-11cf-ab39-0020af71e433>
ColorRGBA faceColor;
FLOAT power;
ColorRGB specularColor;
ColorRGB emissiveColor;
[...]
}
template MeshMaterialList {
<f6f23f42-7686-11cf-8f52-0040333594a3>
DWORD nMaterials;
DWORD nFaceIndexes;
array DWORD faceIndexes[nFaceIndexes];
[Material <3d82ab4d-62da-11cf-ab39-0020af71e433>]
}
template TextureFilename {
<a42790e1-7810-11cf-8f52-0040333594a3>
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 {
311;
1.307300;-0.396600;-1.534900;,
1.307300;-0.297400;-1.534900;,
1.307400;-0.696700;-3.084900;,
1.307400;-0.791100;-3.064900;,
1.407400;-0.811600;-3.144900;,
1.407300;-0.396600;-1.534900;,
1.407300;-0.296600;-1.534900;,
1.407400;-0.716700;-3.164900;,
1.307400;-0.696700;-3.084900;,
-1.292600;-0.696700;-3.085100;,
-1.292600;-0.791100;-3.065100;,
1.307400;-0.791100;-3.064900;,
-1.392600;-0.811600;-3.145100;,
1.407400;-0.811600;-3.144900;,
1.407400;-0.716700;-3.164900;,
-1.392600;-0.716700;-3.165100;,
-1.292600;-0.696700;-3.085100;,
-1.292700;-0.297000;-1.535100;,
-1.292700;-0.396600;-1.535100;,
-1.292600;-0.791100;-3.065100;,
-1.392700;-0.396600;-1.535100;,
-1.392600;-0.811600;-3.145100;,
-1.392600;-0.716700;-3.165100;,
-1.392700;-0.296600;-1.535100;,
-0.691700;-0.596700;-2.735000;,
-0.692700;0.703400;-1.535000;,
0.707300;0.703400;-1.535000;,
0.707400;-0.596700;-2.735000;,
-0.792700;-0.996600;-2.235000;,
0.807300;-0.996600;-2.235000;,
-0.692100;-0.411400;2.964900;,
-0.842400;-0.396900;2.213400;,
-1.178100;-1.146700;2.460100;,
-1.073200;-1.146700;2.961200;,
-0.839500;-0.478100;2.228300;,
-0.693500;-0.488000;2.958100;,
0.707100;-0.411400;2.964900;,
1.088200;-1.146700;2.961200;,
1.193100;-1.146700;2.460100;,
0.857400;-0.396900;2.213400;,
0.854500;-0.478100;2.228300;,
0.708500;-0.488000;2.958100;,
-0.692900;-0.696700;2.965000;,
0.707100;-0.696700;2.965000;,
0.707100;-0.396600;2.965000;,
-0.692900;-0.396600;2.965000;,
-1.092800;-0.696700;0.964900;,
-1.192800;-0.396600;0.464900;,
1.107200;-0.696700;0.965100;,
0.707100;-0.696700;2.965000;,
-0.692900;-0.696700;2.965000;,
-1.092800;-0.696700;0.964900;,
0.707100;-0.396600;2.965000;,
1.207200;-0.396600;0.465100;,
-1.192800;-0.396600;0.464900;,
-0.692800;0.703400;0.465000;,
-0.500000;0.550000;0.813500;,
0.500000;0.550000;0.813500;,
0.707200;0.703400;0.465000;,
-0.692800;0.703400;0.465000;,
0.707200;0.703400;0.465000;,
0.707300;0.703400;-1.535000;,
-0.692700;0.703400;-1.535000;,
-0.692900;-0.396600;2.965000;,
-0.692800;0.703400;0.465000;,
-0.804900;0.456800;0.465000;,
-0.803500;0.223600;1.001600;,
-0.692900;-0.396600;2.965000;,
-0.500000;0.200000;1.609000;,
0.500000;0.200000;1.609000;,
0.707100;-0.396600;2.965000;,
-0.949800;-0.097500;1.000000;,
-1.056600;-0.097000;0.464900;,
-1.192800;-0.396600;0.464900;,
-0.792800;-0.996600;-0.335000;,
-1.192800;-0.396600;0.464900;,
-1.192700;-0.396600;-2.035100;,
-0.792700;-0.996600;-2.235000;,
1.207300;-0.396600;-2.034900;,
1.207200;-0.396600;0.465100;,
0.807200;-0.996600;-0.335000;,
0.807300;-0.996600;-2.235000;,
0.707100;-0.396600;2.965000;,
1.050200;-0.396600;1.250000;,
0.707200;0.356700;1.252900;,
-1.192700;-0.396600;-1.535100;,
-0.692700;0.703400;-1.535000;,
-1.192700;-0.396600;-2.035100;,
1.207300;-0.396600;-2.034900;,
0.707300;0.703400;-1.535000;,
1.207300;-0.396600;-1.534900;,
-0.691700;-0.596700;-2.735000;,
0.707400;-0.596700;-2.735000;,
-1.192700;-0.396600;-2.035100;,
-0.691700;-0.596700;-2.735000;,
-0.792700;-0.996600;-2.235000;,
0.707400;-0.596700;-2.735000;,
1.207300;-0.396600;-2.034900;,
0.807300;-0.996600;-2.235000;,
0.707200;0.356700;1.252900;,
1.050200;-0.396600;1.250000;,
1.207200;-0.396600;0.465100;,
0.707200;0.703400;0.465000;,
-1.100000;0.587000;-1.125000;,
-1.100000;0.587000;0.003200;,
-0.692800;0.703400;0.200000;,
-0.692700;0.703400;-1.250000;,
1.100000;0.591100;0.003200;,
1.100000;0.591100;-1.125000;,
0.707300;0.703400;-1.250000;,
0.707200;0.703400;0.200000;,
-0.949800;-0.097500;1.000000;,
-0.803500;0.223600;1.001600;,
-0.804900;0.456800;0.465000;,
-1.056600;-0.097000;0.464900;,
0.217700;0.260500;-2.601000;,
0.217700;0.353200;-2.651900;,
0.217600;1.146600;-2.182500;,
0.217600;0.903300;-1.835000;,
-0.205600;1.146600;-2.182500;,
-0.205600;0.903300;-1.835000;,
-0.205600;0.260500;-2.601000;,
-0.205600;0.353200;-2.651900;,
0.500000;0.200000;1.609000;,
0.500000;0.550000;0.813500;,
-0.500000;0.550000;0.813500;,
-0.500000;0.200000;1.609000;,
0.227100;0.303400;2.365000;,
0.227100;0.303400;2.765000;,
0.507100;0.003300;2.865000;,
0.507100;0.003300;2.265000;,
-0.492900;0.003300;2.865000;,
-0.212900;0.303400;2.765000;,
-0.212900;0.303400;2.365000;,
-0.492900;0.003300;2.265000;,
-0.692800;0.703400;0.465000;,
-1.392800;0.503400;0.464900;,
-1.392800;-0.396600;0.464900;,
-1.192800;-0.396600;0.464900;,
1.407200;-0.396600;0.465100;,
1.407200;0.503400;0.465100;,
0.707200;0.703400;0.465000;,
1.207200;-0.396600;0.465100;,
-1.392700;-0.396600;-1.535100;,
-1.392700;0.503400;-1.535100;,
-0.692700;0.703400;-1.535000;,
-1.192700;-0.396600;-1.535100;,
0.707300;0.703400;-1.535000;,
1.407300;0.503400;-1.534900;,
1.407300;-0.396600;-1.534900;,
1.207300;-0.396600;-1.534900;,
0.227100;0.003300;2.165000;,
0.227100;0.003300;2.965000;,
-0.212900;0.003300;2.965000;,
-0.212900;0.003300;2.165000;,
0.507100;0.003300;2.056000;,
-0.492900;0.003300;2.056000;,
-0.492900;0.003300;2.965000;,
0.507100;0.003300;2.965000;,
-1.392800;0.503400;0.464900;,
-0.692800;0.703400;0.465000;,
-0.692800;0.703400;0.200000;,
-1.100000;0.587000;0.003200;,
1.407200;0.503400;0.465100;,
1.100000;0.591100;0.003200;,
0.707200;0.703400;0.200000;,
0.707200;0.703400;0.465000;,
-1.100000;0.587000;-1.125000;,
-1.392700;0.503400;-1.535100;,
1.407300;0.503400;-1.534900;,
1.100000;0.591100;-1.125000;,
-1.192800;-0.396600;0.464900;,
-1.392800;-0.396600;0.464900;,
-1.392700;-0.396600;-1.535100;,
-1.192700;-0.396600;-1.535100;,
-1.392700;0.503400;-1.535100;,
-1.100000;0.587000;-1.125000;,
-0.692700;0.703400;-1.250000;,
-0.692700;0.703400;-1.535000;,
1.407300;-0.396600;-1.534900;,
1.407200;-0.396600;0.465100;,
1.207200;-0.396600;0.465100;,
1.207300;-0.396600;-1.534900;,
1.407300;0.503400;-1.534900;,
0.707300;0.703400;-1.535000;,
0.707300;0.703400;-1.250000;,
1.100000;0.591100;-1.125000;,
0.507100;-0.396600;2.965000;,
-0.492900;-0.396600;2.965000;,
0.507100;0.003300;2.965000;,
-0.492900;0.003300;2.965000;,
-0.492900;-0.396600;2.965000;,
0.507100;-0.396600;2.965000;,
0.456800;1.000000;-1.450000;,
0.456800;1.000000;-1.682000;,
0.366800;1.000000;-1.750000;,
-0.353000;1.000000;-1.750000;,
-0.443000;1.000000;-1.682000;,
-0.443000;1.000000;-1.450000;,
0.366800;0.703300;-1.750000;,
0.456800;0.703300;-1.682000;,
0.456800;0.703300;-1.350000;,
-0.443000;0.703300;-1.350000;,
-0.443000;0.703300;-1.682000;,
-0.353000;0.703300;-1.750000;,
-0.213000;0.900000;0.456000;,
-0.213000;0.200000;2.056000;,
0.226800;0.200000;2.056000;,
0.226800;0.900000;0.456000;,
-0.213000;0.900000;-1.350000;,
-0.213000;0.900000;0.456000;,
0.226800;0.900000;0.456000;,
0.226800;0.900000;-1.350000;,
-0.213000;0.900000;-0.544000;,
-0.117900;1.008100;-0.336900;,
0.131800;1.008100;-0.336900;,
0.226800;0.900000;-0.544000;,
-0.163000;1.100000;-0.344000;,
0.176800;1.100000;-0.344000;,
-0.163000;1.100000;0.006000;,
-0.213000;0.900000;0.456000;,
0.226800;0.900000;0.456000;,
0.176800;1.100000;0.006000;,
-0.213000;0.003700;2.056000;,
-0.213000;0.003700;3.150000;,
-0.213000;0.323200;3.150000;,
-0.213000;0.323200;2.550000;,
0.226800;0.003700;2.056000;,
0.226800;0.003700;3.150000;,
0.226800;0.323200;3.150000;,
0.226800;0.323200;2.550000;,
-0.213000;0.003700;2.056000;,
-0.213000;0.323200;2.550000;,
-0.213000;0.500000;2.450000;,
-0.213000;0.500000;2.056000;,
-0.213000;0.003700;2.056000;,
-0.213000;0.500000;2.056000;,
0.226800;0.500000;2.056000;,
0.226800;0.003700;2.056000;,
0.226800;0.323200;2.550000;,
0.226800;0.500000;2.450000;,
0.226800;0.500000;2.056000;,
0.226800;0.003700;2.056000;,
-0.213000;0.703300;-1.750000;,
-0.213000;1.000000;-1.750000;,
0.226800;1.000000;-1.750000;,
0.226800;0.703300;-1.750000;,
-0.443000;0.900000;-1.350000;,
0.456800;0.900000;-1.350000;,
0.226800;0.600000;-2.450000;,
0.366800;0.703300;-1.750000;,
0.366800;1.000000;-1.750000;,
0.226800;0.800000;-2.450000;,
-0.353000;0.703300;-1.750000;,
-0.213000;0.600000;-2.450000;,
-0.213000;0.800000;-2.450000;,
-0.353000;1.000000;-1.750000;,
0.456800;0.900000;-1.350000;,
0.456800;0.703300;-1.350000;,
0.456800;0.703300;-1.682000;,
0.456800;1.000000;-1.682000;,
0.456800;1.000000;-1.450000;,
-0.443000;0.900000;-1.350000;,
-0.443000;1.000000;-1.450000;,
-0.443000;1.000000;-1.682000;,
-0.443000;0.703300;-1.682000;,
-0.443000;0.703300;-1.350000;,
-0.213000;0.900000;0.456000;,
-0.213000;0.703300;0.456000;,
-0.213000;0.003300;2.056000;,
-0.213000;0.200000;2.056000;,
-0.213000;0.900000;-1.350000;,
-0.213000;0.703300;-1.350000;,
0.226800;0.703300;0.456000;,
0.226800;0.900000;0.456000;,
0.226800;0.200000;2.056000;,
0.226800;0.003300;2.056000;,
0.226800;0.703300;-1.350000;,
0.226800;0.900000;-1.350000;,
-0.163000;1.100000;-0.344000;,
-0.213000;0.900000;-0.544000;,
-0.163000;1.100000;0.006000;,
0.176800;1.100000;-0.344000;,
0.176800;1.100000;0.006000;,
0.226800;0.900000;-0.544000;,
0.226800;0.703300;-1.750000;,
0.226800;1.000000;-1.750000;,
0.226800;0.800000;-2.450000;,
0.226800;0.600000;-2.450000;,
-0.213000;0.703300;-1.750000;,
-0.213000;0.600000;-2.450000;,
-0.213000;0.800000;-2.450000;,
-0.213000;1.000000;-1.750000;,
0.366800;1.000000;-1.750000;,
0.366800;0.703300;-1.750000;,
-0.353000;0.703300;-1.750000;,
-0.353000;1.000000;-1.750000;,
-0.213000;0.900000;-0.544000;,
-0.163000;1.100000;-0.344000;,
-0.117900;1.008100;-0.336900;,
0.176800;1.100000;-0.344000;,
0.226800;0.900000;-0.544000;,
0.131800;1.008100;-0.336900;,
1.322800;-0.210800;-1.557500;,
1.180300;-0.210800;-1.557500;,
0.822400;0.577100;-1.557500;,
1.322800;0.439200;-1.557500;,
-1.308400;-0.210800;-1.557500;,
-1.308400;0.439200;-1.557500;,
-0.807900;0.577100;-1.557500;,
-1.165900;-0.210800;-1.557500;;
230;
3;0,1,2;,
3;0,2,3;,
3;4,5,0;,
3;4,0,3;,
3;1,6,7;,
3;1,7,2;,
3;8,9,10;,
3;8,10,11;,
3;10,12,13;,
3;10,13,11;,
3;7,6,5;,
3;7,5,4;,
3;14,15,9;,
3;14,9,8;,
3;16,17,18;,
3;16,18,19;,
3;18,20,21;,
3;18,21,19;,
3;12,15,14;,
3;12,14,13;,
3;22,23,17;,
3;22,17,16;,
3;20,23,22;,
3;20,22,21;,
3;24,25,26;,
3;24,26,27;,
3;28,24,27;,
3;28,27,29;,
3;30,31,32;,
3;30,32,33;,
3;34,35,33;,
3;34,33,32;,
3;36,37,38;,
3;36,38,39;,
3;40,38,37;,
3;40,37,41;,
3;34,32,31;,
3;30,33,35;,
3;36,41,37;,
3;40,39,38;,
3;42,43,44;,
3;42,44,45;,
3;46,42,45;,
3;46,45,47;,
3;48,49,50;,
3;48,50,51;,
3;52,49,48;,
3;52,48,53;,
3;54,53,48;,
3;54,48,51;,
3;55,56,57;,
3;55,57,58;,
3;59,60,61;,
3;59,61,62;,
3;63,64,65;,
3;63,65,66;,
3;55,67,68;,
3;55,68,56;,
3;58,57,69;,
3;58,69,70;,
3;67,70,69;,
3;67,69,68;,
3;63,71,72;,
3;63,72,73;,
3;74,75,76;,
3;74,76,77;,
3;78,79,80;,
3;78,80,81;,
3;77,81,80;,
3;77,80,74;,
3;74,80,79;,
3;74,79,75;,
3;82,83,84;,
3;63,66,71;,
3;85,86,87;,
3;88,89,90;,
3;87,86,91;,
3;88,92,89;,
3;93,94,95;,
3;96,97,98;,
3;99,100,101;,
3;99,101,102;,
3;103,104,105;,
3;103,105,106;,
3;107,108,109;,
3;107,109,110;,
3;111,112,113;,
3;111,113,114;,
3;115,116,117;,
3;115,117,118;,
3;117,119,120;,
3;117,120,118;,
3;120,121,115;,
3;120,115,118;,
3;121,122,116;,
3;121,116,115;,
3;116,122,119;,
3;116,119,117;,
3;119,122,121;,
3;119,121,120;,
3;123,124,125;,
3;123,125,126;,
3;127,128,129;,
3;127,129,130;,
3;131,132,133;,
3;131,133,134;,
3;135,136,137;,
3;135,137,138;,
3;139,140,141;,
3;139,141,142;,
3;143,144,145;,
3;143,145,146;,
3;147,148,149;,
3;147,149,150;,
3;127,130,151;,
3;128,152,129;,
3;153,132,131;,
3;134,133,154;,
3;155,156,157;,
3;155,157,158;,
3;159,160,161;,
3;159,161,162;,
3;163,164,165;,
3;163,165,166;,
3;159,162,167;,
3;159,167,168;,
3;169,170,164;,
3;169,164,163;,
3;171,172,173;,
3;171,173,174;,
3;175,176,177;,
3;175,177,178;,
3;173,172,159;,
3;173,159,168;,
3;179,180,181;,
3;179,181,182;,
3;163,180,179;,
3;163,179,169;,
3;183,184,185;,
3;183,185,186;,
3;155,158,187;,
3;157,156,188;,
3;189,190,191;,
3;189,191,192;,
3;193,194,195;,
3;193,195,196;,
3;193,196,197;,
3;193,197,198;,
3;199,200,201;,
3;199,201,202;,
3;199,202,203;,
3;199,203,204;,
3;205,206,207;,
3;205,207,208;,
3;209,210,211;,
3;209,211,212;,
3;213,214,215;,
3;213,215,216;,
3;217,218,215;,
3;217,215,214;,
3;219,220,221;,
3;219,221,222;,
3;217,219,222;,
3;217,222,218;,
3;223,224,225;,
3;223,225,226;,
3;224,223,227;,
3;224,227,228;,
3;225,224,228;,
3;225,228,229;,
3;226,225,229;,
3;226,229,230;,
3;231,232,233;,
3;231,233,234;,
3;235,236,237;,
3;235,237,238;,
3;227,230,229;,
3;227,229,228;,
3;233,232,239;,
3;233,239,240;,
3;234,233,240;,
3;234,240,241;,
3;241,240,239;,
3;241,239,242;,
3;243,244,245;,
3;243,245,246;,
3;193,198,247;,
3;193,247,248;,
3;247,202,201;,
3;247,201,248;,
3;249,250,246;,
3;245,251,252;,
3;243,253,254;,
3;255,256,244;,
3;257,258,259;,
3;257,259,260;,
3;257,260,261;,
3;262,263,264;,
3;262,264,265;,
3;262,265,266;,
3;267,268,269;,
3;267,269,270;,
3;267,271,272;,
3;267,272,268;,
3;273,274,275;,
3;273,275,276;,
3;274,273,277;,
3;274,277,278;,
3;279,280,267;,
3;279,267,281;,
3;282,283,274;,
3;282,274,284;,
3;285,286,287;,
3;285,287,288;,
3;289,290,291;,
3;289,291,292;,
3;287,293,294;,
3;287,294,288;,
3;295,296,291;,
3;295,291,290;,
3;293,260,259;,
3;293,259,294;,
3;295,265,264;,
3;295,264,296;,
3;297,298,299;,
3;300,301,302;,
3;303,304,305;,
3;303,305,306;,
3;307,308,309;,
3;307,309,310;;
MeshTextureCoords {
311;
0.863826;0.929730;,
0.955719;0.912160;,
0.970563;2.006050;,
0.878197;2.009551;,
0.879005;2.066002;,
0.863826;0.929730;,
0.956381;0.912040;,
0.971892;2.062401;,
0.918467;2.202351;,
0.918467;0.639070;,
0.861686;0.639070;,
0.861686;2.202351;,
0.849322;0.578940;,
0.849322;2.262478;,
0.906442;2.262484;,
0.906442;0.578950;,
0.970597;2.006142;,
0.956065;0.912200;,
0.863861;0.929820;,
0.878231;2.009644;,
0.863861;0.929820;,
0.879039;2.066095;,
0.971927;2.062493;,
0.956416;0.912130;,
0.459850;0.333711;,
0.751674;0.333311;,
0.751674;0.921497;,
0.459850;0.921518;,
0.370058;0.291313;,
0.370058;0.963526;,
0.997700;0.381109;,
1.002610;0.834518;,
0.748511;0.685691;,
0.748511;0.383372;,
0.975083;0.825576;,
0.971725;0.385242;,
0.997700;0.381109;,
0.748511;0.383372;,
0.748511;0.685691;,
1.002610;0.834518;,
0.975083;0.825576;,
0.971725;0.385242;,
0.533371;0.861231;,
0.533388;0.149279;,
0.533388;0.149279;,
0.533371;0.861231;,
0.122112;1.064592;,
0.019298;1.115430;,
0.122136;0.945810;,
0.533388;1.149279;,
0.533371;1.861231;,
0.122112;2.064592;,
0.533388;1.149279;,
0.019324;0.894940;,
0.019298;2.115430;,
0.043612;1.007094;,
0.157419;0.869437;,
0.157436;0.155422;,
0.043636;0.007474;,
0.011610;1.975869;,
0.011583;0.989450;,
0.733647;0.989370;,
0.733676;1.975795;,
0.980037;0.457573;,
1.982330;0.967351;,
1.966155;0.776652;,
1.751182;0.669530;,
0.859938;1.007189;,
0.417159;0.869437;,
0.417175;0.155422;,
0.859964;0.007568;,
1.730733;0.421001;,
1.929832;0.348396;,
1.910177;0.116665;,
0.299887;0.829507;,
0.010272;0.992208;,
0.915341;0.992155;,
0.987740;0.829466;,
0.915298;0.016042;,
0.010227;0.016091;,
0.299857;0.178761;,
0.987711;0.178720;,
0.980007;0.457584;,
1.618092;0.223717;,
1.666418;0.806700;,
0.840536;0.886500;,
0.998511;0.886490;,
0.840536;1.089465;,
0.840536;1.089416;,
0.998511;0.886450;,
0.840536;0.886450;,
0.811814;1.373611;,
0.811814;1.373586;,
0.840536;0.089465;,
0.811814;0.373611;,
0.754369;0.170645;,
0.811814;0.373586;,
0.840536;0.089416;,
0.754369;0.170612;,
1.244386;0.907889;,
0.990156;0.905130;,
0.990156;0.168725;,
1.361381;0.168701;,
0.161289;0.786143;,
0.161289;0.180614;,
0.386452;0.074987;,
0.386494;0.853233;,
1.377730;0.180614;,
1.377730;0.786143;,
1.160590;0.853233;,
1.160550;0.074987;,
0.052669;0.328138;,
0.272109;0.327010;,
0.431456;0.693814;,
0.052984;0.693822;,
0.406843;0.479572;,
0.406843;0.473843;,
0.406842;0.424749;,
0.406841;0.439802;,
0.380655;0.424749;,
0.380654;0.439802;,
0.380657;0.479572;,
0.380657;0.473843;,
0.881546;0.163374;,
1.465078;0.163374;,
1.465116;1.476831;,
0.881583;1.476831;,
0.435093;0.382921;,
0.435093;0.156056;,
0.264945;0.099329;,
0.264945;0.439626;,
0.264945;0.099363;,
0.435093;0.156068;,
0.435093;0.382932;,
0.264945;0.439660;,
0.967938;1.465019;,
0.642776;1.377574;,
0.642776;0.984070;,
0.735680;0.984070;,
0.943432;0.984070;,
0.943432;1.377574;,
0.618266;1.465019;,
0.850528;0.984070;,
0.642822;0.984070;,
0.642822;1.377574;,
0.967987;1.465019;,
0.735726;0.984070;,
0.618315;1.465019;,
0.943478;1.377574;,
0.943478;0.984070;,
0.850574;0.984070;,
0.264945;0.496353;,
0.264945;0.042624;,
0.264945;0.042635;,
0.264945;0.496365;,
0.556498;0.812837;,
0.556488;0.812837;,
0.739640;0.812837;,
0.739652;0.812837;,
0.268284;0.893230;,
0.317507;0.893210;,
0.317507;1.090936;,
0.288872;1.237799;,
0.268284;0.893120;,
0.289887;1.237799;,
0.317507;1.090936;,
0.317507;0.893150;,
0.288866;2.079721;,
0.268284;2.385737;,
0.268284;2.385633;,
0.289892;2.079721;,
0.046781;0.893230;,
0.046781;0.893230;,
0.046781;2.385737;,
0.046781;2.385730;,
0.268284;0.385737;,
0.288866;0.079722;,
0.317507;0.173003;,
0.317507;0.385715;,
0.046781;2.385633;,
0.046781;0.893120;,
0.046781;0.893130;,
0.046781;2.385640;,
0.268284;0.385633;,
0.317507;0.385655;,
0.317507;0.173003;,
0.289892;0.079721;,
0.739652;0.732243;,
0.739640;0.732243;,
0.501537;0.664728;,
0.501537;0.971259;,
0.318022;0.971259;,
0.318022;0.664728;,
2.947390;0.924220;,
3.251410;0.924220;,
3.340490;1.042145;,
3.340490;1.985288;,
3.251410;2.103215;,
2.947390;2.103215;,
3.340490;1.042145;,
3.251410;0.924220;,
2.816360;0.924220;,
2.816360;2.103215;,
3.251410;2.103215;,
3.340490;1.985288;,
2.449898;0.801843;,
0.353390;0.801843;,
0.353390;0.225588;,
2.449898;0.225588;,
2.816360;0.801843;,
0.449898;0.801843;,
0.449898;0.225588;,
2.816360;0.225588;,
1.760210;0.801843;,
1.488880;0.677363;,
1.488880;0.350067;,
1.760210;0.225588;,
1.498150;0.736328;,
1.498150;0.291105;,
1.039540;0.736328;,
0.449896;0.801844;,
0.449896;0.225589;,
1.039540;0.291105;,
2.353390;0.801844;,
0.919950;0.801844;,
0.919950;0.801844;,
1.706140;0.801844;,
2.353390;0.225589;,
0.919950;0.225589;,
0.919950;0.225589;,
1.706140;0.225589;,
1.353390;0.801844;,
0.706140;0.801844;,
0.837170;0.801844;,
1.353390;0.801844;,
0.353390;0.801844;,
0.353390;0.801844;,
0.353390;0.225589;,
0.353390;0.225589;,
0.706140;0.225589;,
0.837170;0.225589;,
1.353390;0.225589;,
1.353390;0.225589;,
3.340490;0.801844;,
3.340490;0.801844;,
3.340490;0.225589;,
3.340490;0.225589;,
2.816360;2.103215;,
2.816360;0.924220;,
4.257710;0.225589;,
3.340490;0.042145;,
3.340490;0.042145;,
4.257710;0.225589;,
3.340490;0.985288;,
4.257710;0.801844;,
4.257710;0.801844;,
3.340490;0.985288;,
0.353476;0.106301;,
0.353476;0.055039;,
0.266941;0.055039;,
0.266941;0.132364;,
0.327413;0.132364;,
0.353476;0.106301;,
0.327413;0.132364;,
0.266941;0.132364;,
0.266941;0.055039;,
0.353476;0.055039;,
0.428708;0.060197;,
0.428708;0.084000;,
0.235077;0.168713;,
0.235077;0.144911;,
0.647272;0.060197;,
0.647272;0.084000;,
0.428708;0.084000;,
0.428708;0.060197;,
0.235077;0.144911;,
0.235077;0.168713;,
0.647272;0.084000;,
0.647272;0.060197;,
0.525523;0.035994;,
0.549727;0.060197;,
0.483166;0.035994;,
0.525523;0.035994;,
0.483166;0.035994;,
0.549727;0.060197;,
0.249224;0.055039;,
0.249224;0.132364;,
0.066782;0.080238;,
0.066782;0.028112;,
0.249224;0.055039;,
0.066782;0.028112;,
0.066782;0.080238;,
0.249224;0.132364;,
0.249224;0.132364;,
0.249224;0.055039;,
0.249224;0.055039;,
0.249224;0.132364;,
0.563552;0.106301;,
0.615678;0.158427;,
0.617522;0.134470;,
0.615678;0.158427;,
0.563552;0.106301;,
0.617522;0.134470;,
0.338025;0.933322;,
0.338025;0.865112;,
0.493641;0.693707;,
0.466403;0.933322;,
0.338025;0.673510;,
0.466403;0.673510;,
0.493641;0.913120;,
0.338025;0.741710;;
}
MeshNormals {
311;
-0.499691;-0.484172;0.124789;,
-0.337881;0.645564;-0.166365;,
-0.668633;0.322784;-0.083197;,
-0.499383;-0.484171;0.124807;,
0.333745;-0.645555;0.166447;,
0.666667;-0.322778;0.083242;,
0.496127;0.484163;-0.124753;,
0.496589;0.484176;-0.124728;,
-0.000044;0.461558;0.571352;,
-0.000013;0.715850;0.164405;,
-0.000047;-0.380719;0.613257;,
-0.000047;-0.380722;0.613246;,
0.000041;-0.460377;-0.569587;,
0.000011;-0.714540;-0.160683;,
0.000044;0.381962;-0.610521;,
0.000044;0.381960;-0.610531;,
0.668699;0.322773;-0.083190;,
0.336657;0.645551;-0.166402;,
0.499691;-0.484166;0.124852;,
0.499383;-0.484158;0.124869;,
-0.666667;-0.322787;0.083162;,
-0.333745;-0.645563;0.166408;,
-0.497508;0.484160;-0.124847;,
-0.498063;0.484174;-0.124817;,
0.000000;0.191853;-0.698086;,
0.000000;0.678252;-0.734830;,
0.000000;0.678252;-0.734830;,
0.000000;-0.294546;-0.661343;,
0.000000;-0.780945;-0.624600;,
0.000000;-0.780945;-0.624600;,
-0.527354;0.270936;0.449474;,
-0.578346;0.134231;-0.379020;,
-0.294600;0.056773;-0.188374;,
0.248773;-0.155926;0.202401;,
0.473487;-0.389350;-0.432285;,
0.508400;-0.291167;0.402531;,
0.527354;0.270936;0.449474;,
-0.248773;-0.155926;0.202401;,
0.294600;0.056773;-0.188374;,
0.578346;0.134231;-0.379020;,
-0.473487;-0.389350;-0.432285;,
-0.508400;-0.291167;0.402531;,
-0.326864;0.000000;0.732020;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
-0.653727;-0.000026;0.464044;,
-0.980591;-0.000039;0.196065;,
-0.980590;-0.000078;0.196071;,
0.326872;-0.619126;-0.106152;,
0.490285;-0.500000;0.098086;,
0.000000;-1.000000;0.000000;,
0.000023;-0.928707;-0.257314;,
0.980571;0.000039;0.196167;,
0.490307;-0.428671;-0.159227;,
0.000045;-0.857417;-0.514622;,
0.000129;0.915288;0.402800;,
0.000163;0.915290;0.402795;,
-0.000101;0.915279;0.402820;,
-0.000160;0.915299;0.402776;,
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.895746;0.406936;0.179000;,
-0.895633;0.407139;0.179105;,
-0.896014;0.406404;0.178871;,
-0.896009;0.406421;0.178853;,
0.000063;0.915322;0.402724;,
0.000172;0.915321;0.402725;,
-0.000120;0.915322;0.402722;,
-0.000088;0.915320;0.402727;,
-0.895538;0.407357;0.179086;,
-0.895540;0.407350;0.179093;,
-0.895629;0.407159;0.179083;,
-0.332836;-0.741874;0.239981;,
-0.416060;-0.677323;0.299999;,
-0.832064;-0.554680;-0.000039;,
-0.277352;-0.851563;-0.000015;,
0.832037;-0.554721;0.000039;,
0.277327;-0.718248;0.400006;,
0.332815;-0.781895;0.120006;,
0.416022;-0.777355;0.000022;,
0.895629;0.407117;0.179178;,
0.895629;0.407117;0.179178;,
0.895629;0.407117;0.179178;,
-0.910367;0.413803;0.000000;,
-0.756763;0.477270;-0.293173;,
-0.756763;0.477270;-0.293173;,
0.757111;0.477229;-0.292853;,
0.757111;0.477229;-0.292853;,
0.910367;0.413803;0.000000;,
-0.603159;0.540738;-0.586347;,
0.603855;0.540656;-0.585705;,
-0.800392;-0.378793;-0.464638;,
-0.800392;-0.378793;-0.464638;,
-0.800392;-0.378793;-0.464638;,
0.800841;-0.379347;-0.463410;,
0.800841;-0.379347;-0.463410;,
0.800841;-0.379347;-0.463410;,
0.895633;0.407121;0.179148;,
0.895634;0.407119;0.179150;,
0.895633;0.407121;0.179148;,
0.895633;0.407122;0.179146;,
-0.274817;0.961496;-0.000009;,
-0.274846;0.961488;0.000000;,
-0.274817;0.961496;-0.000009;,
-0.274789;0.961505;-0.000019;,
0.274920;0.961467;0.000009;,
0.274948;0.961459;0.000000;,
0.274920;0.961467;0.000009;,
0.274892;0.961475;0.000019;,
-0.895629;0.407101;0.179214;,
-0.895590;0.407157;0.179282;,
-0.895629;0.407101;0.179214;,
-0.895668;0.407045;0.179146;,
0.400000;-0.402639;0.081850;,
0.200000;0.011167;-0.694862;,
0.400000;0.429538;0.057320;,
0.333333;0.017747;0.405473;,
-0.400000;0.367511;-0.229553;,
-0.200000;0.021263;0.486543;,
-0.400000;-0.345725;-0.222059;,
-0.333333;0.009296;-0.579070;,
0.000000;0.915324;0.402719;,
0.000000;0.915324;0.402719;,
0.000000;0.915324;0.402719;,
0.000000;0.915324;0.402719;,
0.582405;0.631996;-0.265885;,
0.508023;0.606895;0.398828;,
0.582405;0.631995;0.265885;,
0.508023;0.606895;-0.398828;,
-0.582405;0.631995;0.265885;,
-0.508023;0.606895;0.398828;,
-0.582405;0.631996;-0.265885;,
-0.508023;0.606895;-0.398828;,
-0.000071;-0.000045;1.000000;,
-0.000143;0.000000;1.000000;,
-0.000071;-0.000045;1.000000;,
0.000000;-0.000091;1.000000;,
-0.000071;0.000045;1.000000;,
-0.000143;0.000000;1.000000;,
-0.000071;0.000045;1.000000;,
0.000000;0.000091;1.000000;,
0.000071;0.000045;-1.000000;,
0.000143;0.000000;-1.000000;,
0.000071;0.000045;-1.000000;,
0.000000;0.000091;-1.000000;,
0.000071;-0.000045;-1.000000;,
0.000143;0.000000;-1.000000;,
0.000071;-0.000045;-1.000000;,
0.000000;-0.000091;-1.000000;,
0.284877;0.531593;-0.797655;,
0.284877;0.531593;0.797656;,
-0.284877;0.531593;0.797656;,
-0.284877;0.531593;-0.797655;,
0.333333;0.666667;0.000000;,
-0.500000;0.500000;0.000000;,
-0.333333;0.666667;0.000000;,
0.500000;0.500000;0.000000;,
-0.516444;0.641027;-0.000045;,
-0.274721;0.961524;0.000000;,
-0.274749;0.961516;-0.000078;,
-0.274662;0.961541;-0.000078;,
0.564801;0.576923;-0.000017;,
0.274573;0.961566;-0.000062;,
0.274756;0.961514;-0.000099;,
0.274721;0.961524;0.000000;,
-0.274582;0.961564;-0.000007;,
-0.637308;0.480777;-0.000032;,
0.516309;0.641065;0.000021;,
0.274432;0.961607;0.000000;,
0.000000;-1.000000;0.000000;,
-0.500000;-0.500000;-0.000025;,
-0.500000;-0.500000;-0.000025;,
0.000000;-1.000000;0.000000;,
-0.274739;0.961519;0.000047;,
-0.274757;0.961514;0.000094;,
-0.274739;0.961519;0.000047;,
-0.274721;0.961524;0.000000;,
0.500000;-0.500000;0.000025;,
0.500000;-0.500000;0.000025;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.274785;0.961506;0.000169;,
0.274721;0.961524;0.000000;,
0.274785;0.961506;0.000169;,
0.274848;0.961488;0.000338;,
1.000000;0.000000;0.000000;,
-1.000000;0.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.902369;0.235702;,
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.853553;0.353553;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-0.500000;0.500000;,
0.000000;-0.666667;0.333333;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;0.916157;0.400819;,
0.000000;0.916157;0.400819;,
0.000000;0.916157;0.400819;,
0.000000;0.916157;0.400819;,
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.886501;-0.462727;,
0.000000;0.404736;-0.729878;,
0.000000;0.404736;-0.729878;,
0.000000;0.886501;-0.462727;,
0.000000;0.461486;-0.498514;,
0.000000;0.461486;-0.498514;,
0.000000;0.942541;0.270759;,
0.000000;0.913811;0.406139;,
0.000000;0.913812;0.406139;,
0.000000;0.971270;0.135380;,
-0.666667;-0.333333;0.000000;,
-0.250000;-0.500000;0.250000;,
-0.400000;0.200000;0.400000;,
-0.333333;0.666667;0.000000;,
0.500000;-0.500000;0.000000;,
0.250000;-0.250000;0.500000;,
0.400000;0.400000;0.200000;,
0.500000;0.500000;0.000000;,
-1.000000;0.000000;0.000000;,
-0.500000;0.246158;0.435208;,
-0.400000;0.396927;0.348166;,
-0.333333;0.666667;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.500000;0.246158;0.435208;,
0.250000;0.623079;0.217604;,
0.666667;0.333333;0.000000;,
1.000000;0.000000;0.000000;,
0.000000;-0.329762;-0.618003;,
0.000000;0.480762;-0.637361;,
0.000000;0.320508;-0.758240;,
0.000000;-0.494643;-0.427005;,
0.000000;0.353553;0.853553;,
0.000000;0.353553;0.853553;,
0.000000;-0.989286;0.145990;,
0.000000;-0.989286;0.145990;,
0.000000;0.961524;-0.274721;,
0.000000;0.961524;-0.274721;,
0.000000;-0.989286;0.145990;,
0.000000;-0.989286;0.145990;,
0.000000;0.961524;-0.274721;,
0.000000;0.961524;-0.274721;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.801416;0.000000;-0.398934;,
0.867611;0.000000;-0.265956;,
1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-0.801416;0.000000;-0.398934;,
-0.867611;0.000000;-0.265956;,
-1.000000;0.000000;0.000000;,
-0.990048;0.080845;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;,
0.988057;0.097014;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.970143;0.242536;0.000000;,
-0.970143;0.242536;0.000000;,
-0.970143;0.242536;0.000000;,
0.970143;0.242536;0.000000;,
0.970143;0.242536;0.000000;,
0.970143;0.242536;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-0.009710;0.000000;-0.098058;,
-0.009710;0.000000;-0.098058;,
1.000000;0.000000;0.000000;,
0.009710;0.000000;-0.098058;,
0.009710;0.000000;-0.098058;,
1.000000;0.000000;0.000000;,
0.728749;0.000000;-0.597284;,
0.854665;0.000000;-0.396700;,
-0.791707;0.000000;-0.496992;,
-0.791707;0.000000;-0.496992;,
0.775136;0.339220;-0.533004;,
0.775136;0.339220;-0.533004;,
0.775136;0.339220;-0.533004;,
-0.775666;0.338668;-0.532585;,
-0.775666;0.338668;-0.532585;,
-0.775666;0.338668;-0.532585;,
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;;
230;
3;0,1,2;,
3;0,2,3;,
3;4,5,0;,
3;4,0,3;,
3;1,6,7;,
3;1,7,2;,
3;8,9,10;,
3;8,10,11;,
3;10,12,13;,
3;10,13,11;,
3;7,6,5;,
3;7,5,4;,
3;14,15,9;,
3;14,9,8;,
3;16,17,18;,
3;16,18,19;,
3;18,20,21;,
3;18,21,19;,
3;12,15,14;,
3;12,14,13;,
3;22,23,17;,
3;22,17,16;,
3;20,23,22;,
3;20,22,21;,
3;24,25,26;,
3;24,26,27;,
3;28,24,27;,
3;28,27,29;,
3;30,31,32;,
3;30,32,33;,
3;34,35,33;,
3;34,33,32;,
3;36,37,38;,
3;36,38,39;,
3;40,38,37;,
3;40,37,41;,
3;34,32,31;,
3;30,33,35;,
3;36,41,37;,
3;40,39,38;,
3;42,43,44;,
3;42,44,45;,
3;46,42,45;,
3;46,45,47;,
3;48,49,50;,
3;48,50,51;,
3;52,49,48;,
3;52,48,53;,
3;54,53,48;,
3;54,48,51;,
3;55,56,57;,
3;55,57,58;,
3;59,60,61;,
3;59,61,62;,
3;63,64,65;,
3;63,65,66;,
3;55,67,68;,
3;55,68,56;,
3;58,57,69;,
3;58,69,70;,
3;67,70,69;,
3;67,69,68;,
3;63,71,72;,
3;63,72,73;,
3;74,75,76;,
3;74,76,77;,
3;78,79,80;,
3;78,80,81;,
3;77,81,80;,
3;77,80,74;,
3;74,80,79;,
3;74,79,75;,
3;82,83,84;,
3;63,66,71;,
3;85,86,87;,
3;88,89,90;,
3;87,86,91;,
3;88,92,89;,
3;93,94,95;,
3;96,97,98;,
3;99,100,101;,
3;99,101,102;,
3;103,104,105;,
3;103,105,106;,
3;107,108,109;,
3;107,109,110;,
3;111,112,113;,
3;111,113,114;,
3;115,116,117;,
3;115,117,118;,
3;117,119,120;,
3;117,120,118;,
3;120,121,115;,
3;120,115,118;,
3;121,122,116;,
3;121,116,115;,
3;116,122,119;,
3;116,119,117;,
3;119,122,121;,
3;119,121,120;,
3;123,124,125;,
3;123,125,126;,
3;127,128,129;,
3;127,129,130;,
3;131,132,133;,
3;131,133,134;,
3;135,136,137;,
3;135,137,138;,
3;139,140,141;,
3;139,141,142;,
3;143,144,145;,
3;143,145,146;,
3;147,148,149;,
3;147,149,150;,
3;127,130,151;,
3;128,152,129;,
3;153,132,131;,
3;134,133,154;,
3;155,156,157;,
3;155,157,158;,
3;159,160,161;,
3;159,161,162;,
3;163,164,165;,
3;163,165,166;,
3;159,162,167;,
3;159,167,168;,
3;169,170,164;,
3;169,164,163;,
3;171,172,173;,
3;171,173,174;,
3;175,176,177;,
3;175,177,178;,
3;173,172,159;,
3;173,159,168;,
3;179,180,181;,
3;179,181,182;,
3;163,180,179;,
3;163,179,169;,
3;183,184,185;,
3;183,185,186;,
3;155,158,187;,
3;157,156,188;,
3;189,190,191;,
3;189,191,192;,
3;193,194,195;,
3;193,195,196;,
3;193,196,197;,
3;193,197,198;,
3;199,200,201;,
3;199,201,202;,
3;199,202,203;,
3;199,203,204;,
3;205,206,207;,
3;205,207,208;,
3;209,210,211;,
3;209,211,212;,
3;213,214,215;,
3;213,215,216;,
3;217,218,215;,
3;217,215,214;,
3;219,220,221;,
3;219,221,222;,
3;217,219,222;,
3;217,222,218;,
3;223,224,225;,
3;223,225,226;,
3;224,223,227;,
3;224,227,228;,
3;225,224,228;,
3;225,228,229;,
3;226,225,229;,
3;226,229,230;,
3;231,232,233;,
3;231,233,234;,
3;235,236,237;,
3;235,237,238;,
3;227,230,229;,
3;227,229,228;,
3;233,232,239;,
3;233,239,240;,
3;234,233,240;,
3;234,240,241;,
3;241,240,239;,
3;241,239,242;,
3;243,244,245;,
3;243,245,246;,
3;193,198,247;,
3;193,247,248;,
3;247,202,201;,
3;247,201,248;,
3;249,250,246;,
3;245,251,252;,
3;243,253,254;,
3;255,256,244;,
3;257,258,259;,
3;257,259,260;,
3;257,260,261;,
3;262,263,264;,
3;262,264,265;,
3;262,265,266;,
3;267,268,269;,
3;267,269,270;,
3;267,271,272;,
3;267,272,268;,
3;273,274,275;,
3;273,275,276;,
3;274,273,277;,
3;274,277,278;,
3;279,280,267;,
3;279,267,281;,
3;282,283,274;,
3;282,274,284;,
3;285,286,287;,
3;285,287,288;,
3;289,290,291;,
3;289,291,292;,
3;287,293,294;,
3;287,294,288;,
3;295,296,291;,
3;295,291,290;,
3;293,260,259;,
3;293,259,294;,
3;295,265,264;,
3;295,264,296;,
3;297,298,299;,
3;300,301,302;,
3;303,304,305;,
3;303,305,306;,
3;307,308,309;,
3;307,309,310;;
}
MeshMaterialList {
12;
230;
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,
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,
3,
3,
3,
3,
3,
3,
4,
4,
4,
4,
4,
4,
4,
4,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
8,
8,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
11,
11,
11,
11;
Material {
0.849000;0.485841;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv2_tex.png";
}
}
Material {
0.363300;0.168158;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv6_tex.png";
}
}
Material {
0.428600;0.346789;0.428600;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vrsun8_tex.png";
}
}
Material {
0.849000;0.485841;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv3_tex.png";
}
}
Material {
0.171400;0.110284;0.171400;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv2_tex.png";
}
}
Material {
0.338800;0.258481;0.338800;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv1_tex.png";
}
}
Material {
0.849000;0.485841;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv4_tex.png";
}
}
Material {
0.849000;0.485841;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv5_tex.png";
}
}
Material {
1.000000;0.000000;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
1.000000;0.100000;0.100000;;
TextureFilename {
"vtv1_tex.png";
}
}
Material {
0.171400;0.110284;0.171400;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv6_tex.png";
}
}
Material {
0.141200;0.083882;0.142900;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv4_tex.png";
}
}
Material {
1.000000;1.000000;1.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
1.000000;1.000000;1.000000;;
TextureFilename {
"vtv1_tex.png";
}
}
}
}
}
}