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

1679 lines
40 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 {
288;
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;,
-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;,
0.400000;-0.450000;4.400000;,
0.400000;0.250000;3.700000;,
-0.400000;0.250000;3.700000;,
-0.400000;-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;,
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;,
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.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;,
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.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;19,18,20;,
3;19,20,21;,
3;20,22,23;,
3;20,23,21;,
3;10,9,3;,
3;10,3,2;,
3;24,25,26;,
3;24,26,27;,
3;9,13,4;,
3;9,4,3;,
3;6,11,15;,
3;6,15,7;,
3;13,12,5;,
3;13,5,4;,
3;28,29,30;,
3;28,30,31;,
3;32,33,31;,
3;32,31,34;,
3;29,35,36;,
3;29,36,30;,
3;37,33,36;,
3;37,36,35;,
3;38,39,40;,
3;38,40,41;,
3;42,43,40;,
3;42,40,39;,
3;41,44,45;,
3;41,45,46;,
3;43,42,47;,
3;43,47,46;,
3;48,49,50;,
3;48,50,51;,
3;52,53,54;,
3;52,54,55;,
3;56,57,33;,
3;56,33,31;,
3;58,59,46;,
3;58,46,41;,
3;60,61,62;,
3;60,62,63;,
3;64,65,66;,
3;64,66,67;,
3;31,30,34;,
3;32,36,33;,
3;41,40,44;,
3;45,43,46;,
3;68,48,51;,
3;69,70,71;,
3;72,73,74;,
3;52,55,75;,
3;76,77,78;,
3;76,78,79;,
3;80,81,82;,
3;80,82,83;,
3;84,85,86;,
3;84,86,87;,
3;88,89,90;,
3;88,90,91;,
3;92,93,94;,
3;92,94,95;,
3;92,96,97;,
3;92,97,93;,
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;114,115,116;,
3;114,116,117;,
3;118,119,120;,
3;118,120,121;,
3;122,123,124;,
3;122,124,125;,
3;126,127,128;,
3;126,128,129;,
3;130,131,132;,
3;130,132,133;,
3;134,135,136;,
3;134,136,137;,
3;138,139,140;,
3;138,140,141;,
3;142,143,144;,
3;142,144,145;,
3;146,147,148;,
3;146,148,149;,
3;150,151,152;,
3;150,152,153;,
3;154,155,156;,
3;154,156,157;,
3;158,159,160;,
3;158,160,161;,
3;162,163,164;,
3;162,164,165;,
3;166,167,168;,
3;166,168,169;,
3;170,171,172;,
3;170,172,173;,
3;174,175,176;,
3;174,176,177;,
3;178,179,180;,
3;178,180,181;,
3;182,183,184;,
3;182,184,185;,
3;186,187,188;,
3;186,188,189;,
3;190,188,187;,
3;190,187,191;,
3;192,193,194;,
3;192,194,195;,
3;196,194,193;,
3;196,193,197;,
3;198,199,200;,
3;198,200,201;,
3;202,203,204;,
3;202,204,205;,
3;206,207,208;,
3;206,208,209;,
3;209,208,210;,
3;209,210,211;,
3;212,213,214;,
3;212,214,215;,
3;216,217,218;,
3;216,218,219;,
3;220,221,222;,
3;220,222,223;,
3;224,225,226;,
3;224,226,227;,
3;228,229,230;,
3;228,230,231;,
3;232,233,229;,
3;232,229,228;,
3;234,235,233;,
3;234,233,232;,
3;231,230,235;,
3;231,235,234;,
3;231,234,232;,
3;231,232,228;,
3;236,237,238;,
3;236,238,239;,
3;240,241,242;,
3;240,242,243;,
3;237,236,244;,
3;237,244,245;,
3;246,247,248;,
3;246,248,249;,
3;250,251,252;,
3;250,252,253;,
3;241,240,254;,
3;241,254,255;,
3;256,257,247;,
3;256,247,246;,
3;250,258,259;,
3;250,259,251;,
3;260,261,262;,
3;260,262,263;,
3;264,265,266;,
3;264,266,267;,
3;260,268,269;,
3;260,269,270;,
3;271,272,273;,
3;271,273,274;,
3;275,276,260;,
3;275,260,270;,
3;277,278,266;,
3;277,266,279;,
3;280,281,282;,
3;280,282,283;,
3;266,284,285;,
3;266,285,279;,
3;264,286,265;,
3;287,262,261;,
3;263,268,260;,
3;278,267,266;;
MeshTextureCoords {
288;
1.160770;0.214196;,
1.160770;0.803043;,
1.042580;0.980318;,
0.975197;0.845547;,
0.975197;0.171692;,
1.042580;0.036921;,
0.018323;0.980318;,
0.045278;0.778161;,
0.233957;0.778161;,
0.233957;0.845547;,
0.166571;0.980318;,
0.018323;0.036921;,
0.166571;0.036921;,
0.233957;0.171692;,
0.233957;0.239078;,
0.045278;0.239078;,
0.028016;0.880923;,
0.028016;0.144893;,
0.277020;0.144884;,
0.277020;0.880915;,
0.277020;0.144879;,
0.277020;0.880909;,
0.526024;0.144870;,
0.526024;0.880901;,
0.045278;0.400803;,
0.233957;0.400803;,
0.233957;0.616436;,
0.045278;0.616436;,
0.814239;0.945393;,
0.814239;0.862802;,
0.888942;0.718269;,
0.888943;0.945393;,
0.017397;0.718269;,
0.141904;0.945393;,
1.013450;0.718269;,
0.229058;0.862802;,
0.141904;0.718269;,
0.229058;0.945393;,
0.226590;0.945709;,
0.226590;0.863119;,
0.139435;0.718586;,
0.139435;0.945709;,
0.811770;0.863119;,
0.886474;0.718586;,
0.014929;0.718586;,
1.010980;0.718586;,
0.886474;0.945709;,
0.811770;0.945709;,
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.888943;0.893774;,
0.141904;0.893774;,
0.139435;0.894090;,
0.886474;0.894090;,
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.615355;0.662330;,
0.948449;0.662330;,
1.091200;1.009069;,
0.520185;1.009069;,
0.520185;0.994546;,
1.091200;0.994546;,
0.948449;1.341288;,
0.615355;1.341288;,
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.966019;,
0.492325;0.669144;,
0.322927;0.669144;,
0.322927;0.966019;,
0.323627;0.969574;,
0.323627;0.672699;,
0.493026;0.672699;,
0.493026;0.969574;,
0.322152;0.672387;,
0.492060;0.672387;,
0.492060;0.970007;,
0.322152;0.970007;,
0.321779;0.965995;,
0.494534;0.965995;,
0.494534;0.668374;,
0.321779;0.668374;,
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 {
288;
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
-0.149071;0.769547;-0.471405;,
-0.178885;0.840614;-0.282843;,
0.089443;0.861728;-0.282843;,
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.178885;0.840614;0.282843;,
0.000000;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
-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;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
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.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;,
0.707107;-0.707107;0.000000;,
0.707107;-0.707107;0.000000;,
-0.707107;-0.707107;0.000000;,
-0.707107;-0.707107;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
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;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
-0.000000;-0.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;19,18,20;,
3;19,20,21;,
3;20,22,23;,
3;20,23,21;,
3;10,9,3;,
3;10,3,2;,
3;24,25,26;,
3;24,26,27;,
3;9,13,4;,
3;9,4,3;,
3;6,11,15;,
3;6,15,7;,
3;13,12,5;,
3;13,5,4;,
3;28,29,30;,
3;28,30,31;,
3;32,33,31;,
3;32,31,34;,
3;29,35,36;,
3;29,36,30;,
3;37,33,36;,
3;37,36,35;,
3;38,39,40;,
3;38,40,41;,
3;42,43,40;,
3;42,40,39;,
3;41,44,45;,
3;41,45,46;,
3;43,42,47;,
3;43,47,46;,
3;48,49,50;,
3;48,50,51;,
3;52,53,54;,
3;52,54,55;,
3;56,57,33;,
3;56,33,31;,
3;58,59,46;,
3;58,46,41;,
3;60,61,62;,
3;60,62,63;,
3;64,65,66;,
3;64,66,67;,
3;31,30,34;,
3;32,36,33;,
3;41,40,44;,
3;45,43,46;,
3;68,48,51;,
3;69,70,71;,
3;72,73,74;,
3;52,55,75;,
3;76,77,78;,
3;76,78,79;,
3;80,81,82;,
3;80,82,83;,
3;84,85,86;,
3;84,86,87;,
3;88,89,90;,
3;88,90,91;,
3;92,93,94;,
3;92,94,95;,
3;92,96,97;,
3;92,97,93;,
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;114,115,116;,
3;114,116,117;,
3;118,119,120;,
3;118,120,121;,
3;122,123,124;,
3;122,124,125;,
3;126,127,128;,
3;126,128,129;,
3;130,131,132;,
3;130,132,133;,
3;134,135,136;,
3;134,136,137;,
3;138,139,140;,
3;138,140,141;,
3;142,143,144;,
3;142,144,145;,
3;146,147,148;,
3;146,148,149;,
3;150,151,152;,
3;150,152,153;,
3;154,155,156;,
3;154,156,157;,
3;158,159,160;,
3;158,160,161;,
3;162,163,164;,
3;162,164,165;,
3;166,167,168;,
3;166,168,169;,
3;170,171,172;,
3;170,172,173;,
3;174,175,176;,
3;174,176,177;,
3;178,179,180;,
3;178,180,181;,
3;182,183,184;,
3;182,184,185;,
3;186,187,188;,
3;186,188,189;,
3;190,188,187;,
3;190,187,191;,
3;192,193,194;,
3;192,194,195;,
3;196,194,193;,
3;196,193,197;,
3;198,199,200;,
3;198,200,201;,
3;202,203,204;,
3;202,204,205;,
3;206,207,208;,
3;206,208,209;,
3;209,208,210;,
3;209,210,211;,
3;212,213,214;,
3;212,214,215;,
3;216,217,218;,
3;216,218,219;,
3;220,221,222;,
3;220,222,223;,
3;224,225,226;,
3;224,226,227;,
3;228,229,230;,
3;228,230,231;,
3;232,233,229;,
3;232,229,228;,
3;234,235,233;,
3;234,233,232;,
3;231,230,235;,
3;231,235,234;,
3;231,234,232;,
3;231,232,228;,
3;236,237,238;,
3;236,238,239;,
3;240,241,242;,
3;240,242,243;,
3;237,236,244;,
3;237,244,245;,
3;246,247,248;,
3;246,248,249;,
3;250,251,252;,
3;250,252,253;,
3;241,240,254;,
3;241,254,255;,
3;256,257,247;,
3;256,247,246;,
3;250,258,259;,
3;250,259,251;,
3;260,261,262;,
3;260,262,263;,
3;264,265,266;,
3;264,266,267;,
3;260,268,269;,
3;260,269,270;,
3;271,272,273;,
3;271,273,274;,
3;275,276,260;,
3;275,260,270;,
3;277,278,266;,
3;277,266,279;,
3;280,281,282;,
3;280,282,283;,
3;266,284,285;,
3;266,285,279;,
3;264,286,265;,
3;287,262,261;,
3;263,268,260;,
3;278,267,266;;
}
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,
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,
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,
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.849000;0.485841;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 {
"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";
}
}
}
}
}
}