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

2702 lines
68 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 {
530;
32.500000;15.000000;3.500000;,
33.500000;17.000000;3.500000;,
33.500000;18.000000;3.500000;,
30.000000;18.000000;3.500000;,
30.000000;15.000000;3.500000;,
25.000000;28.000000;-15.000000;,
25.000000;28.000000;15.000000;,
23.250000;28.000000;15.000000;,
23.250000;28.000000;-15.000000;,
-23.250000;28.000000;15.000000;,
-25.000000;28.000000;15.000000;,
-25.000000;28.000000;-15.000000;,
-23.250000;28.000000;-15.000000;,
26.500000;18.000000;-2.000000;,
26.500000;15.000000;-2.000000;,
27.500000;15.000000;-1.500000;,
27.500000;18.000000;-1.500000;,
27.500000;15.000000;0.000000;,
27.500000;18.000000;0.000000;,
32.500000;15.000000;0.000000;,
34.000000;18.000000;0.000000;,
26.500000;18.000000;-3.500000;,
26.500000;15.000000;-3.500000;,
34.000000;18.000000;-4.500000;,
32.500000;15.000000;-4.500000;,
27.500000;15.000000;-4.500000;,
27.500000;18.000000;-4.500000;,
11.150000;28.000000;-6.000000;,
11.150000;28.000000;-15.000000;,
12.850000;28.000000;-15.000000;,
12.850000;28.000000;-6.000000;,
-0.900000;28.000000;-6.000000;,
-0.900000;28.000000;-15.000000;,
0.800000;28.000000;-15.000000;,
0.800000;28.000000;-6.000000;,
-12.950000;28.000000;-6.000000;,
-12.950000;28.000000;-15.000000;,
-11.250000;28.000000;-15.000000;,
-11.250000;28.000000;-6.000000;,
12.850000;29.000000;-6.000000;,
12.850000;29.000000;15.000000;,
23.250000;29.000000;15.000000;,
23.250000;29.000000;-6.000000;,
-23.250000;29.000000;-6.000000;,
23.250000;29.000000;-6.000000;,
23.250000;28.000000;-6.000000;,
-23.250000;28.000000;-6.000000;,
-23.250000;29.000000;15.000000;,
-23.250000;28.000000;15.000000;,
23.250000;28.000000;15.000000;,
23.250000;29.000000;15.000000;,
-23.250000;28.000000;15.000000;,
-23.250000;28.000000;-6.000000;,
23.250000;28.000000;-6.000000;,
23.250000;28.000000;15.000000;,
-12.950000;34.000000;-15.000000;,
-23.250000;34.000000;-15.000000;,
-23.250000;35.000000;-15.000000;,
-12.950000;35.000000;-15.000000;,
-23.250000;34.000000;15.000000;,
-12.950000;34.000000;15.000000;,
-12.950000;35.000000;15.000000;,
-23.250000;35.000000;15.000000;,
-23.250000;35.000000;-15.000000;,
-23.250000;35.000000;15.000000;,
-12.950000;35.000000;15.000000;,
-12.950000;35.000000;-15.000000;,
-23.250000;34.000000;-15.000000;,
-12.950000;34.000000;-15.000000;,
-12.950000;34.000000;15.000000;,
-23.250000;34.000000;15.000000;,
-0.900000;34.000000;-15.000000;,
-11.250000;34.000000;-15.000000;,
-11.250000;35.000000;-15.000000;,
-0.900000;35.000000;-15.000000;,
-11.250000;34.000000;15.000000;,
-0.900000;34.000000;15.000000;,
-0.900000;35.000000;15.000000;,
-11.250000;35.000000;15.000000;,
-11.250000;35.000000;-15.000000;,
-11.250000;35.000000;15.000000;,
-0.900000;35.000000;15.000000;,
-0.900000;35.000000;-15.000000;,
-11.250000;34.000000;-15.000000;,
-0.900000;34.000000;-15.000000;,
-0.900000;34.000000;15.000000;,
-11.250000;34.000000;15.000000;,
0.800000;35.000000;-15.000000;,
11.150000;35.000000;-15.000000;,
11.150000;34.000000;-15.000000;,
0.800000;34.000000;-15.000000;,
0.800000;34.000000;15.000000;,
11.150000;34.000000;15.000000;,
11.150000;35.000000;15.000000;,
0.800000;35.000000;15.000000;,
0.800000;35.000000;-15.000000;,
0.800000;35.000000;15.000000;,
11.150000;35.000000;15.000000;,
11.150000;35.000000;-15.000000;,
0.800000;34.000000;-15.000000;,
11.150000;34.000000;-15.000000;,
11.150000;34.000000;15.000000;,
0.800000;34.000000;15.000000;,
12.850000;35.000000;-15.000000;,
23.250000;35.000000;-15.000000;,
23.250000;34.000000;-15.000000;,
12.850000;34.000000;-15.000000;,
23.250000;35.000000;15.000000;,
12.850000;35.000000;15.000000;,
12.850000;34.000000;15.000000;,
23.250000;34.000000;15.000000;,
12.850000;34.000000;-15.000000;,
23.250000;34.000000;-15.000000;,
23.250000;34.000000;15.000000;,
12.850000;34.000000;15.000000;,
12.850000;35.000000;-15.000000;,
12.850000;35.000000;15.000000;,
23.250000;35.000000;15.000000;,
23.250000;35.000000;-15.000000;,
0.800000;29.000000;-6.000000;,
0.800000;29.000000;15.000000;,
11.150000;29.000000;15.000000;,
11.150000;29.000000;-6.000000;,
-11.250000;29.000000;-6.000000;,
-11.250000;29.000000;15.000000;,
-0.900000;29.000000;15.000000;,
-0.900000;29.000000;-6.000000;,
-23.250000;29.000000;-6.000000;,
-23.250000;29.000000;15.000000;,
-12.950000;29.000000;15.000000;,
-12.950000;29.000000;-6.000000;,
-35.000000;50.000000;-40.000000;,
-35.000000;50.000000;-25.000000;,
-35.000000;14.300000;-25.000000;,
-35.000000;14.300000;-40.000000;,
35.000000;50.000000;25.000000;,
35.000000;14.300000;25.000000;,
35.000000;14.300000;40.000000;,
35.000000;50.000000;40.000000;,
45.000000;40.000000;-17.000000;,
45.000000;40.000000;17.000000;,
-45.000000;40.000000;17.000000;,
-45.000000;40.000000;-17.000000;,
24.500000;40.000000;-17.000000;,
24.500000;50.000000;-20.000000;,
50.000000;50.000000;-20.000000;,
45.000000;40.000000;-17.000000;,
-24.500000;40.000000;-17.000000;,
-45.000000;40.000000;-17.000000;,
-50.000000;50.000000;-20.000000;,
-24.500000;50.000000;-20.000000;,
-24.500000;40.000000;17.000000;,
-24.500000;50.000000;20.000000;,
-50.000000;50.000000;20.000000;,
-45.000000;40.000000;17.000000;,
50.000000;50.000000;20.000000;,
24.500000;50.000000;20.000000;,
24.500000;40.000000;17.000000;,
45.000000;40.000000;17.000000;,
45.000000;40.000000;-17.000000;,
40.000000;30.000000;-17.000000;,
25.000000;30.000000;-17.000000;,
25.000000;40.000000;-17.000000;,
40.000000;30.000000;-17.000000;,
40.000000;30.000000;-6.000000;,
25.000000;30.000000;-6.000000;,
25.000000;30.000000;-17.000000;,
45.000000;40.000000;-6.000000;,
25.000000;40.000000;-6.000000;,
25.000000;30.000000;-6.000000;,
40.000000;30.000000;-6.000000;,
40.000000;30.000000;4.000000;,
45.000000;40.000000;4.000000;,
45.000000;40.000000;-6.000000;,
40.000000;30.000000;-6.000000;,
45.000000;40.000000;4.000000;,
40.000000;30.000000;4.000000;,
25.000000;30.000000;4.000000;,
25.000000;40.000000;4.000000;,
40.000000;30.000000;4.000000;,
40.000000;30.000000;13.000000;,
25.000000;30.000000;13.000000;,
25.000000;30.000000;4.000000;,
45.000000;40.000000;13.000000;,
25.000000;40.000000;13.000000;,
25.000000;30.000000;13.000000;,
40.000000;30.000000;13.000000;,
-45.000000;40.000000;-14.000000;,
-25.000000;40.000000;-14.000000;,
-25.000000;30.000000;-14.000000;,
-40.000000;30.000000;-14.000000;,
-40.000000;30.000000;-14.000000;,
-25.000000;30.000000;-14.000000;,
-25.000000;30.000000;14.000000;,
-40.000000;30.000000;14.000000;,
-45.000000;40.000000;14.000000;,
-40.000000;30.000000;14.000000;,
-25.000000;30.000000;14.000000;,
-25.000000;40.000000;14.000000;,
-25.000000;0.000000;0.000000;,
-20.000000;0.000000;0.000000;,
-35.000000;30.000000;0.000000;,
-40.000000;30.000000;0.000000;,
-20.000000;0.000000;0.000000;,
-20.000000;0.000000;-2.500000;,
-35.000000;30.000000;-2.500000;,
-35.000000;30.000000;0.000000;,
-20.000000;0.000000;-2.500000;,
-25.000000;0.000000;-2.500000;,
-40.000000;30.000000;-2.500000;,
-35.000000;30.000000;-2.500000;,
25.000000;0.000000;5.000000;,
40.000000;30.000000;5.000000;,
40.000000;30.000000;-6.000000;,
25.000000;0.000000;-6.000000;,
30.000000;18.000000;0.500000;,
30.000000;15.000000;0.500000;,
29.000000;15.000000;1.500000;,
29.000000;18.000000;1.500000;,
29.000000;18.000000;2.500000;,
29.000000;15.000000;2.500000;,
-50.000000;50.000000;-45.000000;,
-35.000000;14.300000;-25.000000;,
-35.000000;50.000000;-25.000000;,
-50.000000;50.000000;-20.000000;,
35.000000;14.300000;25.000000;,
35.000000;50.000000;25.000000;,
50.000000;50.000000;20.000000;,
50.000000;50.000000;45.000000;,
32.500000;15.000000;-4.500000;,
27.500000;15.000000;-1.500000;,
26.500000;15.000000;-2.000000;,
26.500000;15.000000;-3.500000;,
27.500000;15.000000;-4.500000;,
23.250000;40.000000;17.000000;,
23.250000;31.000000;17.000000;,
25.000000;31.000000;17.000000;,
25.000000;40.000000;17.000000;,
23.250000;28.000000;15.000000;,
25.000000;28.000000;15.000000;,
25.000000;40.000000;-17.000000;,
25.000000;31.000000;-17.000000;,
23.250000;31.000000;-17.000000;,
23.250000;40.000000;-17.000000;,
23.250000;28.000000;-15.000000;,
25.000000;28.000000;-15.000000;,
-25.000000;31.000000;-17.000000;,
-25.000000;40.000000;-17.000000;,
-23.250000;40.000000;-17.000000;,
-23.250000;31.000000;-17.000000;,
-25.000000;31.000000;17.000000;,
-23.250000;31.000000;17.000000;,
-23.250000;40.000000;17.000000;,
-25.000000;40.000000;17.000000;,
-23.250000;28.000000;-15.000000;,
-25.000000;28.000000;-15.000000;,
-25.000000;28.000000;15.000000;,
-23.250000;28.000000;15.000000;,
32.500000;15.000000;0.000000;,
27.500000;15.000000;0.000000;,
12.850000;31.000000;-17.000000;,
11.150000;31.000000;-17.000000;,
11.150000;40.000000;-17.000000;,
12.850000;40.000000;-17.000000;,
11.150000;28.000000;-15.000000;,
12.850000;28.000000;-15.000000;,
11.150000;28.000000;15.000000;,
12.850000;28.000000;15.000000;,
12.850000;31.000000;17.000000;,
11.150000;31.000000;17.000000;,
12.850000;40.000000;17.000000;,
11.150000;40.000000;17.000000;,
0.800000;31.000000;-17.000000;,
-0.900000;31.000000;-17.000000;,
-0.900000;40.000000;-17.000000;,
0.800000;40.000000;-17.000000;,
-0.900000;28.000000;-15.000000;,
-0.900000;31.000000;-17.000000;,
0.800000;31.000000;-17.000000;,
0.800000;28.000000;-15.000000;,
-0.900000;28.000000;15.000000;,
0.800000;28.000000;15.000000;,
0.800000;31.000000;17.000000;,
-0.900000;31.000000;17.000000;,
-0.900000;31.000000;17.000000;,
0.800000;31.000000;17.000000;,
0.800000;40.000000;17.000000;,
-0.900000;40.000000;17.000000;,
-11.250000;31.000000;-17.000000;,
-12.950000;31.000000;-17.000000;,
-12.950000;40.000000;-17.000000;,
-11.250000;40.000000;-17.000000;,
-12.950000;28.000000;15.000000;,
-11.250000;28.000000;15.000000;,
-11.250000;31.000000;17.000000;,
-12.950000;31.000000;17.000000;,
-11.250000;40.000000;17.000000;,
-12.950000;40.000000;17.000000;,
-12.950000;28.000000;-15.000000;,
-11.250000;28.000000;-15.000000;,
25.000000;18.000000;4.000000;,
25.000000;18.000000;-6.000000;,
34.000000;18.000000;-6.000000;,
34.000000;18.000000;4.000000;,
34.500000;19.000000;4.000000;,
34.500000;19.000000;-6.000000;,
26.000000;19.000000;-6.000000;,
26.000000;19.000000;4.000000;,
19.900000;3.100000;-6.000000;,
19.900000;3.100000;4.000000;,
26.600000;3.100000;4.000000;,
26.600000;3.100000;-6.000000;,
19.100000;1.800000;-6.000000;,
19.100000;1.800000;4.000000;,
19.900000;3.100000;4.000000;,
19.900000;3.100000;-6.000000;,
26.600000;3.100000;-6.000000;,
26.600000;1.800000;-6.000000;,
26.600000;3.100000;4.000000;,
19.900000;3.100000;4.000000;,
19.100000;1.800000;4.000000;,
26.600000;1.800000;4.000000;,
30.000000;15.000000;0.500000;,
30.000000;15.000000;3.500000;,
29.000000;15.000000;2.500000;,
29.000000;15.000000;1.500000;,
-34.885798;33.500000;-38.942602;,
-34.885798;34.500000;-38.942602;,
-34.885798;34.500000;-35.942602;,
-34.885798;33.500000;-35.942602;,
-38.385798;33.500000;-23.775998;,
-38.385798;34.500000;-23.775998;,
-40.885798;34.500000;-22.942600;,
-40.885798;33.500000;-22.942600;,
38.320998;33.500000;41.272899;,
40.820998;33.500000;42.106202;,
40.820998;34.500000;42.106202;,
38.320998;34.500000;41.272899;,
35.320998;33.500000;40.272899;,
37.820998;33.500000;41.106202;,
37.820998;34.500000;41.106202;,
35.320998;34.500000;40.272899;,
34.820998;33.500000;26.106200;,
34.820998;33.500000;29.106198;,
34.820998;34.500000;29.106198;,
34.820998;34.500000;26.106200;,
34.820998;33.500000;29.606198;,
34.820998;33.500000;32.606202;,
34.820998;34.500000;32.606202;,
34.820998;34.500000;29.606198;,
34.820998;33.500000;33.106202;,
34.820998;33.500000;36.106202;,
34.820998;34.500000;36.106202;,
34.820998;34.500000;33.106202;,
34.820998;33.500000;36.606202;,
34.820998;33.500000;39.606202;,
34.820998;34.500000;39.606202;,
34.820998;34.500000;36.606202;,
34.820998;40.500000;26.106200;,
34.820998;40.500000;29.106198;,
34.820998;41.500000;29.106198;,
34.820998;41.500000;26.106200;,
34.820998;40.500000;29.606198;,
34.820998;40.500000;32.606202;,
34.820998;41.500000;32.606202;,
34.820998;41.500000;29.606198;,
34.820998;40.500000;33.106202;,
34.820998;40.500000;36.106202;,
34.820998;41.500000;36.106202;,
34.820998;41.500000;33.106202;,
34.820998;40.500000;36.606202;,
34.820998;40.500000;39.606202;,
34.820998;41.500000;39.606202;,
34.820998;41.500000;36.606202;,
-35.385798;33.500000;-24.775998;,
-35.385798;34.500000;-24.775998;,
-37.885798;34.500000;-23.942600;,
-37.885798;33.500000;-23.942600;,
-34.885798;33.500000;-35.442602;,
-34.885798;34.500000;-35.442602;,
-34.885798;34.500000;-32.442602;,
-34.885798;33.500000;-32.442602;,
-34.885798;33.500000;-31.942602;,
-34.885798;34.500000;-31.942602;,
-34.885798;34.500000;-28.942602;,
-34.885798;33.500000;-28.942602;,
-34.885798;33.500000;-28.442602;,
-34.885798;34.500000;-28.442602;,
-34.885798;34.500000;-25.442600;,
-34.885798;33.500000;-25.442600;,
-34.885798;40.500000;-38.942602;,
-34.885798;41.500000;-38.942602;,
-34.885798;41.500000;-35.942602;,
-34.885798;40.500000;-35.942602;,
-34.885798;40.500000;-35.442602;,
-34.885798;41.500000;-35.442602;,
-34.885798;41.500000;-32.442602;,
-34.885798;40.500000;-32.442602;,
-34.885798;40.500000;-31.942602;,
-34.885798;41.500000;-31.942602;,
-34.885798;41.500000;-28.942602;,
-34.885798;40.500000;-28.942602;,
-34.885798;40.500000;-28.442602;,
-34.885798;41.500000;-28.442602;,
-34.885798;41.500000;-25.442600;,
-34.885798;40.500000;-25.442600;,
26.300000;3.000000;1.500000;,
25.550000;3.000000;1.750000;,
31.550000;15.000000;1.750000;,
32.300000;15.000000;1.500000;,
25.550000;3.000000;2.250000;,
31.550000;15.000000;2.250000;,
26.300000;3.000000;2.500000;,
32.300000;15.000000;2.500000;,
26.300000;3.000000;-1.500000;,
24.550000;3.000000;-1.250000;,
30.550000;15.000000;-1.250000;,
32.300000;15.000000;-1.500000;,
24.550000;3.000000;-0.750000;,
30.550000;15.000000;-0.750000;,
26.300000;3.000000;-0.500000;,
32.300000;15.000000;-0.500000;,
24.550000;3.000000;-3.250000;,
24.550000;3.000000;-2.750000;,
30.550000;15.000000;-2.750000;,
30.550000;15.000000;-3.250000;,
26.300000;3.000000;-3.500000;,
32.300000;15.000000;-3.500000;,
26.300000;3.000000;-2.500000;,
32.300000;15.000000;-2.500000;,
27.745002;6.000000;-4.000000;,
27.745002;6.000000;-2.000000;,
44.744998;40.000000;-2.000000;,
44.744998;40.000000;-4.000000;,
27.745002;6.000000;1.000000;,
27.745002;6.000000;3.000000;,
44.744998;40.000000;3.000000;,
44.744998;40.000000;1.000000;,
-24.500000;40.000000;-17.000000;,
-24.500000;50.000000;-20.000000;,
24.500000;50.000000;-20.000000;,
24.500000;40.000000;-17.000000;,
24.500000;40.000000;17.000000;,
24.500000;50.000000;20.000000;,
-24.500000;50.000000;20.000000;,
-24.500000;40.000000;17.000000;,
25.000000;30.000000;-6.000000;,
25.000000;30.000000;-16.000000;,
25.000000;0.000000;-16.000000;,
25.000000;0.000000;-6.000000;,
25.000000;30.000000;12.000000;,
25.000000;30.000000;5.000000;,
25.000000;0.000000;5.000000;,
25.000000;0.000000;12.000000;,
25.000000;30.000000;-6.000000;,
25.000000;0.000000;-6.000000;,
40.000000;30.000000;-6.000000;,
25.000000;30.000000;-16.000000;,
40.000000;30.000000;-16.000000;,
25.000000;0.000000;-16.000000;,
25.000000;30.000000;12.000000;,
25.000000;0.000000;12.000000;,
40.000000;30.000000;12.000000;,
25.000000;30.000000;5.000000;,
40.000000;30.000000;5.000000;,
25.000000;0.000000;5.000000;,
26.000000;19.000000;4.000000;,
26.000000;19.000000;-6.000000;,
25.000000;18.000000;-6.000000;,
25.000000;18.000000;4.000000;,
25.000000;40.000000;17.000000;,
25.000000;31.000000;17.000000;,
25.000000;28.000000;15.000000;,
25.000000;28.000000;-15.000000;,
25.000000;31.000000;-17.000000;,
25.000000;40.000000;-17.000000;,
23.250000;40.000000;-17.000000;,
23.250000;31.000000;-17.000000;,
23.250000;28.000000;-15.000000;,
23.250000;28.000000;15.000000;,
23.250000;31.000000;17.000000;,
23.250000;40.000000;17.000000;,
-23.250000;40.000000;17.000000;,
-23.250000;31.000000;17.000000;,
-23.250000;28.000000;15.000000;,
-23.250000;28.000000;-15.000000;,
-23.250000;31.000000;-17.000000;,
-23.250000;40.000000;-17.000000;,
-25.000000;28.000000;-15.000000;,
-25.000000;28.000000;15.000000;,
-25.000000;31.000000;17.000000;,
-25.000000;40.000000;17.000000;,
-25.000000;40.000000;-17.000000;,
-25.000000;31.000000;-17.000000;,
12.850000;28.000000;-15.000000;,
12.850000;31.000000;-17.000000;,
12.850000;40.000000;-17.000000;,
12.850000;40.000000;17.000000;,
12.850000;31.000000;17.000000;,
12.850000;28.000000;15.000000;,
11.150000;28.000000;15.000000;,
11.150000;31.000000;17.000000;,
11.150000;40.000000;17.000000;,
11.150000;40.000000;-17.000000;,
11.150000;31.000000;-17.000000;,
11.150000;28.000000;-15.000000;,
0.800000;28.000000;-15.000000;,
0.800000;31.000000;-17.000000;,
0.800000;40.000000;-17.000000;,
0.800000;40.000000;17.000000;,
0.800000;31.000000;17.000000;,
0.800000;28.000000;15.000000;,
-0.900000;28.000000;15.000000;,
-0.900000;31.000000;17.000000;,
-0.900000;40.000000;17.000000;,
-0.900000;40.000000;-17.000000;,
-0.900000;31.000000;-17.000000;,
-0.900000;28.000000;-15.000000;,
-11.250000;28.000000;-15.000000;,
-11.250000;31.000000;-17.000000;,
-11.250000;40.000000;-17.000000;,
-11.250000;40.000000;17.000000;,
-11.250000;31.000000;17.000000;,
-11.250000;28.000000;15.000000;,
-12.950000;40.000000;-17.000000;,
-12.950000;31.000000;-17.000000;,
-12.950000;28.000000;-15.000000;,
-12.950000;28.000000;15.000000;,
-12.950000;31.000000;17.000000;,
-12.950000;40.000000;17.000000;;
298;
3;0,1,2;,
3;0,2,3;,
3;0,3,4;,
3;5,6,7;,
3;5,7,8;,
3;9,10,11;,
3;9,11,12;,
3;13,14,15;,
3;13,15,16;,
3;16,15,17;,
3;16,17,18;,
3;19,20,18;,
3;19,18,17;,
3;21,22,14;,
3;21,14,13;,
3;23,24,25;,
3;23,25,26;,
3;26,25,22;,
3;26,22,21;,
3;27,28,29;,
3;27,29,30;,
3;31,32,33;,
3;31,33,34;,
3;35,36,37;,
3;35,37,38;,
3;39,40,41;,
3;39,41,42;,
3;43,44,45;,
3;43,45,46;,
3;47,48,49;,
3;47,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;63,64,65;,
3;63,65,66;,
3;67,68,69;,
3;67,69,70;,
3;71,72,73;,
3;71,73,74;,
3;75,76,77;,
3;75,77,78;,
3;79,80,81;,
3;79,81,82;,
3;83,84,85;,
3;83,85,86;,
3;87,88,89;,
3;87,89,90;,
3;91,92,93;,
3;91,93,94;,
3;95,96,97;,
3;95,97,98;,
3;99,100,101;,
3;99,101,102;,
3;103,104,105;,
3;103,105,106;,
3;107,108,109;,
3;107,109,110;,
3;111,112,113;,
3;111,113,114;,
3;115,116,117;,
3;115,117,118;,
3;119,120,121;,
3;119,121,122;,
3;123,124,125;,
3;123,125,126;,
3;127,128,129;,
3;127,129,130;,
3;131,132,133;,
3;131,133,134;,
3;135,136,137;,
3;135,137,138;,
3;139,140,141;,
3;139,141,142;,
3;143,144,145;,
3;143,145,146;,
3;147,148,149;,
3;147,149,150;,
3;151,152,153;,
3;151,153,154;,
3;155,156,157;,
3;155,157,158;,
3;159,160,161;,
3;159,161,162;,
3;163,164,165;,
3;163,165,166;,
3;167,168,169;,
3;167,169,170;,
3;171,172,173;,
3;171,173,174;,
3;175,176,177;,
3;175,177,178;,
3;179,180,181;,
3;179,181,182;,
3;183,184,185;,
3;183,185,186;,
3;187,188,189;,
3;187,189,190;,
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;203,204,205;,
3;203,205,206;,
3;207,208,209;,
3;207,209,210;,
3;211,212,213;,
3;211,213,214;,
3;215,216,217;,
3;215,217,218;,
3;219,220,4;,
3;219,4,3;,
3;218,217,220;,
3;218,220,219;,
3;134,221,131;,
3;222,223,224;,
3;225,226,227;,
3;137,228,138;,
3;229,230,231;,
3;229,231,232;,
3;229,232,233;,
3;234,235,236;,
3;234,236,237;,
3;238,239,236;,
3;238,236,235;,
3;240,241,242;,
3;240,242,243;,
3;244,242,241;,
3;244,241,245;,
3;246,247,248;,
3;246,248,249;,
3;250,251,252;,
3;250,252,253;,
3;254,255,246;,
3;254,246,249;,
3;256,257,251;,
3;256,251,250;,
3;229,258,259;,
3;229,259,230;,
3;260,261,262;,
3;260,262,263;,
3;264,261,260;,
3;264,260,265;,
3;266,267,268;,
3;266,268,269;,
3;269,268,270;,
3;269,270,271;,
3;272,273,274;,
3;272,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,293,294;,
3;292,294,295;,
3;295,294,296;,
3;295,296,297;,
3;298,289,288;,
3;298,288,299;,
3;300,301,302;,
3;300,302,303;,
3;304,305,306;,
3;304,306,307;,
3;308,309,310;,
3;308,310,311;,
3;312,313,314;,
3;312,314,315;,
3;316,317,312;,
3;316,312,315;,
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;402,403,404;,
3;402,404,405;,
3;406,407,408;,
3;406,408,409;,
3;407,410,411;,
3;407,411,408;,
3;412,413,411;,
3;412,411,410;,
3;414,415,416;,
3;414,416,417;,
3;415,418,419;,
3;415,419,416;,
3;420,421,419;,
3;420,419,418;,
3;422,423,424;,
3;422,424,425;,
3;426,422,425;,
3;426,425,427;,
3;428,429,424;,
3;428,424,423;,
3;430,431,432;,
3;430,432,433;,
3;434,435,436;,
3;434,436,437;,
3;438,439,440;,
3;438,440,441;,
3;442,443,444;,
3;442,444,445;,
3;446,447,448;,
3;446,448,449;,
3;450,451,452;,
3;450,452,453;,
3;454,455,456;,
3;457,458,459;,
3;460,461,462;,
3;463,464,465;,
3;466,467,468;,
3;466,468,469;,
3;470,471,472;,
3;470,472,473;,
3;470,473,474;,
3;470,474,475;,
3;476,477,478;,
3;476,478,479;,
3;476,479,480;,
3;476,480,481;,
3;482,483,484;,
3;482,484,485;,
3;482,485,486;,
3;482,486,487;,
3;488,489,490;,
3;488,490,491;,
3;488,491,492;,
3;488,492,493;,
3;494,495,496;,
3;494,496,497;,
3;494,497,498;,
3;494,498,499;,
3;500,501,502;,
3;500,502,503;,
3;500,503,504;,
3;500,504,505;,
3;506,507,508;,
3;506,508,509;,
3;506,509,510;,
3;506,510,511;,
3;512,513,514;,
3;512,514,515;,
3;512,515,516;,
3;512,516,517;,
3;518,519,520;,
3;518,520,521;,
3;518,521,522;,
3;518,522,523;,
3;524,525,526;,
3;524,526,527;,
3;524,527,528;,
3;524,528,529;;
MeshTextureCoords {
530;
0.075888;0.645715;,
0.075888;0.866900;,
0.075888;0.977493;,
0.075888;0.977493;,
0.075888;0.645715;,
3.538620;0.016346;,
3.538620;2.152770;,
3.420220;2.152770;,
3.420220;0.016346;,
0.274219;2.152770;,
0.155821;2.152770;,
0.155820;0.016347;,
0.274218;0.016347;,
0.638220;0.977493;,
0.638220;0.645715;,
0.587099;0.645715;,
0.587099;0.977493;,
0.433736;0.645715;,
0.433736;0.977493;,
0.433736;0.645715;,
0.433736;0.977493;,
0.791584;0.977492;,
0.791584;0.645715;,
0.893826;0.977492;,
0.893826;0.645715;,
0.893826;0.645715;,
0.893826;0.977492;,
2.601580;0.657272;,
2.601580;0.016346;,
2.716600;0.016346;,
2.716600;0.657272;,
1.786330;0.657272;,
1.786330;0.016346;,
1.901340;0.016346;,
1.901340;0.657272;,
0.971075;0.657272;,
0.971075;0.016347;,
1.086090;0.016347;,
1.086090;0.657272;,
2.871590;0.827060;,
2.871590;2.678550;,
3.732470;2.678550;,
3.732470;0.827060;,
0.487658;0.299753;,
5.010690;0.299752;,
5.010690;0.194955;,
0.487658;0.194956;,
0.487658;0.299753;,
0.487658;0.194956;,
5.010690;0.194955;,
5.010690;0.299752;,
0.883356;2.678550;,
0.883356;0.827060;,
4.732470;0.827060;,
4.732470;2.678550;,
1.489534;0.823741;,
0.487658;0.823741;,
0.487658;0.928539;,
1.489534;0.928539;,
0.487658;0.823741;,
1.489534;0.823741;,
1.489534;0.928539;,
0.487658;0.928539;,
0.883356;0.033563;,
0.883356;2.678550;,
1.735956;2.678550;,
1.735956;0.033563;,
0.883356;0.033563;,
1.735956;0.033563;,
1.735956;2.678550;,
0.883356;2.678550;,
1.661630;0.823741;,
0.654892;0.823741;,
0.654892;0.928539;,
1.661630;0.928538;,
0.654892;0.823741;,
1.661630;0.823741;,
1.661630;0.928538;,
0.654892;0.928539;,
0.876676;0.033563;,
0.876676;2.678550;,
1.733420;2.678550;,
1.733410;0.033563;,
0.876676;0.033563;,
1.733410;0.033563;,
1.733420;2.678550;,
0.876676;2.678550;,
1.826990;0.928538;,
2.833730;0.928538;,
2.833730;0.823741;,
1.826990;0.823741;,
1.826990;0.823741;,
2.833730;0.823741;,
2.833730;0.928538;,
1.826990;0.928538;,
1.874140;0.033563;,
1.874140;2.678550;,
2.730870;2.678550;,
2.730870;0.033563;,
1.874140;0.033563;,
2.730870;0.033563;,
2.730870;2.678550;,
1.874140;2.678550;,
2.999090;0.928538;,
4.010690;0.928538;,
4.010690;0.823740;,
2.999090;0.823740;,
4.010690;0.928538;,
2.999090;0.928538;,
2.999090;0.823740;,
4.010690;0.823740;,
2.871590;0.033562;,
3.732470;0.033562;,
3.732470;2.678550;,
2.871590;2.678550;,
2.871590;0.033562;,
2.871590;2.678550;,
3.732470;2.678550;,
3.732470;0.033562;,
1.874140;0.827060;,
1.874140;2.678550;,
2.730870;2.678550;,
2.730870;0.827060;,
0.876676;0.827060;,
0.876676;2.678550;,
1.733420;2.678550;,
1.733420;0.827060;,
0.883356;0.827060;,
0.883356;2.678550;,
1.735956;2.678550;,
1.735956;0.827060;,
0.803967;2.015760;,
0.181056;2.015760;,
0.181055;0.486325;,
0.803966;0.486325;,
1.104690;2.015760;,
1.104690;0.486326;,
0.481770;0.486326;,
0.481770;2.015760;,
3.954820;0.952396;,
3.954820;2.182410;,
0.783624;2.182410;,
0.783624;0.952396;,
3.235400;0.638299;,
3.235400;1.089930;,
4.349890;1.089930;,
4.131360;0.638298;,
2.093840;0.638299;,
1.197883;0.638299;,
0.979357;1.089930;,
2.093840;1.089930;,
2.093840;0.638299;,
2.093840;1.089930;,
0.979357;1.089930;,
1.197883;0.638299;,
4.349890;1.089930;,
3.235400;1.089930;,
3.235400;0.638299;,
4.131360;0.638298;,
3.150530;1.093300;,
2.953230;0.679780;,
2.361340;0.679781;,
2.361340;1.093300;,
3.029020;0.841035;,
3.029020;1.311467;,
2.417830;1.311467;,
2.417830;0.841036;,
3.150530;1.093300;,
2.361340;1.093300;,
2.361340;0.679781;,
2.953230;0.679780;,
0.010323;1.124710;,
0.010323;1.485950;,
0.504596;1.485950;,
0.504596;1.124710;,
3.150530;1.093300;,
2.953230;0.679780;,
2.361340;0.679781;,
2.361340;1.093300;,
3.029020;0.739132;,
3.029020;1.124030;,
2.417830;1.124030;,
2.417830;0.739132;,
3.150530;1.093300;,
2.361340;1.093300;,
2.361340;0.679781;,
2.953230;0.679780;,
0.599164;1.093300;,
1.388357;1.093300;,
1.388357;0.679781;,
0.796462;0.679781;,
0.769345;0.969336;,
1.380533;0.969335;,
1.380533;2.166800;,
0.769345;2.166800;,
0.599164;1.093300;,
0.796462;0.679781;,
1.388357;0.679781;,
1.388357;1.093300;,
0.985156;0.698820;,
1.160950;0.604954;,
1.170998;1.991892;,
0.995205;2.085760;,
0.160950;0.604954;,
0.160950;0.604954;,
0.170998;1.991892;,
0.170998;1.991892;,
1.160950;0.604954;,
0.985156;0.698820;,
0.995205;2.085760;,
1.170998;1.991892;,
0.960896;0.041013;,
0.960896;1.124710;,
1.504596;1.124710;,
1.504596;0.041013;,
0.382615;0.977493;,
0.382615;0.645715;,
0.280372;0.645715;,
0.280373;0.977493;,
0.178130;0.977493;,
0.178130;0.645715;,
1.011600;2.015760;,
1.181055;0.486325;,
1.181056;2.015760;,
0.973419;2.015760;,
0.104690;0.486326;,
0.104690;2.015760;,
0.312320;2.015760;,
0.274140;2.015760;,
1.625850;0.453958;,
0.557645;1.214940;,
0.344004;1.088110;,
0.344004;0.707619;,
0.557645;0.453958;,
6.371550;1.876380;,
6.371550;0.500714;,
6.611910;0.500714;,
6.611910;1.876380;,
6.371550;0.042158;,
6.611910;0.042157;,
6.611910;1.876380;,
6.611910;0.500714;,
6.371550;0.500714;,
6.371550;1.876380;,
6.371550;0.042158;,
6.611910;0.042157;,
0.744487;0.500715;,
0.744487;1.876380;,
0.984847;1.876380;,
0.984847;0.500715;,
0.744487;0.500715;,
0.984847;0.500715;,
0.984847;1.876380;,
0.744487;1.876380;,
0.984847;0.042159;,
0.744487;0.042159;,
0.744487;0.042159;,
0.984847;0.042159;,
1.625850;1.595430;,
0.557645;1.595430;,
1.388241;1.099430;,
0.961190;1.099430;,
0.961191;3.875240;,
1.388242;3.875240;,
0.961190;0.174163;,
1.388241;0.174163;,
0.961190;0.174163;,
1.388241;0.174163;,
1.388241;1.099430;,
0.961190;1.099430;,
1.388242;3.875240;,
0.961191;3.875240;,
1.267034;0.377723;,
0.839983;0.377723;,
0.839983;3.153530;,
1.267034;3.153530;,
0.839983;0.452455;,
0.839983;1.377723;,
1.267034;1.377723;,
1.267033;0.452455;,
0.839983;0.452455;,
1.267033;0.452455;,
1.267034;1.377723;,
0.839983;1.377723;,
0.839983;0.377723;,
1.267034;0.377723;,
1.267034;3.153530;,
0.839983;3.153530;,
0.458192;0.976877;,
0.031142;0.976877;,
0.031142;3.752680;,
0.458193;3.752680;,
0.031142;0.051609;,
0.458192;0.051609;,
0.458192;0.976877;,
0.031142;0.976877;,
0.458193;3.752680;,
0.031142;3.752680;,
0.031142;0.051609;,
0.458192;0.051609;,
0.023543;2.610070;,
0.023543;0.073467;,
1.946310;0.073466;,
1.946310;2.610070;,
2.053130;2.610070;,
2.053130;0.073466;,
0.237183;0.073467;,
0.237184;2.610070;,
0.312842;0.122500;,
0.312842;3.994062;,
2.996820;3.994062;,
2.996820;0.122500;,
0.992368;0.122500;,
0.992368;3.994062;,
1.312842;3.994062;,
1.312842;0.122500;,
3.996820;0.122500;,
3.996820;0.122500;,
3.996820;0.994062;,
1.312842;0.994062;,
0.992368;0.994062;,
3.996820;0.994062;,
1.091750;1.722260;,
1.091750;2.483240;,
0.878106;2.229580;,
0.878106;1.975920;,
5.458660;0.341105;,
5.458660;0.417196;,
5.242530;0.417196;,
5.242530;0.341105;,
0.755330;0.882831;,
0.755330;0.958922;,
0.575220;0.958922;,
0.575220;0.882831;,
1.281530;0.882830;,
1.461640;0.882830;,
1.461640;0.958921;,
1.281530;0.958921;,
1.065400;0.882830;,
1.245510;0.882830;,
1.245510;0.958921;,
1.065400;0.958921;,
0.772345;0.341106;,
0.556215;0.341106;,
0.556215;0.417197;,
0.772345;0.417197;,
0.520194;0.341106;,
0.304064;0.341106;,
0.304064;0.417197;,
0.520194;0.417197;,
0.268043;0.341106;,
0.051914;0.341106;,
0.051914;0.417197;,
0.268043;0.417197;,
1.015892;0.341106;,
0.799763;0.341106;,
0.799763;0.417197;,
1.015892;0.417197;,
0.772345;0.873746;,
0.556215;0.873746;,
0.556215;0.949838;,
0.772345;0.949838;,
0.520194;0.873746;,
0.304064;0.873746;,
0.304064;0.949838;,
0.520194;0.949838;,
0.268043;0.873746;,
0.051914;0.873746;,
0.051914;0.949838;,
0.268043;0.949838;,
1.015892;0.873746;,
0.799763;0.873746;,
0.799763;0.949838;,
1.015892;0.949838;,
0.971460;0.882831;,
0.971460;0.958922;,
0.791350;0.958922;,
0.791350;0.882831;,
5.206510;0.341105;,
5.206510;0.417196;,
4.990380;0.417196;,
4.990380;0.341105;,
4.954360;0.341105;,
4.954360;0.417196;,
4.738230;0.417196;,
4.738230;0.341105;,
4.702210;0.341105;,
4.702210;0.417196;,
4.486080;0.417196;,
4.486080;0.341105;,
5.458660;0.873745;,
5.458660;0.949837;,
5.242530;0.949837;,
5.242530;0.873745;,
5.206510;0.873745;,
5.206510;0.949837;,
4.990380;0.949837;,
4.990380;0.873745;,
4.954360;0.873745;,
4.954360;0.949837;,
4.738230;0.949837;,
4.738230;0.873745;,
4.702210;0.873745;,
4.702210;0.949837;,
4.486080;0.949837;,
4.486080;0.873745;,
0.369718;0.025801;,
0.343944;0.025801;,
0.343944;1.262910;,
0.369718;1.262910;,
0.292398;0.025801;,
0.292398;1.262910;,
0.266625;0.025801;,
0.266625;1.262910;,
0.678996;0.025801;,
0.653223;0.025801;,
0.653223;1.262910;,
0.678996;1.262910;,
0.601677;0.025801;,
0.601677;1.262910;,
0.575903;0.025801;,
0.575903;1.262910;,
0.859409;0.025801;,
0.807862;0.025801;,
0.807862;1.262910;,
0.859409;1.262910;,
0.885182;0.025801;,
0.885182;1.262910;,
0.782089;0.025801;,
0.782089;1.262910;,
1.048730;0.724300;,
0.741311;0.724300;,
0.741311;4.595440;,
1.048730;4.595440;,
1.280175;0.724300;,
0.972751;0.724300;,
0.972751;4.595440;,
1.280175;4.595440;,
0.915951;0.556127;,
0.915952;1.007760;,
3.057510;1.007760;,
3.057510;0.556127;,
3.057510;0.556127;,
3.057510;1.007760;,
0.915952;1.007760;,
0.915951;0.556127;,
0.396956;2.002930;,
0.850847;2.002930;,
0.850847;0.985396;,
0.396956;0.985396;,
0.579953;2.002930;,
0.897677;2.002930;,
0.897677;0.985396;,
0.579953;0.985396;,
0.241601;2.006420;,
0.241601;0.988881;,
1.100680;2.006420;,
0.241601;2.006420;,
1.100680;2.006420;,
0.241601;0.988881;,
0.241601;2.006420;,
0.241601;0.988881;,
1.100680;2.006420;,
0.241601;2.006420;,
1.100680;2.006420;,
0.241601;0.988881;,
1.259490;3.308350;,
1.259490;0.021346;,
0.994993;0.021346;,
0.994994;3.308350;,
0.534610;1.986835;,
0.534610;1.226842;,
0.693580;0.973511;,
3.078190;0.973511;,
3.237160;1.226842;,
3.237160;1.986834;,
3.237160;1.986834;,
3.237160;1.226842;,
3.078190;0.973511;,
0.693580;0.973511;,
0.534610;1.226842;,
0.534610;1.986835;,
0.534610;1.986835;,
0.534610;1.226842;,
0.693580;0.973511;,
3.078190;0.973511;,
3.237160;1.226842;,
3.237160;1.986834;,
3.078190;0.973511;,
0.693580;0.973511;,
0.534610;1.226842;,
0.534610;1.986835;,
3.237160;1.986834;,
3.237160;1.226842;,
3.078190;0.973511;,
3.237160;1.226842;,
3.237160;1.986834;,
0.534610;1.986835;,
0.534610;1.226842;,
0.693580;0.973511;,
0.693580;0.973511;,
0.534610;1.226842;,
0.534610;1.986835;,
3.237160;1.986834;,
3.237160;1.226842;,
3.078190;0.973511;,
3.078190;0.973511;,
3.237160;1.226842;,
3.237160;1.986834;,
0.534610;1.986835;,
0.534610;1.226842;,
0.693580;0.973511;,
0.693580;0.973511;,
0.534610;1.226842;,
0.534610;1.986835;,
3.237160;1.986834;,
3.237160;1.226842;,
3.078190;0.973511;,
3.078190;0.973511;,
3.237160;1.226842;,
3.237160;1.986834;,
0.534610;1.986835;,
0.534610;1.226842;,
0.693580;0.973511;,
3.237160;1.986834;,
3.237160;1.226842;,
3.078190;0.973511;,
0.693580;0.973511;,
0.534610;1.226842;,
0.534610;1.986835;;
}
MeshNormals {
530;
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
-0.235702;0.000000;0.902369;,
-0.471404;0.000000;0.804738;,
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.631476;0.000000;0.596285;,
-0.815738;0.000000;0.298142;,
-0.631476;0.000000;0.596285;,
-0.815738;0.000000;0.298142;,
-0.666667;0.000000;0.333333;,
-0.333333;0.000000;0.666667;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
-0.902369;0.000000;-0.235702;,
-0.804738;0.000000;-0.471404;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
-0.235702;0.000000;-0.902369;,
-0.471404;0.000000;-0.804738;,
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;-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;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;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;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;-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.772076;0.000000;-0.316228;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.658114;0.000000;-0.474342;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-0.772076;0.000000;0.316228;,
-0.658114;0.000000;0.474342;,
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.287348;-0.957826;,
0.000000;-0.287348;-0.957826;,
0.000000;-0.287348;-0.957826;,
0.000000;-0.287348;-0.957826;,
0.000000;-0.287348;-0.957826;,
0.000000;-0.287348;-0.957826;,
0.000000;-0.287348;-0.957826;,
0.000000;-0.287348;-0.957826;,
0.000000;-0.287348;0.957826;,
0.000000;-0.287348;0.957826;,
0.000000;-0.287348;0.957826;,
0.000000;-0.287348;0.957826;,
0.000000;-0.287348;0.957826;,
0.000000;-0.287348;0.957826;,
0.000000;-0.287348;0.957826;,
0.000000;-0.287348;0.957826;,
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.894427;0.447214;0.000000;,
-0.894427;0.447214;0.000000;,
-0.894427;0.447214;0.000000;,
-0.894427;0.447214;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;-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;-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.894427;0.447214;0.000000;,
0.894427;0.447214;0.000000;,
0.894427;0.447214;0.000000;,
0.894427;0.447214;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.894427;0.447214;0.000000;,
-0.894427;0.447214;0.000000;,
-0.894427;0.447214;0.000000;,
-0.894427;0.447214;0.000000;,
-0.707107;0.000000;-0.707107;,
-0.707107;0.000000;-0.707107;,
-0.804738;0.000000;-0.471404;,
-0.902369;0.000000;-0.235702;,
-0.804738;0.000000;0.471404;,
-0.902369;0.000000;0.235702;,
0.316228;0.000000;-0.948683;,
0.316228;0.000000;0.948683;,
0.316228;0.000000;0.948683;,
0.316228;0.000000;0.948683;,
-0.316228;0.000000;-0.948683;,
-0.316228;0.000000;-0.948683;,
-0.316228;0.000000;-0.948683;,
-0.316228;0.000000;0.948683;,
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.277350;0.916025;,
0.000000;-0.277350;0.916025;,
0.000000;0.000000;1.000000;,
0.000000;-0.554700;0.832050;,
0.000000;-0.554700;0.832050;,
0.000000;0.000000;-1.000000;,
0.000000;-0.369800;-0.888033;,
0.000000;-0.184900;-0.944017;,
0.000000;0.000000;-1.000000;,
0.000000;-0.554700;-0.832050;,
0.000000;-0.554700;-0.832050;,
0.000000;-0.277350;-0.916025;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;-0.277350;-0.916025;,
0.000000;-0.184900;0.944017;,
0.000000;-0.369800;0.888033;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;-0.554700;-0.832050;,
0.000000;-0.554700;-0.832050;,
0.000000;-0.554700;0.832050;,
0.000000;-0.554700;0.832050;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-0.277350;-0.916025;,
0.000000;-0.277350;-0.916025;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;-0.554700;-0.832050;,
0.000000;-0.554700;-0.832050;,
0.000000;-0.554700;0.832050;,
0.000000;-0.554700;0.832050;,
0.000000;-0.369800;0.888034;,
0.000000;-0.184900;0.944017;,
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.554700;-0.832050;,
0.000000;-0.554700;-0.832050;,
0.000000;-0.554700;-0.832050;,
0.000000;-0.554700;-0.832050;,
0.000000;-0.554700;0.832050;,
0.000000;-0.554700;0.832050;,
0.000000;-0.554700;0.832050;,
0.000000;-0.554700;0.832050;,
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.277350;-0.916025;,
0.000000;-0.277350;-0.916025;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;-0.554700;0.832050;,
0.000000;-0.554700;0.832050;,
0.000000;-0.369800;0.888033;,
0.000000;-0.184900;0.944017;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;-0.554700;-0.832050;,
0.000000;-0.554700;-0.832050;,
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.425829;0.262049;-0.500000;,
-0.851659;0.524097;0.000000;,
-0.851659;0.524097;0.000000;,
-0.425829;0.262049;-0.500000;,
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;,
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.316250;0.000000;0.948676;,
0.316250;0.000000;0.948676;,
0.316250;0.000000;0.948676;,
0.316250;0.000000;0.948676;,
-0.316217;0.000000;0.948687;,
-0.316217;0.000000;0.948687;,
-0.316217;0.000000;0.948687;,
-0.316217;0.000000;0.948687;,
-0.316217;0.000000;0.948687;,
-0.316217;0.000000;0.948687;,
-0.316217;0.000000;0.948687;,
-0.316217;0.000000;0.948687;,
-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;,
0.316250;0.000000;0.948676;,
0.316250;0.000000;0.948676;,
0.316250;0.000000;0.948676;,
0.316250;0.000000;0.948676;,
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.312348;0.156174;-0.937043;,
-0.700401;0.350200;-0.312348;,
-0.506374;0.253187;-0.624695;,
-0.312348;0.156174;-0.937043;,
-0.603387;0.301694;0.468521;,
-0.603387;0.301694;0.468521;,
-0.312348;0.156174;0.937043;,
-0.312348;0.156174;0.937043;,
-0.141069;0.070535;-0.987484;,
-0.643308;0.321654;-0.329161;,
-0.392188;0.196094;-0.658323;,
-0.141069;0.070535;-0.987484;,
-0.517748;0.258874;0.493742;,
-0.517748;0.258874;0.493742;,
-0.141069;0.070535;0.987484;,
-0.141069;0.070535;0.987484;,
-0.643308;0.321654;-0.329161;,
-0.517748;0.258874;0.493742;,
-0.517748;0.258874;0.493742;,
-0.392189;0.196094;-0.658323;,
-0.141069;0.070535;-0.987484;,
-0.141069;0.070535;-0.987484;,
-0.141069;0.070535;0.987484;,
-0.141069;0.070535;0.987484;,
-0.894427;0.447214;0.000000;,
-0.894427;0.447214;0.000000;,
-0.894427;0.447214;0.000000;,
-0.894427;0.447214;0.000000;,
-0.894427;0.447214;0.000000;,
-0.894427;0.447214;0.000000;,
-0.894427;0.447214;0.000000;,
-0.894427;0.447214;0.000000;,
0.000000;-0.287348;-0.957826;,
0.000000;-0.287348;-0.957826;,
0.000000;-0.287348;-0.957826;,
0.000000;-0.287348;-0.957826;,
0.000000;-0.287348;0.957826;,
0.000000;-0.287348;0.957826;,
0.000000;-0.287348;0.957826;,
0.000000;-0.287348;0.957826;,
-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;0.000000;1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
-0.707107;0.707107;0.000000;,
-0.707107;0.707107;0.000000;,
-0.707107;0.707107;0.000000;,
-0.707107;0.707107;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.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;;
298;
3;0,1,2;,
3;0,2,3;,
3;0,3,4;,
3;5,6,7;,
3;5,7,8;,
3;9,10,11;,
3;9,11,12;,
3;13,14,15;,
3;13,15,16;,
3;16,15,17;,
3;16,17,18;,
3;19,20,18;,
3;19,18,17;,
3;21,22,14;,
3;21,14,13;,
3;23,24,25;,
3;23,25,26;,
3;26,25,22;,
3;26,22,21;,
3;27,28,29;,
3;27,29,30;,
3;31,32,33;,
3;31,33,34;,
3;35,36,37;,
3;35,37,38;,
3;39,40,41;,
3;39,41,42;,
3;43,44,45;,
3;43,45,46;,
3;47,48,49;,
3;47,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;63,64,65;,
3;63,65,66;,
3;67,68,69;,
3;67,69,70;,
3;71,72,73;,
3;71,73,74;,
3;75,76,77;,
3;75,77,78;,
3;79,80,81;,
3;79,81,82;,
3;83,84,85;,
3;83,85,86;,
3;87,88,89;,
3;87,89,90;,
3;91,92,93;,
3;91,93,94;,
3;95,96,97;,
3;95,97,98;,
3;99,100,101;,
3;99,101,102;,
3;103,104,105;,
3;103,105,106;,
3;107,108,109;,
3;107,109,110;,
3;111,112,113;,
3;111,113,114;,
3;115,116,117;,
3;115,117,118;,
3;119,120,121;,
3;119,121,122;,
3;123,124,125;,
3;123,125,126;,
3;127,128,129;,
3;127,129,130;,
3;131,132,133;,
3;131,133,134;,
3;135,136,137;,
3;135,137,138;,
3;139,140,141;,
3;139,141,142;,
3;143,144,145;,
3;143,145,146;,
3;147,148,149;,
3;147,149,150;,
3;151,152,153;,
3;151,153,154;,
3;155,156,157;,
3;155,157,158;,
3;159,160,161;,
3;159,161,162;,
3;163,164,165;,
3;163,165,166;,
3;167,168,169;,
3;167,169,170;,
3;171,172,173;,
3;171,173,174;,
3;175,176,177;,
3;175,177,178;,
3;179,180,181;,
3;179,181,182;,
3;183,184,185;,
3;183,185,186;,
3;187,188,189;,
3;187,189,190;,
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;203,204,205;,
3;203,205,206;,
3;207,208,209;,
3;207,209,210;,
3;211,212,213;,
3;211,213,214;,
3;215,216,217;,
3;215,217,218;,
3;219,220,4;,
3;219,4,3;,
3;218,217,220;,
3;218,220,219;,
3;134,221,131;,
3;222,223,224;,
3;225,226,227;,
3;137,228,138;,
3;229,230,231;,
3;229,231,232;,
3;229,232,233;,
3;234,235,236;,
3;234,236,237;,
3;238,239,236;,
3;238,236,235;,
3;240,241,242;,
3;240,242,243;,
3;244,242,241;,
3;244,241,245;,
3;246,247,248;,
3;246,248,249;,
3;250,251,252;,
3;250,252,253;,
3;254,255,246;,
3;254,246,249;,
3;256,257,251;,
3;256,251,250;,
3;229,258,259;,
3;229,259,230;,
3;260,261,262;,
3;260,262,263;,
3;264,261,260;,
3;264,260,265;,
3;266,267,268;,
3;266,268,269;,
3;269,268,270;,
3;269,270,271;,
3;272,273,274;,
3;272,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,293,294;,
3;292,294,295;,
3;295,294,296;,
3;295,296,297;,
3;298,289,288;,
3;298,288,299;,
3;300,301,302;,
3;300,302,303;,
3;304,305,306;,
3;304,306,307;,
3;308,309,310;,
3;308,310,311;,
3;312,313,314;,
3;312,314,315;,
3;316,317,312;,
3;316,312,315;,
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;402,403,404;,
3;402,404,405;,
3;406,407,408;,
3;406,408,409;,
3;407,410,411;,
3;407,411,408;,
3;412,413,411;,
3;412,411,410;,
3;414,415,416;,
3;414,416,417;,
3;415,418,419;,
3;415,419,416;,
3;420,421,419;,
3;420,419,418;,
3;422,423,424;,
3;422,424,425;,
3;426,422,425;,
3;426,425,427;,
3;428,429,424;,
3;428,424,423;,
3;430,431,432;,
3;430,432,433;,
3;434,435,436;,
3;434,436,437;,
3;438,439,440;,
3;438,440,441;,
3;442,443,444;,
3;442,444,445;,
3;446,447,448;,
3;446,448,449;,
3;450,451,452;,
3;450,452,453;,
3;454,455,456;,
3;457,458,459;,
3;460,461,462;,
3;463,464,465;,
3;466,467,468;,
3;466,468,469;,
3;470,471,472;,
3;470,472,473;,
3;470,473,474;,
3;470,474,475;,
3;476,477,478;,
3;476,478,479;,
3;476,479,480;,
3;476,480,481;,
3;482,483,484;,
3;482,484,485;,
3;482,485,486;,
3;482,486,487;,
3;488,489,490;,
3;488,490,491;,
3;488,491,492;,
3;488,492,493;,
3;494,495,496;,
3;494,496,497;,
3;494,497,498;,
3;494,498,499;,
3;500,501,502;,
3;500,502,503;,
3;500,503,504;,
3;500,504,505;,
3;506,507,508;,
3;506,508,509;,
3;506,509,510;,
3;506,510,511;,
3;512,513,514;,
3;512,514,515;,
3;512,515,516;,
3;512,516,517;,
3;518,519,520;,
3;518,520,521;,
3;518,521,522;,
3;518,522,523;,
3;524,525,526;,
3;524,526,527;,
3;524,527,528;,
3;524,528,529;;
}
MeshMaterialList {
8;
298;
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,
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,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
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,
5,
5,
5,
5,
5,
5,
5,
5,
6,
6,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7;
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.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 {
1.000000;0.347497;0.098000;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.800000;0.750000;0.500000;;
TextureFilename {
"genB1_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.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.600000;0.508012;0.445700;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA2_tex.png";
}
}
Material {
0.261200;0.169734;0.188700;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA3_tex.png";
}
}
}
}
}
}