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

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

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

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

2329 lines
54 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 {
373;
10.075000;3.400000;-1.318800;,
10.075000;2.450000;-1.318800;,
9.887500;2.450000;-1.225000;,
9.887500;3.400000;-1.225000;,
10.075000;2.450000;-1.131300;,
10.075000;3.400000;-1.131300;,
9.887500;2.450000;1.225000;,
10.075000;2.450000;1.318800;,
10.075000;3.400000;1.318800;,
9.887500;3.400000;1.225000;,
10.075000;2.450000;1.131300;,
10.075000;3.400000;1.131300;,
-9.887500;2.450000;-1.225000;,
-10.075000;2.450000;-1.318800;,
-10.075000;3.400000;-1.318800;,
-9.887500;3.400000;-1.225000;,
-10.075000;2.450000;-1.131300;,
-10.075000;3.400000;-1.131300;,
-10.075000;3.400000;1.318800;,
-10.075000;2.450000;1.318800;,
-9.887500;2.450000;1.225000;,
-9.887500;3.400000;1.225000;,
-10.075000;2.450000;1.131300;,
-10.075000;3.400000;1.131300;,
-0.350000;6.250000;-0.700000;,
6.550000;6.250000;-0.700000;,
6.550000;6.500000;-0.575000;,
-0.350000;6.500000;-0.575000;,
-0.350000;6.500000;-0.825000;,
6.550000;6.500000;-0.825000;,
10.112500;4.000000;-1.365600;,
10.112500;3.400000;-1.365600;,
9.831300;3.400000;-1.225000;,
9.831300;4.000000;-1.225000;,
10.112500;3.400000;-1.084400;,
10.112500;4.000000;-1.084400;,
9.831300;2.450000;-1.225000;,
10.112500;2.450000;-1.365600;,
10.112500;1.200000;-1.365600;,
9.831300;1.200000;-1.225000;,
10.112500;2.450000;-1.084400;,
10.112500;1.200000;-1.084400;,
9.831300;3.400000;1.225000;,
10.112500;3.400000;1.365600;,
10.112500;4.000000;1.365600;,
9.831300;4.000000;1.225000;,
10.112500;3.400000;1.084400;,
10.112500;4.000000;1.084400;,
10.112500;1.200000;1.365600;,
10.112500;2.450000;1.365600;,
9.831300;2.450000;1.225000;,
9.831300;1.200000;1.225000;,
10.112500;2.450000;1.084400;,
10.112500;1.200000;1.084400;,
9.300000;2.200000;0.200000;,
9.300000;2.200000;-0.200000;,
9.700000;2.200000;-0.200000;,
9.700000;2.200000;0.200000;,
9.350000;0.299200;-0.150000;,
9.350000;2.200000;-0.150000;,
9.650000;2.200000;-0.150000;,
9.650000;1.199200;-0.150000;,
9.350000;2.200000;0.150000;,
9.350000;0.299200;0.150000;,
9.650000;1.199200;0.150000;,
9.650000;2.200000;0.150000;,
-9.831300;3.400000;-1.225000;,
-10.112500;3.400000;-1.365600;,
-10.112500;4.000000;-1.365600;,
-9.831300;4.000000;-1.225000;,
-10.112500;3.400000;-1.084400;,
-10.112500;4.000000;-1.084400;,
-10.112500;1.200000;-1.365600;,
-10.112500;2.450000;-1.365600;,
-9.831300;2.450000;-1.225000;,
-9.831300;1.200000;-1.225000;,
-10.112500;2.450000;-1.084400;,
-10.112500;1.200000;-1.084400;,
-10.112500;4.000000;1.365600;,
-10.112500;3.400000;1.365600;,
-9.831300;3.400000;1.225000;,
-9.831300;4.000000;1.225000;,
-9.831300;4.000000;1.225000;,
-9.831300;3.400000;1.225000;,
-10.112500;3.400000;1.084400;,
-10.112500;4.000000;1.084400;,
-9.831300;2.450000;1.225000;,
-10.112500;2.450000;1.365600;,
-10.112500;1.200000;1.365600;,
-9.831300;1.200000;1.225000;,
-10.112500;2.450000;1.084400;,
-10.112500;1.200000;1.084400;,
-9.650000;2.200000;-0.150000;,
-9.350000;2.200000;-0.150000;,
-9.350000;0.299200;-0.150000;,
-9.650000;1.199200;-0.150000;,
-9.650000;1.199200;0.150000;,
-9.350000;0.299200;0.150000;,
-9.350000;2.200000;0.150000;,
-9.650000;2.200000;0.150000;,
-7.000000;6.550000;-0.887500;,
-0.350000;6.550000;-0.887500;,
-0.350000;6.175000;-0.700000;,
-7.000000;6.175000;-0.700000;,
-0.350000;6.550000;-0.512500;,
-7.000000;6.550000;-0.512500;,
-10.112500;3.400000;1.365600;,
6.550000;6.175000;-0.700000;,
6.550000;6.550000;-0.512500;,
6.550000;6.550000;-0.887500;,
-9.500000;4.000000;-1.500000;,
-9.500000;4.500000;-1.500000;,
-9.500000;4.500000;-0.700000;,
-9.500000;4.500000;0.700000;,
-9.500000;4.500000;1.500000;,
-9.500000;4.000000;1.500000;,
-7.000000;6.000000;-3.000000;,
-7.000000;6.000000;3.000000;,
-8.000000;6.000000;3.000000;,
-8.000000;6.000000;0.700000;,
-8.000000;6.000000;-0.700000;,
-8.000000;6.000000;-3.000000;,
9.500000;4.500000;-0.700000;,
9.500000;4.500000;-1.500000;,
9.500000;4.000000;-1.500000;,
9.500000;4.000000;1.500000;,
9.500000;4.500000;1.500000;,
9.500000;4.500000;0.700000;,
7.000000;6.000000;3.000000;,
7.000000;6.000000;-3.000000;,
8.000000;6.000000;-3.000000;,
8.000000;6.000000;-0.700000;,
8.000000;6.000000;0.700000;,
8.000000;6.000000;3.000000;,
-10.250000;4.000000;1.500000;,
-10.250000;4.750000;1.500000;,
-10.250000;4.000000;-1.500000;,
-10.250000;4.750000;-1.500000;,
-10.250000;4.750000;-1.000000;,
-10.250000;4.750000;1.000000;,
-7.000000;6.000000;-3.000000;,
-8.000000;6.000000;-3.000000;,
-8.250000;6.750000;-3.000000;,
-7.000000;6.750000;-3.000000;,
-8.000000;6.000000;-0.700000;,
-8.250000;6.750000;-1.000000;,
-8.000000;6.000000;0.700000;,
-7.000000;6.750000;3.000000;,
-7.000000;6.000000;3.000000;,
-8.250000;6.750000;3.000000;,
-8.250000;6.750000;1.000000;,
-8.000000;6.000000;3.000000;,
10.250000;4.750000;1.500000;,
10.250000;4.750000;1.000000;,
9.500000;4.000000;1.500000;,
10.250000;4.000000;1.500000;,
10.250000;4.750000;1.500000;,
9.500000;4.500000;1.500000;,
10.250000;4.000000;-1.500000;,
10.250000;4.000000;1.500000;,
10.250000;4.750000;-1.500000;,
10.250000;4.750000;-1.000000;,
7.000000;6.000000;3.000000;,
8.000000;6.000000;3.000000;,
8.250000;6.750000;3.000000;,
7.000000;6.750000;3.000000;,
8.000000;6.000000;0.700000;,
8.250000;6.750000;1.000000;,
8.000000;6.000000;-0.700000;,
8.000000;6.000000;0.700000;,
7.000000;6.750000;3.000000;,
7.000000;6.750000;-3.000000;,
7.000000;6.000000;-3.000000;,
7.000000;6.000000;3.000000;,
8.250000;6.750000;-3.000000;,
8.250000;6.750000;-1.000000;,
8.000000;6.000000;-3.000000;,
9.300000;4.700000;0.200000;,
9.300000;2.200000;0.200000;,
9.700000;2.200000;0.200000;,
9.700000;4.300000;0.200000;,
9.300000;2.200000;-0.200000;,
9.300000;4.700000;-0.200000;,
9.700000;4.300000;-0.200000;,
9.700000;2.200000;-0.200000;,
9.250000;-0.000800;-1.500000;,
9.650000;1.200000;-1.500000;,
10.400000;1.200000;-1.500000;,
10.400000;-0.000800;-1.500000;,
9.650000;1.200000;1.500000;,
10.400000;1.200000;1.500000;,
9.650000;1.200000;1.500000;,
9.250000;-0.000800;1.500000;,
10.400000;-0.000800;1.500000;,
10.400000;1.200000;1.500000;,
9.250000;-0.000800;1.500000;,
-9.700000;2.200000;0.200000;,
-9.300000;2.200000;0.200000;,
-9.300000;4.700000;0.200000;,
-9.700000;4.300000;0.200000;,
-9.300000;4.700000;-0.200000;,
-9.300000;2.200000;-0.200000;,
-9.700000;4.300000;-0.200000;,
-9.700000;2.200000;-0.200000;,
-10.400000;1.200000;-1.500000;,
-9.650000;1.200000;-1.500000;,
-9.250000;-0.000800;-1.500000;,
-10.400000;-0.000800;-1.500000;,
-10.400000;-0.000800;1.500000;,
-9.250000;-0.000800;1.500000;,
-9.650000;1.200000;1.500000;,
-10.400000;1.200000;1.500000;,
6.550000;6.175000;-0.700000;,
6.550000;6.550000;-0.887500;,
7.000000;6.550000;-0.887500;,
7.000000;6.175000;-0.700000;,
6.550000;6.550000;-0.512500;,
7.000000;6.550000;-0.512500;,
-7.000000;6.600000;0.500000;,
-7.000000;6.200000;0.500000;,
7.000000;6.200000;0.500000;,
7.000000;6.600000;0.500000;,
-7.000000;6.200000;-0.100000;,
-7.000000;6.600000;-0.100000;,
7.000000;6.600000;-0.100000;,
7.000000;6.200000;-0.100000;,
-7.300000;6.500000;-19.800000;,
-7.300000;6.200000;-19.800000;,
7.300000;6.200000;-19.800000;,
7.300000;6.500000;-19.800000;,
-7.300000;6.500000;-20.200000;,
7.300000;6.500000;-20.200000;,
-7.300000;6.500000;-9.800000;,
-7.300000;6.200000;-9.800000;,
7.300000;6.200000;-9.800000;,
7.300000;6.500000;-9.800000;,
-7.300000;6.500000;-10.200000;,
7.300000;6.500000;-10.200000;,
-7.300000;6.500000;10.200000;,
-7.300000;6.200000;10.200000;,
7.300000;6.200000;10.200000;,
7.300000;6.500000;10.200000;,
-7.300000;6.500000;9.800000;,
7.300000;6.500000;9.800000;,
-7.300000;6.500000;20.200000;,
-7.300000;6.200000;20.200000;,
7.300000;6.200000;20.200000;,
7.300000;6.500000;20.200000;,
-7.300000;6.500000;19.800000;,
7.300000;6.500000;19.800000;,
7.300600;5.800000;24.661600;,
7.300600;6.498200;24.661600;,
7.300000;6.500000;-25.465200;,
7.300000;5.800000;-25.465200;,
7.700000;6.500000;-25.465200;,
7.700000;6.498200;24.661600;,
-7.300000;6.500000;-25.465200;,
-7.300800;6.498200;24.661600;,
-7.300800;5.800000;24.661600;,
-7.300000;5.800000;-25.465200;,
-7.700200;6.498200;24.661600;,
-7.700000;6.500000;-25.465200;,
-9.500000;4.500000;-0.700000;,
-10.250000;4.750000;-1.000000;,
-8.250000;6.750000;-1.000000;,
-8.000000;6.000000;-0.700000;,
-10.250000;4.750000;1.000000;,
-9.500000;4.500000;0.700000;,
-8.000000;6.000000;0.700000;,
-8.250000;6.750000;1.000000;,
9.500000;4.500000;0.700000;,
10.250000;4.750000;1.000000;,
8.250000;6.750000;1.000000;,
8.000000;6.000000;0.700000;,
10.250000;4.750000;-1.000000;,
9.500000;4.500000;-0.700000;,
8.000000;6.000000;-0.700000;,
8.250000;6.750000;-1.000000;,
9.946299;4.976800;24.511600;,
10.202100;3.501200;24.511600;,
10.668600;3.531900;25.461600;,
10.391400;5.130400;25.461600;,
9.275500;5.880300;24.511600;,
9.632200;6.153000;25.461600;,
7.682000;6.826800;24.511600;,
7.880000;7.193800;25.461600;,
-0.712000;7.067800;24.511600;,
-0.751000;7.451600;25.461600;,
-7.319400;6.910100;24.511600;,
-7.479000;7.282100;25.461600;,
-9.037000;6.355300;24.511600;,
-9.339000;6.681300;25.461600;,
-9.929401;5.663200;24.511600;,
-10.362800;5.887300;25.461600;,
-10.462000;3.505300;24.511600;,
-10.946299;3.523100;25.461600;,
-10.404000;1.314600;24.511600;,
-10.883500;1.151000;25.461600;,
-9.987001;0.417800;24.511600;,
-10.372800;0.052500;25.461600;,
-7.537700;0.341800;24.511600;,
-7.671200;-0.031300;25.461600;,
8.840201;0.143800;24.511600;,
9.049000;-0.239900;25.461600;,
10.225500;0.417800;24.511600;,
10.668400;0.080400;25.461600;,
10.481900;1.893800;24.511600;,
10.968500;1.808300;25.461600;,
10.784799;3.399200;-0.297100;,
9.369001;6.360200;16.385800;,
-0.291100;6.895000;16.402000;,
-11.065100;3.713500;16.602501;,
10.366901;0.480700;8.341500;,
-7.598100;-0.203300;-16.849701;,
9.042100;-0.038400;-25.465200;,
-10.250000;0.250000;-25.465200;,
10.711701;0.759500;-16.361400;,
10.500000;0.250000;-25.465200;,
10.769301;1.803600;-25.465200;,
10.959500;1.859600;-16.498501;,
10.774300;3.336900;-16.494899;,
10.206200;5.049100;-25.465200;,
10.294900;5.024700;-8.244800;,
9.161500;6.207700;-16.296499;,
9.500000;6.000000;-25.465200;,
7.824500;6.995800;-25.465200;,
7.906500;6.881600;-16.668800;,
7.862800;7.023800;-8.281800;,
7.906500;6.881600;-16.668800;,
9.161500;6.207700;-16.296499;,
0.061800;7.289600;-16.510200;,
0.061800;7.289600;-16.510200;,
-0.750000;7.250000;-25.465200;,
-7.442200;7.084600;-25.465200;,
-7.499300;7.071400;-8.346800;,
-9.042499;6.411600;-16.374800;,
-9.250000;6.500000;-25.465200;,
-10.189700;5.771800;-25.465200;,
-10.789100;3.166900;-16.675600;,
-10.750000;3.500000;-25.465200;,
-10.688700;1.193700;-25.465200;,
-10.795999;1.012800;-16.885499;,
-9.962000;0.198500;-16.655899;,
-10.728700;1.183800;-8.360400;,
-9.962000;0.198500;-16.655899;,
-10.795999;1.012800;-16.885499;,
8.806501;0.059000;-16.617099;,
10.711701;0.759500;-16.361400;,
8.806501;0.059000;-16.617099;,
9.011800;0.002100;8.361400;,
0.277900;0.261100;16.897800;,
-10.113800;0.186300;-8.341100;,
-7.598100;-0.203300;-16.849701;,
10.298700;5.194400;16.432301;,
10.294900;5.024700;-8.244800;,
9.381600;6.300400;-8.305300;,
7.836000;7.225800;16.612699;,
-0.736900;7.241300;-8.299100;,
-9.136100;6.541500;-8.301700;,
-7.745700;7.155700;16.635400;,
-7.499300;7.071400;-8.346800;,
-10.908800;1.386500;16.736299;,
-10.391700;5.544300;-16.436301;,
-9.042499;6.411600;-16.374800;,
-10.391700;5.544300;-16.436301;,
-10.789100;3.166900;-16.675600;,
9.044500;0.171100;16.631200;,
10.959500;1.859600;-16.498501;,
10.774300;3.336900;-16.494899;,
9.650000;0.300000;1.500000;,
10.400000;0.300000;-1.500000;,
10.400000;0.300000;1.500000;,
9.650000;0.300000;-1.500000;;
338;
3;0,1,2;,
3;0,2,3;,
3;3,2,4;,
3;3,4,5;,
3;6,7,8;,
3;6,8,9;,
3;10,6,9;,
3;10,9,11;,
3;12,13,14;,
3;12,14,15;,
3;16,12,15;,
3;16,15,17;,
3;18,19,20;,
3;18,20,21;,
3;21,20,22;,
3;21,22,23;,
3;24,25,26;,
3;24,26,27;,
3;28,29,25;,
3;28,25,24;,
3;30,31,32;,
3;30,32,33;,
3;33,32,34;,
3;33,34,35;,
3;36,37,38;,
3;36,38,39;,
3;40,36,39;,
3;40,39,41;,
3;42,43,44;,
3;42,44,45;,
3;46,42,45;,
3;46,45,47;,
3;48,49,50;,
3;48,50,51;,
3;51,50,52;,
3;51,52,53;,
3;54,55,56;,
3;54,56,57;,
3;58,59,60;,
3;58,60,61;,
3;62,63,64;,
3;62,64,65;,
3;63,62,59;,
3;63,59,58;,
3;66,67,68;,
3;66,68,69;,
3;70,66,69;,
3;70,69,71;,
3;72,73,74;,
3;72,74,75;,
3;75,74,76;,
3;75,76,77;,
3;78,79,80;,
3;78,80,81;,
3;82,83,84;,
3;82,84,85;,
3;86,87,88;,
3;86,88,89;,
3;90,86,89;,
3;90,89,91;,
3;92,93,94;,
3;92,94,95;,
3;96,97,98;,
3;96,98,99;,
3;93,98,97;,
3;93,97,94;,
3;100,101,102;,
3;100,102,103;,
3;103,102,104;,
3;103,104,105;,
3;34,32,31;,
3;36,40,37;,
3;42,46,43;,
3;52,50,49;,
3;66,70,67;,
3;76,74,73;,
3;84,83,106;,
3;86,90,87;,
3;107,108,109;,
3;104,102,101;,
3;110,111,112;,
3;110,112,113;,
3;110,113,114;,
3;110,114,115;,
3;116,117,118;,
3;116,118,119;,
3;116,119,120;,
3;116,120,121;,
3;122,123,124;,
3;122,124,125;,
3;122,125,126;,
3;122,126,127;,
3;128,129,130;,
3;128,130,131;,
3;128,131,132;,
3;128,132,133;,
3;134,115,114;,
3;134,114,135;,
3;110,136,137;,
3;110,137,111;,
3;136,110,115;,
3;136,115,134;,
3;137,138,112;,
3;137,112,111;,
3;114,113,139;,
3;114,139,135;,
3;140,141,142;,
3;140,142,143;,
3;141,144,145;,
3;141,145,142;,
3;113,112,144;,
3;113,144,146;,
3;143,147,148;,
3;143,148,140;,
3;149,150,146;,
3;149,146,151;,
3;149,151,148;,
3;149,148,147;,
3;152,153,127;,
3;152,127,126;,
3;154,155,156;,
3;154,156,157;,
3;124,158,159;,
3;124,159,125;,
3;158,124,123;,
3;158,123,160;,
3;123,122,161;,
3;123,161,160;,
3;162,163,164;,
3;162,164,165;,
3;163,166,167;,
3;163,167,164;,
3;168,122,127;,
3;168,127,169;,
3;170,171,172;,
3;170,172,173;,
3;174,175,168;,
3;174,168,176;,
3;174,176,172;,
3;174,172,171;,
3;177,178,179;,
3;177,179,180;,
3;181,182,183;,
3;181,183,184;,
3;178,177,182;,
3;178,182,181;,
3;185,186,187;,
3;185,187,188;,
3;186,189,190;,
3;186,190,187;,
3;191,192,193;,
3;191,193,194;,
3;195,189,186;,
3;195,186,185;,
3;196,197,198;,
3;196,198,199;,
3;200,198,197;,
3;200,197,201;,
3;202,200,201;,
3;202,201,203;,
3;203,201,197;,
3;203,197,196;,
3;204,205,206;,
3;204,206,207;,
3;208,209,210;,
3;208,210,211;,
3;211,210,205;,
3;211,205,204;,
3;205,210,209;,
3;205,209,206;,
3;212,213,214;,
3;212,214,215;,
3;216,212,215;,
3;216,215,217;,
3;218,219,220;,
3;218,220,221;,
3;222,223,224;,
3;222,224,225;,
3;219,222,225;,
3;219,225,220;,
3;226,227,228;,
3;226,228,229;,
3;230,231,228;,
3;230,228,227;,
3;232,233,234;,
3;232,234,235;,
3;236,237,234;,
3;236,234,233;,
3;238,239,240;,
3;238,240,241;,
3;242,243,240;,
3;242,240,239;,
3;244,245,246;,
3;244,246,247;,
3;248,249,246;,
3;248,246,245;,
3;250,251,252;,
3;250,252,253;,
3;254,255,250;,
3;254,250,253;,
3;256,257,258;,
3;256,258,259;,
3;260,261,259;,
3;260,259,258;,
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;274,275,276;,
3;274,276,277;,
3;278,279,280;,
3;278,280,281;,
3;282,278,281;,
3;282,281,283;,
3;284,282,283;,
3;284,283,285;,
3;286,284,285;,
3;286,285,287;,
3;288,286,287;,
3;288,287,289;,
3;290,288,289;,
3;290,289,291;,
3;292,290,291;,
3;292,291,293;,
3;294,292,293;,
3;294,293,295;,
3;296,294,295;,
3;296,295,297;,
3;298,296,297;,
3;298,297,299;,
3;300,298,299;,
3;300,299,301;,
3;302,300,301;,
3;302,301,303;,
3;304,302,303;,
3;304,303,305;,
3;306,304,305;,
3;306,305,307;,
3;279,306,307;,
3;279,307,280;,
3;308,304,306;,
3;309,278,282;,
3;309,282,284;,
3;310,284,286;,
3;310,286,288;,
3;311,294,296;,
3;312,304,308;,
3;313,314,315;,
3;316,317,314;,
3;316,318,317;,
3;316,319,318;,
3;320,321,318;,
3;322,321,320;,
3;322,323,321;,
3;321,323,324;,
3;323,325,324;,
3;323,326,325;,
3;327,328,329;,
3;330,325,326;,
3;327,331,328;,
3;330,332,325;,
3;330,333,332;,
3;334,333,330;,
3;334,335,333;,
3;311,292,294;,
3;335,336,333;,
3;335,337,336;,
3;338,339,337;,
3;338,340,339;,
3;338,341,340;,
3;315,340,342;,
3;342,340,341;,
3;343,344,345;,
3;313,346,314;,
3;346,316,314;,
3;347,312,308;,
3;348,349,312;,
3;348,312,347;,
3;300,302,350;,
3;300,350,351;,
3;351,344,343;,
3;313,315,342;,
3;352,344,351;,
3;308,306,353;,
3;353,279,278;,
3;306,279,353;,
3;308,353,354;,
3;354,355,329;,
3;309,353,278;,
3;353,355,354;,
3;309,284,356;,
3;327,357,331;,
3;358,290,292;,
3;309,355,353;,
3;327,329,355;,
3;327,355,309;,
3;310,356,284;,
3;327,309,356;,
3;310,359,327;,
3;310,327,356;,
3;359,357,327;,
3;357,360,331;,
3;359,358,360;,
3;359,360,357;,
3;311,296,361;,
3;352,349,348;,
3;352,351,350;,
3;362,358,292;,
3;360,358,363;,
3;364,337,335;,
3;362,363,358;,
3;311,362,292;,
3;364,338,337;,
3;311,365,362;,
3;359,290,358;,
3;310,288,359;,
3;359,288,290;,
3;311,361,365;,
3;365,343,345;,
3;361,351,343;,
3;361,343,365;,
3;352,350,349;,
3;349,350,366;,
3;347,308,367;,
3;319,320,318;,
3;308,354,368;,
3;308,368,367;,
3;312,302,304;,
3;350,302,366;,
3;349,366,312;,
3;312,366,302;,
3;361,296,351;,
3;298,300,351;,
3;298,351,296;,
3;369,370,371;,
3;369,372,370;;
MeshTextureCoords {
373;
0.952063;0.928546;,
0.971870;0.827613;,
0.949670;0.823967;,
0.929862;0.924900;,
0.959879;0.822784;,
0.940071;0.923717;,
0.792981;0.760859;,
0.803190;0.759676;,
0.783383;0.860609;,
0.773173;0.861792;,
0.815182;0.764505;,
0.795374;0.865438;,
0.104853;0.759743;,
0.094644;0.760926;,
0.074836;0.861859;,
0.085045;0.860676;,
0.082652;0.756097;,
0.062845;0.857029;,
0.906156;0.793921;,
0.925964;0.692988;,
0.948164;0.696635;,
0.928357;0.797568;,
0.937955;0.697818;,
0.918147;0.798751;,
0.384205;1.179760;,
0.548415;1.192250;,
0.535208;1.215590;,
0.370998;1.203110;,
0.386987;1.209550;,
0.551197;1.222030;,
0.795168;0.957122;,
0.810876;0.894029;,
0.782865;0.890017;,
0.767157;0.953109;,
0.785060;0.885424;,
0.769353;0.948517;,
0.807735;0.790120;,
0.835746;0.794132;,
0.868470;0.662690;,
0.840459;0.658677;,
0.809930;0.785528;,
0.842654;0.654085;,
0.557983;0.815060;,
0.560177;0.810467;,
0.544470;0.873560;,
0.542275;0.878153;,
0.585993;0.819072;,
0.570285;0.882165;,
0.617771;0.579128;,
0.585047;0.710571;,
0.582853;0.715164;,
0.615577;0.583721;,
0.610863;0.719176;,
0.643587;0.587733;,
0.654953;0.720783;,
0.691669;0.733020;,
0.713148;0.732608;,
0.676433;0.720370;,
0.739527;0.531557;,
0.689764;0.731439;,
0.705874;0.731130;,
0.732075;0.625887;,
0.662228;0.722261;,
0.711990;0.522379;,
0.704538;0.616709;,
0.678337;0.721951;,
0.264000;0.899989;,
0.261805;0.904582;,
0.246098;0.967674;,
0.248292;0.963082;,
0.235990;0.895977;,
0.220282;0.959070;,
0.319399;0.673242;,
0.286675;0.804685;,
0.288870;0.800093;,
0.321594;0.668650;,
0.260860;0.796081;,
0.293584;0.664638;,
0.995399;0.884113;,
1.011106;0.821020;,
1.039117;0.825033;,
1.023410;0.888125;,
0.023410;0.888125;,
0.039117;0.825033;,
0.036922;0.829625;,
0.021215;0.892718;,
0.063988;0.725136;,
0.035976;0.721124;,
0.068700;0.589681;,
0.096711;0.593693;,
0.061792;0.729728;,
0.094516;0.598285;,
0.206475;0.740728;,
0.222584;0.740418;,
0.272347;0.540536;,
0.232676;0.635485;,
0.205139;0.626307;,
0.244810;0.531358;,
0.195048;0.731240;,
0.178938;0.731549;,
0.302592;1.217980;,
0.391195;1.216270;,
0.383802;1.171110;,
0.295199;1.172810;,
0.356774;1.204800;,
0.268171;1.206500;,
0.011106;0.821020;,
0.485829;1.169140;,
0.458802;1.202840;,
0.493223;1.214310;,
0.822157;0.915043;,
0.820488;0.969144;,
0.934440;0.972829;,
1.133860;0.979276;,
1.247810;0.982960;,
1.249480;0.928859;,
0.982004;0.042428;,
0.862004;0.127280;,
0.833720;0.127280;,
0.879720;0.094753;,
0.907720;0.074955;,
0.953720;0.042428;,
0.836089;0.994544;,
0.722137;0.990860;,
0.723806;0.936759;,
1.151128;0.950575;,
1.149458;1.004680;,
1.035506;1.000990;,
0.257989;0.127280;,
0.377989;0.042428;,
0.406274;0.042428;,
0.360274;0.074955;,
0.332274;0.094753;,
0.286274;0.127280;,
1.341010;0.927049;,
1.338500;1.008200;,
0.913687;0.913234;,
0.911182;0.994385;,
0.982402;0.996688;,
1.267280;1.005900;,
0.296720;1.130570;,
0.418759;1.128160;,
0.446765;1.208710;,
0.294216;1.211720;,
0.746373;1.138750;,
0.731646;1.217920;,
0.945789;1.145200;,
1.148860;1.239350;,
1.151360;1.158200;,
1.301410;1.236340;,
1.016530;1.227130;,
1.273400;1.155790;,
1.057094;1.033540;,
0.985874;1.031230;,
0.151128;0.950575;,
0.059599;0.952384;,
0.057094;1.033540;,
0.149458;1.004680;,
0.632277;0.938569;,
1.059599;0.952384;,
0.629773;1.019720;,
0.700993;1.022020;,
0.663208;1.167850;,
0.541169;1.170270;,
0.508154;1.252020;,
0.660703;1.249010;,
0.213555;1.159680;,
0.223273;1.242810;,
1.014139;1.153230;,
1.213555;1.159680;,
1.660703;1.249010;,
0.806060;1.221380;,
0.808564;1.140220;,
1.663208;1.167850;,
0.653511;1.224390;,
0.938392;1.233600;,
0.686526;1.142640;,
0.988026;1.019850;,
0.996374;0.749341;,
0.947558;0.750307;,
0.940546;0.977531;,
0.939398;0.747499;,
0.931049;1.018000;,
0.883570;0.975689;,
0.890582;0.748465;,
0.767676;0.503256;,
0.714851;0.634155;,
0.623321;0.635965;,
0.627331;0.506031;,
1.142172;0.647970;,
1.050643;0.649780;,
0.142172;0.647970;,
0.194998;0.517071;,
0.054653;0.519846;,
0.050643;0.649780;,
1.194998;0.517071;,
1.094720;0.727625;,
1.045910;0.728591;,
1.037560;0.999096;,
1.087710;0.954850;,
0.980585;0.997254;,
0.988933;0.726749;,
1.030740;0.953008;,
1.037750;0.725783;,
0.941343;0.609906;,
0.849813;0.611715;,
0.805008;0.482747;,
0.945353;0.479972;,
1.372670;0.493787;,
1.232330;0.496562;,
1.277130;0.625530;,
1.368660;0.623721;,
0.190511;1.168670;,
0.162551;1.208380;,
0.107633;1.209460;,
0.135593;1.169750;,
0.215966;1.210100;,
0.161049;1.211190;,
0.924004;0.100410;,
0.916004;0.094753;,
1.311989;0.094753;,
1.319989;0.100410;,
0.928004;0.086268;,
0.936004;0.091925;,
1.331989;0.091925;,
1.323989;0.086268;,
0.319519;0.811915;,
0.313519;0.807672;,
0.726475;0.807672;,
0.732474;0.811915;,
0.327519;0.806258;,
0.740474;0.806258;,
0.119519;0.953334;,
0.113519;0.949091;,
0.526475;0.949091;,
0.532474;0.953334;,
0.127519;0.947677;,
0.540474;0.947677;,
0.719519;0.236173;,
0.713519;0.231930;,
1.126475;0.231930;,
1.132475;0.236173;,
0.727519;0.230516;,
1.140474;0.230516;,
0.519519;0.377592;,
0.513519;0.373350;,
0.926475;0.373350;,
0.932475;0.377592;,
0.527519;0.371936;,
0.940475;0.371936;,
0.829260;1.430788;,
0.843224;1.440663;,
1.845778;0.731798;,
1.831779;0.721898;,
1.857092;0.731798;,
0.854521;1.440663;,
1.432823;0.731798;,
0.430228;1.440663;,
0.416264;1.430788;,
1.418823;0.721898;,
0.418932;1.440663;,
1.421509;0.731798;,
0.261939;0.767166;,
0.230536;0.782676;,
0.351370;0.897655;,
0.352564;0.853400;,
0.139160;0.780900;,
0.197976;0.765923;,
0.288601;0.852157;,
0.259994;0.895878;,
0.739895;0.758079;,
0.771400;0.771749;,
0.651381;0.890214;,
0.649881;0.846928;,
0.862776;0.773526;,
0.803859;0.759323;,
0.713844;0.848171;,
0.742757;0.891990;,
1.246891;0.994201;,
1.195271;0.994200;,
1.237200;1.013201;,
1.293121;1.013201;,
1.233975;0.994202;,
1.278503;1.013202;,
1.143300;0.994202;,
1.178799;1.013202;,
0.861417;0.994202;,
0.877230;1.013203;,
0.714326;0.994202;,
0.719108;1.013202;,
0.537838;0.994202;,
0.527982;1.013202;,
0.425947;0.994202;,
0.399614;1.013202;,
0.271930;0.994200;,
0.230873;1.013201;,
0.167422;0.994199;,
0.117711;1.013199;,
0.158694;0.994199;,
0.107021;1.013199;,
0.367014;0.994199;,
0.336795;1.013199;,
0.909461;0.994199;,
0.908355;1.013198;,
1.043127;0.994199;,
1.064615;1.013199;,
1.139130;0.994200;,
1.176999;1.013200;,
1.240668;0.498027;,
1.266077;0.831686;,
0.889241;0.832010;,
0.230120;0.836018;,
1.058539;0.670798;,
0.334584;1.166973;,
0.917903;0.994663;,
0.127594;0.994663;,
1.102372;1.176740;,
1.058576;0.994663;,
1.159575;0.994664;,
1.178839;1.173999;,
1.236660;1.174071;,
1.273084;0.994666;,
1.279526;1.339074;,
1.240528;1.178040;,
1.259469;0.994666;,
1.164159;0.994667;,
1.165539;1.170595;,
1.168855;0.338335;,
1.165539;0.170595;,
1.240528;0.178040;,
0.939574;1.173768;,
0.939574;0.173768;,
0.867303;0.994667;,
0.712487;0.994667;,
0.706858;1.337034;,
0.540232;1.176475;,
0.526693;0.994666;,
0.408902;0.994666;,
0.226737;1.170458;,
0.246790;0.994665;,
0.136785;0.994664;,
0.118443;1.166258;,
0.149945;1.170849;,
0.132802;0.336759;,
0.149945;0.170849;,
0.118443;0.166258;,
0.902355;1.171626;,
1.102372;0.176740;,
0.902355;0.171626;,
0.917256;0.671195;,
0.606829;0.841922;,
0.136178;0.337146;,
0.334584;0.166973;,
1.288302;0.832617;,
1.279526;0.339074;,
1.264210;0.337864;,
1.176592;0.836225;,
0.867977;0.337989;,
0.538609;0.337937;,
0.689695;0.836678;,
0.706858;0.337034;,
0.127313;0.838695;,
0.380017;0.175245;,
0.540232;0.176475;,
0.380017;1.175245;,
0.226737;0.170458;,
0.928527;0.836592;,
1.178839;0.173999;,
1.236660;0.174071;,
0.987428;0.533967;,
1.052385;0.473967;,
1.052381;0.533967;,
0.987432;0.473967;;
}
MeshNormals {
373;
-0.447404;0.000000;-0.894332;,
-0.447404;0.000000;-0.894332;,
-0.447277;0.000000;-0.298047;,
-0.447150;0.000000;0.298238;,
-0.447023;0.000000;0.894523;,
-0.447023;0.000000;0.894523;,
-0.447277;0.000000;0.298047;,
-0.447404;0.000000;0.894332;,
-0.447404;0.000000;0.894332;,
-0.447150;0.000000;-0.298238;,
-0.447023;0.000000;-0.894523;,
-0.447023;0.000000;-0.894523;,
0.447277;0.000000;-0.298047;,
0.447404;0.000000;-0.894332;,
0.447404;0.000000;-0.894332;,
0.447150;0.000000;0.298238;,
0.447023;0.000000;0.894523;,
0.447023;0.000000;0.894523;,
0.447404;0.000000;0.894332;,
0.447404;0.000000;0.894332;,
0.447277;0.000000;0.298047;,
0.447150;0.000000;-0.298238;,
0.447023;0.000000;-0.894523;,
0.447023;0.000000;-0.894523;,
0.000000;-0.447214;0.298142;,
0.000000;-0.447214;-0.298142;,
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.447213;0.000000;-0.894427;,
-0.223606;-0.500000;-0.447214;,
-0.335410;-0.250000;-0.223607;,
-0.447213;0.000000;0.298142;,
-0.298142;-0.333333;0.596285;,
-0.447213;0.000000;0.894427;,
-0.335410;0.250000;-0.223607;,
-0.223607;0.500000;-0.447214;,
-0.447213;0.000000;-0.894428;,
-0.447213;0.000000;0.298143;,
-0.298142;0.333333;0.596285;,
-0.447213;0.000000;0.894428;,
-0.335410;-0.250000;0.223607;,
-0.223606;-0.500000;0.447214;,
-0.447213;0.000000;0.894427;,
-0.447213;0.000000;-0.298142;,
-0.298142;-0.333333;-0.596285;,
-0.447213;0.000000;-0.894427;,
-0.447213;0.000000;0.894428;,
-0.223607;0.500000;0.447214;,
-0.335410;0.250000;0.223607;,
-0.447213;0.000000;-0.298143;,
-0.298142;0.333333;-0.596285;,
-0.447213;0.000000;-0.894428;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
-0.333333;0.000000;-0.666667;,
-0.666667;0.000000;-0.333333;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
-0.333333;0.000000;0.666667;,
-0.666667;0.000000;0.333333;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.335410;-0.250000;-0.223607;,
0.223606;-0.500000;-0.447214;,
0.447213;0.000000;-0.894427;,
0.447213;0.000000;0.298142;,
0.298142;-0.333333;0.596285;,
0.447213;0.000000;0.894427;,
0.447213;0.000000;-0.894428;,
0.223607;0.500000;-0.447214;,
0.335410;0.250000;-0.223607;,
0.447213;0.000000;0.298143;,
0.298142;0.333333;0.596285;,
0.447213;0.000000;0.894428;,
0.447213;0.000000;0.894427;,
0.447213;0.000000;0.894427;,
0.447213;0.000000;0.894427;,
0.447213;0.000000;0.894427;,
0.447213;0.000000;-0.894427;,
0.223606;-0.500000;-0.447214;,
0.298142;-0.333333;-0.596285;,
0.447213;0.000000;-0.894427;,
0.335410;0.250000;0.223607;,
0.223607;0.500000;0.447214;,
0.447213;0.000000;0.894428;,
0.447213;0.000000;-0.298143;,
0.298142;0.333333;-0.596285;,
0.447213;0.000000;-0.894428;,
0.000000;0.000000;-1.000000;,
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.666667;0.000000;0.333333;,
0.333333;0.000000;0.666667;,
0.000000;0.000000;1.000000;,
0.000000;-0.447214;-0.894427;,
0.500000;-0.223607;-0.447214;,
0.250000;-0.335410;-0.223607;,
0.000000;-0.447214;0.298142;,
0.333333;-0.298142;0.596285;,
0.000000;-0.447214;0.894427;,
0.000000;-1.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
0.571429;-0.142857;-0.285714;,
0.438743;0.316228;-0.333333;,
0.667912;0.238052;0.000000;,
0.746088;-0.093106;0.000000;,
0.438743;0.316228;0.333333;,
0.250000;-0.500000;0.250000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
-0.670556;0.040263;0.000000;,
-0.326491;0.379473;-0.400000;,
-0.400000;-0.400000;-0.200000;,
-0.666667;-0.333333;0.000000;,
-0.438743;0.316228;0.000000;,
-0.409334;0.096631;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-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.333333;0.666667;,
0.158114;0.474342;0.500000;,
0.000000;-0.666667;-0.333333;,
0.158114;0.474342;-0.500000;,
0.316228;0.948683;0.000000;,
0.316228;0.948683;0.000000;,
0.333333;0.000000;-0.666667;,
-0.632456;-0.210819;-0.333333;,
-0.316228;-0.105409;-0.666667;,
0.666667;0.000000;-0.333333;,
0.155177;-0.576814;0.000000;,
-0.948683;-0.316228;0.000000;,
-0.396753;-0.446521;0.000000;,
0.500000;0.000000;0.500000;,
0.500000;0.000000;0.500000;,
-0.474342;-0.158114;0.500000;,
-0.948683;-0.316228;0.000000;,
-0.474342;-0.158114;0.500000;,
-0.316228;0.948683;0.000000;,
-0.316228;0.948683;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.333333;-0.666667;,
0.000000;-1.000000;0.000000;,
-0.158114;0.474342;-0.500000;,
-0.316228;0.948683;0.000000;,
0.000000;0.000000;1.000000;,
0.632456;-0.210819;0.333333;,
0.316228;-0.105409;0.666667;,
0.000000;0.000000;1.000000;,
0.948683;-0.316228;0.000000;,
0.948683;-0.316228;0.000000;,
0.120788;-0.511667;0.000000;,
-0.707107;-0.707107;0.000000;,
-1.000000;0.000000;0.000000;,
-0.500000;0.000000;-0.500000;,
-0.500000;0.000000;-0.500000;,
-1.000000;0.000000;0.000000;,
0.474342;-0.158114;-0.500000;,
0.948683;-0.316228;0.000000;,
0.474342;-0.158114;-0.500000;,
-0.333333;0.000000;0.666667;,
-0.666667;0.000000;0.333333;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
-0.333333;0.000000;-0.666667;,
-0.666667;0.000000;-0.333333;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
-0.316249;0.105346;-0.666667;,
-0.379499;0.526415;-0.200000;,
0.000000;0.333333;-0.666667;,
0.000000;0.000000;-1.000000;,
-0.474373;0.658019;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.948747;0.316038;0.000000;,
0.000000;-0.333333;0.666667;,
0.400000;-0.400000;0.200000;,
0.333333;0.000000;0.666667;,
0.000000;0.000000;1.000000;,
0.666667;0.000000;-0.333333;,
0.250000;-0.250000;-0.500000;,
0.000000;0.000000;-1.000000;,
0.000000;-0.666667;-0.333333;,
0.000000;0.333333;-0.666667;,
0.379499;0.526415;-0.200000;,
0.316249;0.105346;-0.666667;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;1.000000;,
0.632498;0.210692;0.333333;,
0.237187;0.329009;0.500000;,
0.000000;0.666667;0.333333;,
0.000000;-0.447214;-0.298142;,
0.000000;-0.447214;-0.894427;,
0.000000;-0.447214;-0.894427;,
0.000000;-0.447214;0.298142;,
0.000000;-0.447214;0.894427;,
0.000000;-0.447214;0.894427;,
0.000000;0.000000;1.000000;,
0.000000;-0.666667;0.333333;,
0.000000;-0.333333;0.666667;,
0.000000;0.000000;1.000000;,
0.000000;-0.333333;-0.666667;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;-0.666667;-0.333333;,
0.000000;0.000000;1.000000;,
0.000000;-0.400000;0.200001;,
0.000000;-0.400000;0.200001;,
0.000000;0.000000;1.000000;,
0.000000;-0.800001;-0.599999;,
0.000000;-0.800001;-0.599999;,
0.000000;0.000000;1.000000;,
0.000000;-0.400000;0.200000;,
0.000000;-0.400000;0.200000;,
0.000000;0.000000;1.000000;,
0.000000;-0.800000;-0.600001;,
0.000000;-0.800000;-0.600001;,
0.000000;0.000000;1.000000;,
0.000000;-0.400000;0.200000;,
0.000000;-0.400000;0.200000;,
0.000000;0.000000;1.000000;,
0.000000;-0.800000;-0.600001;,
0.000000;-0.800000;-0.600001;,
0.000000;0.000000;1.000000;,
0.000000;-0.400000;0.200001;,
0.000000;-0.400000;0.200001;,
0.000000;0.000000;1.000000;,
0.000000;-0.800001;-0.599999;,
0.000000;-0.800001;-0.599999;,
-0.065936;-0.248170;-0.000001;,
-1.000000;0.000000;0.000012;,
-1.000000;0.000000;0.000012;,
-0.065878;-0.248069;0.000001;,
0.868128;-0.496340;-0.000014;,
0.868014;-0.496540;-0.000018;,
1.000000;0.000000;0.000016;,
1.000000;0.000000;0.000016;,
0.377329;-0.165514;0.000006;,
-0.245419;-0.330893;-0.000006;,
-0.868128;-0.496340;-0.000018;,
-0.868243;-0.496139;-0.000021;,
0.276172;-0.276172;-0.920575;,
0.276172;-0.276172;-0.920575;,
0.276172;-0.276172;-0.920575;,
0.276172;-0.276172;-0.920575;,
0.276172;-0.276172;0.920575;,
0.276172;-0.276172;0.920575;,
0.276172;-0.276172;0.920575;,
0.276172;-0.276172;0.920575;,
-0.276172;-0.276172;0.920575;,
-0.276172;-0.276172;0.920575;,
-0.276172;-0.276172;0.920575;,
-0.276172;-0.276172;0.920575;,
-0.276172;-0.276172;-0.920575;,
-0.276172;-0.276172;-0.920575;,
-0.276172;-0.276172;-0.920575;,
-0.276172;-0.276172;-0.920575;,
-0.843687;-0.372653;0.193925;,
-0.924636;-0.160671;0.244663;,
-0.884999;-0.153625;0.439519;,
-0.778967;-0.410462;0.431338;,
-0.646303;-0.663841;0.231039;,
-0.553769;-0.704564;0.410182;,
-0.279387;-0.889592;0.146937;,
-0.174035;-0.881730;0.380062;,
-0.007427;-0.956666;0.231231;,
0.005947;-0.927813;0.372223;,
0.103924;-0.946863;0.180139;,
0.196446;-0.893860;0.383019;,
0.423252;-0.846010;0.190748;,
0.464647;-0.769509;0.411774;,
0.725785;-0.560022;0.170230;,
0.764206;-0.381667;0.438667;,
0.918506;-0.123524;0.238385;,
0.883417;-0.055733;0.451402;,
0.855845;0.255930;0.172138;,
0.831013;0.256174;0.463579;,
0.513757;0.619013;0.258467;,
0.286247;0.743488;0.402129;,
0.019550;0.964602;0.182374;,
0.017214;0.929085;0.369366;,
-0.081750;0.958099;0.163672;,
-0.114590;0.908211;0.392009;,
-0.566951;0.536402;0.209570;,
-0.641956;0.400650;0.441566;,
-0.932886;0.008282;0.215791;,
-0.881338;-0.052069;0.446782;,
-0.981947;-0.021826;-0.008365;,
-0.613077;-0.763062;-0.027943;,
0.001033;-0.999008;-0.007540;,
0.970501;-0.120832;-0.034990;,
-0.491315;0.713838;-0.004160;,
0.055566;0.994801;0.012270;,
-0.134357;0.979382;-0.008316;,
0.362998;0.801996;0.007022;,
-0.624153;0.577938;-0.009286;,
-0.589516;0.575262;-0.018486;,
-0.984228;0.024371;0.021055;,
-0.983424;0.048790;0.020555;,
-0.977589;-0.196281;0.018694;,
-0.868757;-0.435593;0.005234;,
-0.843734;-0.487676;0.003655;,
-0.629151;-0.754861;-0.004943;,
-0.656810;-0.727891;-0.007760;,
-0.266043;-0.934899;-0.002954;,
-0.261816;-0.940213;-0.009766;,
-0.213732;-0.950258;0.003584;,
-0.263751;-0.938969;0.014546;,
-0.572981;-0.787699;0.021293;,
-0.007249;-0.999348;-0.000967;,
-0.017241;-0.999284;0.001629;,
-0.002462;-0.999614;0.004644;,
0.187748;-0.967813;-0.003544;,
0.209318;-0.960100;-0.000042;,
0.462892;-0.875795;-0.011608;,
0.460020;-0.870809;-0.018969;,
0.777540;-0.509318;-0.004412;,
0.989076;-0.095972;0.007742;,
0.985264;-0.106442;0.000349;,
0.900264;0.290532;0.003634;,
0.847476;0.357082;0.018128;,
0.589701;0.708609;-0.001015;,
0.880347;0.363668;-0.000561;,
0.573396;0.741110;0.000330;,
0.850612;0.355097;-0.013838;,
-0.179274;0.969522;-0.015446;,
-0.772029;0.419689;-0.012660;,
-0.231581;0.960367;0.004353;,
-0.131870;0.977000;-0.009592;,
0.018502;0.999523;-0.010790;,
0.422785;0.789371;-0.006123;,
0.056376;0.995804;-0.009436;,
-0.899740;-0.364333;-0.022414;,
-0.886635;-0.430785;0.009260;,
-0.653613;-0.718394;0.011731;,
-0.226384;-0.933584;-0.022085;,
-0.000074;-0.999657;-0.004671;,
0.484878;-0.861336;0.004525;,
0.148847;-0.966624;-0.014213;,
0.166701;-0.975434;0.006329;,
0.870357;0.314898;-0.014682;,
0.761612;-0.562897;0.004288;,
0.424206;-0.896250;0.019339;,
0.763437;-0.503780;0.004386;,
0.995502;-0.010620;0.004229;,
-0.139755;0.977918;-0.009424;,
-0.984071;0.045782;-0.014962;,
-0.975981;-0.202658;0.001412;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;;
338;
3;0,1,2;,
3;0,2,3;,
3;3,2,4;,
3;3,4,5;,
3;6,7,8;,
3;6,8,9;,
3;10,6,9;,
3;10,9,11;,
3;12,13,14;,
3;12,14,15;,
3;16,12,15;,
3;16,15,17;,
3;18,19,20;,
3;18,20,21;,
3;21,20,22;,
3;21,22,23;,
3;24,25,26;,
3;24,26,27;,
3;28,29,25;,
3;28,25,24;,
3;30,31,32;,
3;30,32,33;,
3;33,32,34;,
3;33,34,35;,
3;36,37,38;,
3;36,38,39;,
3;40,36,39;,
3;40,39,41;,
3;42,43,44;,
3;42,44,45;,
3;46,42,45;,
3;46,45,47;,
3;48,49,50;,
3;48,50,51;,
3;51,50,52;,
3;51,52,53;,
3;54,55,56;,
3;54,56,57;,
3;58,59,60;,
3;58,60,61;,
3;62,63,64;,
3;62,64,65;,
3;63,62,59;,
3;63,59,58;,
3;66,67,68;,
3;66,68,69;,
3;70,66,69;,
3;70,69,71;,
3;72,73,74;,
3;72,74,75;,
3;75,74,76;,
3;75,76,77;,
3;78,79,80;,
3;78,80,81;,
3;82,83,84;,
3;82,84,85;,
3;86,87,88;,
3;86,88,89;,
3;90,86,89;,
3;90,89,91;,
3;92,93,94;,
3;92,94,95;,
3;96,97,98;,
3;96,98,99;,
3;93,98,97;,
3;93,97,94;,
3;100,101,102;,
3;100,102,103;,
3;103,102,104;,
3;103,104,105;,
3;34,32,31;,
3;36,40,37;,
3;42,46,43;,
3;52,50,49;,
3;66,70,67;,
3;76,74,73;,
3;84,83,106;,
3;86,90,87;,
3;107,108,109;,
3;104,102,101;,
3;110,111,112;,
3;110,112,113;,
3;110,113,114;,
3;110,114,115;,
3;116,117,118;,
3;116,118,119;,
3;116,119,120;,
3;116,120,121;,
3;122,123,124;,
3;122,124,125;,
3;122,125,126;,
3;122,126,127;,
3;128,129,130;,
3;128,130,131;,
3;128,131,132;,
3;128,132,133;,
3;134,115,114;,
3;134,114,135;,
3;110,136,137;,
3;110,137,111;,
3;136,110,115;,
3;136,115,134;,
3;137,138,112;,
3;137,112,111;,
3;114,113,139;,
3;114,139,135;,
3;140,141,142;,
3;140,142,143;,
3;141,144,145;,
3;141,145,142;,
3;113,112,144;,
3;113,144,146;,
3;143,147,148;,
3;143,148,140;,
3;149,150,146;,
3;149,146,151;,
3;149,151,148;,
3;149,148,147;,
3;152,153,127;,
3;152,127,126;,
3;154,155,156;,
3;154,156,157;,
3;124,158,159;,
3;124,159,125;,
3;158,124,123;,
3;158,123,160;,
3;123,122,161;,
3;123,161,160;,
3;162,163,164;,
3;162,164,165;,
3;163,166,167;,
3;163,167,164;,
3;168,122,127;,
3;168,127,169;,
3;170,171,172;,
3;170,172,173;,
3;174,175,168;,
3;174,168,176;,
3;174,176,172;,
3;174,172,171;,
3;177,178,179;,
3;177,179,180;,
3;181,182,183;,
3;181,183,184;,
3;178,177,182;,
3;178,182,181;,
3;185,186,187;,
3;185,187,188;,
3;186,189,190;,
3;186,190,187;,
3;191,192,193;,
3;191,193,194;,
3;195,189,186;,
3;195,186,185;,
3;196,197,198;,
3;196,198,199;,
3;200,198,197;,
3;200,197,201;,
3;202,200,201;,
3;202,201,203;,
3;203,201,197;,
3;203,197,196;,
3;204,205,206;,
3;204,206,207;,
3;208,209,210;,
3;208,210,211;,
3;211,210,205;,
3;211,205,204;,
3;205,210,209;,
3;205,209,206;,
3;212,213,214;,
3;212,214,215;,
3;216,212,215;,
3;216,215,217;,
3;218,219,220;,
3;218,220,221;,
3;222,223,224;,
3;222,224,225;,
3;219,222,225;,
3;219,225,220;,
3;226,227,228;,
3;226,228,229;,
3;230,231,228;,
3;230,228,227;,
3;232,233,234;,
3;232,234,235;,
3;236,237,234;,
3;236,234,233;,
3;238,239,240;,
3;238,240,241;,
3;242,243,240;,
3;242,240,239;,
3;244,245,246;,
3;244,246,247;,
3;248,249,246;,
3;248,246,245;,
3;250,251,252;,
3;250,252,253;,
3;254,255,250;,
3;254,250,253;,
3;256,257,258;,
3;256,258,259;,
3;260,261,259;,
3;260,259,258;,
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;274,275,276;,
3;274,276,277;,
3;278,279,280;,
3;278,280,281;,
3;282,278,281;,
3;282,281,283;,
3;284,282,283;,
3;284,283,285;,
3;286,284,285;,
3;286,285,287;,
3;288,286,287;,
3;288,287,289;,
3;290,288,289;,
3;290,289,291;,
3;292,290,291;,
3;292,291,293;,
3;294,292,293;,
3;294,293,295;,
3;296,294,295;,
3;296,295,297;,
3;298,296,297;,
3;298,297,299;,
3;300,298,299;,
3;300,299,301;,
3;302,300,301;,
3;302,301,303;,
3;304,302,303;,
3;304,303,305;,
3;306,304,305;,
3;306,305,307;,
3;279,306,307;,
3;279,307,280;,
3;308,304,306;,
3;309,278,282;,
3;309,282,284;,
3;310,284,286;,
3;310,286,288;,
3;311,294,296;,
3;312,304,308;,
3;313,314,315;,
3;316,317,314;,
3;316,318,317;,
3;316,319,318;,
3;320,321,318;,
3;322,321,320;,
3;322,323,321;,
3;321,323,324;,
3;323,325,324;,
3;323,326,325;,
3;327,328,329;,
3;330,325,326;,
3;327,331,328;,
3;330,332,325;,
3;330,333,332;,
3;334,333,330;,
3;334,335,333;,
3;311,292,294;,
3;335,336,333;,
3;335,337,336;,
3;338,339,337;,
3;338,340,339;,
3;338,341,340;,
3;315,340,342;,
3;342,340,341;,
3;343,344,345;,
3;313,346,314;,
3;346,316,314;,
3;347,312,308;,
3;348,349,312;,
3;348,312,347;,
3;300,302,350;,
3;300,350,351;,
3;351,344,343;,
3;313,315,342;,
3;352,344,351;,
3;308,306,353;,
3;353,279,278;,
3;306,279,353;,
3;308,353,354;,
3;354,355,329;,
3;309,353,278;,
3;353,355,354;,
3;309,284,356;,
3;327,357,331;,
3;358,290,292;,
3;309,355,353;,
3;327,329,355;,
3;327,355,309;,
3;310,356,284;,
3;327,309,356;,
3;310,359,327;,
3;310,327,356;,
3;359,357,327;,
3;357,360,331;,
3;359,358,360;,
3;359,360,357;,
3;311,296,361;,
3;352,349,348;,
3;352,351,350;,
3;362,358,292;,
3;360,358,363;,
3;364,337,335;,
3;362,363,358;,
3;311,362,292;,
3;364,338,337;,
3;311,365,362;,
3;359,290,358;,
3;310,288,359;,
3;359,288,290;,
3;311,361,365;,
3;365,343,345;,
3;361,351,343;,
3;361,343,365;,
3;352,350,349;,
3;349,350,366;,
3;347,308,367;,
3;319,320,318;,
3;308,354,368;,
3;308,368,367;,
3;312,302,304;,
3;350,302,366;,
3;349,366,312;,
3;312,366,302;,
3;361,296,351;,
3;298,300,351;,
3;298,351,296;,
3;369,370,371;,
3;369,372,370;;
}
MeshMaterialList {
6;
338;
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
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,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
4,
4,
4,
4,
4,
4,
4,
4,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5;
Material {
0.548700;0.581616;0.730600;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intA_tex.png";
}
}
Material {
0.314300;0.196883;0.096200;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intA_tex.png";
}
}
Material {
0.517000;0.439877;0.158700;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intA_tex.png";
}
}
Material {
0.644900;0.197696;0.168400;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intA_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";
}
}
Material {
0.726500;0.223877;0.204100;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"softer_intF_tex.png";
}
}
}
}
}
}