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

1709 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 {
298;
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;1.450000;,
2.450000;-0.350000;-0.900000;,
1.750000;0.000000;-1.250000;,
1.750000;0.000000;1.750000;,
2.850000;-0.550000;-0.900000;,
1.750000;0.000000;-1.250000;,
2.450000;-0.350000;-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.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.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;23,24,25;,
3;23,25,26;,
3;27,21,28;,
3;27,28,29;,
3;30,31,32;,
3;30,32,33;,
3;34,35,32;,
3;34,32,31;,
3;33,36,37;,
3;33,37,38;,
3;35,34,39;,
3;35,39,38;,
3;40,41,42;,
3;40,42,43;,
3;43,42,44;,
3;43,44,45;,
3;44,46,47;,
3;44,47,45;,
3;48,49,50;,
3;48,50,51;,
3;52,53,54;,
3;52,54,55;,
3;56,57,21;,
3;56,21,19;,
3;58,59,38;,
3;58,38,33;,
3;10,9,60;,
3;10,60,61;,
3;62,63,64;,
3;62,64,65;,
3;9,66,67;,
3;9,67,60;,
3;68,11,15;,
3;68,15,69;,
3;13,12,5;,
3;13,5,4;,
3;19,18,22;,
3;20,28,21;,
3;33,32,36;,
3;37,35,38;,
3;70,71,72;,
3;70,72,73;,
3;74,75,76;,
3;74,76,77;,
3;78,79,80;,
3;78,80,81;,
3;82,83,84;,
3;82,84,85;,
3;86,70,73;,
3;87,88,89;,
3;90,91,92;,
3;74,77,93;,
3;94,95,96;,
3;94,96,97;,
3;98,99,100;,
3;98,100,101;,
3;102,103,104;,
3;102,104,105;,
3;106,107,108;,
3;106,108,109;,
3;110,111,112;,
3;110,112,113;,
3;110,114,115;,
3;110,115,111;,
3;116,117,118;,
3;116,118,119;,
3;120,121,122;,
3;120,122,123;,
3;124,125,126;,
3;124,126,127;,
3;128,129,130;,
3;128,130,131;,
3;132,133,134;,
3;132,134,135;,
3;136,137,138;,
3;136,138,139;,
3;140,141,142;,
3;140,142,143;,
3;144,145,146;,
3;144,146,147;,
3;148,149,150;,
3;148,150,151;,
3;152,153,154;,
3;152,154,155;,
3;156,157,158;,
3;156,158,159;,
3;160,161,162;,
3;160,162,163;,
3;164,165,166;,
3;164,166,167;,
3;168,169,170;,
3;168,170,171;,
3;172,173,174;,
3;172,174,175;,
3;176,177,178;,
3;176,178,179;,
3;180,181,182;,
3;180,182,183;,
3;184,185,186;,
3;184,186,187;,
3;188,189,190;,
3;188,190,191;,
3;192,193,194;,
3;192,194,195;,
3;196,197,198;,
3;196,198,199;,
3;200,198,197;,
3;200,197,201;,
3;202,203,204;,
3;202,204,205;,
3;206,204,203;,
3;206,203,207;,
3;208,209,210;,
3;208,210,211;,
3;212,213,214;,
3;212,214,215;,
3;216,217,218;,
3;216,218,219;,
3;219,218,220;,
3;219,220,221;,
3;222,223,224;,
3;222,224,225;,
3;226,227,228;,
3;226,228,229;,
3;230,231,232;,
3;230,232,233;,
3;234,235,236;,
3;234,236,237;,
3;238,239,240;,
3;238,240,241;,
3;242,243,239;,
3;242,239,238;,
3;244,245,243;,
3;244,243,242;,
3;241,240,245;,
3;241,245,244;,
3;241,244,242;,
3;241,242,238;,
3;246,247,248;,
3;246,248,249;,
3;250,251,252;,
3;250,252,253;,
3;247,246,254;,
3;247,254,255;,
3;256,257,258;,
3;256,258,259;,
3;260,261,262;,
3;260,262,263;,
3;251,250,264;,
3;251,264,265;,
3;266,267,257;,
3;266,257,256;,
3;260,268,269;,
3;260,269,261;,
3;270,271,272;,
3;270,272,273;,
3;274,275,276;,
3;274,276,277;,
3;270,278,279;,
3;270,279,280;,
3;281,282,283;,
3;281,283,284;,
3;285,286,270;,
3;285,270,280;,
3;287,288,276;,
3;287,276,289;,
3;290,291,292;,
3;290,292,293;,
3;276,294,295;,
3;276,295,289;,
3;274,296,275;,
3;297,272,271;,
3;273,278,270;,
3;288,277,276;;
MeshTextureCoords {
298;
0.930568;1.182817;,
0.930568;1.817183;,
0.835458;2.008162;,
0.781228;1.862973;,
0.781228;1.137027;,
0.835458;0.991840;,
0.011163;1.008163;,
0.032855;0.790379;,
0.184699;0.790379;,
0.184699;0.862973;,
0.130469;1.008163;,
0.011163;0.991840;,
0.130469;0.991840;,
0.184699;1.137027;,
0.184699;1.209621;,
0.032855;1.209621;,
0.403990;0.989250;,
0.403990;1.060932;,
0.362381;1.186380;,
0.362381;0.989250;,
0.847818;1.186380;,
0.778470;0.989250;,
0.293033;1.186380;,
0.403990;0.060932;,
0.729926;0.060932;,
0.778470;0.186380;,
0.362381;0.186380;,
0.729926;0.989250;,
0.778470;1.186380;,
0.729926;1.060932;,
0.765813;1.029193;,
0.765813;0.957509;,
0.814356;0.832061;,
0.814356;1.029193;,
0.439877;0.957509;,
0.398268;0.832061;,
0.883705;0.832061;,
0.328920;0.832061;,
0.398268;1.029193;,
0.439877;1.029193;,
0.017678;2.007257;,
0.017678;0.992930;,
0.470477;0.992920;,
0.470477;2.007246;,
0.470477;0.992910;,
0.470477;2.007238;,
0.923277;0.992900;,
0.923277;2.007227;,
1.801887;0.986820;,
1.201226;0.986820;,
0.943800;2.024580;,
1.973504;2.024580;,
1.973504;0.974020;,
0.943800;0.974020;,
1.201226;2.011781;,
1.801887;2.011781;,
0.362381;1.034050;,
0.778470;1.034050;,
0.814356;0.984390;,
0.398268;0.984390;,
0.781228;0.862973;,
0.835458;1.008163;,
0.032855;0.383849;,
0.184699;0.383849;,
0.184699;0.616152;,
0.032855;0.616152;,
0.184699;0.137027;,
0.781228;0.137027;,
0.011163;2.008163;,
0.032855;1.790379;,
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 {
298;
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.089443;0.861728;0.282843;,
-0.298142;0.831987;0.235702;,
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.000001;,
0.404405;0.808810;0.233778;,
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.447214;0.894427;0.000000;,
0.447214;0.894427;0.000000;,
0.447214;0.894427;0.000000;,
0.447214;0.894427;-0.000000;,
0.404405;0.808810;-0.233778;,
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.298142;0.929618;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;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;23,24,25;,
3;23,25,26;,
3;27,21,28;,
3;27,28,29;,
3;30,31,32;,
3;30,32,33;,
3;34,35,32;,
3;34,32,31;,
3;33,36,37;,
3;33,37,38;,
3;35,34,39;,
3;35,39,38;,
3;40,41,42;,
3;40,42,43;,
3;43,42,44;,
3;43,44,45;,
3;44,46,47;,
3;44,47,45;,
3;48,49,50;,
3;48,50,51;,
3;52,53,54;,
3;52,54,55;,
3;56,57,21;,
3;56,21,19;,
3;58,59,38;,
3;58,38,33;,
3;10,9,60;,
3;10,60,61;,
3;62,63,64;,
3;62,64,65;,
3;9,66,67;,
3;9,67,60;,
3;68,11,15;,
3;68,15,69;,
3;13,12,5;,
3;13,5,4;,
3;19,18,22;,
3;20,28,21;,
3;33,32,36;,
3;37,35,38;,
3;70,71,72;,
3;70,72,73;,
3;74,75,76;,
3;74,76,77;,
3;78,79,80;,
3;78,80,81;,
3;82,83,84;,
3;82,84,85;,
3;86,70,73;,
3;87,88,89;,
3;90,91,92;,
3;74,77,93;,
3;94,95,96;,
3;94,96,97;,
3;98,99,100;,
3;98,100,101;,
3;102,103,104;,
3;102,104,105;,
3;106,107,108;,
3;106,108,109;,
3;110,111,112;,
3;110,112,113;,
3;110,114,115;,
3;110,115,111;,
3;116,117,118;,
3;116,118,119;,
3;120,121,122;,
3;120,122,123;,
3;124,125,126;,
3;124,126,127;,
3;128,129,130;,
3;128,130,131;,
3;132,133,134;,
3;132,134,135;,
3;136,137,138;,
3;136,138,139;,
3;140,141,142;,
3;140,142,143;,
3;144,145,146;,
3;144,146,147;,
3;148,149,150;,
3;148,150,151;,
3;152,153,154;,
3;152,154,155;,
3;156,157,158;,
3;156,158,159;,
3;160,161,162;,
3;160,162,163;,
3;164,165,166;,
3;164,166,167;,
3;168,169,170;,
3;168,170,171;,
3;172,173,174;,
3;172,174,175;,
3;176,177,178;,
3;176,178,179;,
3;180,181,182;,
3;180,182,183;,
3;184,185,186;,
3;184,186,187;,
3;188,189,190;,
3;188,190,191;,
3;192,193,194;,
3;192,194,195;,
3;196,197,198;,
3;196,198,199;,
3;200,198,197;,
3;200,197,201;,
3;202,203,204;,
3;202,204,205;,
3;206,204,203;,
3;206,203,207;,
3;208,209,210;,
3;208,210,211;,
3;212,213,214;,
3;212,214,215;,
3;216,217,218;,
3;216,218,219;,
3;219,218,220;,
3;219,220,221;,
3;222,223,224;,
3;222,224,225;,
3;226,227,228;,
3;226,228,229;,
3;230,231,232;,
3;230,232,233;,
3;234,235,236;,
3;234,236,237;,
3;238,239,240;,
3;238,240,241;,
3;242,243,239;,
3;242,239,238;,
3;244,245,243;,
3;244,243,242;,
3;241,240,245;,
3;241,245,244;,
3;241,244,242;,
3;241,242,238;,
3;246,247,248;,
3;246,248,249;,
3;250,251,252;,
3;250,252,253;,
3;247,246,254;,
3;247,254,255;,
3;256,257,258;,
3;256,258,259;,
3;260,261,262;,
3;260,262,263;,
3;251,250,264;,
3;251,264,265;,
3;266,267,257;,
3;266,257,256;,
3;260,268,269;,
3;260,269,261;,
3;270,271,272;,
3;270,272,273;,
3;274,275,276;,
3;274,276,277;,
3;270,278,279;,
3;270,279,280;,
3;281,282,283;,
3;281,283,284;,
3;285,286,270;,
3;285,270,280;,
3;287,288,276;,
3;287,276,289;,
3;290,291,292;,
3;290,292,293;,
3;276,294,295;,
3;276,295,289;,
3;274,296,275;,
3;297,272,271;,
3;273,278,270;,
3;288,277,276;;
}
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 {
0.428600;0.346789;0.428600;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vrsun8_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";
}
}
}
}
}
}