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

1463 lines
35 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 {
256;
-2.620000;0.200000;2.955000;,
-2.400000;0.200000;3.055000;,
-2.400000;0.580000;3.055000;,
-2.620000;0.550000;2.955000;,
2.620000;0.200000;2.955000;,
2.620000;0.550000;2.955000;,
2.400000;0.580000;3.055000;,
2.400000;0.200000;3.055000;,
-0.989600;-0.375000;1.125000;,
-0.989700;-0.875000;1.625000;,
-1.864600;-0.375000;1.124900;,
1.885400;-0.375000;1.125100;,
1.010300;-0.875000;1.625000;,
1.010400;-0.375000;1.125000;,
0.320000;0.850000;-1.900000;,
0.900000;0.850000;-1.900000;,
0.900000;0.640000;-1.900000;,
0.320000;0.640000;-1.900000;,
-0.320000;0.850000;-1.900000;,
-0.320000;0.640000;-1.900000;,
-0.900000;0.640000;-1.900000;,
-0.900000;0.850000;-1.900000;,
-0.970200;0.600000;-3.200000;,
-0.970200;0.350000;-3.200000;,
-0.970200;-0.150000;-3.750000;,
-0.970200;-0.150000;-4.000000;,
-0.970200;0.050000;-4.150000;,
-0.970200;0.600000;-4.150000;,
0.989100;0.600000;-3.200000;,
0.989100;0.600000;-4.150000;,
0.989100;0.050000;-4.150000;,
0.989100;-0.150000;-4.000000;,
0.989100;-0.150000;-3.750000;,
0.989100;0.350000;-3.200000;,
1.032000;-0.742300;3.079300;,
1.032000;-0.120300;3.701600;,
1.032000;-0.120300;3.873300;,
1.032000;-0.742300;3.869000;,
1.032000;-0.904600;3.705300;,
1.032000;-0.904600;3.079300;,
-1.012500;-0.742300;3.079300;,
-1.012500;-0.904600;3.079300;,
-1.012500;-0.904600;3.705300;,
-1.012500;-0.742300;3.869000;,
-1.012500;-0.120300;3.873300;,
-1.012500;-0.120300;3.701600;,
-0.970200;0.000000;-3.300000;,
-0.970200;0.300000;-3.000000;,
-0.970200;0.300000;-2.400000;,
-0.970200;-0.150000;-2.400000;,
-0.970200;-0.150000;-3.300000;,
0.989100;0.000000;-3.300000;,
0.989100;-0.150000;-3.300000;,
0.989100;-0.150000;-2.400000;,
0.989100;0.300000;-2.400000;,
0.989100;0.300000;-3.000000;,
-1.435500;0.821500;0.150000;,
-1.434400;0.821600;2.409800;,
-0.990500;0.885000;2.600000;,
-0.990700;0.885000;-0.050000;,
1.455000;0.825900;0.150000;,
1.010200;0.889500;-0.050000;,
1.010000;0.889500;2.600000;,
1.453900;0.826100;2.409800;,
-0.400200;0.750000;4.395000;,
-0.400200;-0.750000;4.395000;,
0.449800;-0.750000;4.395000;,
0.449800;0.750000;4.395000;,
-0.489800;1.125000;3.375000;,
-0.489600;1.125000;0.875000;,
-0.589600;0.875000;1.125000;,
-0.589800;0.875000;3.625000;,
0.610200;0.875000;3.625000;,
0.510200;1.125000;3.375000;,
0.510400;1.125000;0.875000;,
0.610400;0.875000;1.125000;,
-0.989500;0.575000;-1.875000;,
1.010500;0.575000;-1.875000;,
1.010500;0.125000;-1.375000;,
-0.989500;0.125000;-1.375000;,
-0.989800;0.875000;4.374900;,
1.010200;0.875000;4.375100;,
1.010400;0.875000;1.125000;,
-0.989600;0.875000;1.125000;,
-0.989500;1.375000;-1.375000;,
1.010500;1.375000;-1.375000;,
1.010500;0.925000;-1.875000;,
-0.989500;0.925000;-1.875000;,
-0.989600;0.875000;1.125000;,
1.010400;0.875000;1.125000;,
1.010400;1.375000;0.625100;,
-0.989600;1.375000;0.624900;,
-0.499800;1.125000;3.375000;,
-0.499600;1.125000;0.875000;,
-0.599600;0.875000;1.125000;,
-0.599800;0.875000;3.625000;,
-0.989600;0.125000;0.624900;,
-0.989700;-1.375000;2.124900;,
-0.989800;-1.375000;3.874900;,
-0.989800;-0.875000;4.374900;,
-0.989800;0.875000;4.374900;,
-0.989800;0.875000;3.624900;,
1.010400;0.125000;0.625100;,
1.010200;0.875000;3.625100;,
1.010200;0.875000;4.375100;,
1.010200;-0.875000;4.375100;,
1.010200;-1.375000;3.875100;,
1.010300;-1.375000;2.125100;,
-0.989600;-0.375000;1.125000;,
-0.989400;-0.375000;-4.000100;,
-0.989400;0.125000;-4.375100;,
-0.989400;0.875000;-4.375100;,
-0.989800;0.875000;3.624900;,
1.010700;0.875000;-4.374900;,
1.010700;0.125000;-4.374900;,
1.010600;-0.375000;-3.999900;,
1.010400;-0.375000;1.125000;,
1.010200;0.875000;3.625100;,
-2.739700;0.125000;2.874900;,
-0.989800;0.125000;3.624900;,
-0.989800;0.875000;3.624900;,
-2.739700;0.625000;2.874900;,
-2.739700;0.125000;2.874900;,
-2.739700;0.625000;2.874900;,
-2.739400;0.625000;-3.625100;,
-2.739400;0.125000;-3.625100;,
1.010300;-1.375000;2.125100;,
1.010200;-1.375000;3.875100;,
-0.989800;-1.375000;3.874900;,
-0.989700;-1.375000;2.124900;,
1.010200;-0.875000;4.375100;,
-0.989800;-0.875000;4.374900;,
2.760300;0.625000;2.875100;,
1.010200;0.875000;3.625100;,
1.010200;0.125000;3.625100;,
2.760300;0.125000;2.875100;,
2.760600;0.625000;-3.624900;,
2.760300;0.625000;2.875100;,
2.760300;0.125000;2.875100;,
2.760600;0.125000;-3.624900;,
-0.989600;0.875000;1.125000;,
-0.989600;1.375000;0.624900;,
-0.989500;1.375000;-1.375000;,
-0.989500;0.925000;-1.875000;,
-0.989500;0.575000;-1.875000;,
1.010500;0.575000;-1.875000;,
1.010500;0.925000;-1.875000;,
1.010500;1.375000;-1.375000;,
1.010400;1.375000;0.625100;,
1.010400;0.875000;1.125000;,
-0.989400;0.125000;-4.375100;,
-2.739400;0.125000;-3.625100;,
-2.739400;0.625000;-3.625100;,
-0.989400;0.875000;-4.375100;,
1.010500;0.125000;-1.375000;,
1.010400;0.125000;0.625100;,
-0.989600;0.125000;0.624900;,
-0.989500;0.125000;-1.375000;,
1.010700;0.875000;-4.374900;,
2.760600;0.625000;-3.624900;,
2.760600;0.125000;-3.624900;,
1.010700;0.125000;-4.374900;,
-1.864700;-0.375000;2.749900;,
-2.739700;0.125000;2.874900;,
-2.739400;0.125000;-3.625100;,
-1.864400;-0.375000;-3.625100;,
-0.989700;-0.875000;1.625000;,
-0.989700;-0.875000;2.624900;,
-1.864700;-0.375000;2.749900;,
-1.864600;-0.375000;1.124900;,
-2.739400;0.625000;-3.625100;,
-2.739700;0.625000;2.874900;,
-0.989800;0.875000;3.624900;,
-0.989400;0.875000;-4.375100;,
-0.989400;0.125000;-4.375100;,
-0.989400;-0.375000;-4.000100;,
-1.864400;-0.375000;-3.625100;,
-2.739400;0.125000;-3.625100;,
-0.989600;-0.375000;1.125000;,
-1.864600;-0.375000;1.124900;,
-0.989800;-0.875000;4.374900;,
1.010200;-0.875000;4.375100;,
1.010200;0.875000;4.375100;,
-0.989800;0.875000;4.374900;,
1.885300;-0.375000;2.750100;,
1.010300;-0.875000;2.625100;,
1.010300;-0.875000;1.625000;,
1.885400;-0.375000;1.125100;,
1.885600;-0.375000;-3.624900;,
2.760600;0.125000;-3.624900;,
2.760300;0.125000;2.875100;,
2.760300;0.625000;2.875100;,
2.760600;0.625000;-3.624900;,
1.010700;0.875000;-4.374900;,
1.010200;0.875000;3.625100;,
1.885600;-0.375000;-3.624900;,
1.885400;-0.375000;1.125100;,
1.010400;-0.375000;1.125000;,
1.010600;-0.375000;-3.999900;,
1.010700;0.125000;-4.374900;,
2.760600;0.125000;-3.624900;,
-0.989800;0.125000;3.624900;,
-2.739700;0.125000;2.874900;,
1.010200;0.125000;3.625100;,
-0.340200;0.100000;-0.850000;,
0.109800;0.100000;-0.300000;,
0.109800;0.100000;0.000000;,
-0.040200;0.100000;0.150000;,
-0.190200;0.100000;0.150000;,
-0.340200;0.100000;0.000000;,
0.259800;0.100000;-0.450000;,
0.109800;0.100000;-0.300000;,
-0.340200;0.100000;-0.850000;,
-0.190200;0.100000;-1.000000;,
0.109800;0.100000;-1.000000;,
0.259800;0.100000;-0.850000;,
-0.990600;-0.899800;2.000000;,
-0.990500;-0.899800;2.450000;,
-1.865500;-0.399800;2.450000;,
-1.865600;-0.399800;2.000000;,
1.010100;-0.899800;2.000000;,
1.885100;-0.399800;2.000000;,
1.885000;-0.399800;2.450000;,
1.010100;-0.899800;2.450000;,
2.120500;0.730900;1.586700;,
2.120100;0.730900;2.275200;,
2.760300;0.639500;2.402700;,
2.760400;0.639500;1.446500;,
2.120500;0.730900;-0.719300;,
2.120100;0.730900;-0.030800;,
2.760300;0.639500;0.096700;,
2.760400;0.639500;-0.859500;,
2.120500;0.730900;-3.025300;,
2.120100;0.730900;-2.336800;,
2.760300;0.639500;-2.209300;,
2.760400;0.639500;-3.165500;,
-2.101000;0.726400;1.586700;,
-2.740900;0.635000;1.446500;,
-2.740800;0.635000;2.402700;,
-2.100600;0.726500;2.275200;,
-2.101000;0.726400;-0.719300;,
-2.740900;0.635000;-0.859500;,
-2.740800;0.635000;0.096700;,
-2.100600;0.726500;-0.030800;,
-2.101000;0.726400;-3.025300;,
-2.740900;0.635000;-3.165500;,
-2.740800;0.635000;-2.209300;,
-2.100600;0.726500;-2.336800;,
-0.989500;0.575000;-1.875000;,
-0.989500;0.925000;-1.875000;,
1.010500;0.925000;-1.875000;,
1.010500;0.575000;-1.875000;,
-0.989600;0.125000;0.624900;,
1.010400;0.125000;0.625100;,
1.010300;-1.375000;2.125100;,
-0.989700;-1.375000;2.124900;;
148;
3;0,1,2;,
3;0,2,3;,
3;4,5,6;,
3;4,6,7;,
3;8,9,10;,
3;11,12,13;,
3;14,15,16;,
3;14,16,17;,
3;18,19,20;,
3;18,20,21;,
3;22,23,24;,
3;22,24,25;,
3;22,25,26;,
3;22,26,27;,
3;28,29,30;,
3;28,30,31;,
3;28,31,32;,
3;28,32,33;,
3;34,35,36;,
3;34,36,37;,
3;34,37,38;,
3;34,38,39;,
3;40,41,42;,
3;40,42,43;,
3;40,43,44;,
3;40,44,45;,
3;46,47,48;,
3;46,48,49;,
3;46,49,50;,
3;51,52,53;,
3;51,53,54;,
3;51,54,55;,
3;56,57,58;,
3;56,58,59;,
3;60,61,62;,
3;60,62,63;,
3;64,65,66;,
3;64,66,67;,
3;68,69,70;,
3;68,70,71;,
3;71,72,73;,
3;71,73,68;,
3;74,69,68;,
3;74,68,73;,
3;75,74,73;,
3;75,73,72;,
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;91,90,85;,
3;91,85,84;,
3;92,93,94;,
3;92,94,95;,
3;96,97,98;,
3;96,98,99;,
3;96,99,100;,
3;96,100,101;,
3;102,103,104;,
3;102,104,105;,
3;102,105,106;,
3;102,106,107;,
3;108,109,110;,
3;108,110,111;,
3;108,111,112;,
3;113,114,115;,
3;113,115,116;,
3;113,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;127,130,131;,
3;127,131,128;,
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;140,143,144;,
3;145,146,147;,
3;145,147,148;,
3;145,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;175,178,179;,
3;175,179,176;,
3;180,181,182;,
3;180,182,183;,
3;184,185,186;,
3;184,186,187;,
3;188,189,190;,
3;188,190,184;,
3;191,192,193;,
3;191,193,194;,
3;195,196,197;,
3;195,197,198;,
3;199,200,195;,
3;199,195,198;,
3;167,201,202;,
3;190,203,185;,
3;204,205,206;,
3;204,206,207;,
3;204,207,208;,
3;204,208,209;,
3;210,211,212;,
3;210,212,213;,
3;210,213,214;,
3;210,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,234;,
3;232,234,235;,
3;236,237,238;,
3;236,238,239;,
3;240,241,242;,
3;240,242,243;,
3;244,245,246;,
3;244,246,247;,
3;248,249,250;,
3;248,250,251;,
3;252,253,254;,
3;252,254,255;;
MeshTextureCoords {
256;
0.496712;0.965690;,
0.325627;0.965690;,
0.325627;0.667782;,
0.496712;0.691301;,
0.327171;0.968689;,
0.327171;0.694300;,
0.498256;0.670781;,
0.498256;0.968689;,
0.495399;0.967810;,
0.310016;0.967800;,
0.495399;0.666530;,
0.495399;0.957739;,
0.310016;0.656446;,
0.495399;0.656456;,
0.490737;0.664625;,
0.490737;0.974937;,
0.317584;0.974937;,
0.317584;0.664625;,
0.491864;0.975527;,
0.318711;0.975527;,
0.318711;0.665214;,
0.491864;0.665214;,
0.345126;0.299821;,
0.239600;0.299821;,
0.028548;0.531979;,
0.028548;0.637505;,
0.112969;0.700821;,
0.345126;0.700821;,
0.345126;0.299821;,
0.345126;0.700821;,
0.112969;0.700821;,
0.028548;0.637505;,
0.028548;0.531979;,
0.239600;0.299821;,
0.062754;0.658100;,
0.445003;0.657996;,
0.497728;0.602133;,
0.305350;0.401066;,
0.205216;0.401536;,
0.012909;0.605288;,
0.062754;0.658100;,
0.012909;0.605288;,
0.205215;0.401536;,
0.305350;0.401066;,
0.497728;0.602133;,
0.445003;0.657996;,
0.091864;1.342031;,
0.218495;1.215400;,
0.218495;0.962140;,
0.028548;0.962140;,
0.028548;1.342031;,
0.091864;1.342031;,
0.028548;1.342031;,
0.028548;0.962140;,
0.218495;0.962140;,
0.218495;1.215400;,
1.234260;1.044257;,
1.233890;2.384229;,
1.075970;2.497035;,
1.076020;0.925670;,
0.205981;1.044257;,
0.364213;0.925670;,
0.364263;2.497035;,
0.206344;2.384229;,
0.029731;0.957443;,
0.029731;0.366399;,
0.384909;0.366399;,
0.384910;0.957443;,
0.465971;0.750522;,
1.478492;0.750458;,
1.377241;0.799210;,
0.364718;0.799274;,
0.364694;0.214320;,
0.465946;0.263059;,
1.478471;0.262995;,
1.377217;0.214255;,
0.107547;0.821320;,
0.107574;0.202102;,
0.243848;0.202111;,
0.243821;0.821329;,
0.060970;0.994279;,
0.060929;0.019354;,
1.377209;0.019271;,
1.377249;0.994195;,
0.243821;0.821329;,
0.243848;0.202111;,
0.107574;0.202102;,
0.107547;0.821320;,
0.925191;0.821369;,
0.925219;0.202152;,
0.788945;0.202142;,
0.788916;0.821361;,
0.465971;0.755397;,
1.478492;0.755332;,
1.377241;0.804085;,
0.364718;0.804149;,
1.392070;1.848494;,
0.994095;1.408477;,
0.994095;0.895120;,
1.126753;0.748450;,
1.591057;0.748450;,
1.591057;0.968460;,
1.392070;1.848463;,
1.591057;0.968430;,
1.591057;0.748420;,
1.126753;0.748420;,
0.994095;0.895090;,
0.994095;1.408447;,
0.005032;1.830510;,
0.005032;3.717907;,
0.180003;3.856009;,
0.442459;3.856009;,
0.442459;0.909830;,
0.442459;3.855972;,
0.180003;3.855972;,
0.005032;3.717870;,
0.005032;1.830470;,
0.442459;0.909790;,
1.458670;0.923968;,
1.734290;0.923968;,
1.734290;0.679595;,
1.458670;0.761053;,
2.458670;0.923968;,
2.458670;0.761053;,
0.070228;0.761053;,
0.070228;0.923968;,
1.026690;0.188875;,
1.393630;0.188909;,
1.393610;0.950606;,
1.026670;0.950572;,
1.498480;0.188920;,
1.498450;0.950616;,
1.458770;0.761052;,
1.734330;0.679595;,
1.734330;0.923968;,
1.458770;0.923968;,
0.070331;0.761052;,
2.458770;0.761052;,
2.458770;0.923968;,
0.070331;0.923968;,
0.831463;0.134995;,
0.979871;0.442682;,
0.979871;1.673422;,
0.846304;1.981107;,
0.742418;1.981107;,
0.742418;1.981046;,
0.846304;1.981046;,
0.979871;1.673360;,
0.979871;0.442617;,
0.831463;0.134933;,
0.759523;0.987753;,
0.759523;1.850529;,
0.907931;1.850529;,
0.982135;0.987753;,
0.752261;0.217863;,
1.006420;0.217898;,
1.006410;0.929527;,
0.752248;0.929490;,
0.982135;1.001745;,
0.907931;0.139010;,
0.759523;0.139010;,
0.759523;1.001745;,
0.961311;0.416615;,
0.929068;0.835465;,
2.606230;0.835302;,
2.606220;0.416457;,
1.251577;0.997744;,
0.993551;0.997770;,
0.961311;1.416615;,
1.380602;1.416577;,
2.342180;1.830499;,
0.665020;1.830661;,
0.471478;0.992992;,
2.535680;0.992790;,
1.799730;0.997594;,
1.702970;0.997603;,
1.606220;1.416457;,
1.606230;1.835302;,
0.380589;0.997732;,
0.380602;1.416577;,
0.289151;0.989738;,
0.289151;0.153408;,
0.743307;0.153408;,
0.743307;0.989738;,
0.969026;0.736830;,
1.001292;1.155672;,
1.259317;1.155648;,
1.388317;0.736790;,
2.613940;0.736670;,
2.613930;0.317820;,
0.936763;0.317990;,
0.664948;0.303580;,
2.342110;0.303420;,
2.535650;1.141086;,
0.471452;1.141287;,
1.613940;0.736670;,
0.388317;0.736790;,
0.388330;1.155634;,
1.710710;1.155504;,
1.807470;1.155495;,
1.613930;0.317820;,
0.735526;0.997796;,
0.929068;1.835465;,
0.743267;1.155696;,
0.226617;0.478818;,
0.044363;0.701573;,
0.044363;0.823076;,
0.105114;0.883828;,
0.165866;0.883828;,
0.226617;0.823076;,
0.983612;0.640822;,
1.044363;0.701573;,
1.226617;0.478818;,
1.165866;0.418067;,
1.044363;0.418067;,
0.983612;0.478818;,
1.270020;0.444632;,
0.979527;0.444632;,
0.979526;0.799665;,
1.270020;0.799665;,
1.270020;0.444632;,
1.270020;0.799665;,
0.979527;0.799665;,
0.979527;0.444632;,
0.183099;0.752540;,
0.183200;0.574590;,
0.017745;0.541640;,
0.017721;0.788770;,
0.183099;0.348547;,
0.183200;0.170598;,
0.017745;0.137646;,
0.017721;0.384778;,
0.183099;0.944555;,
0.183200;0.766606;,
0.017745;0.733652;,
0.017721;0.980786;,
0.188139;0.752540;,
0.022761;0.788770;,
0.022785;0.541640;,
0.188240;0.574590;,
0.188139;0.348547;,
0.022761;0.384778;,
0.022785;0.137646;,
0.188240;0.170598;,
0.188139;0.944555;,
0.022761;0.980786;,
0.022785;0.733652;,
0.188240;0.766606;,
0.504761;0.387993;,
0.615203;0.387993;,
0.615203;1.021161;,
0.504761;1.021161;,
0.146654;0.996210;,
0.146654;1.990094;,
0.566930;1.990054;,
0.566930;0.996170;;
}
MeshNormals {
256;
-0.413804;0.000000;0.910366;,
-0.413804;0.000000;0.910366;,
-0.413804;0.000000;0.910366;,
-0.413804;0.000000;0.910366;,
0.413804;0.000000;0.910366;,
0.413804;0.000000;0.910366;,
0.413804;0.000000;0.910366;,
0.413804;0.000000;0.910366;,
0.000081;-0.707107;-0.707107;,
0.000081;-0.707107;-0.707107;,
0.000081;-0.707107;-0.707107;,
0.000081;-0.707107;-0.707107;,
0.000081;-0.707107;-0.707107;,
0.000081;-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;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-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.141362;0.989958;0.000018;,
-0.141401;0.989952;0.000025;,
-0.141362;0.989958;0.000018;,
-0.141323;0.989964;0.000011;,
0.141462;0.989944;-0.000004;,
0.141541;0.989932;0.000011;,
0.141462;0.989944;-0.000004;,
0.141382;0.989955;-0.000019;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
-0.371401;0.689952;0.141392;,
-0.464251;0.685663;-0.000037;,
-0.928502;0.371327;-0.000074;,
-0.309501;0.595180;0.471380;,
0.464226;0.539281;0.353591;,
0.371380;0.631425;0.282872;,
0.309484;0.790485;0.000025;,
0.928451;0.371455;0.000074;,
0.000000;-0.743294;-0.668965;,
0.000000;-0.743294;-0.668965;,
0.000000;-0.743294;-0.668965;,
0.000000;-0.743294;-0.668965;,
0.000000;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.828863;-0.445976;,
0.000000;0.914431;-0.222988;,
0.000000;0.743294;-0.668965;,
0.000000;0.743294;-0.668965;,
-0.000035;0.707107;0.707107;,
0.000000;0.707036;0.707178;,
-0.000024;0.804738;0.471405;,
-0.000024;0.902392;0.235679;,
-0.928502;0.371327;-0.000074;,
-0.928502;0.371327;-0.000074;,
-0.928502;0.371327;-0.000074;,
-0.928502;0.371327;-0.000074;,
-1.000000;-0.000054;-0.000038;,
-1.000000;0.000010;-0.000057;,
-1.000000;0.000026;-0.000050;,
-1.000000;0.000021;-0.000048;,
-1.000000;-0.000133;-0.000027;,
-1.000000;-0.000267;0.000000;,
1.000000;0.000054;0.000038;,
1.000000;0.000267;0.000000;,
1.000000;0.000133;0.000027;,
1.000000;-0.000021;0.000048;,
1.000000;-0.000026;0.000050;,
1.000000;-0.000010;0.000057;,
1.000000;0.000030;0.000042;,
1.000000;0.000029;0.000039;,
1.000000;0.000015;0.000038;,
1.000000;0.000030;0.000043;,
1.000000;0.000060;0.000050;,
-1.000000;0.000011;-0.000123;,
-1.000000;0.000000;-0.000267;,
-1.000000;0.000034;-0.000153;,
-1.000000;0.000017;-0.000051;,
-1.000000;-0.000035;-0.000062;,
-0.393938;0.000000;0.919137;,
-0.393938;0.000000;0.919137;,
-0.393938;0.000000;0.919137;,
-0.393938;0.000000;0.919137;,
-1.000000;0.000000;-0.000046;,
-1.000000;0.000000;-0.000046;,
-1.000000;0.000000;-0.000046;,
-1.000000;0.000000;-0.000046;,
0.000000;-1.000000;0.000000;,
-0.000047;-0.804738;0.471404;,
-0.000024;-0.902369;0.235702;,
0.000000;-1.000000;0.000000;,
-0.000071;-0.707107;0.707107;,
-0.000071;-0.707107;0.707107;,
0.393900;0.000000;0.919153;,
0.393900;0.000000;0.919153;,
0.393900;0.000000;0.919153;,
0.393900;0.000000;0.919153;,
1.000000;0.000000;0.000046;,
1.000000;0.000000;0.000046;,
1.000000;0.000000;0.000046;,
1.000000;0.000000;0.000046;,
-1.000000;-0.000005;-0.000039;,
-1.000000;-0.000050;-0.000050;,
-1.000000;-0.000007;-0.000041;,
-1.000000;0.000018;-0.000033;,
-1.000000;0.000000;-0.000033;,
1.000000;-0.000000;0.000027;,
1.000000;0.000000;0.000000;,
1.000000;-0.000016;0.000025;,
1.000000;-0.000000;0.000040;,
1.000000;0.000030;0.000030;,
-0.393919;0.000000;-0.919145;,
-0.393919;0.000000;-0.919145;,
-0.393919;0.000000;-0.919145;,
-0.393919;0.000000;-0.919145;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.393938;0.000000;-0.919137;,
0.393938;0.000000;-0.919137;,
0.393938;0.000000;-0.919137;,
0.393938;0.000000;-0.919137;,
-0.496140;-0.868242;-0.000023;,
-0.496141;-0.868242;-0.000023;,
-0.496140;-0.868242;-0.000023;,
-0.496139;-0.868243;-0.000023;,
-0.496154;-0.868235;-0.000015;,
-0.393085;-0.772486;0.338350;,
-0.496154;-0.868235;-0.000015;,
-0.496169;-0.868226;-0.000031;,
-0.141425;0.989949;-0.000007;,
-0.141427;0.989949;-0.000007;,
-0.141425;0.989949;-0.000007;,
-0.141424;0.989949;-0.000007;,
-0.324324;-0.567568;-0.756757;,
-0.108108;-0.855856;-0.252252;,
-0.216216;-0.711712;-0.504504;,
-0.324324;-0.567568;-0.756757;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
-0.000100;0.000000;1.000000;,
-0.000100;0.000000;1.000000;,
-0.000100;0.000000;1.000000;,
-0.000100;0.000000;1.000000;,
0.496128;-0.868249;0.000018;,
0.393075;-0.772473;0.338366;,
0.496124;-0.868252;0.000015;,
0.496109;-0.868260;0.000031;,
0.496138;-0.868244;0.000023;,
0.496139;-0.868243;0.000023;,
0.427429;-0.804397;0.225593;,
0.141422;0.989949;0.000008;,
0.141427;0.989949;0.000007;,
0.141422;0.989949;0.000008;,
0.141417;0.989950;0.000009;,
0.162162;-0.783799;-0.378367;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.162156;-0.783806;-0.378365;,
0.324324;-0.567599;-0.756734;,
0.324335;-0.567586;-0.756738;,
-0.290030;-0.676728;0.676699;,
-0.290030;-0.676728;0.676699;,
0.290011;-0.676703;0.676732;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
-0.496139;-0.868243;0.000110;,
-0.496139;-0.868243;0.000110;,
-0.496139;-0.868243;0.000110;,
-0.496139;-0.868243;0.000110;,
0.496160;-0.868231;0.000055;,
0.496139;-0.868243;0.000110;,
0.496160;-0.868231;0.000055;,
0.496182;-0.868219;0.000000;,
0.141361;0.989958;0.000048;,
0.141319;0.989964;0.000082;,
0.141361;0.989958;0.000048;,
0.141403;0.989952;0.000015;,
0.141361;0.989958;0.000048;,
0.141319;0.989964;0.000082;,
0.141361;0.989958;0.000048;,
0.141403;0.989952;0.000015;,
0.141361;0.989958;0.000048;,
0.141319;0.989964;0.000082;,
0.141361;0.989958;0.000048;,
0.141403;0.989952;0.000015;,
-0.141451;0.989945;-0.000023;,
-0.141403;0.989952;0.000015;,
-0.141451;0.989945;-0.000023;,
-0.141498;0.989939;-0.000061;,
-0.141451;0.989945;-0.000023;,
-0.141403;0.989952;0.000015;,
-0.141451;0.989945;-0.000023;,
-0.141498;0.989939;-0.000061;,
-0.141451;0.989945;-0.000023;,
-0.141403;0.989952;0.000015;,
-0.141451;0.989945;-0.000023;,
-0.141498;0.989939;-0.000061;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000071;-0.707107;-0.707107;,
0.000071;-0.707107;-0.707107;,
0.000071;-0.707107;-0.707107;,
0.000071;-0.707107;-0.707107;;
148;
3;0,1,2;,
3;0,2,3;,
3;4,5,6;,
3;4,6,7;,
3;8,9,10;,
3;11,12,13;,
3;14,15,16;,
3;14,16,17;,
3;18,19,20;,
3;18,20,21;,
3;22,23,24;,
3;22,24,25;,
3;22,25,26;,
3;22,26,27;,
3;28,29,30;,
3;28,30,31;,
3;28,31,32;,
3;28,32,33;,
3;34,35,36;,
3;34,36,37;,
3;34,37,38;,
3;34,38,39;,
3;40,41,42;,
3;40,42,43;,
3;40,43,44;,
3;40,44,45;,
3;46,47,48;,
3;46,48,49;,
3;46,49,50;,
3;51,52,53;,
3;51,53,54;,
3;51,54,55;,
3;56,57,58;,
3;56,58,59;,
3;60,61,62;,
3;60,62,63;,
3;64,65,66;,
3;64,66,67;,
3;68,69,70;,
3;68,70,71;,
3;71,72,73;,
3;71,73,68;,
3;74,69,68;,
3;74,68,73;,
3;75,74,73;,
3;75,73,72;,
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;91,90,85;,
3;91,85,84;,
3;92,93,94;,
3;92,94,95;,
3;96,97,98;,
3;96,98,99;,
3;96,99,100;,
3;96,100,101;,
3;102,103,104;,
3;102,104,105;,
3;102,105,106;,
3;102,106,107;,
3;108,109,110;,
3;108,110,111;,
3;108,111,112;,
3;113,114,115;,
3;113,115,116;,
3;113,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;127,130,131;,
3;127,131,128;,
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;140,143,144;,
3;145,146,147;,
3;145,147,148;,
3;145,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;175,178,179;,
3;175,179,176;,
3;180,181,182;,
3;180,182,183;,
3;184,185,186;,
3;184,186,187;,
3;188,189,190;,
3;188,190,184;,
3;191,192,193;,
3;191,193,194;,
3;195,196,197;,
3;195,197,198;,
3;199,200,195;,
3;199,195,198;,
3;167,201,202;,
3;190,203,185;,
3;204,205,206;,
3;204,206,207;,
3;204,207,208;,
3;204,208,209;,
3;210,211,212;,
3;210,212,213;,
3;210,213,214;,
3;210,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,234;,
3;232,234,235;,
3;236,237,238;,
3;236,238,239;,
3;240,241,242;,
3;240,242,243;,
3;244,245,246;,
3;244,246,247;,
3;248,249,250;,
3;248,250,251;,
3;252,253,254;,
3;252,254,255;;
}
MeshMaterialList {
11;
148;
0,
0,
0,
0,
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,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
9,
9,
10,
10;
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 {
"vtv2_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 {
"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.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 {
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.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 {
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 {
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";
}
}
}
}
}
}