Files
RP412/assets/RP411/VIDEO/CR1A.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

2389 lines
58 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 {
428;
16.500000;8.750000;32.000000;,
17.207099;8.457100;32.000000;,
17.207099;8.457100;18.000000;,
16.500000;8.750000;18.000000;,
15.792901;8.457100;32.000000;,
15.792901;8.457100;18.000000;,
15.500000;7.750000;32.000000;,
15.500000;7.750000;18.000000;,
15.792901;7.042900;32.000000;,
15.792901;7.042900;18.000000;,
16.500000;6.750000;32.000000;,
17.207099;7.042900;32.000000;,
16.500000;6.750000;18.000000;,
17.207099;7.042900;18.000000;,
16.500000;15.000000;44.000000;,
17.207099;14.707099;44.000000;,
17.207099;14.707099;-18.000000;,
16.500000;15.000000;-18.000000;,
15.792901;14.707099;44.000000;,
15.792901;14.707099;-18.000000;,
15.500000;14.000000;44.000000;,
15.500000;14.000000;-18.000000;,
15.792901;13.292900;44.000000;,
15.792901;13.292900;-18.000000;,
16.500000;13.000000;44.000000;,
17.207099;13.292900;44.000000;,
16.500000;13.000000;-18.000000;,
17.207099;13.292900;-18.000000;,
20.914200;19.414200;44.000000;,
20.914200;19.414200;-18.000000;,
19.500000;20.000000;44.000000;,
19.500000;20.000000;-18.000000;,
18.085800;19.414200;-18.000000;,
18.085800;19.414200;44.000000;,
18.085800;19.414200;-18.000000;,
17.500000;18.000000;-18.000000;,
18.085800;19.414200;44.000000;,
17.500000;18.000000;44.000000;,
18.085800;16.585800;-18.000000;,
18.085800;16.585800;44.000000;,
19.500000;16.000000;-18.000000;,
20.914200;16.585800;-18.000000;,
20.914200;16.585800;44.000000;,
19.500000;16.000000;44.000000;,
19.500000;23.000000;-3.000000;,
20.914200;23.000000;-2.414200;,
20.914200;18.000000;-2.414200;,
19.500000;18.000000;-3.000000;,
18.085800;23.000000;-2.414200;,
18.085800;18.000000;-2.414200;,
17.500000;23.000000;-1.000000;,
17.500000;18.000000;-1.000000;,
18.085800;23.000000;0.414200;,
18.085800;18.000000;0.414200;,
19.500000;23.000000;1.000000;,
20.914200;18.000000;0.414200;,
20.914200;23.000000;0.414200;,
19.500000;18.000000;1.000000;,
16.500000;14.000000;12.000000;,
16.500000;23.000000;12.000000;,
17.207099;14.000000;12.292900;,
17.207099;23.000000;12.292900;,
15.792901;14.000000;12.292900;,
15.792901;23.000000;12.292900;,
15.500000;14.000000;13.000000;,
15.500000;23.000000;13.000000;,
15.792901;14.000000;13.707099;,
15.792901;23.000000;13.707099;,
16.500000;14.000000;14.000000;,
16.500000;23.000000;14.000000;,
17.207099;14.000000;13.707099;,
17.207099;23.000000;13.707099;,
-12.000000;11.000000;25.000000;,
-12.000000;35.500000;25.000000;,
-15.000000;35.500000;25.000000;,
-15.000000;11.000000;25.000000;,
-15.000000;11.000000;22.000000;,
-15.000000;35.500000;22.000000;,
-12.000000;35.500000;22.000000;,
-12.000000;11.000000;22.000000;,
-14.000000;5.000000;19.250000;,
-14.000000;39.500000;19.250000;,
-16.500000;39.500000;19.250000;,
-16.500000;5.000000;19.250000;,
-16.500000;5.000000;16.250000;,
-16.500000;39.500000;16.250000;,
-14.000000;39.500000;16.250000;,
-14.000000;5.000000;16.250000;,
-16.500000;5.000000;16.000000;,
-16.500000;15.500000;16.000000;,
-16.500000;15.500000;24.000000;,
-16.500000;5.000000;24.000000;,
-21.500000;11.000000;4.000000;,
-21.500000;39.500000;4.000000;,
-20.035499;11.000000;0.464500;,
-20.035499;39.500000;7.535500;,
-20.035499;39.500000;0.464500;,
-16.500000;11.000000;-1.000000;,
-20.035499;11.000000;7.535500;,
-16.500000;39.500000;9.000000;,
-16.500000;39.500000;-1.000000;,
-16.500000;11.000000;-1.000000;,
-16.500000;39.500000;-1.000000;,
-12.964501;11.000000;0.464500;,
-16.500000;11.000000;9.000000;,
-12.964501;39.500000;7.535500;,
-16.500000;39.500000;9.000000;,
-16.500000;11.000000;9.000000;,
-12.964501;39.500000;0.464500;,
-11.500000;11.000000;4.000000;,
-11.500000;39.500000;4.000000;,
-12.964501;11.000000;7.535500;,
-15.000000;16.500000;13.000000;,
-15.000000;45.000000;13.000000;,
-14.414200;16.500000;11.585800;,
-14.414200;45.000000;14.414200;,
-14.414200;45.000000;11.585800;,
-13.000000;16.500000;11.000000;,
-14.414200;16.500000;14.414200;,
-13.000000;45.000000;15.000000;,
-13.000000;45.000000;11.000000;,
-11.585800;16.500000;11.585800;,
-13.000000;16.500000;15.000000;,
-11.585800;45.000000;14.414200;,
-11.585800;45.000000;11.585800;,
-11.000000;16.500000;13.000000;,
-11.000000;45.000000;13.000000;,
-11.585800;16.500000;14.414200;,
-15.000000;11.000000;25.000000;,
-15.000000;35.500000;25.000000;,
-15.000000;35.500000;22.000000;,
-15.000000;11.000000;22.000000;,
-12.000000;11.000000;22.000000;,
-12.000000;35.500000;22.000000;,
-12.000000;35.500000;25.000000;,
-12.000000;11.000000;25.000000;,
-16.500000;5.000000;19.250000;,
-16.500000;39.500000;19.250000;,
-16.500000;39.500000;16.250000;,
-16.500000;5.000000;16.250000;,
-14.000000;5.000000;16.250000;,
-14.000000;39.500000;16.250000;,
-14.000000;39.500000;19.250000;,
-14.000000;5.000000;19.250000;,
-16.500000;5.000000;24.000000;,
-16.500000;15.500000;24.000000;,
-25.000000;15.500000;24.000000;,
-25.000000;5.000000;24.000000;,
-25.000000;5.000000;16.000000;,
-25.000000;15.500000;16.000000;,
-16.500000;15.500000;16.000000;,
-16.500000;5.000000;16.000000;,
-15.000000;15.500000;-10.000000;,
-10.000000;15.500000;0.000000;,
-10.000000;15.500000;25.000000;,
-15.000000;15.500000;35.000000;,
-25.000000;15.500000;35.000000;,
-25.000000;15.500000;-10.000000;,
-15.000000;27.500000;-10.000000;,
-10.000000;27.500000;0.000000;,
-10.000000;27.500000;25.000000;,
-15.000000;27.500000;35.000000;,
-25.000000;27.500000;35.000000;,
-25.000000;27.500000;-10.000000;,
-15.000000;35.500000;-10.000000;,
-10.000000;35.500000;0.000000;,
-10.000000;35.500000;25.000000;,
-15.000000;35.500000;35.000000;,
-25.000000;35.500000;35.000000;,
-25.000000;35.500000;-10.000000;,
-15.000000;39.500000;-10.000000;,
-10.000000;39.500000;0.000000;,
-10.000000;39.500000;25.000000;,
-15.000000;39.500000;35.000000;,
-25.000000;39.500000;35.000000;,
-25.000000;39.500000;-10.000000;,
-15.000000;10.000000;-10.000000;,
-10.000000;10.000000;0.000000;,
-10.000000;10.000000;25.000000;,
-15.000000;10.000000;35.000000;,
-25.000000;10.000000;35.000000;,
-25.000000;10.000000;-10.000000;,
-10.000000;16.500000;25.000000;,
-15.000000;16.500000;35.000000;,
-15.000000;15.500000;35.000000;,
-10.000000;15.500000;25.000000;,
-10.000000;16.500000;0.000000;,
-10.000000;16.500000;25.000000;,
-10.000000;15.500000;25.000000;,
-10.000000;15.500000;0.000000;,
-15.000000;16.500000;-10.000000;,
-15.000000;15.500000;-10.000000;,
-10.000000;28.500000;25.000000;,
-15.000000;28.500000;35.000000;,
-15.000000;27.500000;35.000000;,
-10.000000;27.500000;25.000000;,
-10.000000;28.500000;0.000000;,
-10.000000;28.500000;25.000000;,
-10.000000;27.500000;25.000000;,
-10.000000;27.500000;0.000000;,
-15.000000;28.500000;-10.000000;,
-15.000000;27.500000;-10.000000;,
-10.000000;36.500000;25.000000;,
-15.000000;36.500000;35.000000;,
-15.000000;35.500000;35.000000;,
-10.000000;35.500000;25.000000;,
-10.000000;36.500000;0.000000;,
-10.000000;36.500000;25.000000;,
-10.000000;35.500000;25.000000;,
-10.000000;35.500000;0.000000;,
-15.000000;36.500000;-10.000000;,
-15.000000;35.500000;-10.000000;,
-10.000000;40.500000;25.000000;,
-15.000000;40.500000;35.000000;,
-15.000000;39.500000;35.000000;,
-10.000000;39.500000;25.000000;,
-10.000000;40.500000;0.000000;,
-10.000000;40.500000;25.000000;,
-10.000000;39.500000;25.000000;,
-10.000000;39.500000;0.000000;,
-15.000000;40.500000;-10.000000;,
-15.000000;39.500000;-10.000000;,
-10.000000;11.000000;25.000000;,
-15.000000;11.000000;35.000000;,
-15.000000;10.000000;35.000000;,
-10.000000;10.000000;25.000000;,
-10.000000;11.000000;0.000000;,
-10.000000;11.000000;25.000000;,
-10.000000;10.000000;25.000000;,
-10.000000;10.000000;0.000000;,
-15.000000;11.000000;-10.000000;,
-15.000000;10.000000;-10.000000;,
-15.000000;16.500000;-10.000000;,
-25.000000;16.500000;-10.000000;,
-25.000000;16.500000;35.000000;,
-15.000000;16.500000;35.000000;,
-10.000000;16.500000;25.000000;,
-10.000000;16.500000;0.000000;,
-15.000000;28.500000;-10.000000;,
-25.000000;28.500000;-10.000000;,
-25.000000;28.500000;35.000000;,
-15.000000;28.500000;35.000000;,
-10.000000;28.500000;25.000000;,
-10.000000;28.500000;0.000000;,
-15.000000;36.500000;-10.000000;,
-25.000000;36.500000;-10.000000;,
-25.000000;36.500000;35.000000;,
-15.000000;36.500000;35.000000;,
-10.000000;36.500000;25.000000;,
-10.000000;36.500000;0.000000;,
-15.000000;40.500000;-10.000000;,
-25.000000;40.500000;-10.000000;,
-25.000000;40.500000;35.000000;,
-15.000000;40.500000;35.000000;,
-10.000000;40.500000;25.000000;,
-10.000000;40.500000;0.000000;,
-15.000000;11.000000;-10.000000;,
-25.000000;11.000000;-10.000000;,
-25.000000;11.000000;35.000000;,
-15.000000;11.000000;35.000000;,
-10.000000;11.000000;25.000000;,
-10.000000;11.000000;0.000000;,
22.000000;10.000000;-18.000000;,
17.500000;10.000000;19.000000;,
17.500000;10.000000;31.000000;,
22.000000;10.000000;44.000000;,
22.000000;10.000000;44.000000;,
17.500000;10.000000;31.000000;,
15.000000;10.000000;32.000000;,
15.000000;10.000000;44.000000;,
22.000000;23.000000;44.000000;,
17.500000;23.000000;31.000000;,
17.500000;23.000000;19.000000;,
22.000000;23.000000;-18.000000;,
15.000000;23.000000;18.000000;,
15.000000;23.000000;-18.000000;,
15.000000;5.000000;32.000000;,
17.500000;6.200000;31.000000;,
17.500000;6.200000;19.000000;,
15.000000;5.000000;18.000000;,
15.000000;45.000000;18.000000;,
17.500000;43.700000;19.000000;,
17.500000;43.700000;31.000000;,
15.000000;45.000000;32.000000;,
17.500000;10.000000;19.000000;,
17.500000;6.200000;19.000000;,
17.500000;6.200000;31.000000;,
17.500000;10.000000;31.000000;,
17.500000;23.000000;31.000000;,
17.500000;43.700000;31.000000;,
17.500000;43.700000;19.000000;,
17.500000;23.000000;19.000000;,
15.000000;10.000000;18.000000;,
15.000000;10.000000;-18.000000;,
17.500000;23.000000;31.000000;,
22.000000;23.000000;44.000000;,
15.000000;23.000000;44.000000;,
15.000000;23.000000;32.000000;,
22.000000;10.000000;-18.000000;,
22.000000;10.000000;44.000000;,
22.000000;23.000000;44.000000;,
22.000000;23.000000;-18.000000;,
-15.000000;45.000000;-6.000000;,
-15.000000;45.000000;32.000000;,
-25.000000;45.000000;32.000000;,
-25.000000;45.000000;-6.000000;,
-15.000000;5.000000;32.000000;,
-15.000000;5.000000;-6.000000;,
-25.000000;5.000000;-6.000000;,
-25.000000;5.000000;32.000000;,
-15.000000;45.000000;32.000000;,
-15.000000;5.000000;32.000000;,
-25.000000;5.000000;32.000000;,
-25.000000;45.000000;32.000000;,
-25.000000;5.000000;32.000000;,
-25.000000;5.000000;-6.000000;,
-25.000000;45.000000;-6.000000;,
-25.000000;45.000000;32.000000;,
-15.000000;5.000000;-6.000000;,
-15.000000;45.000000;-6.000000;,
-25.000000;45.000000;-6.000000;,
-25.000000;5.000000;-6.000000;,
15.000000;5.000000;18.000000;,
17.500000;6.200000;19.000000;,
17.500000;10.000000;19.000000;,
15.000000;10.000000;18.000000;,
15.000000;10.000000;-18.000000;,
22.000000;10.000000;-18.000000;,
22.000000;23.000000;-18.000000;,
15.000000;23.000000;-18.000000;,
15.000000;23.000000;44.000000;,
22.000000;23.000000;44.000000;,
22.000000;10.000000;44.000000;,
15.000000;10.000000;44.000000;,
15.000000;45.000000;32.000000;,
17.500000;43.700000;31.000000;,
17.500000;23.000000;31.000000;,
15.000000;23.000000;32.000000;,
15.000000;45.000000;18.000000;,
15.000000;23.000000;18.000000;,
17.500000;23.000000;19.000000;,
17.500000;43.700000;19.000000;,
15.000000;5.000000;32.000000;,
15.000000;10.000000;32.000000;,
17.500000;10.000000;31.000000;,
17.500000;6.200000;31.000000;,
-19.000000;16.500000;22.000000;,
-19.000000;45.000000;22.000000;,
-25.000000;45.000000;22.000000;,
-25.000000;16.500000;22.000000;,
-25.000000;16.500000;16.500000;,
-25.000000;45.000000;16.500000;,
-19.000000;45.000000;16.500000;,
-19.000000;16.500000;16.500000;,
-19.000000;16.500000;16.500000;,
-19.000000;45.000000;16.500000;,
-19.000000;45.000000;22.000000;,
-19.000000;16.500000;22.000000;,
-15.500000;5.000000;10.500000;,
-15.500000;27.500000;10.500000;,
-15.500000;27.500000;16.000000;,
-15.500000;5.000000;16.000000;,
-25.000000;5.000000;0.000000;,
-25.000000;27.500000;0.000000;,
-15.500000;27.500000;10.500000;,
-15.500000;5.000000;10.500000;,
15.000000;45.000000;50.000000;,
-15.000000;45.000000;50.000000;,
-15.000000;45.000000;-50.000000;,
15.000000;45.000000;-50.000000;,
-15.000000;5.000000;50.000000;,
15.000000;5.000000;50.000000;,
15.000000;5.000000;-50.000000;,
-15.000000;5.000000;-50.000000;,
15.000000;10.000000;18.000000;,
15.000000;10.000000;-18.000000;,
15.000000;5.000000;-50.000000;,
15.000000;5.000000;18.000000;,
15.000000;5.000000;-50.000000;,
15.000000;10.000000;-18.000000;,
15.000000;23.000000;-18.000000;,
15.000000;45.000000;-50.000000;,
15.000000;45.000000;-50.000000;,
15.000000;23.000000;-18.000000;,
15.000000;23.000000;18.000000;,
15.000000;45.000000;18.000000;,
-15.000000;5.000000;-6.000000;,
-15.000000;5.000000;-50.000000;,
-15.000000;45.000000;-50.000000;,
-15.000000;45.000000;-6.000000;,
-15.000000;5.000000;32.000000;,
-15.000000;45.000000;32.000000;,
-15.000000;45.000000;50.000000;,
-15.000000;5.000000;50.000000;,
15.000000;23.000000;32.000000;,
15.000000;23.000000;44.000000;,
15.000000;45.000000;50.000000;,
15.000000;45.000000;32.000000;,
15.000000;45.000000;50.000000;,
15.000000;23.000000;44.000000;,
15.000000;10.000000;44.000000;,
15.000000;5.000000;50.000000;,
15.000000;10.000000;32.000000;,
15.000000;5.000000;32.000000;,
0.600000;44.850000;-3.743200;,
1.600000;44.850000;-3.743200;,
1.600000;44.850000;4.256800;,
0.600000;44.850000;4.256800;,
-1.400000;44.850000;-3.743200;,
-0.400000;44.850000;-3.743200;,
-0.400000;44.850000;4.256800;,
-1.400000;44.850000;4.256800;,
0.609800;44.850000;-35.743197;,
1.609800;44.850000;-35.743197;,
1.609800;44.850000;-27.743200;,
0.609800;44.850000;-27.743200;,
-1.390200;44.850000;-35.743197;,
-0.390200;44.850000;-35.743197;,
-0.390200;44.850000;-27.743200;,
-1.390200;44.850000;-27.743200;,
0.590200;44.850000;28.256800;,
1.590200;44.850000;28.256800;,
1.590200;44.850000;36.256803;,
0.590200;44.850000;36.256803;,
-1.409800;44.850000;28.256800;,
-0.409800;44.850000;28.256800;,
-0.409800;44.850000;36.256803;,
-1.409800;44.850000;36.256803;;
270;
3;0,1,2;,
3;0,2,3;,
3;4,0,3;,
3;4,3,5;,
3;6,4,5;,
3;6,5,7;,
3;8,6,7;,
3;8,7,9;,
3;10,8,9;,
3;11,12,13;,
3;10,9,12;,
3;11,10,12;,
3;14,15,16;,
3;14,16,17;,
3;18,14,17;,
3;18,17,19;,
3;20,18,19;,
3;20,19,21;,
3;22,20,21;,
3;22,21,23;,
3;24,22,23;,
3;25,26,27;,
3;24,23,26;,
3;25,24,26;,
3;28,29,30;,
3;31,30,29;,
3;32,30,31;,
3;33,30,32;,
3;34,35,36;,
3;35,37,36;,
3;38,37,35;,
3;39,37,38;,
3;38,40,39;,
3;41,42,40;,
3;40,43,39;,
3;42,43,40;,
3;44,45,46;,
3;47,44,46;,
3;48,44,47;,
3;49,48,47;,
3;50,48,49;,
3;51,50,49;,
3;52,50,51;,
3;53,52,51;,
3;54,52,53;,
3;55,56,57;,
3;57,54,53;,
3;56,54,57;,
3;58,59,60;,
3;59,61,60;,
3;62,63,58;,
3;63,59,58;,
3;64,65,62;,
3;65,63,62;,
3;66,67,64;,
3;67,65,64;,
3;68,69,66;,
3;69,67,66;,
3;70,71,68;,
3;71,69,68;,
3;72,73,74;,
3;72,74,75;,
3;76,77,78;,
3;76,78,79;,
3;80,81,82;,
3;80,82,83;,
3;84,85,86;,
3;84,86,87;,
3;88,89,90;,
3;88,90,91;,
3;92,93,94;,
3;95,93,92;,
3;93,96,94;,
3;94,96,97;,
3;98,95,92;,
3;99,95,98;,
3;96,100,97;,
3;101,102,103;,
3;104,99,98;,
3;105,106,107;,
3;102,108,103;,
3;103,108,109;,
3;108,110,109;,
3;109,110,111;,
3;111,105,107;,
3;110,105,111;,
3;112,113,114;,
3;115,113,112;,
3;113,116,114;,
3;114,116,117;,
3;118,115,112;,
3;119,115,118;,
3;116,120,117;,
3;117,120,121;,
3;122,119,118;,
3;123,119,122;,
3;120,124,121;,
3;121,124,125;,
3;124,126,125;,
3;125,126,127;,
3;127,123,122;,
3;126,123,127;,
3;128,129,130;,
3;128,130,131;,
3;132,133,134;,
3;132,134,135;,
3;136,137,138;,
3;136,138,139;,
3;140,141,142;,
3;140,142,143;,
3;144,145,146;,
3;144,146,147;,
3;148,149,150;,
3;148,150,151;,
3;152,153,154;,
3;152,154,155;,
3;152,155,156;,
3;152,156,157;,
3;158,159,160;,
3;158,160,161;,
3;158,161,162;,
3;158,162,163;,
3;164,165,166;,
3;164,166,167;,
3;164,167,168;,
3;164,168,169;,
3;170,171,172;,
3;170,172,173;,
3;170,173,174;,
3;170,174,175;,
3;176,177,178;,
3;176,178,179;,
3;176,179,180;,
3;176,180,181;,
3;182,183,184;,
3;182,184,185;,
3;186,187,188;,
3;186,188,189;,
3;190,186,189;,
3;190,189,191;,
3;192,193,194;,
3;192,194,195;,
3;196,197,198;,
3;196,198,199;,
3;200,196,199;,
3;200,199,201;,
3;202,203,204;,
3;202,204,205;,
3;206,207,208;,
3;206,208,209;,
3;210,206,209;,
3;210,209,211;,
3;212,213,214;,
3;212,214,215;,
3;216,217,218;,
3;216,218,219;,
3;220,216,219;,
3;220,219,221;,
3;222,223,224;,
3;222,224,225;,
3;226,227,228;,
3;226,228,229;,
3;230,226,229;,
3;230,229,231;,
3;232,233,234;,
3;232,234,235;,
3;232,235,236;,
3;232,236,237;,
3;238,239,240;,
3;238,240,241;,
3;238,241,242;,
3;238,242,243;,
3;244,245,246;,
3;244,246,247;,
3;244,247,248;,
3;244,248,249;,
3;250,251,252;,
3;250,252,253;,
3;250,253,254;,
3;250,254,255;,
3;256,257,258;,
3;256,258,259;,
3;256,259,260;,
3;256,260,261;,
3;262,263,264;,
3;262,264,265;,
3;266,267,268;,
3;266,268,269;,
3;270,271,272;,
3;270,272,273;,
3;273,272,274;,
3;273,274,275;,
3;276,277,278;,
3;276,278,279;,
3;280,281,282;,
3;280,282,283;,
3;284,285,286;,
3;284,286,287;,
3;288,289,290;,
3;288,290,291;,
3;292,263,262;,
3;292,262,293;,
3;294,295,296;,
3;294,296,297;,
3;298,299,300;,
3;298,300,301;,
3;302,303,304;,
3;302,304,305;,
3;306,307,308;,
3;306,308,309;,
3;310,311,312;,
3;310,312,313;,
3;314,315,316;,
3;314,316,317;,
3;318,319,320;,
3;318,320,321;,
3;322,323,324;,
3;322,324,325;,
3;326,327,328;,
3;326,328,329;,
3;330,331,332;,
3;330,332,333;,
3;334,335,336;,
3;334,336,337;,
3;338,339,340;,
3;338,340,341;,
3;342,343,344;,
3;342,344,345;,
3;346,347,348;,
3;346,348,349;,
3;350,351,352;,
3;350,352,353;,
3;354,355,356;,
3;354,356,357;,
3;358,359,360;,
3;358,360,361;,
3;362,363,364;,
3;362,364,365;,
3;366,367,368;,
3;366,368,369;,
3;370,371,372;,
3;370,372,373;,
3;374,375,376;,
3;374,376,377;,
3;378,379,380;,
3;378,380,381;,
3;382,383,384;,
3;382,384,385;,
3;386,387,388;,
3;386,388,389;,
3;390,391,392;,
3;390,392,393;,
3;394,395,396;,
3;394,396,397;,
3;398,399,400;,
3;398,400,401;,
3;400,402,403;,
3;400,403,401;,
3;404,405,406;,
3;404,406,407;,
3;408,409,410;,
3;408,410,411;,
3;412,413,414;,
3;412,414,415;,
3;416,417,418;,
3;416,418,419;,
3;420,421,422;,
3;420,422,423;,
3;424,425,426;,
3;424,426,427;;
MeshTextureCoords {
428;
0.566350;0.749520;,
0.566350;0.730123;,
4.672310;0.730123;,
4.672310;0.749520;,
0.566350;0.730123;,
4.672310;0.730123;,
0.566350;0.683295;,
4.672310;0.683295;,
0.566350;0.636466;,
4.672310;0.636466;,
0.566350;0.617070;,
0.566350;0.636466;,
4.672310;0.617070;,
4.672310;0.636466;,
0.566350;0.749520;,
0.566350;0.730123;,
4.672310;0.730123;,
4.672310;0.749520;,
0.566350;0.730123;,
4.672310;0.730123;,
0.566350;0.683295;,
4.672310;0.683295;,
0.566350;0.636466;,
4.672310;0.636466;,
0.566350;0.617070;,
0.566350;0.636466;,
4.672310;0.617070;,
4.672310;0.636466;,
0.566350;0.041852;,
4.672310;0.041852;,
0.566350;0.080646;,
4.672310;0.080646;,
4.672310;0.041852;,
0.566350;0.041852;,
4.672310;1.041852;,
4.672310;0.948195;,
0.566350;1.041852;,
0.566350;0.948195;,
4.672310;0.854539;,
0.566350;0.854538;,
4.672310;0.815745;,
4.672310;0.854539;,
0.566350;0.854538;,
0.566350;0.815745;,
1.678930;1.279321;,
1.640140;1.279321;,
1.640140;0.948195;,
1.678930;0.948195;,
1.640140;1.279321;,
1.640140;0.948195;,
1.546480;1.279321;,
1.546480;0.948195;,
1.452830;1.279321;,
1.452830;0.948195;,
1.414030;1.279321;,
1.452830;0.948195;,
1.452830;1.279321;,
1.414030;0.948195;,
0.685556;0.683295;,
0.685556;1.279321;,
0.666160;0.683295;,
0.666160;1.279321;,
0.666160;0.683295;,
0.666160;1.279321;,
0.619331;0.683295;,
0.619331;1.279321;,
0.572503;0.683295;,
0.572503;1.279321;,
0.553106;0.683295;,
0.553106;1.279321;,
0.572503;0.683295;,
0.572503;1.279321;,
1.452900;0.499936;,
1.452900;3.723640;,
1.058160;3.723640;,
1.058160;0.499936;,
1.058160;0.499936;,
1.058160;3.723640;,
1.452900;3.723640;,
1.452900;0.499936;,
1.189740;0.710457;,
1.189740;5.249960;,
0.860789;5.249960;,
0.860789;0.710457;,
0.860789;0.710457;,
0.860789;5.249960;,
1.189740;5.249960;,
1.189740;0.710457;,
0.885988;0.961488;,
0.885988;2.022100;,
0.077899;2.022100;,
0.077899;0.961488;,
0.686815;0.330134;,
0.686815;2.647210;,
0.805878;0.330134;,
0.805878;2.647210;,
0.805878;2.647210;,
1.093320;0.330134;,
0.805878;0.330134;,
1.093320;2.647210;,
1.093320;2.647210;,
0.093320;0.330134;,
0.093320;2.647210;,
0.380763;0.330134;,
1.093320;0.330134;,
0.380763;2.647210;,
0.093320;2.647210;,
0.093320;0.330134;,
0.380763;2.647210;,
0.499825;0.330134;,
0.499825;2.647210;,
0.380763;0.330134;,
0.260126;0.891140;,
0.260126;2.843200;,
0.300249;0.891140;,
0.300249;2.843200;,
0.300249;2.843200;,
0.397113;0.891140;,
0.300249;0.891140;,
0.397113;2.843200;,
0.397113;2.843200;,
0.493977;0.891140;,
0.397113;0.891140;,
0.493977;2.843200;,
0.493977;2.843200;,
0.534099;0.891140;,
0.534099;2.843200;,
0.493977;0.891140;,
0.195354;0.542106;,
0.195354;4.145070;,
0.636536;4.145070;,
0.636536;0.542106;,
0.636536;0.542106;,
0.636536;4.145070;,
0.195354;4.145070;,
0.195354;0.542106;,
1.040950;0.659748;,
1.040950;5.733310;,
1.482130;5.733310;,
1.482130;0.659748;,
1.482130;0.659748;,
1.482130;5.733310;,
1.040950;5.733310;,
1.040950;0.659748;,
2.251870;0.963110;,
2.251870;2.944250;,
0.648078;2.944250;,
0.648078;0.963110;,
0.648078;0.963110;,
0.648078;2.944250;,
2.251870;2.944250;,
2.251870;0.963110;,
6.904910;2.188970;,
5.585670;2.915310;,
2.287560;2.915310;,
0.968319;2.188970;,
0.968319;0.736293;,
6.904910;0.736293;,
6.904910;2.188970;,
5.585670;2.915310;,
2.287560;2.915310;,
0.968319;2.188970;,
0.968319;0.736293;,
6.904910;0.736293;,
6.904910;2.188970;,
5.585670;2.915310;,
2.287560;2.915310;,
0.968319;2.188970;,
0.968319;0.736293;,
6.904910;0.736293;,
6.904910;2.188970;,
5.585670;2.915310;,
2.287560;2.915310;,
0.968319;2.188970;,
0.968319;0.736293;,
6.904910;0.736293;,
6.904910;2.188970;,
5.585670;2.915310;,
2.287560;2.915310;,
0.968319;2.188970;,
0.968319;0.736293;,
6.904910;0.736293;,
2.355870;1.032230;,
0.982260;1.032230;,
0.982260;0.880339;,
2.355870;0.880339;,
4.789890;1.032230;,
1.355870;1.032230;,
1.355870;0.880339;,
4.789890;0.880339;,
6.163490;1.032230;,
6.163490;0.880339;,
2.355870;2.854880;,
0.982260;2.854880;,
0.982260;2.702990;,
2.355870;2.702990;,
4.789890;2.854880;,
1.355870;2.854880;,
1.355870;2.702990;,
4.789890;2.702990;,
6.163490;2.854880;,
6.163490;2.702990;,
2.355870;4.069980;,
0.982260;4.069980;,
0.982260;3.918090;,
2.355870;3.918090;,
4.789890;4.069980;,
1.355870;4.069980;,
1.355870;3.918090;,
4.789890;3.918090;,
6.163490;4.069980;,
6.163490;3.918090;,
2.355870;4.677530;,
0.982260;4.677530;,
0.982260;4.525640;,
2.355870;4.525640;,
4.789890;4.677530;,
1.355870;4.677530;,
1.355870;4.525640;,
4.789890;4.525640;,
6.163490;4.677530;,
6.163490;4.525640;,
2.355870;0.196845;,
0.982260;0.196845;,
0.982260;0.044957;,
2.355870;0.044957;,
4.789890;0.196845;,
1.355870;0.196845;,
1.355870;0.044957;,
4.789890;0.044957;,
6.163490;0.196845;,
6.163490;0.044957;,
4.286400;1.203060;,
4.286400;0.426885;,
0.972702;0.426885;,
0.972702;1.203060;,
1.709080;1.591140;,
3.550020;1.591140;,
4.286400;1.203060;,
4.286400;0.426885;,
0.972702;0.426885;,
0.972702;1.203060;,
1.709080;1.591140;,
3.550020;1.591140;,
4.286400;1.203060;,
4.286400;0.426885;,
0.972702;0.426885;,
0.972702;1.203060;,
1.709080;1.591140;,
3.550020;1.591140;,
4.286400;1.203060;,
4.286400;0.426885;,
0.972702;0.426885;,
0.972702;1.203060;,
1.709080;1.591140;,
3.550020;1.591140;,
4.286400;1.203060;,
4.286400;0.426885;,
0.972702;0.426885;,
0.972702;1.203060;,
1.709080;1.591140;,
3.550020;1.591140;,
1.001770;0.547080;,
0.726354;2.731546;,
0.726354;3.440020;,
1.001770;4.207540;,
1.001770;2.207540;,
0.726354;1.440020;,
0.573346;1.499060;,
0.573346;2.207540;,
1.001770;4.207540;,
0.726354;3.440020;,
0.726354;2.731546;,
1.001770;0.547080;,
0.573346;2.672507;,
0.573346;0.547080;,
0.573346;1.499060;,
0.726354;1.440020;,
0.726354;0.731546;,
0.573346;0.672507;,
0.573346;0.672507;,
0.726354;0.731546;,
0.726354;1.440020;,
0.573346;1.499060;,
1.259969;0.921840;,
1.259969;0.697490;,
0.525531;0.697490;,
0.525531;0.921840;,
0.525531;0.689357;,
0.525531;1.911477;,
1.259969;1.911477;,
1.259969;0.689357;,
0.573346;2.672507;,
0.573346;0.547080;,
0.726354;1.440020;,
1.001770;2.207540;,
0.573346;2.207540;,
0.573346;1.499060;,
4.524480;0.921840;,
0.729890;0.921840;,
0.729890;1.689357;,
4.524480;1.689357;,
1.995139;0.905090;,
1.995139;4.998253;,
0.993138;4.998253;,
0.993138;0.905090;,
1.995139;4.998253;,
1.995139;0.905090;,
0.993138;0.905090;,
0.993138;4.998253;,
0.723512;2.003220;,
0.723512;0.996464;,
0.295939;0.996464;,
0.295939;2.003220;,
0.997366;0.997728;,
2.001630;0.997728;,
2.001630;2.001960;,
0.997366;2.001960;,
0.723512;0.996464;,
0.723512;2.003220;,
0.295939;2.003220;,
0.295939;0.996464;,
0.570748;0.360920;,
0.718336;0.459250;,
0.718336;0.770610;,
0.570748;0.770610;,
0.570748;0.770610;,
0.983994;0.770610;,
0.983994;1.835776;,
0.570748;1.835776;,
0.570748;1.835776;,
0.983994;1.835776;,
0.983994;0.770610;,
0.570748;0.770610;,
0.570748;2.638370;,
0.718336;2.531860;,
0.718336;0.835776;,
0.570748;0.835776;,
0.570748;2.638370;,
0.570748;0.835776;,
0.718336;0.835776;,
0.718336;2.531860;,
0.570748;0.360920;,
0.570748;0.770610;,
0.718336;0.770610;,
0.718336;0.459250;,
1.547019;0.404370;,
1.547019;2.874498;,
0.998531;2.874498;,
0.998531;0.404370;,
0.998531;0.404370;,
0.998531;2.874498;,
1.547019;2.874498;,
1.547019;0.404370;,
1.260800;0.884370;,
1.260800;4.036410;,
0.748654;4.036410;,
0.748654;0.884370;,
0.810434;0.003404;,
0.810434;2.347150;,
0.237516;2.347150;,
0.237516;0.003404;,
0.021288;0.031278;,
0.021288;2.375030;,
1.010870;2.375030;,
1.010870;0.031278;,
0.980259;4.054500;,
0.045672;4.054500;,
0.045672;0.933428;,
0.980259;0.933428;,
0.045672;4.054500;,
0.980259;4.054500;,
0.980259;0.933428;,
0.045672;0.933428;,
0.177890;1.119651;,
1.677045;1.119651;,
3.009620;0.993834;,
0.177890;0.993834;,
2.009620;0.993834;,
0.677045;1.119651;,
0.677045;1.446776;,
2.009620;2.000370;,
3.009620;1.000370;,
1.677045;0.446776;,
0.177890;0.446776;,
0.177890;1.000370;,
0.177327;0.993834;,
2.009620;0.993834;,
2.009620;2.000370;,
0.177327;2.000370;,
1.594890;0.993834;,
1.594890;2.000370;,
0.845310;2.000370;,
0.845310;0.993834;,
1.594890;0.446776;,
1.095170;0.446776;,
0.845310;1.000370;,
1.594890;1.000370;,
0.845310;2.000370;,
1.095170;1.446776;,
1.095170;1.119651;,
0.845310;0.993834;,
1.594890;1.119651;,
1.594890;0.993834;,
2.558260;0.148180;,
2.658460;0.148180;,
2.658460;1.009900;,
2.558260;1.009900;,
2.357860;0.148180;,
2.458060;0.148180;,
2.458060;1.009900;,
2.357860;1.009900;,
2.559250;0.701310;,
2.659450;0.701310;,
2.659450;1.563030;,
2.559250;1.563030;,
2.358850;0.701310;,
2.459050;0.701310;,
2.459050;1.563030;,
2.358850;1.563030;,
2.557280;0.595058;,
2.657480;0.595058;,
2.657480;1.456780;,
2.557280;1.456780;,
2.356880;0.595058;,
2.457080;0.595058;,
2.457080;1.456780;,
2.356880;1.456780;;
}
MeshNormals {
428;
0.127565;0.923875;0.000000;,
0.382694;0.923875;0.000000;,
0.382694;0.923875;0.000000;,
-0.127565;0.923875;0.000000;,
-0.563088;0.743481;0.000000;,
-0.743481;0.563088;0.000000;,
-0.923875;0.127565;0.000000;,
-0.923875;-0.127565;0.000000;,
-0.743481;-0.563088;0.000000;,
-0.563088;-0.743481;0.000000;,
-0.127565;-0.923875;0.000000;,
0.382694;-0.923875;0.000000;,
0.127565;-0.923875;0.000000;,
0.382694;-0.923875;0.000000;,
0.127565;0.923875;0.000000;,
0.382694;0.923875;0.000000;,
0.382694;0.923875;0.000000;,
-0.127565;0.923875;0.000000;,
-0.563088;0.743481;0.000000;,
-0.743481;0.563088;0.000000;,
-0.923875;0.127565;0.000000;,
-0.923875;-0.127565;0.000000;,
-0.743481;-0.563088;0.000000;,
-0.563088;-0.743481;0.000000;,
-0.127565;-0.923875;0.000000;,
0.382694;-0.923875;0.000000;,
0.127565;-0.923875;0.000000;,
0.382694;-0.923875;0.000000;,
0.382694;0.923875;0.000000;,
0.382694;0.923875;0.000000;,
0.000000;0.923875;0.000000;,
0.000000;0.923875;0.000000;,
-0.382694;0.923875;0.000000;,
-0.382694;0.923875;0.000000;,
-0.923875;0.382694;0.000000;,
-0.923875;0.127565;0.000000;,
-0.923875;0.382694;0.000000;,
-0.923875;-0.127565;0.000000;,
-0.743481;-0.563088;0.000000;,
-0.563088;-0.743481;0.000000;,
0.000000;-0.923875;0.000000;,
0.382694;-0.923875;0.000000;,
0.382694;-0.923875;0.000000;,
0.000000;-0.923875;0.000000;,
0.127565;0.000000;-0.923875;,
0.382694;0.000000;-0.923875;,
0.382694;0.000000;-0.923875;,
-0.127565;0.000000;-0.923875;,
-0.563088;0.000000;-0.743481;,
-0.743481;0.000000;-0.563088;,
-0.923875;0.000000;-0.127565;,
-0.923875;0.000000;0.127565;,
-0.743481;0.000000;0.563088;,
-0.563088;0.000000;0.743481;,
-0.127565;0.000000;0.923875;,
0.382694;0.000000;0.923875;,
0.382694;0.000000;0.923875;,
0.127565;0.000000;0.923875;,
-0.127565;0.000000;-0.923875;,
0.127565;0.000000;-0.923875;,
0.382694;0.000000;-0.923875;,
0.382694;0.000000;-0.923875;,
-0.743481;0.000000;-0.563088;,
-0.563088;0.000000;-0.743481;,
-0.923875;0.000000;0.127565;,
-0.923875;0.000000;-0.127565;,
-0.563088;0.000000;0.743481;,
-0.743481;0.000000;0.563088;,
0.127565;0.000000;0.923875;,
-0.127565;0.000000;0.923875;,
0.382694;0.000000;0.923875;,
0.382694;0.000000;0.923875;,
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.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;,
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.923875;0.000000;0.127565;,
-0.923875;0.000000;-0.127565;,
-0.743481;0.000000;-0.563088;,
-0.743481;0.000000;0.563088;,
-0.563088;0.000000;-0.743481;,
-0.382694;0.000000;-0.923875;,
-0.563088;0.000000;0.743481;,
-0.382694;0.000000;0.923875;,
-0.382694;0.000000;-0.923875;,
0.382694;0.000000;-0.923875;,
0.382694;0.000000;-0.923875;,
0.563088;0.000000;-0.743481;,
-0.382694;0.000000;0.923875;,
0.563088;0.000000;0.743481;,
0.382694;0.000000;0.923875;,
0.382694;0.000000;0.923875;,
0.743481;0.000000;-0.563088;,
0.923875;0.000000;-0.127565;,
0.923875;0.000000;0.127565;,
0.743481;0.000000;0.563088;,
-0.923875;0.000000;0.127565;,
-0.923875;0.000000;-0.127565;,
-0.743481;0.000000;-0.563088;,
-0.743481;0.000000;0.563088;,
-0.563088;0.000000;-0.743481;,
-0.127565;0.000000;-0.923875;,
-0.563088;0.000000;0.743481;,
-0.127565;0.000000;0.923875;,
0.127565;0.000000;-0.923875;,
0.563088;0.000000;-0.743481;,
0.127565;0.000000;0.923875;,
0.563088;0.000000;0.743481;,
0.743481;0.000000;-0.563088;,
0.923875;0.000000;-0.127565;,
0.923875;0.000000;0.127565;,
0.743481;0.000000;0.563088;,
-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.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.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;-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.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.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.894427;0.000000;0.447214;,
0.894427;0.000000;0.447214;,
0.894427;0.000000;0.447214;,
0.894427;0.000000;0.447214;,
0.964809;0.000000;-0.149071;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.929618;0.000000;-0.298142;,
0.894427;0.000000;-0.447214;,
0.894427;0.000000;-0.447214;,
0.894427;0.000000;0.447214;,
0.894427;0.000000;0.447214;,
0.894427;0.000000;0.447214;,
0.894427;0.000000;0.447214;,
0.964809;0.000000;-0.149071;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.929618;0.000000;-0.298142;,
0.894427;0.000000;-0.447214;,
0.894427;0.000000;-0.447214;,
0.894427;0.000000;0.447214;,
0.894427;0.000000;0.447214;,
0.894427;0.000000;0.447214;,
0.894427;0.000000;0.447214;,
0.964809;0.000000;-0.149071;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.929618;0.000000;-0.298142;,
0.894427;0.000000;-0.447214;,
0.894427;0.000000;-0.447214;,
0.894427;0.000000;0.447214;,
0.894427;0.000000;0.447214;,
0.894427;0.000000;0.447214;,
0.894427;0.000000;0.447214;,
0.964809;0.000000;-0.149071;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.929618;0.000000;-0.298142;,
0.894427;0.000000;-0.447214;,
0.894427;0.000000;-0.447214;,
0.894427;0.000000;0.447214;,
0.894427;0.000000;0.447214;,
0.894427;0.000000;0.447214;,
0.894427;0.000000;0.447214;,
0.964809;0.000000;-0.149071;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.929618;0.000000;-0.298142;,
0.894427;0.000000;-0.447214;,
0.894427;0.000000;-0.447214;,
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.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.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.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.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
-0.432731;0.901523;0.000000;,
-0.432731;0.901523;0.000000;,
-0.432731;0.901523;0.000000;,
-0.432731;0.901523;0.000000;,
-0.461353;-0.887217;0.000000;,
-0.461353;-0.887217;0.000000;,
-0.461353;-0.887217;0.000000;,
-0.461353;-0.887217;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;,
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;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;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.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
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.371391;0.000000;0.928477;,
-0.371391;0.000000;0.928477;,
-0.371391;0.000000;0.928477;,
-0.371391;0.000000;0.928477;,
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.371391;0.000000;-0.928477;,
-0.371391;0.000000;-0.928477;,
-0.371391;0.000000;-0.928477;,
-0.371391;0.000000;-0.928477;,
-0.371391;0.000000;0.928477;,
-0.371391;0.000000;0.928477;,
-0.371391;0.000000;0.928477;,
-0.371391;0.000000;0.928477;,
-0.371391;0.000000;-0.928477;,
-0.371391;0.000000;-0.928477;,
-0.371391;0.000000;-0.928477;,
-0.371391;0.000000;-0.928477;,
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;,
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.741536;0.000000;-0.670913;,
0.741536;0.000000;-0.670913;,
0.741536;0.000000;-0.670913;,
0.741536;0.000000;-0.670913;,
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;,
-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.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.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.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.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.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;;
270;
3;0,1,2;,
3;0,2,3;,
3;4,0,3;,
3;4,3,5;,
3;6,4,5;,
3;6,5,7;,
3;8,6,7;,
3;8,7,9;,
3;10,8,9;,
3;11,12,13;,
3;10,9,12;,
3;11,10,12;,
3;14,15,16;,
3;14,16,17;,
3;18,14,17;,
3;18,17,19;,
3;20,18,19;,
3;20,19,21;,
3;22,20,21;,
3;22,21,23;,
3;24,22,23;,
3;25,26,27;,
3;24,23,26;,
3;25,24,26;,
3;28,29,30;,
3;31,30,29;,
3;32,30,31;,
3;33,30,32;,
3;34,35,36;,
3;35,37,36;,
3;38,37,35;,
3;39,37,38;,
3;38,40,39;,
3;41,42,40;,
3;40,43,39;,
3;42,43,40;,
3;44,45,46;,
3;47,44,46;,
3;48,44,47;,
3;49,48,47;,
3;50,48,49;,
3;51,50,49;,
3;52,50,51;,
3;53,52,51;,
3;54,52,53;,
3;55,56,57;,
3;57,54,53;,
3;56,54,57;,
3;58,59,60;,
3;59,61,60;,
3;62,63,58;,
3;63,59,58;,
3;64,65,62;,
3;65,63,62;,
3;66,67,64;,
3;67,65,64;,
3;68,69,66;,
3;69,67,66;,
3;70,71,68;,
3;71,69,68;,
3;72,73,74;,
3;72,74,75;,
3;76,77,78;,
3;76,78,79;,
3;80,81,82;,
3;80,82,83;,
3;84,85,86;,
3;84,86,87;,
3;88,89,90;,
3;88,90,91;,
3;92,93,94;,
3;95,93,92;,
3;93,96,94;,
3;94,96,97;,
3;98,95,92;,
3;99,95,98;,
3;96,100,97;,
3;101,102,103;,
3;104,99,98;,
3;105,106,107;,
3;102,108,103;,
3;103,108,109;,
3;108,110,109;,
3;109,110,111;,
3;111,105,107;,
3;110,105,111;,
3;112,113,114;,
3;115,113,112;,
3;113,116,114;,
3;114,116,117;,
3;118,115,112;,
3;119,115,118;,
3;116,120,117;,
3;117,120,121;,
3;122,119,118;,
3;123,119,122;,
3;120,124,121;,
3;121,124,125;,
3;124,126,125;,
3;125,126,127;,
3;127,123,122;,
3;126,123,127;,
3;128,129,130;,
3;128,130,131;,
3;132,133,134;,
3;132,134,135;,
3;136,137,138;,
3;136,138,139;,
3;140,141,142;,
3;140,142,143;,
3;144,145,146;,
3;144,146,147;,
3;148,149,150;,
3;148,150,151;,
3;152,153,154;,
3;152,154,155;,
3;152,155,156;,
3;152,156,157;,
3;158,159,160;,
3;158,160,161;,
3;158,161,162;,
3;158,162,163;,
3;164,165,166;,
3;164,166,167;,
3;164,167,168;,
3;164,168,169;,
3;170,171,172;,
3;170,172,173;,
3;170,173,174;,
3;170,174,175;,
3;176,177,178;,
3;176,178,179;,
3;176,179,180;,
3;176,180,181;,
3;182,183,184;,
3;182,184,185;,
3;186,187,188;,
3;186,188,189;,
3;190,186,189;,
3;190,189,191;,
3;192,193,194;,
3;192,194,195;,
3;196,197,198;,
3;196,198,199;,
3;200,196,199;,
3;200,199,201;,
3;202,203,204;,
3;202,204,205;,
3;206,207,208;,
3;206,208,209;,
3;210,206,209;,
3;210,209,211;,
3;212,213,214;,
3;212,214,215;,
3;216,217,218;,
3;216,218,219;,
3;220,216,219;,
3;220,219,221;,
3;222,223,224;,
3;222,224,225;,
3;226,227,228;,
3;226,228,229;,
3;230,226,229;,
3;230,229,231;,
3;232,233,234;,
3;232,234,235;,
3;232,235,236;,
3;232,236,237;,
3;238,239,240;,
3;238,240,241;,
3;238,241,242;,
3;238,242,243;,
3;244,245,246;,
3;244,246,247;,
3;244,247,248;,
3;244,248,249;,
3;250,251,252;,
3;250,252,253;,
3;250,253,254;,
3;250,254,255;,
3;256,257,258;,
3;256,258,259;,
3;256,259,260;,
3;256,260,261;,
3;262,263,264;,
3;262,264,265;,
3;266,267,268;,
3;266,268,269;,
3;270,271,272;,
3;270,272,273;,
3;273,272,274;,
3;273,274,275;,
3;276,277,278;,
3;276,278,279;,
3;280,281,282;,
3;280,282,283;,
3;284,285,286;,
3;284,286,287;,
3;288,289,290;,
3;288,290,291;,
3;292,263,262;,
3;292,262,293;,
3;294,295,296;,
3;294,296,297;,
3;298,299,300;,
3;298,300,301;,
3;302,303,304;,
3;302,304,305;,
3;306,307,308;,
3;306,308,309;,
3;310,311,312;,
3;310,312,313;,
3;314,315,316;,
3;314,316,317;,
3;318,319,320;,
3;318,320,321;,
3;322,323,324;,
3;322,324,325;,
3;326,327,328;,
3;326,328,329;,
3;330,331,332;,
3;330,332,333;,
3;334,335,336;,
3;334,336,337;,
3;338,339,340;,
3;338,340,341;,
3;342,343,344;,
3;342,344,345;,
3;346,347,348;,
3;346,348,349;,
3;350,351,352;,
3;350,352,353;,
3;354,355,356;,
3;354,356,357;,
3;358,359,360;,
3;358,360,361;,
3;362,363,364;,
3;362,364,365;,
3;366,367,368;,
3;366,368,369;,
3;370,371,372;,
3;370,372,373;,
3;374,375,376;,
3;374,376,377;,
3;378,379,380;,
3;378,380,381;,
3;382,383,384;,
3;382,384,385;,
3;386,387,388;,
3;386,388,389;,
3;390,391,392;,
3;390,392,393;,
3;394,395,396;,
3;394,396,397;,
3;398,399,400;,
3;398,400,401;,
3;400,402,403;,
3;400,403,401;,
3;404,405,406;,
3;404,406,407;,
3;408,409,410;,
3;408,410,411;,
3;412,413,414;,
3;412,414,415;,
3;416,417,418;,
3;416,418,419;,
3;420,421,422;,
3;420,422,423;,
3;424,425,426;,
3;424,426,427;;
}
MeshMaterialList {
15;
270;
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,
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,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
5,
5,
5,
5,
5,
5,
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,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
7,
7,
7,
7,
7,
7,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
9,
9,
9,
9,
10,
10,
11,
11,
11,
11,
12,
12,
12,
12,
13,
13,
13,
13,
13,
13,
13,
13,
13,
13,
13,
13,
13,
13,
13,
13,
14,
14,
14,
14,
14,
14,
14,
14,
14,
14,
14,
14;
Material {
0.877600;0.602100;0.254300;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intD_tex.png";
}
}
Material {
0.258200;0.184678;0.334700;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA4_tex.png";
}
}
Material {
0.951000;0.277210;0.275600;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intD_tex.png";
}
}
Material {
0.339100;0.259531;0.432700;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA6_tex.png";
}
}
Material {
0.714300;0.413313;0.177900;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genC2_tex.png";
}
}
Material {
0.918400;0.731145;0.678500;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intC_tex.png";
}
}
Material {
0.600000;0.468806;0.467800;1.000000;;
39.100000;
0.138800;0.125750;0.138800;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA5_tex.png";
}
}
Material {
0.485700;0.338314;0.420200;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intG_tex.png";
}
}
Material {
0.685700;0.542629;0.072800;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA2_tex.png";
}
}
Material {
0.367300;0.259913;0.265300;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA4_tex.png";
}
}
Material {
0.657100;0.187357;0.150200;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA5_tex.png";
}
}
Material {
0.440800;0.126350;0.120600;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA4_tex.png";
}
}
Material {
1.000000;1.000000;1.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intE_tex.png";
}
}
Material {
0.330600;0.209058;0.285900;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intG_tex.png";
}
}
Material {
1.000000;1.000000;1.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.900000;0.800000;0.700000;;
TextureFilename {
"NULL.png";
}
}
}
}
}
}