Files
RP412/assets/RP411/VIDEO/DUN.X
T
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

2361 lines
57 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 {
435;
-2.842100;0.518500;1.142700;,
-1.899200;0.895700;0.890000;,
-1.899200;0.895700;-0.440000;,
-2.842100;0.518500;-0.692700;,
1.899200;0.895700;0.890000;,
2.842100;0.518500;1.142700;,
2.842100;0.518500;-0.692700;,
1.899200;0.895700;-0.440000;,
0.968200;1.200000;-0.449600;,
-0.968200;1.200000;-0.449600;,
-0.968200;1.200000;0.899600;,
0.968200;1.200000;0.899600;,
0.606700;1.154300;-1.303300;,
0.515000;1.084700;-1.553900;,
-0.515000;1.084700;-1.553900;,
-0.606700;1.154300;-1.303300;,
-1.023200;0.450000;-1.323200;,
-1.397800;0.450000;-0.674500;,
-1.118200;1.050000;-0.599600;,
-0.818600;1.050000;-1.118600;,
1.397800;0.450000;-0.674500;,
1.023200;0.450000;-1.323200;,
0.818600;1.050000;-1.118600;,
1.118200;1.050000;-0.599600;,
0.732000;1.200000;-0.968600;,
-0.732000;1.200000;-0.968600;,
-0.858400;1.200000;-0.749600;,
0.858400;1.200000;-0.749600;,
-3.034800;0.011900;1.267800;,
-3.004000;0.381500;1.055700;,
-3.004000;0.381500;-0.605700;,
-3.034800;0.011900;-0.817800;,
3.034800;0.011900;-0.817800;,
3.004000;0.381500;-0.605700;,
3.004000;0.381500;1.055700;,
3.034800;0.011900;1.267800;,
-1.397800;0.450000;1.124500;,
1.397800;0.450000;1.124500;,
1.118200;1.050000;1.049600;,
-1.118200;1.050000;1.049600;,
0.776500;-0.150000;3.647800;,
1.397800;0.450000;1.124500;,
-1.397800;0.450000;1.124500;,
-0.776500;-0.150000;3.647800;,
-1.118200;1.050000;1.049600;,
-0.968200;1.200000;0.899600;,
-0.968200;1.200000;-0.449600;,
-1.118200;1.050000;-0.599600;,
-0.968200;1.200000;-0.449600;,
0.968200;1.200000;-0.449600;,
1.118200;1.050000;-0.599600;,
1.118200;1.050000;-0.599600;,
0.968200;1.200000;-0.449600;,
0.968200;1.200000;0.899600;,
1.118200;1.050000;1.049600;,
1.118200;1.050000;1.049600;,
0.968200;1.200000;0.899600;,
-0.968200;1.200000;0.899600;,
-1.118200;1.050000;1.049600;,
-1.023200;0.450000;-1.323200;,
-1.250700;0.533600;-1.319200;,
-1.508000;0.533600;-0.873600;,
-1.397800;0.450000;-0.674500;,
-2.729500;0.045000;-1.200900;,
-2.897800;-0.150000;-1.076500;,
-2.897800;-0.150000;-1.076500;,
-2.729500;0.045000;-1.200900;,
-2.144900;0.045000;-2.213400;,
-2.121300;-0.150000;-2.421300;,
-1.250700;0.533600;-1.319200;,
-1.156800;0.458400;-1.688300;,
-1.913400;0.045000;-2.444900;,
-2.121300;-0.150000;-2.421300;,
-1.913400;0.045000;-2.444900;,
-0.986700;0.045000;-2.979900;,
-0.776500;-0.150000;-3.197800;,
-0.776500;-0.150000;-3.197800;,
-0.986700;0.045000;-2.979900;,
1.023200;0.450000;-1.323200;,
1.156800;0.458400;-1.688300;,
0.986700;0.045000;-2.979900;,
0.776500;-0.150000;-3.197800;,
0.776500;-0.150000;-3.197800;,
0.986700;0.045000;-2.979900;,
1.913400;0.045000;-2.444900;,
2.121300;-0.150000;-2.421300;,
2.121300;-0.150000;-2.421300;,
1.913400;0.045000;-2.444900;,
1.397800;0.450000;-0.674500;,
1.508000;0.533600;-0.873600;,
1.250700;0.533600;-1.319200;,
1.250700;0.533600;-1.319200;,
2.144900;0.045000;-2.213400;,
2.729500;0.045000;-1.200900;,
2.897800;-0.150000;-1.076500;,
2.897800;-0.150000;-1.076500;,
2.729500;0.045000;-1.200900;,
-0.621200;0.900000;-1.658200;,
-0.515000;1.084700;-1.553900;,
0.515000;1.084700;-1.553900;,
0.621200;0.900000;-1.658200;,
0.621200;0.900000;-1.658200;,
0.515000;1.084700;-1.553900;,
0.606700;1.154300;-1.303300;,
0.818600;1.050000;-1.118600;,
-0.606700;1.154300;-1.303300;,
-0.818600;1.050000;-1.118600;,
-0.515000;1.084700;-1.553900;,
-0.621200;0.900000;-1.658200;,
-0.483100;0.939400;-1.866700;,
-0.613400;0.058400;-3.158400;,
-0.776500;-0.150000;-3.197800;,
-0.613400;0.058400;-3.158400;,
0.613400;0.058400;-3.158400;,
0.776500;-0.150000;-3.197800;,
0.613400;0.058400;-3.158400;,
0.483100;0.939400;-1.866700;,
-0.858400;1.200000;-0.749600;,
-0.732000;1.200000;-0.968600;,
-0.732000;1.200000;-0.968600;,
0.732000;1.200000;-0.968600;,
0.818600;1.050000;-1.118600;,
0.732000;1.200000;-0.968600;,
0.858400;1.200000;-0.749600;,
0.858400;1.200000;-0.749600;,
-0.858400;1.200000;-0.749600;,
1.397800;0.450000;1.124500;,
1.695900;0.458400;1.373900;,
2.729500;0.045000;1.650900;,
2.897800;-0.150000;1.526500;,
2.194500;0.045000;2.577500;,
2.121300;-0.150000;2.871300;,
-1.397800;0.450000;1.124500;,
-1.695900;0.458400;1.373900;,
-2.194500;0.045000;2.577500;,
-2.121300;-0.150000;2.871300;,
-2.729500;0.045000;1.650900;,
-2.897800;-0.150000;1.526500;,
0.621200;0.900000;-1.658200;,
-1.913400;0.045000;-2.444900;,
-1.156800;0.458400;-1.688300;,
-0.986700;0.045000;-2.979900;,
0.986700;0.045000;-2.979900;,
1.156800;0.458400;-1.688300;,
1.913400;0.045000;-2.444900;,
2.121300;-0.150000;2.871300;,
1.397800;0.450000;1.124500;,
0.776500;-0.150000;3.647800;,
-0.776500;-0.150000;3.647800;,
-1.397800;0.450000;1.124500;,
-2.121300;-0.150000;2.871300;,
-2.121300;-0.750000;2.871300;,
-2.897800;-0.750000;1.526500;,
-2.897800;-0.750000;-1.076500;,
-2.121300;-0.750000;-2.421300;,
-0.776500;-0.750000;-3.197800;,
0.776500;-0.750000;-3.197800;,
2.121300;-0.750000;-2.421300;,
2.897800;-0.750000;-1.076500;,
2.897800;-0.750000;1.526500;,
2.121300;-0.750000;2.871300;,
0.776500;-0.750000;3.647800;,
-0.776500;-0.750000;3.647800;,
-2.897800;-0.750000;-1.076500;,
-2.952700;-0.600000;-1.281400;,
-2.326200;-0.600000;-2.366400;,
-2.121300;-0.750000;-2.421300;,
-2.121300;-0.750000;-2.421300;,
-2.326200;-0.600000;-2.366400;,
-2.326200;-0.300000;-2.366400;,
-2.121300;-0.150000;-2.421300;,
-2.121300;-0.150000;-2.421300;,
-2.326200;-0.300000;-2.366400;,
-2.952700;-0.300000;-1.281400;,
-2.897800;-0.150000;-1.076500;,
-2.897800;-0.150000;-1.076500;,
-2.952700;-0.300000;-1.281400;,
-2.952700;-0.600000;-1.281400;,
-2.897800;-0.750000;-1.076500;,
-2.066400;-0.600000;-2.626200;,
-0.981400;-0.600000;-3.252700;,
-0.776500;-0.750000;-3.197800;,
-0.776500;-0.750000;-3.197800;,
-0.981400;-0.600000;-3.252700;,
-0.981400;-0.300000;-3.252700;,
-0.776500;-0.150000;-3.197800;,
-0.776500;-0.150000;-3.197800;,
-0.981400;-0.300000;-3.252700;,
-2.066400;-0.300000;-2.626200;,
-2.066400;-0.300000;-2.626200;,
-2.066400;-0.600000;-2.626200;,
-0.776500;-0.750000;-3.197800;,
-0.626500;-0.600000;-3.347800;,
0.626500;-0.600000;-3.347800;,
0.776500;-0.750000;-3.197800;,
0.776500;-0.750000;-3.197800;,
0.626500;-0.600000;-3.347800;,
0.626500;-0.300000;-3.347800;,
0.776500;-0.150000;-3.197800;,
0.776500;-0.150000;-3.197800;,
0.626500;-0.300000;-3.347800;,
-0.626500;-0.300000;-3.347800;,
-0.776500;-0.150000;-3.197800;,
-0.626500;-0.300000;-3.347800;,
-0.626500;-0.600000;-3.347800;,
0.981400;-0.600000;-3.252700;,
2.066400;-0.600000;-2.626200;,
2.121300;-0.750000;-2.421300;,
2.121300;-0.750000;-2.421300;,
2.066400;-0.600000;-2.626200;,
2.066400;-0.300000;-2.626200;,
2.121300;-0.150000;-2.421300;,
2.121300;-0.150000;-2.421300;,
2.066400;-0.300000;-2.626200;,
0.981400;-0.300000;-3.252700;,
0.981400;-0.300000;-3.252700;,
0.981400;-0.600000;-3.252700;,
2.326200;-0.600000;-2.366400;,
2.952700;-0.600000;-1.281400;,
2.897800;-0.750000;-1.076500;,
2.897800;-0.750000;-1.076500;,
2.952700;-0.600000;-1.281400;,
2.952700;-0.300000;-1.281400;,
2.897800;-0.150000;-1.076500;,
2.897800;-0.150000;-1.076500;,
2.952700;-0.300000;-1.281400;,
2.326200;-0.300000;-2.366400;,
2.326200;-0.300000;-2.366400;,
2.326200;-0.600000;-2.366400;,
3.047800;-0.600000;-0.926500;,
3.047800;-0.600000;1.376500;,
2.897800;-0.750000;1.526500;,
2.897800;-0.750000;1.526500;,
3.047800;-0.600000;1.376500;,
3.047800;-0.300000;1.376500;,
2.897800;-0.150000;1.526500;,
2.897800;-0.150000;1.526500;,
3.047800;-0.300000;1.376500;,
3.047800;-0.300000;-0.926500;,
3.047800;-0.300000;-0.926500;,
3.047800;-0.600000;-0.926500;,
-2.897800;-0.750000;1.526500;,
-3.047800;-0.600000;1.376500;,
-3.047800;-0.600000;-0.926500;,
-3.047800;-0.600000;-0.926500;,
-3.047800;-0.300000;-0.926500;,
-3.047800;-0.300000;-0.926500;,
-3.047800;-0.300000;1.376500;,
-2.897800;-0.150000;1.526500;,
-2.897800;-0.150000;1.526500;,
-3.047800;-0.300000;1.376500;,
-3.047800;-0.600000;1.376500;,
-2.897800;-0.750000;1.526500;,
-2.121300;-0.750000;2.871300;,
-2.326200;-0.600000;2.816400;,
-2.952700;-0.600000;1.731400;,
-2.952700;-0.600000;1.731400;,
-2.952700;-0.300000;1.731400;,
-2.952700;-0.300000;1.731400;,
-2.326200;-0.300000;2.816400;,
-2.121300;-0.150000;2.871300;,
-2.121300;-0.150000;2.871300;,
-2.326200;-0.300000;2.816400;,
-2.326200;-0.600000;2.816400;,
-2.121300;-0.750000;2.871300;,
2.121300;-0.750000;2.871300;,
2.066400;-0.600000;3.076200;,
0.981400;-0.600000;3.702700;,
0.776500;-0.750000;3.647800;,
0.776500;-0.750000;3.647800;,
0.981400;-0.600000;3.702700;,
0.981400;-0.300000;3.702700;,
0.776500;-0.150000;3.647800;,
0.776500;-0.150000;3.647800;,
0.981400;-0.300000;3.702700;,
2.066400;-0.300000;3.076200;,
2.121300;-0.150000;2.871300;,
2.121300;-0.150000;2.871300;,
2.066400;-0.300000;3.076200;,
2.066400;-0.600000;3.076200;,
2.121300;-0.750000;2.871300;,
-0.981400;-0.600000;3.702700;,
-2.066400;-0.600000;3.076200;,
-2.066400;-0.600000;3.076200;,
-2.066400;-0.300000;3.076200;,
-2.121300;-0.150000;2.871300;,
-2.066400;-0.300000;3.076200;,
-0.981400;-0.300000;3.702700;,
-0.776500;-0.150000;3.647800;,
-0.776500;-0.150000;3.647800;,
-0.981400;-0.300000;3.702700;,
-0.981400;-0.600000;3.702700;,
-0.776500;-0.750000;3.647800;,
2.952700;-0.600000;1.731400;,
2.326200;-0.600000;2.816400;,
2.121300;-0.750000;2.871300;,
2.326200;-0.600000;2.816400;,
2.326200;-0.300000;2.816400;,
2.121300;-0.150000;2.871300;,
2.326200;-0.300000;2.816400;,
2.952700;-0.300000;1.731400;,
2.952700;-0.300000;1.731400;,
2.952700;-0.600000;1.731400;,
0.626500;-0.600000;3.797800;,
-0.626500;-0.600000;3.797800;,
-0.776500;-0.750000;3.647800;,
-0.626500;-0.600000;3.797800;,
-0.626500;-0.300000;3.797800;,
-0.776500;-0.150000;3.647800;,
-0.626500;-0.300000;3.797800;,
0.626500;-0.300000;3.797800;,
0.776500;-0.150000;3.647800;,
0.626500;-0.300000;3.797800;,
0.626500;-0.600000;3.797800;,
0.776500;-0.750000;3.647800;,
-2.842100;0.518500;-0.692700;,
-3.004000;0.381500;-0.605700;,
-3.004000;0.381500;1.055700;,
-2.842100;0.518500;1.142700;,
-3.034800;0.011900;1.267800;,
-2.897800;-0.150000;1.526500;,
-3.034800;0.011900;-0.817800;,
-2.897800;-0.150000;-1.076500;,
2.842100;0.518500;1.142700;,
3.004000;0.381500;1.055700;,
3.004000;0.381500;-0.605700;,
2.842100;0.518500;-0.692700;,
3.034800;0.011900;-0.817800;,
2.897800;-0.150000;-1.076500;,
3.034800;0.011900;1.267800;,
2.897800;-0.150000;1.526500;,
-2.729500;0.045000;-1.200900;,
-1.508000;0.533600;-0.873600;,
-1.250700;0.533600;-1.319200;,
-2.144900;0.045000;-2.213400;,
2.144900;0.045000;-2.213400;,
1.250700;0.533600;-1.319200;,
1.508000;0.533600;-0.873600;,
2.729500;0.045000;-1.200900;,
-2.326200;-0.300000;-2.366400;,
-2.326200;-0.600000;-2.366400;,
-2.952700;-0.600000;-1.281400;,
-2.952700;-0.300000;-1.281400;,
0.626500;-0.300000;-3.347800;,
0.626500;-0.600000;-3.347800;,
-0.626500;-0.600000;-3.347800;,
-0.626500;-0.300000;-3.347800;,
2.952700;-0.300000;-1.281400;,
2.952700;-0.600000;-1.281400;,
2.326200;-0.600000;-2.366400;,
2.326200;-0.300000;-2.366400;,
3.047800;-0.300000;1.376500;,
3.047800;-0.600000;1.376500;,
3.047800;-0.600000;-0.926500;,
3.047800;-0.300000;-0.926500;,
-3.047800;-0.300000;-0.926500;,
-3.047800;-0.600000;-0.926500;,
-3.047800;-0.600000;1.376500;,
-3.047800;-0.300000;1.376500;,
-2.952700;-0.300000;1.731400;,
-2.952700;-0.600000;1.731400;,
-2.326200;-0.600000;2.816400;,
-2.326200;-0.300000;2.816400;,
2.326200;-0.300000;2.816400;,
2.326200;-0.600000;2.816400;,
2.952700;-0.600000;1.731400;,
2.952700;-0.300000;1.731400;,
-0.626500;-0.300000;3.797800;,
-0.626500;-0.600000;3.797800;,
0.626500;-0.600000;3.797800;,
0.626500;-0.300000;3.797800;,
2.729500;0.045000;1.650900;,
1.695900;0.458400;1.373900;,
2.194500;0.045000;2.577500;,
-2.194500;0.045000;2.577500;,
-1.695900;0.458400;1.373900;,
-2.729500;0.045000;1.650900;,
0.981400;-0.300000;3.702700;,
0.981400;-0.600000;3.702700;,
2.066400;-0.600000;3.076200;,
2.066400;-0.300000;3.076200;,
-2.066400;-0.300000;3.076200;,
-2.066400;-0.600000;3.076200;,
-0.981400;-0.600000;3.702700;,
-0.981400;-0.300000;3.702700;,
-0.981400;-0.300000;-3.252700;,
-0.981400;-0.600000;-3.252700;,
-2.066400;-0.600000;-2.626200;,
-2.066400;-0.300000;-2.626200;,
2.066400;-0.300000;-2.626200;,
2.066400;-0.600000;-2.626200;,
0.981400;-0.600000;-3.252700;,
0.981400;-0.300000;-3.252700;,
-2.897800;-0.150000;-1.076500;,
-2.842100;0.518500;-0.692700;,
-1.899200;0.895700;-0.440000;,
-1.397800;0.450000;-0.674500;,
1.397800;0.450000;-0.674500;,
1.899200;0.895700;-0.440000;,
2.842100;0.518500;-0.692700;,
2.897800;-0.150000;-1.076500;,
-1.397800;0.450000;-0.674500;,
-1.899200;0.895700;-0.440000;,
-1.899200;0.895700;0.890000;,
-1.397800;0.450000;1.124500;,
1.397800;0.450000;1.124500;,
1.899200;0.895700;0.890000;,
1.899200;0.895700;-0.440000;,
1.397800;0.450000;-0.674500;,
-1.397800;0.450000;1.124500;,
-1.899200;0.895700;0.890000;,
-2.842100;0.518500;1.142700;,
-2.897800;-0.150000;1.526500;,
2.897800;-0.150000;1.526500;,
2.842100;0.518500;1.142700;,
1.899200;0.895700;0.890000;,
1.397800;0.450000;1.124500;,
-1.397800;0.450000;-0.674500;,
-1.397800;0.450000;1.124500;,
-1.118200;1.050000;1.049600;,
-1.118200;1.050000;-0.599600;,
1.118200;1.050000;1.049600;,
1.397800;0.450000;1.124500;,
1.397800;0.450000;-0.674500;,
1.118200;1.050000;-0.599600;,
0.613400;0.058400;-3.158400;,
-0.613400;0.058400;-3.158400;,
-0.483100;0.939400;-1.866700;,
0.483100;0.939400;-1.866700;,
1.023200;0.450000;-1.323200;,
0.776500;-0.150000;-3.197800;,
0.621200;0.900000;-1.658200;,
-0.776500;-0.150000;-3.197800;,
-1.023200;0.450000;-1.323200;,
-0.621200;0.900000;-1.658200;;
272;
3;0,1,2;,
3;0,2,3;,
3;4,5,6;,
3;4,6,7;,
3;8,9,10;,
3;8,10,11;,
3;12,13,14;,
3;12,14,15;,
3;16,17,18;,
3;16,18,19;,
3;20,21,22;,
3;20,22,23;,
3;24,25,26;,
3;24,26,27;,
3;28,29,30;,
3;28,30,31;,
3;32,33,34;,
3;32,34,35;,
3;36,37,38;,
3;36,38,39;,
3;40,41,42;,
3;40,42,43;,
3;44,45,46;,
3;44,46,47;,
3;18,48,49;,
3;18,49,50;,
3;51,52,53;,
3;51,53,54;,
3;55,56,57;,
3;55,57,58;,
3;59,60,61;,
3;59,61,62;,
3;62,61,63;,
3;62,63,64;,
3;65,66,67;,
3;65,67,68;,
3;68,67,69;,
3;68,69,16;,
3;59,70,71;,
3;59,71,72;,
3;68,73,74;,
3;68,74,75;,
3;76,77,70;,
3;76,70,59;,
3;78,79,80;,
3;78,80,81;,
3;82,83,84;,
3;82,84,85;,
3;86,87,79;,
3;86,79,78;,
3;88,89,90;,
3;88,90,78;,
3;21,91,92;,
3;21,92,85;,
3;85,92,93;,
3;85,93,94;,
3;95,96,89;,
3;95,89,88;,
3;97,98,99;,
3;97,99,100;,
3;101,102,103;,
3;101,103,104;,
3;104,103,105;,
3;104,105,106;,
3;106,105,107;,
3;106,107,108;,
3;108,109,110;,
3;108,110,76;,
3;111,112,113;,
3;111,113,114;,
3;81,115,116;,
3;81,116,101;,
3;101,116,109;,
3;101,109,108;,
3;47,117,118;,
3;47,118,106;,
3;19,119,120;,
3;19,120,121;,
3;104,122,123;,
3;104,123,51;,
3;50,124,125;,
3;50,125,18;,
3;126,127,128;,
3;126,128,129;,
3;129,128,130;,
3;129,130,131;,
3;131,130,127;,
3;131,127,126;,
3;132,133,134;,
3;132,134,135;,
3;135,134,136;,
3;135,136,137;,
3;137,136,133;,
3;137,133,132;,
3;22,21,138;,
3;19,97,16;,
3;139,140,141;,
3;142,143,144;,
3;145,146,147;,
3;148,149,150;,
3;151,152,153;,
3;151,153,154;,
3;151,154,155;,
3;151,155,156;,
3;151,156,157;,
3;151,157,158;,
3;151,158,159;,
3;151,159,160;,
3;151,160,161;,
3;151,161,162;,
3;163,164,165;,
3;163,165,166;,
3;167,168,169;,
3;167,169,170;,
3;171,172,173;,
3;171,173,174;,
3;175,176,177;,
3;175,177,178;,
3;166,179,180;,
3;166,180,181;,
3;182,183,184;,
3;182,184,185;,
3;186,187,188;,
3;186,188,171;,
3;170,189,190;,
3;170,190,167;,
3;191,192,193;,
3;191,193,194;,
3;195,196,197;,
3;195,197,198;,
3;199,200,201;,
3;199,201,202;,
3;185,203,204;,
3;185,204,182;,
3;194,205,206;,
3;194,206,207;,
3;208,209,210;,
3;208,210,211;,
3;212,213,214;,
3;212,214,199;,
3;198,215,216;,
3;198,216,195;,
3;207,217,218;,
3;207,218,219;,
3;220,221,222;,
3;220,222,223;,
3;224,225,226;,
3;224,226,212;,
3;211,227,228;,
3;211,228,208;,
3;219,229,230;,
3;219,230,231;,
3;232,233,234;,
3;232,234,235;,
3;236,237,238;,
3;236,238,224;,
3;223,239,240;,
3;223,240,220;,
3;241,242,243;,
3;241,243,163;,
3;178,244,245;,
3;178,245,175;,
3;174,246,247;,
3;174,247,248;,
3;249,250,251;,
3;249,251,252;,
3;253,254,255;,
3;253,255,241;,
3;252,256,257;,
3;252,257,249;,
3;248,258,259;,
3;248,259,260;,
3;261,262,263;,
3;261,263,264;,
3;265,266,267;,
3;265,267,268;,
3;269,270,271;,
3;269,271,272;,
3;273,274,275;,
3;273,275,276;,
3;277,278,279;,
3;277,279,280;,
3;162,281,282;,
3;162,282,151;,
3;264,283,284;,
3;264,284,261;,
3;285,286,287;,
3;285,287,288;,
3;289,290,291;,
3;289,291,292;,
3;231,293,294;,
3;231,294,295;,
3;280,296,297;,
3;280,297,277;,
3;298,299,300;,
3;298,300,236;,
3;235,301,302;,
3;235,302,232;,
3;268,303,304;,
3;268,304,305;,
3;292,306,307;,
3;292,307,289;,
3;308,309,310;,
3;308,310,273;,
3;311,312,313;,
3;311,313,314;,
3;315,316,317;,
3;315,317,318;,
3;318,317,319;,
3;318,319,320;,
3;320,319,321;,
3;320,321,322;,
3;322,321,316;,
3;322,316,315;,
3;323,324,325;,
3;323,325,326;,
3;326,325,327;,
3;326,327,328;,
3;328,327,329;,
3;328,329,330;,
3;330,329,324;,
3;330,324,323;,
3;331,332,333;,
3;331,333,334;,
3;335,336,337;,
3;335,337,338;,
3;339,340,341;,
3;339,341,342;,
3;343,344,345;,
3;343,345,346;,
3;347,348,349;,
3;347,349,350;,
3;351,352,353;,
3;351,353,354;,
3;355,356,357;,
3;355,357,358;,
3;359,360,361;,
3;359,361,362;,
3;363,364,365;,
3;363,365,366;,
3;367,368,369;,
3;367,369,370;,
3;371,372,373;,
3;374,375,376;,
3;377,378,379;,
3;377,379,380;,
3;381,382,383;,
3;381,383,384;,
3;385,386,387;,
3;385,387,388;,
3;389,390,391;,
3;389,391,392;,
3;393,394,395;,
3;393,395,396;,
3;397,398,399;,
3;397,399,400;,
3;401,402,403;,
3;401,403,404;,
3;405,406,407;,
3;405,407,408;,
3;409,410,411;,
3;409,411,412;,
3;413,414,415;,
3;413,415,416;,
3;417,418,419;,
3;417,419,420;,
3;421,422,423;,
3;421,423,424;,
3;425,426,427;,
3;425,427,428;,
3;429,430,431;,
3;432,433,434;;
MeshTextureCoords {
435;
0.965510;0.628952;,
1.043127;0.918624;,
1.451729;0.918624;,
1.529347;0.628952;,
1.043127;1.085500;,
0.965510;1.375170;,
1.529347;1.375170;,
1.451729;1.085500;,
0.475054;0.827643;,
0.475054;0.172357;,
0.018471;0.172357;,
0.018471;0.827643;,
0.552386;0.699700;,
0.633086;0.670175;,
0.633086;0.338468;,
0.552386;0.308943;,
0.261394;0.728150;,
0.093121;0.630997;,
0.073690;0.703513;,
0.208308;0.781235;,
0.093121;0.356153;,
0.261394;0.259000;,
0.208308;0.205915;,
0.073690;0.283637;,
0.444598;0.740059;,
0.444598;0.268584;,
0.374079;0.227870;,
0.374079;0.780773;,
0.170009;1.619240;,
0.290883;1.829790;,
1.237468;1.829790;,
1.358343;1.619240;,
1.358343;1.619240;,
1.237468;1.829790;,
0.290883;1.829790;,
0.170009;1.619240;,
0.380650;1.605140;,
0.380650;0.418121;,
0.635416;0.536823;,
0.635416;1.486440;,
0.026720;1.824201;,
1.098116;2.088020;,
1.098116;0.901000;,
0.026720;1.164819;,
0.275571;0.329867;,
0.296105;0.350401;,
0.480805;0.350401;,
0.501338;0.329867;,
0.034781;0.742422;,
0.034781;1.244728;,
0.073690;1.283637;,
0.501338;0.636015;,
0.480805;0.615482;,
0.296105;0.615482;,
0.275571;0.636015;,
0.645881;1.283637;,
0.684791;1.244728;,
0.684791;0.742422;,
0.645881;0.703513;,
0.600395;0.342869;,
0.599839;0.311728;,
0.538838;0.276509;,
0.511592;0.291599;,
0.583641;0.109303;,
0.566612;0.086263;,
0.197378;0.241904;,
0.229647;0.285563;,
0.492285;0.437197;,
0.546230;0.443313;,
0.260341;0.669141;,
0.650368;0.324591;,
0.753938;0.221021;,
0.750711;0.192552;,
0.552346;0.497258;,
0.691120;0.737623;,
0.747639;0.792165;,
0.857000;0.376652;,
0.827173;0.347868;,
0.600395;0.623014;,
0.650368;0.641291;,
0.827173;0.618015;,
0.857000;0.589231;,
0.747639;0.194985;,
0.691120;0.249528;,
0.552346;0.489892;,
0.546230;0.543837;,
0.750711;0.773330;,
0.753938;0.744862;,
0.511592;0.674284;,
0.538838;0.689373;,
0.599839;0.654154;,
0.260341;0.318009;,
0.492285;0.549953;,
0.229647;0.701587;,
0.197378;0.745247;,
0.566612;0.879620;,
0.583641;0.856579;,
0.348285;0.832447;,
0.321218;0.859988;,
0.321218;1.127162;,
0.348285;1.154703;,
0.646250;0.567973;,
0.631966;0.553439;,
0.597663;0.565989;,
0.572380;0.594999;,
0.597663;0.399893;,
0.572380;0.370883;,
0.631966;0.412443;,
0.646250;0.397910;,
0.674783;0.416803;,
0.851606;0.398968;,
0.125884;1.341320;,
0.214390;1.272100;,
0.214390;0.751160;,
0.125884;0.681940;,
0.851606;0.566915;,
0.674783;0.549079;,
0.521872;0.365432;,
0.551846;0.382738;,
0.169399;0.803699;,
0.169399;1.183451;,
0.208308;1.205915;,
0.551846;0.583144;,
0.521872;0.600450;,
0.112600;1.216244;,
0.112600;0.770906;,
0.265317;0.674284;,
0.231178;0.715100;,
0.193268;0.856579;,
0.210298;0.879620;,
0.066422;0.783344;,
0.026199;0.773330;,
0.265317;0.291599;,
0.231178;0.250783;,
0.066422;0.182539;,
0.026199;0.192552;,
0.193268;0.109303;,
0.210298;0.086263;,
0.348285;0.154703;,
0.920040;0.888126;,
0.676380;1.131786;,
1.092330;1.186547;,
1.092330;0.822096;,
0.676380;0.876857;,
0.920040;1.120520;,
1.173342;0.543837;,
1.626451;0.356153;,
0.971930;0.194985;,
0.971930;0.792165;,
1.626451;0.630997;,
1.173342;0.443313;,
1.170049;0.762900;,
1.649482;0.486099;,
2.577400;0.486099;,
3.056830;0.762900;,
3.333630;1.242334;,
3.333630;1.795936;,
3.056830;2.275370;,
2.577400;2.552170;,
1.649482;2.552170;,
1.170049;2.275370;,
0.893248;1.795936;,
0.893248;1.242334;,
1.577400;0.486099;,
1.650450;0.466527;,
2.037260;0.689854;,
2.056830;0.762900;,
1.741630;0.535850;,
1.711370;0.472956;,
1.729900;0.475052;,
1.778690;0.540042;,
2.056830;0.762900;,
2.037260;0.689854;,
1.650450;0.466527;,
1.577400;0.486099;,
1.247310;0.417921;,
1.301170;0.376523;,
1.282640;0.374427;,
1.210250;0.413729;,
2.129880;0.782473;,
2.353210;1.169287;,
2.333630;1.242334;,
2.140750;0.911538;,
2.147340;0.837035;,
2.165880;0.839131;,
2.177810;0.915730;,
2.333630;1.242334;,
2.353210;1.169287;,
2.129880;0.782473;,
1.843860;0.536020;,
1.825330;0.533924;,
2.333630;0.242334;,
2.387110;0.295808;,
2.387110;0.742463;,
2.333630;0.795936;,
2.300660;0.440130;,
2.344830;0.374262;,
2.363360;0.376358;,
2.337730;0.444322;,
2.333630;0.795936;,
2.387110;0.742463;,
2.387110;0.295808;,
2.333630;0.242334;,
2.234340;0.949883;,
2.215810;0.947787;,
2.353210;0.868983;,
2.129880;1.255800;,
2.056830;1.275370;,
2.178520;0.979989;,
2.250910;0.940687;,
2.269450;0.942783;,
2.215590;0.984181;,
2.056830;1.275370;,
2.129880;1.255800;,
2.353210;0.868983;,
2.367990;0.507217;,
2.349460;0.505121;,
2.037260;1.348420;,
1.650450;1.571740;,
1.577400;1.552170;,
1.807050;1.386460;,
1.890750;1.384530;,
1.909290;1.386630;,
1.844120;1.390650;,
1.577400;1.552170;,
1.650450;1.571740;,
2.037260;1.348420;,
2.208990;1.058680;,
2.190460;1.056590;,
1.523930;1.605650;,
0.702956;1.605650;,
0.649482;1.552170;,
0.933345;1.661630;,
1.008410;1.697880;,
1.026940;1.699980;,
0.970409;1.665830;,
0.649482;1.552170;,
0.702956;1.605650;,
1.523930;1.605650;,
1.799950;1.456520;,
1.781420;1.454420;,
0.649482;0.486099;,
0.702956;0.432625;,
1.523930;0.432625;,
1.153720;0.379577;,
1.172250;0.381673;,
1.523930;0.432625;,
0.702956;0.432625;,
0.649482;0.486099;,
0.373604;0.693095;,
0.399241;0.625131;,
0.380709;0.623035;,
0.336540;0.688903;,
0.170049;0.762900;,
0.189621;0.689854;,
0.576435;0.466527;,
0.271373;0.692925;,
0.289905;0.695021;,
0.576435;0.466527;,
0.189621;0.689854;,
0.170049;0.762900;,
1.002136;0.099566;,
0.990199;0.022968;,
0.971667;0.020872;,
0.965072;0.095374;,
1.170049;1.275370;,
1.097002;1.255800;,
0.873675;0.868983;,
0.893248;0.795936;,
0.002844;1.163830;,
0.014781;1.240420;,
0.033313;1.242520;,
0.039908;1.168020;,
0.893248;0.795936;,
0.873675;0.868983;,
1.097002;1.255800;,
1.170049;1.275370;,
0.439028;1.543710;,
0.355328;1.545630;,
0.336797;1.543530;,
0.401964;1.539510;,
0.873675;1.169287;,
1.097002;0.782473;,
0.911213;0.136773;,
0.929744;0.138869;,
1.170049;0.762900;,
1.097002;0.782473;,
0.873675;1.169287;,
0.893248;1.242334;,
0.879995;0.639425;,
0.831199;0.574435;,
0.812667;0.572339;,
0.842931;0.635233;,
0.576435;1.571740;,
0.189621;1.348420;,
0.170049;1.275370;,
0.450759;1.604500;,
0.469291;1.606600;,
0.170049;1.275370;,
0.189621;1.348420;,
0.576435;1.571740;,
0.898017;1.705130;,
0.879485;1.703030;,
0.839774;0.742463;,
0.839774;0.295808;,
0.893248;0.242334;,
0.817293;0.703197;,
0.835825;0.705293;,
0.893248;0.242334;,
0.839774;0.295808;,
0.839774;0.742463;,
1.039908;1.168020;,
0.964846;1.131770;,
0.946314;1.129670;,
1.002844;1.163830;,
1.194040;0.695308;,
1.164600;0.648940;,
0.602399;0.648940;,
0.572959;0.695308;,
0.530608;0.523889;,
0.443089;0.469089;,
1.236390;0.523889;,
1.323910;0.469089;,
0.572959;0.695308;,
0.602399;0.648940;,
1.164600;0.648940;,
1.194040;0.695308;,
1.236390;0.523889;,
1.323910;0.469089;,
0.530608;0.523889;,
0.443089;0.469089;,
1.048518;2.593230;,
1.605593;2.036150;,
1.445306;1.758530;,
0.684327;1.962430;,
0.950369;1.478660;,
0.189389;1.274760;,
0.029103;1.552380;,
0.586178;2.109460;,
1.320545;0.374309;,
1.158006;0.211770;,
0.502313;0.867463;,
0.664852;1.030000;,
1.627046;1.067808;,
1.464507;0.905269;,
0.785683;1.584092;,
0.948222;1.746631;,
0.945442;0.749411;,
0.782903;0.586873;,
0.127210;1.242566;,
0.289749;1.405105;,
0.685333;2.023100;,
0.539549;1.877316;,
1.658640;0.758226;,
1.804424;0.904009;,
1.804424;0.904009;,
1.658640;0.758226;,
0.539549;1.877316;,
0.685333;2.023100;,
0.837250;0.857603;,
0.674711;0.695064;,
1.330404;0.039371;,
1.492943;0.201910;,
1.117350;1.577503;,
0.954812;1.414964;,
1.610505;0.759271;,
1.773044;0.921810;,
0.948222;1.746631;,
0.785683;1.584092;,
1.464507;0.905269;,
1.627046;1.067808;,
1.047559;2.997780;,
0.875030;2.353890;,
0.380950;2.997780;,
2.253750;3.481550;,
1.759670;2.837650;,
1.587140;3.481550;,
0.507527;0.976207;,
0.306630;0.976207;,
0.306630;0.657545;,
0.507527;0.657545;,
0.512020;1.973760;,
0.311123;1.973760;,
0.311123;1.655090;,
0.512020;1.655090;,
0.505980;1.654980;,
0.305083;1.654980;,
0.305083;1.973640;,
0.505980;1.973640;,
0.509008;0.658097;,
0.308111;0.658097;,
0.308111;0.976760;,
0.509008;0.976760;,
1.219110;0.101960;,
0.964790;0.230230;,
0.966284;0.661430;,
1.221490;0.787930;,
0.274738;1.658435;,
0.529942;1.531937;,
0.531437;1.100731;,
0.277116;0.972466;,
0.260883;0.945788;,
0.450119;1.045363;,
0.450119;1.610112;,
0.260883;1.709687;,
0.260883;1.709687;,
0.450119;1.610112;,
0.450119;1.045363;,
0.260883;0.945788;,
1.221490;0.787930;,
0.966284;0.661430;,
0.964790;0.230230;,
1.219110;0.101960;,
0.277116;0.972466;,
0.531437;1.100731;,
0.529942;1.531937;,
0.274738;1.658435;,
2.030240;1.010350;,
0.909402;1.010350;,
0.956070;1.384150;,
1.983570;1.384150;,
0.956070;1.384150;,
0.909402;1.010350;,
2.030240;1.010350;,
1.983570;1.384150;,
1.082470;0.994856;,
1.082470;0.473914;,
0.533999;0.529237;,
0.533999;0.939533;,
0.547072;0.744053;,
1.063230;0.483902;,
0.664908;0.859190;,
1.063230;0.483902;,
0.547072;0.744053;,
0.664908;0.859190;;
}
MeshNormals {
435;
-0.371425;0.928463;0.000000;,
-0.371425;0.928463;0.000000;,
-0.371425;0.928463;0.000000;,
-0.371425;0.928463;0.000000;,
0.371425;0.928463;0.000000;,
0.371425;0.928463;0.000000;,
0.371425;0.928463;0.000000;,
0.371425;0.928463;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.963529;-0.267604;,
0.000000;0.963529;-0.267604;,
0.000000;0.963529;-0.267604;,
0.000000;0.963529;-0.267604;,
-0.531753;0.495304;-0.491280;,
-0.784948;0.422370;-0.453278;,
-0.314003;0.593187;-0.322715;,
-0.398799;0.563322;-0.569911;,
0.785001;0.422321;-0.453231;,
0.272222;0.569663;-0.539591;,
0.793378;0.420490;-0.439567;,
0.785010;0.422384;-0.453158;,
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.996546;0.083046;0.000000;,
-0.996546;0.083046;0.000000;,
-0.996546;0.083046;0.000000;,
-0.996546;0.083046;0.000000;,
0.996546;0.083046;0.000000;,
0.996546;0.083046;0.000000;,
0.996546;0.083046;0.000000;,
0.996546;0.083046;0.000000;,
0.000000;0.123872;0.992298;,
0.000000;0.123872;0.992298;,
0.000000;0.123872;0.992298;,
0.000000;0.123872;0.992298;,
0.000000;0.972874;0.231334;,
0.000000;0.972874;0.231334;,
0.000000;0.972874;0.231334;,
0.000000;0.972874;0.231334;,
-0.707107;0.707106;0.000000;,
-0.707107;0.707106;0.000000;,
-0.707107;0.707106;0.000000;,
-0.643960;0.707123;-0.235653;,
0.000000;0.707106;-0.707107;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;0.235702;,
0.675530;0.707114;-0.117834;,
0.707107;0.707106;0.000000;,
0.707107;0.707106;0.000000;,
0.707107;0.707106;0.000000;,
0.000000;0.707106;0.707107;,
0.000000;0.707106;0.707107;,
0.000000;0.707106;0.707107;,
0.000000;0.707106;0.707107;,
-0.010504;0.817352;0.142952;,
0.341211;0.919107;0.197023;,
0.083061;0.852731;0.312065;,
-0.175101;0.786323;0.427142;,
-0.433268;0.719938;0.542189;,
-0.433277;0.719882;0.542255;,
-0.796043;0.393769;-0.459632;,
-0.796027;0.393824;-0.459612;,
-0.446329;0.502445;-0.521889;,
-0.241805;0.524191;-0.668905;,
0.253115;0.719784;-0.646408;,
0.156527;0.779181;-0.039259;,
-0.646395;0.719801;0.253099;,
-0.646400;0.719794;0.253106;,
-0.459608;0.393662;-0.796110;,
-0.459598;0.393836;-0.796029;,
-0.459588;0.394009;-0.795949;,
0.137188;0.745069;-0.240309;,
0.558144;0.808776;-0.185357;,
-0.202666;0.814180;0.019805;,
0.245012;0.749537;0.106906;,
-0.557925;0.808905;-0.185454;,
0.283611;0.681213;-0.295164;,
0.459584;0.393902;-0.796005;,
0.459516;0.394090;-0.795951;,
0.459584;0.393902;-0.796005;,
0.449661;0.475255;-0.590432;,
0.646397;0.719799;0.253102;,
0.646399;0.719794;0.253110;,
-0.083057;0.852724;0.312068;,
0.175097;0.786315;0.427149;,
-0.341226;0.919098;0.197039;,
-0.253130;0.719769;-0.646419;,
0.096612;0.611088;-0.584153;,
0.796048;0.393754;-0.459635;,
0.796024;0.393808;-0.459632;,
0.433267;0.719927;0.542203;,
0.433254;0.719878;0.542279;,
-0.270044;0.466753;-0.717917;,
0.000000;0.491715;-0.870756;,
0.000000;0.491716;-0.870756;,
0.000000;0.491716;-0.870756;,
0.407668;0.763852;-0.162048;,
0.666970;0.618288;-0.415778;,
0.444604;0.702474;-0.113303;,
0.378333;0.754819;-0.027881;,
-0.222272;0.786658;0.189221;,
-0.486535;0.703651;-0.173357;,
-0.666865;0.618379;-0.415811;,
-0.518966;0.708933;-0.232555;,
-0.234847;0.860858;0.007124;,
-0.704474;0.617412;-0.350026;,
0.000000;0.185768;-0.982594;,
0.000000;0.185768;-0.982594;,
0.000000;0.185768;-0.982594;,
0.000000;0.185768;-0.982594;,
0.704396;0.617468;-0.350086;,
0.469642;0.739151;-0.171461;,
-0.612362;0.707174;-0.353436;,
-0.612387;0.707131;-0.353480;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.612449;0.707074;-0.353487;,
0.612412;0.707102;-0.353494;,
0.000000;0.707107;0.707107;,
0.000000;0.707106;0.707107;,
0.158655;0.749575;-0.214924;,
-0.115929;0.779242;0.112356;,
0.554187;0.611237;-0.208251;,
0.675121;0.502474;0.125669;,
0.400537;0.532141;0.452949;,
0.005005;0.670478;0.446276;,
0.115932;0.779224;0.112349;,
-0.158651;0.749557;-0.214937;,
-0.005001;0.670463;0.446274;,
-0.400536;0.532125;0.452949;,
-0.675118;0.502458;0.125663;,
-0.554185;0.611219;-0.208262;,
0.810132;0.416828;-0.412239;,
-0.185683;0.928480;-0.321631;,
-0.185683;0.928480;-0.321631;,
-0.185683;0.928480;-0.321631;,
0.185683;0.928480;-0.321631;,
0.185683;0.928480;-0.321631;,
0.185683;0.928480;-0.321631;,
0.152436;0.952401;0.263999;,
0.152436;0.952401;0.263999;,
0.152436;0.952401;0.263999;,
-0.152436;0.952401;0.263999;,
-0.152436;0.952401;0.263999;,
-0.152436;0.952401;0.263999;,
-0.032145;-0.973372;0.055670;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
-0.235724;-0.804734;0.408241;,
-0.643943;-0.707103;-0.235724;,
-0.612349;-0.707113;-0.353582;,
-0.612361;-0.707100;-0.353586;,
-0.439849;-0.707095;-0.526105;,
-0.494514;0.000000;-0.730222;,
-0.258806;0.000000;-0.965929;,
-0.258806;0.000000;-0.965929;,
-0.730222;0.000000;-0.494514;,
-0.526106;0.707094;-0.439849;,
-0.612373;0.707085;-0.353596;,
-0.612363;0.707098;-0.353587;,
-0.675522;0.707108;-0.117860;,
-0.879655;0.000000;-0.063165;,
-0.965929;0.000000;0.258807;,
-0.965929;0.000000;0.258807;,
-0.793381;0.000000;-0.385136;,
-0.353596;-0.707085;-0.612373;,
-0.353587;-0.707098;-0.612363;,
-0.353579;-0.707111;-0.612353;,
-0.063164;0.000000;-0.879655;,
0.258808;0.000000;-0.965929;,
0.258807;0.000000;-0.965929;,
-0.385136;0.000000;-0.793381;,
-0.353586;0.707101;-0.612361;,
-0.353582;0.707113;-0.612349;,
-0.353586;0.707101;-0.612361;,
-0.965929;0.000000;-0.258806;,
-0.965929;0.000000;-0.258806;,
0.000000;-0.707107;-0.707106;,
0.000000;-0.707107;-0.707106;,
0.000000;-0.707107;-0.707106;,
0.235724;-0.707103;-0.643943;,
0.385136;0.000000;-0.793381;,
0.707107;0.000000;-0.707106;,
0.707107;0.000000;-0.707106;,
0.063164;0.000000;-0.879655;,
0.117860;0.707108;-0.675522;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
-0.707107;0.000000;-0.707106;,
-0.707107;0.000000;-0.707106;,
0.353582;-0.707113;-0.612348;,
0.353586;-0.707101;-0.612361;,
0.526105;-0.707094;-0.439849;,
0.730222;0.000000;-0.494514;,
0.965929;0.000000;-0.258806;,
0.965929;0.000000;-0.258806;,
0.494514;0.000000;-0.730222;,
0.439849;0.707095;-0.526105;,
0.353596;0.707085;-0.612373;,
0.353587;0.707098;-0.612363;,
-0.258808;0.000000;-0.965929;,
-0.258807;0.000000;-0.965929;,
0.612373;-0.707085;-0.353596;,
0.612363;-0.707098;-0.353587;,
0.675522;-0.707108;-0.117860;,
0.879655;0.000000;-0.063165;,
0.965929;0.000000;0.258807;,
0.965929;0.000000;0.258807;,
0.793381;0.000000;-0.385136;,
0.643943;0.707103;-0.235724;,
0.612349;0.707113;-0.353582;,
0.612361;0.707100;-0.353586;,
0.258806;0.000000;-0.965929;,
0.258806;0.000000;-0.965929;,
0.707107;-0.707107;0.000000;,
0.707106;-0.707107;0.000000;,
0.643943;-0.707103;0.235724;,
0.793381;0.000000;0.385136;,
0.707106;0.000000;0.707107;,
0.707106;0.000000;0.707107;,
0.879655;0.000000;0.063165;,
0.675522;0.707108;0.117860;,
0.707107;0.707107;0.000000;,
0.707107;0.707107;0.000000;,
0.707107;0.000000;-0.707107;,
0.707107;0.000000;-0.707107;,
-0.675522;-0.707108;0.117860;,
-0.707107;-0.707107;0.000000;,
-0.707107;-0.707107;0.000000;,
-0.707107;0.000000;-0.707107;,
-0.707107;0.000000;-0.707107;,
-0.707107;0.707107;0.000000;,
-0.707107;0.707107;0.000000;,
-0.643943;0.707103;0.235724;,
-0.793381;0.000000;0.385136;,
-0.707106;0.000000;0.707107;,
-0.707106;0.000000;0.707107;,
-0.879655;0.000000;0.063165;,
-0.612363;-0.707098;0.353587;,
-0.612373;-0.707085;0.353596;,
-0.612363;-0.707098;0.353587;,
-0.965929;0.000000;-0.258806;,
-0.965929;0.000000;-0.258806;,
-0.612349;0.707113;0.353582;,
-0.612361;0.707100;0.353586;,
-0.612373;0.707088;0.353590;,
-0.494514;0.000000;0.730222;,
-0.258806;0.000000;0.965929;,
-0.258806;0.000000;0.965929;,
-0.730222;0.000000;0.494514;,
0.353587;-0.707098;0.612363;,
0.353596;-0.707085;0.612373;,
0.353587;-0.707098;0.612363;,
0.117860;-0.707108;0.675522;,
-0.258806;0.000000;0.965929;,
-0.258806;0.000000;0.965929;,
-0.258806;0.000000;0.965929;,
-0.258806;0.000000;0.965929;,
0.235724;0.707103;0.643943;,
0.353582;0.707113;0.612349;,
0.353586;0.707100;0.612361;,
0.353590;0.707088;0.612373;,
0.730222;0.000000;0.494514;,
0.965929;0.000000;0.258806;,
0.965929;0.000000;0.258806;,
0.494514;0.000000;0.730222;,
-0.353582;-0.707113;0.612349;,
-0.353586;-0.707100;0.612361;,
-0.965929;0.000000;0.258806;,
-0.965929;0.000000;0.258806;,
-0.353587;0.707098;0.612363;,
-0.353596;0.707085;0.612373;,
-0.353587;0.707098;0.612363;,
-0.353579;0.707110;0.612354;,
-0.063165;0.000000;0.879655;,
0.258806;0.000000;0.965929;,
0.258806;0.000000;0.965929;,
-0.385136;0.000000;0.793381;,
0.612349;-0.707113;0.353582;,
0.612361;-0.707100;0.353586;,
0.612373;-0.707088;0.353590;,
0.258806;0.000000;0.965929;,
0.258806;0.000000;0.965929;,
0.612363;0.707098;0.353587;,
0.612373;0.707085;0.353596;,
0.612363;0.707098;0.353587;,
0.965929;0.000000;-0.258806;,
0.965929;0.000000;-0.258806;,
0.000000;-0.707107;0.707106;,
0.000000;-0.707107;0.707106;,
0.000000;-0.707107;0.707106;,
-0.707107;0.000000;0.707106;,
-0.707107;0.000000;0.707106;,
0.000000;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
0.707107;0.000000;0.707106;,
0.707107;0.000000;0.707106;,
0.707107;0.000000;0.707106;,
0.707107;0.000000;0.707106;,
-0.655831;0.645122;-0.204568;,
-0.665804;0.526798;-0.409071;,
-0.655821;0.645090;0.204600;,
-0.665753;0.526818;0.409114;,
-0.704888;0.057041;0.409114;,
-0.734165;-0.294458;0.204514;,
-0.734207;-0.294511;-0.204504;,
-0.704940;0.057020;-0.409071;,
0.655831;0.645122;0.204568;,
0.665804;0.526798;0.409071;,
0.655821;0.645090;-0.204600;,
0.665753;0.526818;-0.409114;,
0.704888;0.057041;-0.409114;,
0.734165;-0.294458;-0.204514;,
0.734207;-0.294511;0.204504;,
0.704939;0.057020;0.409071;,
-0.321628;0.928476;-0.185709;,
-0.321628;0.928475;-0.185715;,
-0.321628;0.928476;-0.185709;,
-0.321627;0.928478;-0.185702;,
0.321625;0.928477;-0.185707;,
0.321619;0.928479;-0.185711;,
0.321625;0.928477;-0.185707;,
0.321631;0.928476;-0.185704;,
-0.866000;0.000000;-0.500045;,
-0.866000;0.000000;-0.500045;,
-0.866000;0.000000;-0.500045;,
-0.866000;0.000000;-0.500045;,
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.866000;0.000000;-0.500045;,
0.866000;0.000000;-0.500045;,
0.866000;0.000000;-0.500045;,
0.866000;0.000000;-0.500045;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-0.866000;0.000000;0.500045;,
-0.866000;0.000000;0.500045;,
-0.866000;0.000000;0.500045;,
-0.866000;0.000000;0.500045;,
0.866000;0.000000;0.500045;,
0.866000;0.000000;0.500045;,
0.866000;0.000000;0.500045;,
0.866000;0.000000;0.500045;,
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.321598;0.928491;0.185684;,
0.321598;0.928491;0.185684;,
0.321598;0.928491;0.185684;,
-0.321598;0.928491;0.185684;,
-0.321598;0.928491;0.185684;,
-0.321598;0.928491;0.185684;,
0.500045;0.000000;0.866000;,
0.500045;0.000000;0.866000;,
0.500045;0.000000;0.866000;,
0.500045;0.000000;0.866000;,
-0.500045;0.000000;0.866000;,
-0.500045;0.000000;0.866000;,
-0.500045;0.000000;0.866000;,
-0.500045;0.000000;0.866000;,
-0.500045;0.000000;-0.865999;,
-0.500045;0.000000;-0.865999;,
-0.500045;0.000000;-0.865999;,
-0.500045;0.000000;-0.865999;,
0.500045;0.000000;-0.865999;,
0.500045;0.000000;-0.865999;,
0.500045;0.000000;-0.865999;,
0.500045;0.000000;-0.865999;,
0.034431;0.495434;-0.867963;,
0.034416;0.495445;-0.867957;,
0.034431;0.495434;-0.867963;,
0.034446;0.495423;-0.867969;,
-0.034435;0.495428;-0.867966;,
-0.034434;0.495412;-0.867975;,
-0.034435;0.495428;-0.867966;,
-0.034435;0.495444;-0.867957;,
0.664373;0.747401;0.000000;,
0.664373;0.747401;0.000000;,
0.664373;0.747401;0.000000;,
0.664373;0.747401;0.000000;,
-0.664373;0.747401;0.000000;,
-0.664373;0.747401;0.000000;,
-0.664373;0.747401;0.000000;,
-0.664373;0.747401;0.000000;,
0.034434;0.495428;0.867966;,
0.034434;0.495412;0.867975;,
0.034434;0.495428;0.867966;,
0.034435;0.495444;0.867957;,
-0.034431;0.495434;0.867963;,
-0.034416;0.495445;0.867957;,
-0.034431;0.495434;0.867963;,
-0.034446;0.495423;0.867969;,
-0.906415;0.422389;0.000000;,
-0.906414;0.422389;0.000000;,
-0.906415;0.422389;0.000000;,
-0.906415;0.422389;0.000000;,
0.906415;0.422389;0.000000;,
0.906414;0.422389;0.000000;,
0.906415;0.422389;0.000000;,
0.906415;0.422389;0.000000;,
0.000000;0.826139;-0.563466;,
0.000000;0.826139;-0.563466;,
0.000000;0.826139;-0.563466;,
0.000000;0.826139;-0.563466;,
0.809441;0.519917;-0.272933;,
0.809441;0.519917;-0.272933;,
0.809441;0.519917;-0.272933;,
-0.809441;0.519917;-0.272933;,
-0.809441;0.519917;-0.272933;,
-0.809441;0.519917;-0.272933;;
272;
3;0,1,2;,
3;0,2,3;,
3;4,5,6;,
3;4,6,7;,
3;8,9,10;,
3;8,10,11;,
3;12,13,14;,
3;12,14,15;,
3;16,17,18;,
3;16,18,19;,
3;20,21,22;,
3;20,22,23;,
3;24,25,26;,
3;24,26,27;,
3;28,29,30;,
3;28,30,31;,
3;32,33,34;,
3;32,34,35;,
3;36,37,38;,
3;36,38,39;,
3;40,41,42;,
3;40,42,43;,
3;44,45,46;,
3;44,46,47;,
3;18,48,49;,
3;18,49,50;,
3;51,52,53;,
3;51,53,54;,
3;55,56,57;,
3;55,57,58;,
3;59,60,61;,
3;59,61,62;,
3;62,61,63;,
3;62,63,64;,
3;65,66,67;,
3;65,67,68;,
3;68,67,69;,
3;68,69,16;,
3;59,70,71;,
3;59,71,72;,
3;68,73,74;,
3;68,74,75;,
3;76,77,70;,
3;76,70,59;,
3;78,79,80;,
3;78,80,81;,
3;82,83,84;,
3;82,84,85;,
3;86,87,79;,
3;86,79,78;,
3;88,89,90;,
3;88,90,78;,
3;21,91,92;,
3;21,92,85;,
3;85,92,93;,
3;85,93,94;,
3;95,96,89;,
3;95,89,88;,
3;97,98,99;,
3;97,99,100;,
3;101,102,103;,
3;101,103,104;,
3;104,103,105;,
3;104,105,106;,
3;106,105,107;,
3;106,107,108;,
3;108,109,110;,
3;108,110,76;,
3;111,112,113;,
3;111,113,114;,
3;81,115,116;,
3;81,116,101;,
3;101,116,109;,
3;101,109,108;,
3;47,117,118;,
3;47,118,106;,
3;19,119,120;,
3;19,120,121;,
3;104,122,123;,
3;104,123,51;,
3;50,124,125;,
3;50,125,18;,
3;126,127,128;,
3;126,128,129;,
3;129,128,130;,
3;129,130,131;,
3;131,130,127;,
3;131,127,126;,
3;132,133,134;,
3;132,134,135;,
3;135,134,136;,
3;135,136,137;,
3;137,136,133;,
3;137,133,132;,
3;22,21,138;,
3;19,97,16;,
3;139,140,141;,
3;142,143,144;,
3;145,146,147;,
3;148,149,150;,
3;151,152,153;,
3;151,153,154;,
3;151,154,155;,
3;151,155,156;,
3;151,156,157;,
3;151,157,158;,
3;151,158,159;,
3;151,159,160;,
3;151,160,161;,
3;151,161,162;,
3;163,164,165;,
3;163,165,166;,
3;167,168,169;,
3;167,169,170;,
3;171,172,173;,
3;171,173,174;,
3;175,176,177;,
3;175,177,178;,
3;166,179,180;,
3;166,180,181;,
3;182,183,184;,
3;182,184,185;,
3;186,187,188;,
3;186,188,171;,
3;170,189,190;,
3;170,190,167;,
3;191,192,193;,
3;191,193,194;,
3;195,196,197;,
3;195,197,198;,
3;199,200,201;,
3;199,201,202;,
3;185,203,204;,
3;185,204,182;,
3;194,205,206;,
3;194,206,207;,
3;208,209,210;,
3;208,210,211;,
3;212,213,214;,
3;212,214,199;,
3;198,215,216;,
3;198,216,195;,
3;207,217,218;,
3;207,218,219;,
3;220,221,222;,
3;220,222,223;,
3;224,225,226;,
3;224,226,212;,
3;211,227,228;,
3;211,228,208;,
3;219,229,230;,
3;219,230,231;,
3;232,233,234;,
3;232,234,235;,
3;236,237,238;,
3;236,238,224;,
3;223,239,240;,
3;223,240,220;,
3;241,242,243;,
3;241,243,163;,
3;178,244,245;,
3;178,245,175;,
3;174,246,247;,
3;174,247,248;,
3;249,250,251;,
3;249,251,252;,
3;253,254,255;,
3;253,255,241;,
3;252,256,257;,
3;252,257,249;,
3;248,258,259;,
3;248,259,260;,
3;261,262,263;,
3;261,263,264;,
3;265,266,267;,
3;265,267,268;,
3;269,270,271;,
3;269,271,272;,
3;273,274,275;,
3;273,275,276;,
3;277,278,279;,
3;277,279,280;,
3;162,281,282;,
3;162,282,151;,
3;264,283,284;,
3;264,284,261;,
3;285,286,287;,
3;285,287,288;,
3;289,290,291;,
3;289,291,292;,
3;231,293,294;,
3;231,294,295;,
3;280,296,297;,
3;280,297,277;,
3;298,299,300;,
3;298,300,236;,
3;235,301,302;,
3;235,302,232;,
3;268,303,304;,
3;268,304,305;,
3;292,306,307;,
3;292,307,289;,
3;308,309,310;,
3;308,310,273;,
3;311,312,313;,
3;311,313,314;,
3;315,316,317;,
3;315,317,318;,
3;318,317,319;,
3;318,319,320;,
3;320,319,321;,
3;320,321,322;,
3;322,321,316;,
3;322,316,315;,
3;323,324,325;,
3;323,325,326;,
3;326,325,327;,
3;326,327,328;,
3;328,327,329;,
3;328,329,330;,
3;330,329,324;,
3;330,324,323;,
3;331,332,333;,
3;331,333,334;,
3;335,336,337;,
3;335,337,338;,
3;339,340,341;,
3;339,341,342;,
3;343,344,345;,
3;343,345,346;,
3;347,348,349;,
3;347,349,350;,
3;351,352,353;,
3;351,353,354;,
3;355,356,357;,
3;355,357,358;,
3;359,360,361;,
3;359,361,362;,
3;363,364,365;,
3;363,365,366;,
3;367,368,369;,
3;367,369,370;,
3;371,372,373;,
3;374,375,376;,
3;377,378,379;,
3;377,379,380;,
3;381,382,383;,
3;381,383,384;,
3;385,386,387;,
3;385,387,388;,
3;389,390,391;,
3;389,391,392;,
3;393,394,395;,
3;393,395,396;,
3;397,398,399;,
3;397,399,400;,
3;401,402,403;,
3;401,403,404;,
3;405,406,407;,
3;405,407,408;,
3;409,410,411;,
3;409,411,412;,
3;413,414,415;,
3;413,415,416;,
3;417,418,419;,
3;417,419,420;,
3;421,422,423;,
3;421,423,424;,
3;425,426,427;,
3;425,427,428;,
3;429,430,431;,
3;432,433,434;;
}
MeshMaterialList {
10;
272;
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
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,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
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,
4,
4,
4,
4,
5,
5,
5,
5,
6,
6,
6,
6,
7,
7,
7,
7,
8,
8,
8,
8,
9,
9,
9,
9,
9,
9,
9,
9;
Material {
0.849000;0.485841;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv6_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.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 {
0.849000;0.485841;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genC4_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 {
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";
}
}
Material {
0.849000;0.485841;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv1_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 {
1.000000;0.091022;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
1.000000;0.400000;0.100000;;
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";
}
}
}
}
}
}