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

1706 lines
41 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 {
297;
1.092300;-0.438500;0.261500;,
-1.092300;-0.438500;0.261500;,
-1.750000;0.000000;0.700000;,
-1.250000;0.250000;0.950000;,
1.250000;0.250000;0.950000;,
1.750000;0.000000;0.700000;,
-1.750000;-0.550000;4.500000;,
-1.000000;-0.450000;4.400000;,
-1.000000;0.250000;3.700000;,
-1.250000;0.250000;3.700000;,
-1.750000;0.000000;3.950000;,
1.750000;-0.550000;4.500000;,
1.750000;0.000000;3.950000;,
1.250000;0.250000;3.700000;,
1.000000;0.250000;3.700000;,
1.000000;-0.450000;4.400000;,
2.850000;-0.550000;1.450000;,
2.450000;-0.350000;1.450000;,
1.750000;0.000000;1.750000;,
2.850000;-0.550000;1.750000;,
1.750000;-0.550000;-1.750000;,
2.850000;-0.550000;-1.250000;,
1.750000;-0.550000;2.250000;,
2.450000;-0.350000;-0.900000;,
1.750000;0.000000;-1.250000;,
2.850000;-0.550000;-0.900000;,
-2.850000;-0.550000;-0.900000;,
-2.450000;-0.350000;-0.900000;,
-1.750000;0.000000;-1.250000;,
-2.850000;-0.550000;-1.250000;,
-2.450000;-0.350000;1.450000;,
-1.750000;0.000000;1.750000;,
-1.750000;-0.550000;-1.750000;,
-1.750000;-0.550000;2.250000;,
-2.850000;-0.550000;1.750000;,
-2.850000;-0.550000;1.450000;,
-0.875200;0.250000;3.387400;,
0.874800;0.250000;3.387600;,
0.874900;0.875000;3.012600;,
-0.875100;0.875000;3.012400;,
0.874900;0.875000;2.762600;,
-0.875100;0.875000;2.762400;,
0.874900;1.500000;2.387600;,
-0.875100;1.500000;2.387400;,
4.600000;-0.700000;-0.750000;,
4.600000;-0.700000;1.000000;,
2.700000;-0.700000;1.750000;,
2.700000;-0.700000;-1.250000;,
-2.700000;-0.700000;-1.250000;,
-2.700000;-0.700000;1.750000;,
-4.600000;-0.700000;1.000000;,
-4.600000;-0.700000;-0.750000;,
2.600000;-0.800000;1.750000;,
2.600000;-0.800000;-1.250000;,
-2.600000;-0.800000;-1.250000;,
-2.600000;-0.800000;1.750000;,
-1.750000;0.000000;3.950000;,
-1.250000;0.250000;3.700000;,
-1.250000;0.250000;0.950000;,
-1.750000;0.000000;0.700000;,
0.400000;-0.450000;4.400000;,
0.400000;0.250000;3.700000;,
-0.400000;0.250000;3.700000;,
-0.400000;-0.450000;4.400000;,
1.250000;0.250000;3.700000;,
1.250000;0.250000;0.950000;,
-1.250000;0.250000;0.950000;,
-1.750000;-0.550000;4.500000;,
-1.000000;-0.450000;4.400000;,
2.850000;-0.550000;-1.000000;,
2.850000;-0.550000;1.000000;,
4.600000;-0.700000;1.000000;,
4.600000;-0.700000;-0.750000;,
-4.600000;-0.700000;-0.750000;,
-4.600000;-0.700000;1.000000;,
-2.850000;-0.550000;1.000000;,
-2.850000;-0.550000;-1.000000;,
-1.750000;-0.550000;4.500000;,
-1.750000;0.000000;3.950000;,
-1.750000;0.000000;-4.500000;,
-1.750000;-0.550000;-4.500000;,
1.750000;0.000000;3.950000;,
1.750000;-0.550000;4.500000;,
1.750000;-0.550000;-4.500000;,
1.750000;0.000000;-4.500000;,
2.700000;-0.700000;-1.250000;,
4.600000;-0.700000;1.000000;,
2.850000;-0.550000;1.000000;,
2.700000;-0.700000;1.750000;,
-2.700000;-0.700000;1.750000;,
-2.850000;-0.550000;1.000000;,
-4.600000;-0.700000;1.000000;,
-2.700000;-0.700000;-1.250000;,
-1.000000;-0.450000;4.400000;,
-0.400000;-0.450000;4.400000;,
-0.400000;0.250000;3.700000;,
-1.000000;0.250000;3.700000;,
1.000000;-0.450000;4.400000;,
1.000000;0.250000;3.700000;,
0.400000;0.250000;3.700000;,
0.400000;-0.450000;4.400000;,
0.499800;-0.550000;4.387500;,
0.249800;-1.550000;3.887500;,
0.250300;-1.550000;-3.787500;,
0.500400;-0.550000;-4.287500;,
0.250300;-1.550000;-3.787500;,
-0.249700;-1.550000;-3.787500;,
-0.499600;-0.550000;-4.287500;,
0.500400;-0.550000;-4.287500;,
-0.250200;-1.550000;3.887500;,
0.249800;-1.550000;3.887500;,
0.499800;-0.550000;4.387500;,
-0.500200;-0.550000;4.387500;,
-0.249700;-1.550000;-3.787500;,
0.250300;-1.550000;-3.787500;,
-0.249700;-1.550000;-3.787500;,
-0.250200;-1.550000;3.887500;,
-0.500200;-0.550000;4.387500;,
-0.499600;-0.550000;-4.287500;,
-1.250000;-0.550000;-2.308800;,
-1.500000;-1.050000;-2.429500;,
-0.250000;-1.550000;-2.550200;,
-0.500000;-0.550000;-2.308800;,
-0.250000;-1.550000;-2.550200;,
-1.500000;-1.050000;-2.429500;,
-1.500000;-1.050000;-2.920900;,
-0.250000;-1.550000;-2.783000;,
-0.250000;-1.550000;-2.783000;,
-1.500000;-1.050000;-2.920900;,
-1.250000;-0.550000;-3.058800;,
-0.500000;-0.550000;-3.058800;,
1.250000;-0.550000;-0.558800;,
0.500000;-0.550000;-0.558800;,
0.250000;-1.550000;-0.800200;,
1.500000;-1.050000;-0.679500;,
0.250000;-1.550000;-0.800200;,
0.250000;-1.550000;-1.033000;,
1.500000;-1.050000;-1.170900;,
1.500000;-1.050000;-0.679500;,
0.250000;-1.550000;-1.033000;,
0.500000;-0.550000;-1.308800;,
1.250000;-0.550000;-1.308800;,
1.500000;-1.050000;-1.170900;,
1.250000;-0.550000;-2.308800;,
0.500000;-0.550000;-2.308800;,
0.250000;-1.550000;-2.550200;,
1.500000;-1.050000;-2.429500;,
0.250000;-1.550000;-2.550200;,
0.250000;-1.550000;-2.783000;,
1.500000;-1.050000;-2.920900;,
1.500000;-1.050000;-2.429500;,
0.250000;-1.550000;-2.783000;,
0.500000;-0.550000;-3.058800;,
1.250000;-0.550000;-3.058800;,
1.500000;-1.050000;-2.920900;,
-2.850000;-0.550000;1.750000;,
-2.600000;-0.800000;1.750000;,
2.600000;-0.800000;1.750000;,
2.850000;-0.550000;1.750000;,
2.850000;-0.550000;-1.250000;,
2.600000;-0.800000;-1.250000;,
-2.600000;-0.800000;-1.250000;,
-2.850000;-0.550000;-1.250000;,
-2.600000;-0.800000;1.750000;,
-2.600000;-0.800000;-1.250000;,
2.600000;-0.800000;-1.250000;,
2.600000;-0.800000;1.750000;,
-1.250000;-0.550000;-0.558800;,
-1.500000;-1.050000;-0.679500;,
-0.250000;-1.550000;-0.800200;,
-0.500000;-0.550000;-0.558800;,
-0.250000;-1.550000;-0.800200;,
-1.500000;-1.050000;-0.679500;,
-1.500000;-1.050000;-1.170900;,
-0.250000;-1.550000;-1.033000;,
-0.250000;-1.550000;-1.033000;,
-1.500000;-1.050000;-1.170900;,
-1.250000;-0.550000;-1.308800;,
-0.500000;-0.550000;-1.308800;,
1.750000;-0.550000;4.500000;,
-1.750000;-0.550000;4.500000;,
-1.750000;-0.550000;-4.500000;,
1.750000;-0.550000;-4.500000;,
1.750000;-0.550000;-4.500000;,
-1.750000;-0.550000;-4.500000;,
-1.750000;0.000000;-4.500000;,
1.750000;0.000000;-4.500000;,
2.850000;-0.550000;-0.900000;,
2.450000;-0.350000;-0.900000;,
2.450000;-0.350000;1.450000;,
2.850000;-0.550000;1.450000;,
-2.450000;-0.350000;1.450000;,
-2.450000;-0.350000;-0.900000;,
-2.850000;-0.550000;-0.900000;,
-2.850000;-0.550000;1.450000;,
-1.092300;-0.438500;-3.022200;,
-1.750000;0.000000;-2.723700;,
1.750000;0.000000;-2.723700;,
1.092300;-0.438500;-3.022200;,
1.092300;-0.438500;-2.427500;,
-1.092300;-0.438500;-2.427500;,
-1.092300;-0.438500;-1.272200;,
-1.750000;0.000000;-0.973700;,
1.750000;0.000000;-0.973700;,
1.092300;-0.438500;-1.272200;,
1.092300;-0.438500;-0.677500;,
-1.092300;-0.438500;-0.677500;,
1.092300;-0.438500;-4.061500;,
1.092300;-0.438500;0.261500;,
1.750000;0.000000;0.700000;,
1.750000;0.000000;-4.500000;,
-1.092300;-0.438500;-4.061500;,
-1.750000;0.000000;-4.500000;,
-1.750000;0.000000;0.700000;,
-1.092300;-0.438500;0.261500;,
-1.092300;-0.438500;0.261500;,
1.092300;-0.438500;0.261500;,
1.092300;-0.438500;-4.061500;,
-1.092300;-0.438500;-4.061500;,
1.750000;0.000000;-4.500000;,
-1.750000;0.000000;-4.500000;,
-1.100000;-0.175700;4.162100;,
-1.670000;-0.175700;4.162100;,
-1.670000;-0.425700;4.412100;,
-1.100000;-0.425700;4.412100;,
1.100000;-0.425700;4.412100;,
1.670000;-0.425700;4.412100;,
1.670000;-0.175700;4.162100;,
1.100000;-0.175700;4.162100;,
-1.400000;-0.400000;-4.514700;,
-1.400000;-0.150000;-4.514700;,
-0.650000;-0.150000;-4.514700;,
-0.650000;-0.400000;-4.514700;,
0.708800;-0.400000;-4.514700;,
0.708800;-0.150000;-4.514700;,
1.458800;-0.150000;-4.514700;,
1.458800;-0.400000;-4.514700;,
-0.002900;1.586900;2.013700;,
-0.002900;1.500200;1.996100;,
-0.067900;1.500200;2.061000;,
-0.050300;1.586900;2.061000;,
0.044400;1.586900;2.061000;,
0.062000;1.500200;2.061000;,
-0.002900;1.586900;2.108300;,
-0.002900;1.500200;2.126000;,
1.500000;-1.050000;3.700000;,
-1.500000;-1.050000;3.700000;,
-1.250000;-0.550000;3.450000;,
1.250000;-0.550000;3.450000;,
1.500000;-1.050000;-3.800000;,
1.500000;-1.050000;3.700000;,
1.250000;-0.550000;3.450000;,
1.250000;-0.550000;-3.550000;,
1.750000;-0.550000;3.950000;,
-1.750000;-0.550000;3.950000;,
-1.500000;-1.050000;3.700000;,
-1.500000;-1.050000;-3.800000;,
-1.250000;-0.550000;-3.550000;,
-1.250000;-0.550000;3.450000;,
-1.500000;-1.050000;-3.800000;,
1.500000;-1.050000;-3.800000;,
1.250000;-0.550000;-3.550000;,
-1.250000;-0.550000;-3.550000;,
1.750000;-0.550000;-4.050000;,
1.750000;-0.550000;3.950000;,
-1.750000;-0.550000;3.950000;,
-1.750000;-0.550000;-4.050000;,
-1.750000;-0.550000;-4.050000;,
1.750000;-0.550000;-4.050000;,
0.874900;0.875000;1.762500;,
0.874900;0.875000;3.012600;,
1.124900;0.250000;3.012600;,
1.124900;0.250000;1.762600;,
-1.125100;0.250000;3.012400;,
-0.875100;0.875000;3.012400;,
-0.875100;0.875000;1.762400;,
-1.125100;0.250000;1.762400;,
0.874900;0.250000;1.512500;,
0.875000;0.250000;1.137500;,
0.874900;1.500000;1.762500;,
-0.875100;1.500000;1.762400;,
0.874900;1.500000;1.762500;,
0.875000;0.250000;1.137500;,
-0.875000;0.250000;1.137400;,
0.874900;1.500000;2.387600;,
0.874900;0.875000;2.762600;,
-0.875000;0.250000;1.137400;,
-0.875100;0.250000;1.512400;,
-0.875100;1.500000;1.762400;,
-0.875100;1.500000;2.387400;,
0.874900;1.500000;2.387600;,
0.874900;1.500000;1.762500;,
-0.875100;1.500000;1.762400;,
-0.875100;0.875000;2.762400;,
-0.875100;1.500000;2.387400;,
-0.875200;0.250000;3.387400;,
0.874800;0.250000;3.387600;;
188;
3;0,1,2;,
3;0,2,3;,
3;0,3,4;,
3;0,4,5;,
3;6,7,8;,
3;6,8,9;,
3;6,9,10;,
3;11,12,13;,
3;11,13,14;,
3;11,14,15;,
3;16,17,18;,
3;16,18,19;,
3;20,21,19;,
3;20,19,22;,
3;17,23,24;,
3;17,24,18;,
3;25,21,24;,
3;25,24,23;,
3;26,27,28;,
3;26,28,29;,
3;30,31,28;,
3;30,28,27;,
3;29,32,33;,
3;29,33,34;,
3;31,30,35;,
3;31,35,34;,
3;36,37,38;,
3;36,38,39;,
3;39,38,40;,
3;39,40,41;,
3;40,42,43;,
3;40,43,41;,
3;44,45,46;,
3;44,46,47;,
3;48,49,50;,
3;48,50,51;,
3;52,53,21;,
3;52,21,19;,
3;54,55,34;,
3;54,34,29;,
3;56,57,58;,
3;56,58,59;,
3;60,61,62;,
3;60,62,63;,
3;9,64,65;,
3;9,65,66;,
3;67,11,15;,
3;67,15,68;,
3;13,12,5;,
3;13,5,4;,
3;19,18,22;,
3;20,24,21;,
3;29,28,32;,
3;33,31,34;,
3;69,70,71;,
3;69,71,72;,
3;73,74,75;,
3;73,75,76;,
3;77,78,79;,
3;77,79,80;,
3;81,82,83;,
3;81,83,84;,
3;85,69,72;,
3;86,87,88;,
3;89,90,91;,
3;73,76,92;,
3;93,94,95;,
3;93,95,96;,
3;97,98,99;,
3;97,99,100;,
3;101,102,103;,
3;101,103,104;,
3;105,106,107;,
3;105,107,108;,
3;109,110,111;,
3;109,111,112;,
3;109,113,114;,
3;109,114,110;,
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,197,196;,
3;199,196,200;,
3;201,202,203;,
3;201,203,204;,
3;205,203,202;,
3;205,202,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;218,217,219;,
3;218,219,220;,
3;221,222,223;,
3;221,223,224;,
3;225,226,227;,
3;225,227,228;,
3;229,230,231;,
3;229,231,232;,
3;233,234,235;,
3;233,235,236;,
3;237,238,239;,
3;237,239,240;,
3;241,242,238;,
3;241,238,237;,
3;243,244,242;,
3;243,242,241;,
3;240,239,244;,
3;240,244,243;,
3;240,243,241;,
3;240,241,237;,
3;245,246,247;,
3;245,247,248;,
3;249,250,251;,
3;249,251,252;,
3;246,245,253;,
3;246,253,254;,
3;255,256,257;,
3;255,257,258;,
3;259,260,261;,
3;259,261,262;,
3;250,249,263;,
3;250,263,264;,
3;265,266,256;,
3;265,256,255;,
3;259,267,268;,
3;259,268,260;,
3;269,270,271;,
3;269,271,272;,
3;273,274,275;,
3;273,275,276;,
3;269,277,278;,
3;269,278,279;,
3;280,281,282;,
3;280,282,283;,
3;284,285,269;,
3;284,269,279;,
3;286,287,275;,
3;286,275,288;,
3;289,290,291;,
3;289,291,292;,
3;275,293,294;,
3;275,294,288;,
3;273,295,274;,
3;296,271,270;,
3;272,277,269;,
3;287,276,275;;
MeshTextureCoords {
297;
0.972304;1.148212;,
0.972304;1.992229;,
0.872017;2.246325;,
0.814836;2.053152;,
0.814836;1.087290;,
0.872017;0.894120;,
0.002861;1.246325;,
0.025734;0.956566;,
0.185841;0.956566;,
0.185841;1.053152;,
0.128660;1.246325;,
0.002861;0.894120;,
0.128660;0.894120;,
0.185841;1.087290;,
0.185841;1.183876;,
0.025734;1.183876;,
0.232092;0.501910;,
0.232092;0.656450;,
0.163475;0.926890;,
0.163475;0.501910;,
0.964013;0.926890;,
0.849650;0.501910;,
0.049112;0.926890;,
0.769596;0.656450;,
0.849650;0.926890;,
0.769596;0.501910;,
0.769597;0.638535;,
0.769597;0.483997;,
0.849650;0.213555;,
0.849650;0.638535;,
0.232092;0.483997;,
0.163475;0.213555;,
0.964013;0.213555;,
0.049112;0.213555;,
0.163475;0.638535;,
0.232092;0.638535;,
0.617276;0.931130;,
0.617276;0.217287;,
0.755915;0.217279;,
0.755915;0.931122;,
0.755915;0.217273;,
0.755915;0.931116;,
0.894554;0.217265;,
0.894554;0.931108;,
0.690787;0.002950;,
0.341353;0.002950;,
0.191596;0.646690;,
0.790626;0.646690;,
0.790626;0.476256;,
0.191596;0.476256;,
0.341353;1.119992;,
0.690787;1.119992;,
0.163475;0.598490;,
0.849650;0.598490;,
0.849650;0.541949;,
0.163475;0.541949;,
0.128660;0.246325;,
0.185841;0.053152;,
0.814836;0.053152;,
0.872017;0.246325;,
0.025734;0.415683;,
0.185841;0.415683;,
0.185841;0.724759;,
0.025734;0.724759;,
0.185841;0.087290;,
0.814836;0.087290;,
0.814836;1.053152;,
0.002861;2.246325;,
0.025734;1.956566;,
0.945606;0.906267;,
0.945606;0.166912;,
0.377719;0.166912;,
0.377719;0.813847;,
0.377716;0.800516;,
0.377716;0.153580;,
0.945603;0.153580;,
0.945603;0.892935;,
0.022518;0.648150;,
0.150341;0.854100;,
0.150341;4.018280;,
0.022518;4.018280;,
0.150341;0.854100;,
0.022518;0.648150;,
0.022518;4.018280;,
0.150341;4.018280;,
0.994282;0.998686;,
0.377719;1.166912;,
0.945606;1.166912;,
0.994282;0.889650;,
0.994279;0.876320;,
0.945603;1.153580;,
0.377716;1.153580;,
0.994279;0.985355;,
0.003635;0.028794;,
0.432306;0.028794;,
0.432306;0.949056;,
0.003635;0.949056;,
1.432540;0.028794;,
1.432540;0.949056;,
1.003870;0.949056;,
1.003870;0.028794;,
1.930203;0.284257;,
1.850543;0.127651;,
0.627805;0.127652;,
0.548151;0.284257;,
1.060469;0.064382;,
1.060466;0.151948;,
0.972897;0.195726;,
0.972907;0.020595;,
1.404600;0.152039;,
1.404600;0.064473;,
1.492170;0.020695;,
1.492160;0.195826;,
0.060466;0.151948;,
0.060469;0.064382;,
0.627802;0.127652;,
1.850539;0.127651;,
1.930193;0.284257;,
0.548142;0.284257;,
0.656382;0.885828;,
0.399765;0.961154;,
0.143148;0.584523;,
0.656382;0.659850;,
0.845268;0.577147;,
0.876629;0.816662;,
0.748945;0.816662;,
0.784786;0.577147;,
0.143148;0.584523;,
0.399765;0.961154;,
0.656382;0.885828;,
0.656382;0.659850;,
0.656382;0.132567;,
0.656382;0.358545;,
0.143148;0.433871;,
0.399765;0.057240;,
0.299999;0.481342;,
0.239518;0.481342;,
0.203677;0.241828;,
0.331360;0.241828;,
0.143148;0.433871;,
0.656382;0.358545;,
0.656382;0.132567;,
0.399765;0.057240;,
0.656382;0.132567;,
0.656382;0.358545;,
0.143148;0.433871;,
0.399765;0.057240;,
0.845268;0.481342;,
0.784786;0.481342;,
0.748945;0.241828;,
0.876629;0.241828;,
0.143148;0.433871;,
0.656382;0.358545;,
0.656382;0.132567;,
0.399765;0.057240;,
0.179063;0.340675;,
0.235753;0.283985;,
1.414890;0.283985;,
1.471580;0.340675;,
1.471580;0.340675;,
1.414890;0.283985;,
0.235753;0.283985;,
0.179063;0.340675;,
1.562410;0.992983;,
0.972911;0.992983;,
0.972911;0.007332;,
1.562410;0.007332;,
0.656382;0.885828;,
0.399765;0.961154;,
0.143148;0.584523;,
0.656382;0.659850;,
0.299999;0.577147;,
0.331360;0.816662;,
0.203677;0.816662;,
0.239518;0.577147;,
0.143148;0.584523;,
0.399765;0.961154;,
0.656382;0.885828;,
0.656382;0.659850;,
2.498060;0.016897;,
2.498060;0.986427;,
0.004981;0.986427;,
0.004981;0.016897;,
0.787413;0.566980;,
0.787413;1.915523;,
0.972482;1.915523;,
0.972482;0.566980;,
0.192161;0.889582;,
0.003239;0.889582;,
0.003239;0.019624;,
0.192161;0.019624;,
0.010480;0.021052;,
0.010480;0.891009;,
0.199402;0.891009;,
0.199402;0.021052;,
0.601119;0.660200;,
0.511148;0.600219;,
0.989944;0.600219;,
0.899973;0.660200;,
0.899973;0.660200;,
0.601119;0.660200;,
0.601119;0.660200;,
0.511148;0.600219;,
0.989944;0.600219;,
0.899973;0.660200;,
0.899973;0.660200;,
0.601119;0.660200;,
0.904999;1.912089;,
0.904999;1.048171;,
0.998820;0.960550;,
0.998820;1.999710;,
0.593355;1.912089;,
0.499534;1.999710;,
0.499534;0.960550;,
0.593355;1.048171;,
0.593355;0.048171;,
0.904999;0.048171;,
0.904999;0.912089;,
0.593355;0.912089;,
0.998820;0.999710;,
0.499534;0.999710;,
0.492325;0.966021;,
0.492325;0.669146;,
0.322927;0.669146;,
0.322927;0.966021;,
0.323627;0.969573;,
0.323627;0.672698;,
0.493026;0.672698;,
0.493026;0.969573;,
0.322152;0.672389;,
0.492060;0.672389;,
0.492060;0.970008;,
0.322152;0.970008;,
0.321779;0.965994;,
0.494534;0.965994;,
0.494534;0.668373;,
0.321779;0.668373;,
0.486068;0.839832;,
0.466413;0.839832;,
0.466413;0.854558;,
0.486068;0.850563;,
0.486068;0.829101;,
0.466413;0.825107;,
0.486068;0.839832;,
0.466413;0.839832;,
0.079103;0.776220;,
0.079103;2.253849;,
0.221553;2.130713;,
0.221553;0.899360;,
1.256410;0.134088;,
0.257744;0.134088;,
0.291033;0.045189;,
1.223120;0.045189;,
0.221553;0.653080;,
0.221553;2.376985;,
0.257744;0.134088;,
1.256410;0.134088;,
1.223120;0.045189;,
0.291033;0.045189;,
0.079103;2.253849;,
0.079103;0.776220;,
0.221553;0.899360;,
0.221553;2.130713;,
1.289700;0.045189;,
0.224455;0.045189;,
0.224455;0.045189;,
1.289700;0.045189;,
0.221553;2.376985;,
0.221553;0.653080;,
0.719067;0.222868;,
0.719067;0.635827;,
0.510798;0.635830;,
0.510798;0.222872;,
0.510798;0.635791;,
0.719067;0.635794;,
0.719067;0.222835;,
0.510798;0.222832;,
0.510798;0.140277;,
0.510798;0.016389;,
0.927337;0.222868;,
0.572409;1.012659;,
0.572409;0.021991;,
0.157126;0.021972;,
0.157126;1.012640;,
0.927337;0.429348;,
0.719067;0.553235;,
0.510798;0.016356;,
0.510798;0.140244;,
0.927337;0.222835;,
0.985465;0.985566;,
0.985438;0.014558;,
1.153902;0.014540;,
1.153929;0.985548;,
0.719067;0.553202;,
0.927337;0.429315;,
0.510798;0.759682;,
0.510798;0.759715;;
}
MeshNormals {
297;
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.149071;0.769547;-0.471404;,
0.298142;0.831987;-0.235702;,
-0.000000;0.707107;0.707107;,
-0.000000;0.707107;0.707107;,
-0.000000;0.707107;0.707107;,
0.000000;0.853553;0.353553;,
0.000000;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
0.223607;0.800767;0.353553;,
0.223607;0.800767;0.353553;,
0.000000;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
0.447214;0.894427;0.000000;,
0.447214;0.894427;0.000000;,
0.415107;0.830215;0.175334;,
0.294622;-0.235021;0.140267;,
0.106263;-0.454141;-0.233778;,
0.436043;-0.176442;-0.140267;,
0.159394;-0.181212;0.350667;,
0.447214;0.894427;-0.000000;,
0.421529;0.843057;-0.140267;,
0.447214;0.894427;-0.000000;,
-0.447214;0.894427;-0.000000;,
-0.447214;0.894427;-0.000000;,
-0.421529;0.843057;-0.140267;,
-0.294622;-0.235021;-0.140267;,
-0.447214;0.894427;0.000000;,
-0.415107;0.830215;0.175334;,
-0.159394;-0.181212;-0.350667;,
-0.106263;-0.454141;0.233778;,
-0.436043;-0.176442;0.140267;,
-0.447214;0.894427;0.000000;,
-0.000098;0.514496;0.857493;,
-0.000098;0.514496;0.857493;,
-0.000065;0.676331;0.571662;,
-0.000033;0.838165;0.285831;,
-0.000049;0.757248;0.428746;,
-0.000049;0.757248;0.428746;,
-0.000098;0.514496;0.857493;,
-0.000098;0.514496;0.857493;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.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;,
-0.447214;0.894427;0.000000;,
-0.447214;0.894427;0.000000;,
-0.447214;0.894427;0.000000;,
-0.447214;0.894427;0.000000;,
0.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;0.707106;0.707107;,
0.000000;0.707106;0.707107;,
0.107252;0.932594;-0.191208;,
0.085401;0.996347;0.000000;,
0.085401;0.996347;0.000000;,
0.118178;0.900718;-0.286813;,
-0.107252;0.932594;-0.191208;,
-0.085401;0.996347;0.000000;,
-0.085401;0.996347;0.000000;,
-0.118178;0.900717;-0.286813;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
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.150954;0.805088;-0.573625;,
0.083470;0.973817;0.211457;,
0.083470;0.973817;0.211457;,
0.083470;0.973817;0.211457;,
-0.083470;0.973817;0.211457;,
-0.083470;0.973817;0.211457;,
-0.083470;0.973817;0.211457;,
-0.150954;0.805088;-0.573625;,
0.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;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
0.970131;-0.242580;0.000065;,
0.970135;-0.242565;0.000063;,
0.970131;-0.242580;0.000065;,
0.970128;-0.242595;0.000067;,
0.000000;-0.447214;-0.894427;,
0.000000;-0.447214;-0.894427;,
0.000000;-0.447214;-0.894427;,
0.000000;-0.447214;-0.894427;,
0.000000;-0.723607;0.447214;,
0.000000;-0.723607;0.447214;,
0.000000;-0.447213;0.894427;,
0.000000;-0.447213;0.894427;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
-0.970154;-0.242491;-0.000065;,
-0.970150;-0.242506;-0.000063;,
-0.970154;-0.242491;-0.000065;,
-0.970157;-0.242476;-0.000067;,
-0.000000;-0.234660;0.972078;,
-0.000000;-0.234660;0.972078;,
-0.000000;-0.234660;0.972078;,
0.000000;-0.234660;0.972078;,
-0.371391;-0.928477;0.000000;,
-0.371391;-0.928477;0.000000;,
-0.371391;-0.928477;0.000000;,
-0.371391;-0.928477;0.000000;,
0.000000;-0.265873;-0.964008;,
0.000000;-0.265873;-0.964008;,
0.000000;-0.265873;-0.964008;,
0.000000;-0.265873;-0.964008;,
0.000000;-0.234660;0.972078;,
0.000000;-0.234660;0.972078;,
0.000000;-0.234660;0.972078;,
0.000000;-0.234660;0.972078;,
0.371391;-0.928477;0.000000;,
0.371391;-0.928477;0.000000;,
0.371391;-0.928477;0.000000;,
0.371391;-0.928477;0.000000;,
0.000000;-0.265873;-0.964008;,
0.000000;-0.265873;-0.964008;,
0.000000;-0.265873;-0.964008;,
0.000000;-0.265873;-0.964008;,
0.000000;-0.234660;0.972078;,
0.000000;-0.234660;0.972078;,
0.000000;-0.234660;0.972078;,
0.000000;-0.234660;0.972078;,
0.371391;-0.928477;0.000000;,
0.371391;-0.928477;0.000000;,
0.371391;-0.928477;0.000000;,
0.371391;-0.928477;0.000000;,
-0.000000;-0.265873;-0.964008;,
0.000000;-0.265873;-0.964008;,
-0.000000;-0.265873;-0.964008;,
-0.000000;-0.265873;-0.964008;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;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.234660;0.972078;,
-0.000000;-0.234660;0.972078;,
-0.000000;-0.234660;0.972078;,
0.000000;-0.234660;0.972078;,
-0.371391;-0.928477;0.000000;,
-0.371391;-0.928477;0.000000;,
-0.371391;-0.928477;0.000000;,
-0.371391;-0.928477;0.000000;,
-0.000000;-0.265873;-0.964008;,
-0.000000;-0.265873;-0.964008;,
-0.000000;-0.265873;-0.964008;,
0.000000;-0.265873;-0.964008;,
0.000000;-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.447214;0.894427;0.000000;,
0.447214;0.894427;0.000000;,
0.447214;0.894427;0.000000;,
0.447214;0.894427;0.000000;,
-0.447214;0.894427;0.000000;,
-0.447214;0.894427;0.000000;,
-0.447214;0.894427;0.000000;,
-0.447214;0.894427;0.000000;,
0.000000;0.562723;-0.826646;,
0.000000;0.560740;0.276893;,
0.000000;0.561731;-0.274876;,
0.000000;0.562723;-0.826646;,
0.000000;0.559749;0.828662;,
0.000000;0.559749;0.828662;,
0.000000;0.562722;-0.826646;,
0.000000;0.560740;0.276893;,
0.000000;0.561731;-0.274876;,
0.000000;0.562722;-0.826646;,
0.000000;0.559749;0.828662;,
0.000000;0.559749;0.828662;,
-0.554729;0.832031;0.000000;,
-0.554729;0.832031;0.000000;,
-0.554729;0.832031;0.000000;,
-0.554729;0.832031;0.000000;,
0.554729;0.832031;0.000000;,
0.554729;0.832031;0.000000;,
0.554729;0.832031;0.000000;,
0.554729;0.832031;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;0.902369;0.235702;,
0.000000;0.804738;0.471405;,
0.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;0.707107;0.707107;,
0.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;0.707107;0.707107;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
-0.174665;0.356554;-0.525269;,
0.233495;0.142122;-0.700108;,
-0.699508;0.142072;-0.233737;,
-0.419648;0.485410;0.139965;,
0.419960;0.485251;-0.139986;,
0.700089;0.142313;0.233109;,
0.175309;0.356969;0.524959;,
-0.232876;0.142626;0.699945;,
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.298142;-0.447214;0.000000;,
0.298142;-0.447214;0.000000;,
-0.894427;-0.447214;0.000000;,
-0.894427;-0.447214;0.000000;,
0.000000;-0.447214;0.894427;,
0.000000;-0.447214;0.894427;,
0.298142;-0.447214;0.000000;,
-0.298142;-0.447214;0.000000;,
0.894427;-0.447214;0.000000;,
0.894427;-0.447214;0.000000;,
0.000000;-0.447214;0.000000;,
0.000000;-0.447214;0.000000;,
0.000000;-0.447214;0.894427;,
0.000000;-0.447214;0.894427;,
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.447214;-0.894427;,
0.000000;-0.447214;-0.894427;,
0.933930;0.144970;-0.097123;,
0.858931;0.343573;0.263234;,
0.882113;0.352845;0.175489;,
0.804518;0.321753;-0.340144;,
-0.882172;0.352869;0.175388;,
-0.859019;0.343608;0.263082;,
-0.933910;0.145008;-0.097263;,
-0.804445;0.321778;-0.340207;,
0.840280;0.136004;-0.340011;,
1.000000;-0.000053;0.000213;,
1.000000;0.000000;0.000080;,
0.000051;0.447214;-0.894427;,
0.000051;0.447214;-0.894427;,
0.000051;0.447214;-0.894427;,
0.000051;0.447214;-0.894427;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
-1.000000;0.000053;-0.000213;,
-0.840207;0.136136;-0.340340;,
-1.000000;0.000000;-0.000080;,
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;,
-0.789561;0.315824;0.526164;,
0.789386;0.315755;0.526468;;
188;
3;0,1,2;,
3;0,2,3;,
3;0,3,4;,
3;0,4,5;,
3;6,7,8;,
3;6,8,9;,
3;6,9,10;,
3;11,12,13;,
3;11,13,14;,
3;11,14,15;,
3;16,17,18;,
3;16,18,19;,
3;20,21,19;,
3;20,19,22;,
3;17,23,24;,
3;17,24,18;,
3;25,21,24;,
3;25,24,23;,
3;26,27,28;,
3;26,28,29;,
3;30,31,28;,
3;30,28,27;,
3;29,32,33;,
3;29,33,34;,
3;31,30,35;,
3;31,35,34;,
3;36,37,38;,
3;36,38,39;,
3;39,38,40;,
3;39,40,41;,
3;40,42,43;,
3;40,43,41;,
3;44,45,46;,
3;44,46,47;,
3;48,49,50;,
3;48,50,51;,
3;52,53,21;,
3;52,21,19;,
3;54,55,34;,
3;54,34,29;,
3;56,57,58;,
3;56,58,59;,
3;60,61,62;,
3;60,62,63;,
3;9,64,65;,
3;9,65,66;,
3;67,11,15;,
3;67,15,68;,
3;13,12,5;,
3;13,5,4;,
3;19,18,22;,
3;20,24,21;,
3;29,28,32;,
3;33,31,34;,
3;69,70,71;,
3;69,71,72;,
3;73,74,75;,
3;73,75,76;,
3;77,78,79;,
3;77,79,80;,
3;81,82,83;,
3;81,83,84;,
3;85,69,72;,
3;86,87,88;,
3;89,90,91;,
3;73,76,92;,
3;93,94,95;,
3;93,95,96;,
3;97,98,99;,
3;97,99,100;,
3;101,102,103;,
3;101,103,104;,
3;105,106,107;,
3;105,107,108;,
3;109,110,111;,
3;109,111,112;,
3;109,113,114;,
3;109,114,110;,
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,197,196;,
3;199,196,200;,
3;201,202,203;,
3;201,203,204;,
3;205,203,202;,
3;205,202,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;218,217,219;,
3;218,219,220;,
3;221,222,223;,
3;221,223,224;,
3;225,226,227;,
3;225,227,228;,
3;229,230,231;,
3;229,231,232;,
3;233,234,235;,
3;233,235,236;,
3;237,238,239;,
3;237,239,240;,
3;241,242,238;,
3;241,238,237;,
3;243,244,242;,
3;243,242,241;,
3;240,239,244;,
3;240,244,243;,
3;240,243,241;,
3;240,241,237;,
3;245,246,247;,
3;245,247,248;,
3;249,250,251;,
3;249,251,252;,
3;246,245,253;,
3;246,253,254;,
3;255,256,257;,
3;255,257,258;,
3;259,260,261;,
3;259,261,262;,
3;250,249,263;,
3;250,263,264;,
3;265,266,256;,
3;265,256,255;,
3;259,267,268;,
3;259,268,260;,
3;269,270,271;,
3;269,271,272;,
3;273,274,275;,
3;273,275,276;,
3;269,277,278;,
3;269,278,279;,
3;280,281,282;,
3;280,282,283;,
3;284,285,269;,
3;284,269,279;,
3;286,287,275;,
3;286,275,288;,
3;289,290,291;,
3;289,291,292;,
3;275,293,294;,
3;275,294,288;,
3;273,295,274;,
3;296,271,270;,
3;272,277,269;,
3;287,276,275;;
}
MeshMaterialList {
11;
188;
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,
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,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
4,
4,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
6,
6,
6,
6,
7,
7,
7,
7,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10;
Material {
1.000000;0.193997;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtgrs8_tex.png";
}
}
Material {
0.849000;0.485841;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv5_tex.png";
}
}
Material {
0.171400;0.110284;0.171400;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv2_tex.png";
}
}
Material {
0.363300;0.168158;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv6_tex.png";
}
}
Material {
0.849000;0.485841;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv2_tex.png";
}
}
Material {
0.338800;0.258481;0.338800;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv1_tex.png";
}
}
Material {
1.000000;0.000000;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
1.000000;0.100000;0.100000;;
TextureFilename {
"vtv1_tex.png";
}
}
Material {
1.000000;1.000000;1.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
1.000000;1.000000;1.000000;;
TextureFilename {
"vtv1_tex.png";
}
}
Material {
1.000000;1.000000;1.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
1.000000;1.000000;1.000000;;
TextureFilename {
"vtv1_tex.png";
}
}
Material {
0.171400;0.110284;0.171400;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv6_tex.png";
}
}
Material {
0.849000;0.485841;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv3_tex.png";
}
}
}
}
}
}