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

1552 lines
37 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 {
262;
-1.080000;-0.399000;4.171300;,
-1.080000;-0.191400;3.963700;,
-1.620000;-0.191400;3.963700;,
-1.620000;-0.399000;4.171300;,
1.620000;-0.399000;4.171300;,
1.620000;-0.191400;3.963700;,
1.080000;-0.191400;3.963700;,
1.080000;-0.399000;4.171300;,
1.000000;-0.550000;-1.400000;,
0.600000;-0.150000;-1.400000;,
0.600000;-0.150000;0.350000;,
1.000000;-0.550000;-0.050000;,
-1.000000;-0.550000;-0.050000;,
-0.600000;-0.150000;0.350000;,
-0.600000;-0.150000;-1.400000;,
-1.000000;-0.550000;-1.400000;,
1.750000;-0.550000;4.300000;,
-1.750000;-0.550000;4.300000;,
-1.750000;-0.550000;-0.050000;,
1.750000;-0.550000;-0.050000;,
-2.850000;-0.550000;1.600000;,
-2.600000;-0.800000;1.600000;,
2.600000;-0.800000;1.600000;,
2.850000;-0.550000;1.600000;,
2.850000;-0.550000;-1.400000;,
2.600000;-0.800000;-1.400000;,
-2.600000;-0.800000;-1.400000;,
-2.850000;-0.550000;-1.400000;,
-2.600000;-0.800000;1.600000;,
-2.600000;-0.800000;-1.400000;,
2.600000;-0.800000;-1.400000;,
2.600000;-0.800000;1.600000;,
0.349800;-0.550000;4.287500;,
0.149800;-1.550000;3.787500;,
0.150300;-1.550000;-3.787500;,
0.350000;-0.550000;-4.300000;,
0.150300;-1.550000;-3.787500;,
-0.149700;-1.550000;-3.787500;,
-0.350000;-0.550000;-4.300000;,
0.350000;-0.550000;-4.300000;,
-0.150200;-1.550000;3.787500;,
0.149800;-1.550000;3.787500;,
0.349800;-0.550000;4.287500;,
-0.350200;-0.550000;4.287500;,
-0.149700;-1.550000;-3.787500;,
-0.150200;-1.550000;3.787500;,
-0.350200;-0.550000;4.287500;,
-0.350000;-0.550000;-4.300000;,
1.000000;-0.550000;-0.050000;,
-1.000000;-0.550000;-0.050000;,
-1.750000;0.000000;0.500000;,
-1.250000;0.250000;0.750000;,
1.250000;0.250000;0.750000;,
1.750000;0.000000;0.500000;,
1.250000;0.250000;3.500000;,
1.000000;0.150000;3.600000;,
1.000000;-0.450000;4.200000;,
1.750000;-0.550000;4.300000;,
1.750000;0.000000;3.750000;,
-1.000000;0.150000;3.600000;,
-1.250000;0.250000;3.500000;,
-1.750000;0.000000;3.750000;,
-1.750000;-0.550000;4.300000;,
-1.000000;-0.450000;4.200000;,
0.450000;0.150000;3.600000;,
-0.450000;0.150000;3.600000;,
-0.450000;-0.450000;4.200000;,
0.450000;-0.450000;4.200000;,
1.750000;0.000000;0.500000;,
1.250000;0.250000;0.750000;,
1.250000;0.250000;3.500000;,
1.250000;0.250000;0.750000;,
-1.250000;0.250000;0.750000;,
-1.000000;-0.450000;4.200000;,
-1.750000;-0.550000;4.300000;,
-1.750000;0.000000;3.750000;,
-1.250000;0.250000;3.500000;,
-1.250000;0.250000;0.750000;,
-1.750000;0.000000;0.500000;,
1.000000;0.150000;3.600000;,
2.600000;-0.800000;1.600000;,
2.600000;-0.800000;-1.400000;,
2.850000;-0.550000;-1.400000;,
2.850000;-0.550000;1.600000;,
-2.600000;-0.800000;-1.400000;,
-2.600000;-0.800000;1.600000;,
-2.850000;-0.550000;1.600000;,
-2.850000;-0.550000;-1.400000;,
4.600000;-0.700000;-0.900000;,
4.600000;-0.700000;0.850000;,
2.700000;-0.700000;1.600000;,
2.700000;-0.700000;-1.400000;,
2.850000;-0.550000;1.300000;,
2.450000;-0.350000;1.300000;,
1.750000;0.000000;1.600000;,
2.850000;-0.550000;1.600000;,
1.750000;-0.550000;2.100000;,
1.750000;-0.550000;-1.950000;,
2.850000;-0.550000;-1.400000;,
2.450000;-0.350000;-1.050000;,
1.750000;0.000000;-1.400000;,
2.850000;-0.550000;-1.050000;,
-2.700000;-0.700000;-1.400000;,
-2.700000;-0.700000;1.600000;,
-4.600000;-0.700000;0.850000;,
-4.600000;-0.700000;-0.900000;,
0.874800;0.250000;3.187600;,
0.874900;0.875000;2.812600;,
-0.875100;0.875000;2.812500;,
-0.875200;0.250000;3.187500;,
0.874900;0.875000;2.562600;,
-0.875100;0.875000;2.562400;,
0.874900;1.500000;2.187600;,
-0.875100;1.500000;2.187400;,
-2.850000;-0.550000;-1.050000;,
-2.450000;-0.350000;-1.050000;,
-1.750000;0.000000;-1.400000;,
-2.450000;-0.350000;1.300000;,
-1.750000;0.000000;1.600000;,
-1.750000;-0.550000;2.100000;,
-2.850000;-0.550000;1.600000;,
-2.850000;-0.550000;-1.400000;,
-1.750000;-0.550000;-1.950000;,
-2.850000;-0.550000;1.300000;,
1.750000;-0.550000;2.100000;,
1.750000;0.000000;-1.400000;,
-1.750000;0.000000;-1.400000;,
-1.750000;-0.550000;2.100000;,
1.000000;0.150000;3.600000;,
0.450000;0.150000;3.600000;,
0.450000;-0.450000;4.200000;,
1.000000;-0.450000;4.200000;,
-0.450000;0.150000;3.600000;,
-1.000000;0.150000;3.600000;,
-1.000000;-0.450000;4.200000;,
-0.450000;-0.450000;4.200000;,
-0.350000;-0.550000;-4.300000;,
-0.100000;-0.300000;-4.300000;,
0.100000;-0.300000;-4.300000;,
0.350000;-0.550000;-4.300000;,
2.850000;-0.550000;-1.050000;,
2.450000;-0.350000;-1.050000;,
2.450000;-0.350000;1.300000;,
2.850000;-0.550000;1.300000;,
-2.450000;-0.350000;1.300000;,
-2.450000;-0.350000;-1.050000;,
-2.850000;-0.550000;-1.050000;,
-2.850000;-0.550000;1.300000;,
-1.125100;0.250000;2.812400;,
-0.875100;0.875000;2.812500;,
-0.875100;0.875000;1.562500;,
-1.125100;0.250000;1.562400;,
0.874900;0.875000;1.562500;,
0.874900;0.875000;2.812600;,
1.124900;0.250000;2.812600;,
1.124900;0.250000;1.562600;,
-0.875000;0.250000;0.937400;,
-0.875100;0.250000;1.312500;,
-0.875100;1.500000;1.562500;,
-0.875000;0.250000;0.937400;,
-0.875100;1.500000;1.562500;,
0.874900;1.500000;1.562500;,
0.875000;0.250000;0.937500;,
-0.875100;0.875000;2.562400;,
-0.875100;1.500000;2.187400;,
-0.875100;1.500000;1.562500;,
-0.875100;1.500000;2.187400;,
0.874900;1.500000;2.187600;,
0.874900;1.500000;1.562500;,
0.874900;0.250000;1.312500;,
0.875000;0.250000;0.937500;,
0.874900;1.500000;1.562500;,
0.874900;1.500000;2.187600;,
0.874900;0.875000;2.562600;,
-0.875200;0.250000;3.187500;,
0.874800;0.250000;3.187600;,
0.850000;0.079500;0.557300;,
1.400000;0.079500;0.557300;,
1.400000;-0.146000;0.331800;,
0.850000;-0.146000;0.331800;,
-0.700000;0.079500;0.557300;,
-0.700000;-0.146000;0.331800;,
-1.250000;-0.146000;0.331800;,
-1.250000;0.079500;0.557300;,
-0.002900;1.586900;1.813700;,
-0.002900;1.500200;1.796100;,
-0.067900;1.500200;1.861000;,
-0.050300;1.586900;1.861000;,
0.044400;1.586900;1.861000;,
0.062000;1.500200;1.861000;,
-0.002900;1.586900;1.908300;,
-0.002900;1.500200;1.926000;,
2.850000;-0.550000;-1.150000;,
2.850000;-0.550000;0.850000;,
4.600000;-0.700000;0.850000;,
4.600000;-0.700000;-0.900000;,
-4.600000;-0.700000;-0.900000;,
-4.600000;-0.700000;0.850000;,
-2.850000;-0.550000;0.850000;,
-2.850000;-0.550000;-1.150000;,
2.700000;-0.700000;-1.400000;,
2.700000;-0.700000;1.600000;,
-2.700000;-0.700000;-1.400000;,
-2.700000;-0.700000;1.600000;,
-1.750000;-0.550000;3.750000;,
-1.750000;-0.550000;-4.300000;,
-1.250000;-1.050000;-4.050000;,
-1.250000;-1.050000;3.500000;,
-1.000000;-0.550000;-4.300000;,
-1.000000;-0.550000;3.250000;,
-1.250000;-1.050000;3.500000;,
1.250000;-1.050000;3.500000;,
1.750000;-0.550000;3.750000;,
-1.750000;-0.550000;3.750000;,
-1.000000;-0.550000;3.250000;,
1.000000;-0.550000;3.250000;,
1.250000;-1.050000;3.500000;,
1.250000;-1.050000;-4.050000;,
1.750000;-0.550000;-4.300000;,
1.750000;-0.550000;3.750000;,
1.000000;-0.550000;3.250000;,
1.000000;-0.550000;-4.300000;,
0.350000;-0.550000;-1.400000;,
0.350000;-0.550000;-4.300000;,
0.100000;-0.300000;-4.300000;,
0.100000;-0.300000;-1.400000;,
-0.100000;-0.300000;-4.300000;,
-0.100000;-0.300000;-1.400000;,
-0.350000;-0.550000;-1.400000;,
-0.350000;-0.550000;-4.300000;,
-1.000000;-0.550000;-4.300000;,
-1.250000;-1.050000;-4.050000;,
-1.750000;-0.550000;-4.300000;,
1.750000;-0.550000;-4.300000;,
1.250000;-1.050000;-4.050000;,
1.000000;-0.550000;-4.300000;,
1.750000;-0.550000;-4.300000;,
1.750000;0.000000;-4.300000;,
1.750000;0.000000;3.750000;,
1.750000;-0.550000;4.300000;,
-1.750000;0.000000;-4.300000;,
-1.750000;-0.550000;-4.300000;,
-1.750000;-0.550000;4.300000;,
-1.750000;0.000000;3.750000;,
1.000000;-0.550000;-4.300000;,
1.750000;0.000000;-4.300000;,
1.750000;-0.550000;-4.300000;,
-1.750000;-0.550000;-4.300000;,
-1.750000;0.000000;-4.300000;,
-1.000000;-0.550000;-4.300000;,
1.000000;-0.550000;-0.050000;,
1.750000;0.000000;0.500000;,
1.750000;0.000000;-4.300000;,
1.000000;-0.550000;-4.300000;,
-1.750000;0.000000;0.500000;,
-1.000000;-0.550000;-0.050000;,
-1.000000;-0.550000;-4.300000;,
-1.750000;0.000000;-4.300000;,
-1.000000;-0.550000;-1.400000;,
-0.600000;-0.150000;-1.400000;,
0.600000;-0.150000;-1.400000;,
1.000000;-0.550000;-1.400000;;
168;
3;0,1,2;,
3;0,2,3;,
3;4,5,6;,
3;4,6,7;,
3;8,9,10;,
3;8,10,11;,
3;12,13,14;,
3;12,14,15;,
3;14,13,10;,
3;14,10,9;,
3;16,17,18;,
3;16,18,19;,
3;20,21,22;,
3;20,22,23;,
3;24,25,26;,
3;24,26,27;,
3;28,29,30;,
3;28,30,31;,
3;32,33,34;,
3;32,34,35;,
3;36,37,38;,
3;36,38,39;,
3;40,41,42;,
3;40,42,43;,
3;40,37,36;,
3;40,36,41;,
3;44,45,46;,
3;44,46,47;,
3;48,49,50;,
3;48,50,51;,
3;48,51,52;,
3;48,52,53;,
3;54,55,56;,
3;54,56,57;,
3;54,57,58;,
3;59,60,61;,
3;59,61,62;,
3;59,62,63;,
3;64,65,66;,
3;64,66,67;,
3;54,58,68;,
3;54,68,69;,
3;60,70,71;,
3;60,71,72;,
3;57,56,73;,
3;57,73,74;,
3;75,76,77;,
3;75,77,78;,
3;79,70,60;,
3;79,60,59;,
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,83;,
3;95,96,97;,
3;95,97,98;,
3;93,99,100;,
3;93,100,94;,
3;101,82,100;,
3;101,100,99;,
3;102,103,104;,
3;102,104,105;,
3;106,107,108;,
3;106,108,109;,
3;108,107,110;,
3;108,110,111;,
3;110,112,113;,
3;110,113,111;,
3;114,115,116;,
3;114,116,87;,
3;117,118,116;,
3;117,116,115;,
3;119,120,121;,
3;119,121,122;,
3;118,117,123;,
3;118,123,86;,
3;83,94,124;,
3;97,125,98;,
3;121,126,122;,
3;127,118,86;,
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,150;,
3;156,150,158;,
3;159,160,161;,
3;159,161,162;,
3;150,163,164;,
3;150,164,158;,
3;165,166,167;,
3;165,167,168;,
3;152,169,170;,
3;152,170,171;,
3;172,173,152;,
3;172,152,171;,
3;148,174,149;,
3;175,154,153;,
3;157,151,150;,
3;155,169,152;,
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,185;,
3;188,185,184;,
3;190,191,189;,
3;190,189,188;,
3;187,186,191;,
3;187,191,190;,
3;187,190,188;,
3;187,188,184;,
3;192,193,194;,
3;192,194,195;,
3;196,197,198;,
3;196,198,199;,
3;200,192,195;,
3;194,193,201;,
3;196,199,202;,
3;203,198,197;,
3;204,205,206;,
3;204,206,207;,
3;207,206,208;,
3;207,208,209;,
3;210,211,212;,
3;210,212,213;,
3;211,210,214;,
3;211,214,215;,
3;216,217,218;,
3;216,218,219;,
3;217,216,220;,
3;217,220,221;,
3;222,223,224;,
3;222,224,225;,
3;225,224,226;,
3;225,226,227;,
3;228,227,226;,
3;228,226,229;,
3;230,231,232;,
3;233,234,235;,
3;236,237,238;,
3;236,238,239;,
3;240,241,242;,
3;240,242,243;,
3;244,245,246;,
3;247,248,249;,
3;250,251,252;,
3;250,252,253;,
3;254,255,256;,
3;254,256,257;,
3;258,259,260;,
3;258,260,261;;
MeshTextureCoords {
262;
0.403406;0.727519;,
0.485122;0.727519;,
0.485122;0.937847;,
0.403406;0.937847;,
0.403406;0.675880;,
0.485122;0.675880;,
0.485122;0.886210;,
0.403406;0.886210;,
0.818198;0.162239;,
0.818198;0.201643;,
0.195405;0.201643;,
0.337758;0.162239;,
0.337758;0.359260;,
0.195405;0.319856;,
0.818198;0.319856;,
0.818198;0.359260;,
1.949816;0.986680;,
1.949816;2.044077;,
0.635616;2.044077;,
0.635616;0.986680;,
0.688325;0.947066;,
0.742210;0.893987;,
1.863026;0.893987;,
1.916911;0.947066;,
1.916911;0.947066;,
1.863026;0.893987;,
0.742210;0.893987;,
0.688325;0.947066;,
0.979920;1.250828;,
0.605869;1.250828;,
0.605869;0.748080;,
0.979920;0.748080;,
0.479087;0.950230;,
0.633308;1.184186;,
2.969670;1.184186;,
3.127740;0.950230;,
0.412970;0.661071;,
0.412970;0.972983;,
0.779520;1.181269;,
0.779520;0.453471;,
0.412970;0.973524;,
0.412970;0.661612;,
0.779520;0.453696;,
0.779520;1.181495;,
2.969680;1.184186;,
0.633315;1.184186;,
0.479105;0.950230;,
3.127740;0.950230;,
0.900980;1.189825;,
0.900980;1.954754;,
1.039125;2.241603;,
1.101918;2.050370;,
1.101918;1.094208;,
1.039125;0.902980;,
0.792640;1.094208;,
0.817757;1.189825;,
0.968460;1.189825;,
0.993578;0.902980;,
0.855433;0.902980;,
0.817757;0.954754;,
0.792640;1.050370;,
0.855433;1.241603;,
0.993578;1.241603;,
0.968460;0.954754;,
0.817757;0.400180;,
0.817757;0.744398;,
0.968460;0.744398;,
0.968460;0.400180;,
0.039125;0.902980;,
0.101918;1.094208;,
0.792640;0.094208;,
0.101918;0.094208;,
0.101918;1.050370;,
0.968460;1.954754;,
0.993578;2.241603;,
0.855433;0.241603;,
0.792640;0.050370;,
0.101918;0.050370;,
0.039125;0.241603;,
0.817757;0.189825;,
0.784586;0.594890;,
0.031071;0.594890;,
0.031071;0.499270;,
0.784586;0.499270;,
0.028279;0.545436;,
0.781794;0.545436;,
0.781794;0.641052;,
0.028279;0.641052;,
0.226287;0.986190;,
0.689086;0.986190;,
0.887428;1.847217;,
0.094059;1.847217;,
0.709235;0.499270;,
0.709235;0.652260;,
0.784586;0.919990;,
1.784586;0.499270;,
1.910172;0.919990;,
0.892927;0.919990;,
1.031071;0.499270;,
0.118981;0.652260;,
0.031071;0.919990;,
0.118981;0.499270;,
0.094059;2.294350;,
0.887428;2.294350;,
0.689086;3.155380;,
0.226287;3.155380;,
0.596715;0.224157;,
0.762000;0.224149;,
0.762000;0.931946;,
0.596715;0.931955;,
0.762000;0.224144;,
0.762000;0.931941;,
0.927286;0.224136;,
0.927286;0.931933;,
0.116189;0.641052;,
0.116189;0.488066;,
0.028279;0.220341;,
0.706442;0.488066;,
0.781794;0.220341;,
1.907380;0.220341;,
1.781794;0.641052;,
1.028279;0.641052;,
0.890134;0.220341;,
0.706442;0.641052;,
0.910172;0.919990;,
1.031071;0.919990;,
1.028279;0.220341;,
0.907380;0.220341;,
0.404180;0.294600;,
0.404180;0.948600;,
0.033859;0.948600;,
0.033859;0.294600;,
0.404180;0.018776;,
0.404180;0.672773;,
0.033859;0.672773;,
0.033859;0.018776;,
0.500269;0.872810;,
0.378048;1.415460;,
0.378048;1.849578;,
0.500269;2.392226;,
0.153851;1.887006;,
0.384856;1.887006;,
0.384856;0.994230;,
0.153851;0.994230;,
0.379608;0.992400;,
0.379608;1.885179;,
0.127678;1.885179;,
0.127678;0.992400;,
0.518203;0.670465;,
0.718876;0.670471;,
0.718876;0.264120;,
0.518203;0.264116;,
0.718876;0.264152;,
0.718876;0.670501;,
0.518203;0.670504;,
0.518203;0.264155;,
0.518203;0.060945;,
0.518203;0.182850;,
0.919549;0.264120;,
0.153482;0.032845;,
0.599566;0.032826;,
0.599566;0.983385;,
0.153482;0.983403;,
0.718876;0.589198;,
0.919549;0.467294;,
0.145620;2.075910;,
0.003897;2.075932;,
0.003874;0.937300;,
0.145597;0.937280;,
0.518203;0.182882;,
0.518203;0.060977;,
0.919549;0.264152;,
0.919549;0.467326;,
0.718876;0.589231;,
0.518203;0.792376;,
0.518203;0.792405;,
0.492983;0.701617;,
0.492983;0.972041;,
0.318003;0.972041;,
0.318003;0.701617;,
0.492983;0.939510;,
0.318003;0.939510;,
0.318003;0.669090;,
0.492983;0.669090;,
0.489000;0.848659;,
0.458153;0.848659;,
0.458153;0.871769;,
0.489000;0.865500;,
0.489000;0.831817;,
0.458153;0.825548;,
0.489000;0.848659;,
0.458153;0.848659;,
0.998668;0.900083;,
0.998668;0.346065;,
0.513903;0.346065;,
0.513903;0.830831;,
0.514917;0.825755;,
0.514917;0.340991;,
0.999682;0.340991;,
0.999682;0.895007;,
1.040220;0.969335;,
1.040220;0.138309;,
1.041230;0.964259;,
1.041230;0.133234;,
0.843040;0.666244;,
3.655340;0.666244;,
3.568010;0.820103;,
0.930380;0.820103;,
3.655340;0.666244;,
1.017716;0.666244;,
0.023436;2.099917;,
0.023436;0.900080;,
0.319144;0.660120;,
0.319144;2.339884;,
0.319144;1.979933;,
0.319144;1.020066;,
0.930380;0.820103;,
3.568010;0.820103;,
3.655340;0.666244;,
0.843040;0.666244;,
1.017716;0.666244;,
3.655340;0.666244;,
0.666560;0.200912;,
2.451710;0.200912;,
2.451710;0.414545;,
0.666560;0.414545;,
2.451710;0.585451;,
0.666560;0.585451;,
0.666560;0.799085;,
2.451710;0.799085;,
1.655340;0.666244;,
1.568010;0.820103;,
1.655340;0.666244;,
1.655340;0.666244;,
1.568010;0.820103;,
1.655340;0.666244;,
0.595079;0.110771;,
0.595079;0.335393;,
1.927525;0.335393;,
2.018560;0.110771;,
0.595079;0.335393;,
0.595079;0.110771;,
2.018560;0.110771;,
1.927525;0.335393;,
0.599537;0.311977;,
1.049930;0.920959;,
0.599537;0.920959;,
0.599537;0.079040;,
1.049930;0.079040;,
0.599537;0.688020;,
0.889407;1.084985;,
0.996397;0.967050;,
0.996397;1.996329;,
0.889407;1.996329;,
0.497110;0.967050;,
0.604100;1.084985;,
0.604100;1.996329;,
0.497110;1.996329;,
0.790926;0.111136;,
0.910128;0.294698;,
0.910128;0.845383;,
0.790926;1.028945;;
}
MeshNormals {
262;
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.707107;0.707107;0.000000;,
0.353553;0.853553;0.000000;,
0.353553;0.853553;0.000000;,
0.707107;0.707107;0.000000;,
-0.707107;0.707107;0.000000;,
-0.353553;0.853553;0.000000;,
-0.353553;0.853553;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;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.980607;-0.195985;0.000044;,
0.980575;-0.196147;0.000065;,
0.980607;-0.195985;0.000044;,
0.980639;-0.195822;0.000023;,
0.000000;-0.728046;-0.444967;,
0.000000;-0.728046;-0.444967;,
0.000000;-0.456091;-0.889933;,
0.000000;-0.456091;-0.889933;,
0.000000;-0.723607;0.447214;,
0.000000;-0.723607;0.447214;,
0.000000;-0.447214;0.894427;,
0.000000;-0.447214;0.894427;,
-0.980554;-0.196248;-0.000044;,
-0.980587;-0.196085;-0.000065;,
-0.980554;-0.196248;-0.000044;,
-0.980522;-0.196410;-0.000023;,
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.178885;0.782035;0.424264;,
-0.000000;0.707107;0.707107;,
-0.000000;0.707107;0.707106;,
-0.000000;0.707107;0.707106;,
0.223607;0.800767;0.353553;,
0.000000;0.707107;0.707107;,
0.000000;0.824264;0.424264;,
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.447214;0.894427;0.000000;,
0.447214;0.894427;0.000000;,
0.000000;0.853553;0.353554;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;0.707108;0.707106;,
0.000000;0.707108;0.707106;,
-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.707106;0.707107;,
0.707107;-0.707107;0.000000;,
0.707107;-0.707107;0.000000;,
0.620476;-0.173262;0.000000;,
0.491036;0.274966;0.233778;,
-0.707107;-0.707107;0.000000;,
-0.707107;-0.707107;0.000000;,
-0.545054;0.029448;0.175334;,
-0.577160;0.093660;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.447214;0.894427;0.000000;,
0.447214;0.894427;0.000000;,
0.415107;0.830215;0.175334;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.111111;-0.444444;-0.222222;,
0.166667;-0.166667;-0.333333;,
0.447214;0.894427;-0.000000;,
0.447214;0.894427;-0.000000;,
0.447214;0.894427;-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.000049;0.514496;0.857493;,
-0.000024;0.757248;0.428746;,
-0.000024;0.757248;0.428746;,
-0.000049;0.514496;0.857493;,
-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.447214;0.894427;-0.000000;,
-0.447214;0.894427;-0.000000;,
-0.447214;0.894427;-0.000000;,
-0.447214;0.894427;0.000000;,
-0.415107;0.830215;0.175334;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
-0.111111;-0.444444;-0.222222;,
-0.166667;-0.166667;-0.333333;,
-0.447214;0.894427;0.000000;,
0.318788;0.637577;0.701334;,
0.333333;0.666667;-0.666667;,
-0.333333;0.666667;-0.666667;,
-0.318788;0.637577;0.701334;,
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.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.882198;0.352851;0.175359;,
-0.859059;0.343581;0.263038;,
-0.933889;0.145015;-0.097281;,
-0.804372;0.321803;-0.340270;,
0.933931;0.144970;-0.097123;,
0.858931;0.343573;0.263234;,
0.882113;0.352845;0.175489;,
0.804518;0.321753;-0.340144;,
-1.000000;0.000053;-0.000213;,
-0.840134;0.136161;-0.340403;,
-1.000000;0.000000;-0.000080;,
0.000026;0.447242;-0.894413;,
0.000000;0.447271;-0.894399;,
0.000026;0.447242;-0.894413;,
0.000051;0.447214;-0.894427;,
-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.840280;0.136004;-0.340011;,
1.000000;-0.000053;0.000213;,
1.000000;0.000000;0.000080;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
-0.789640;0.315772;0.526076;,
0.789386;0.315755;0.526468;,
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.174664;0.356554;-0.525270;,
0.233494;0.142121;-0.700109;,
-0.699508;0.142072;-0.233738;,
-0.419648;0.485410;0.139964;,
0.419960;0.485251;-0.139987;,
0.700089;0.142313;0.233108;,
0.175309;0.356969;0.524958;,
-0.232877;0.142626;0.699944;,
0.107252;0.932594;-0.191208;,
0.084436;0.985082;0.105729;,
0.084757;0.988837;0.070486;,
0.118178;0.900718;-0.286813;,
-0.107252;0.932594;-0.191208;,
-0.084436;0.985082;0.105729;,
-0.084757;0.988837;0.070486;,
-0.118178;0.900717;-0.286813;,
0.150954;0.805088;-0.573625;,
0.083470;0.973817;0.211457;,
-0.150954;0.805088;-0.573625;,
-0.083470;0.973817;0.211457;,
-0.707107;-0.707107;0.000000;,
-0.707107;-0.707107;0.000000;,
-0.173262;-0.620476;0.000000;,
0.360582;-0.533845;0.000000;,
0.894427;-0.447214;0.000000;,
0.894427;-0.447214;0.000000;,
0.000000;-0.447214;0.298142;,
0.000000;-0.447214;-0.298142;,
0.000000;-0.447214;0.894427;,
0.000000;-0.447214;0.894427;,
0.000000;-0.447214;-0.894427;,
0.000000;-0.447214;-0.894427;,
0.173262;-0.620476;0.000000;,
-0.360582;-0.533845;0.000000;,
0.707107;-0.707107;0.000000;,
0.707107;-0.707107;0.000000;,
-0.894427;-0.447214;0.000000;,
-0.894427;-0.447214;0.000000;,
0.707107;0.707107;0.000000;,
0.707107;0.707107;0.000000;,
0.471405;0.804738;0.000000;,
0.235702;0.902369;0.000000;,
-0.353553;0.853553;0.000000;,
-0.353553;0.853553;0.000000;,
-0.707107;0.707107;0.000000;,
-0.707107;0.707107;0.000000;,
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;,
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;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.591364;0.806405;0.000000;,
-0.591364;0.806405;0.000000;,
-0.591364;0.806405;0.000000;,
-0.591364;0.806405;0.000000;,
0.591364;0.806405;0.000000;,
0.591364;0.806405;0.000000;,
0.591364;0.806405;0.000000;,
0.591364;0.806405;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;;
168;
3;0,1,2;,
3;0,2,3;,
3;4,5,6;,
3;4,6,7;,
3;8,9,10;,
3;8,10,11;,
3;12,13,14;,
3;12,14,15;,
3;14,13,10;,
3;14,10,9;,
3;16,17,18;,
3;16,18,19;,
3;20,21,22;,
3;20,22,23;,
3;24,25,26;,
3;24,26,27;,
3;28,29,30;,
3;28,30,31;,
3;32,33,34;,
3;32,34,35;,
3;36,37,38;,
3;36,38,39;,
3;40,41,42;,
3;40,42,43;,
3;40,37,36;,
3;40,36,41;,
3;44,45,46;,
3;44,46,47;,
3;48,49,50;,
3;48,50,51;,
3;48,51,52;,
3;48,52,53;,
3;54,55,56;,
3;54,56,57;,
3;54,57,58;,
3;59,60,61;,
3;59,61,62;,
3;59,62,63;,
3;64,65,66;,
3;64,66,67;,
3;54,58,68;,
3;54,68,69;,
3;60,70,71;,
3;60,71,72;,
3;57,56,73;,
3;57,73,74;,
3;75,76,77;,
3;75,77,78;,
3;79,70,60;,
3;79,60,59;,
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,83;,
3;95,96,97;,
3;95,97,98;,
3;93,99,100;,
3;93,100,94;,
3;101,82,100;,
3;101,100,99;,
3;102,103,104;,
3;102,104,105;,
3;106,107,108;,
3;106,108,109;,
3;108,107,110;,
3;108,110,111;,
3;110,112,113;,
3;110,113,111;,
3;114,115,116;,
3;114,116,87;,
3;117,118,116;,
3;117,116,115;,
3;119,120,121;,
3;119,121,122;,
3;118,117,123;,
3;118,123,86;,
3;83,94,124;,
3;97,125,98;,
3;121,126,122;,
3;127,118,86;,
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,150;,
3;156,150,158;,
3;159,160,161;,
3;159,161,162;,
3;150,163,164;,
3;150,164,158;,
3;165,166,167;,
3;165,167,168;,
3;152,169,170;,
3;152,170,171;,
3;172,173,152;,
3;172,152,171;,
3;148,174,149;,
3;175,154,153;,
3;157,151,150;,
3;155,169,152;,
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,185;,
3;188,185,184;,
3;190,191,189;,
3;190,189,188;,
3;187,186,191;,
3;187,191,190;,
3;187,190,188;,
3;187,188,184;,
3;192,193,194;,
3;192,194,195;,
3;196,197,198;,
3;196,198,199;,
3;200,192,195;,
3;194,193,201;,
3;196,199,202;,
3;203,198,197;,
3;204,205,206;,
3;204,206,207;,
3;207,206,208;,
3;207,208,209;,
3;210,211,212;,
3;210,212,213;,
3;211,210,214;,
3;211,214,215;,
3;216,217,218;,
3;216,218,219;,
3;217,216,220;,
3;217,220,221;,
3;222,223,224;,
3;222,224,225;,
3;225,224,226;,
3;225,226,227;,
3;228,227,226;,
3;228,226,229;,
3;230,231,232;,
3;233,234,235;,
3;236,237,238;,
3;236,238,239;,
3;240,241,242;,
3;240,242,243;,
3;244,245,246;,
3;247,248,249;,
3;250,251,252;,
3;250,252,253;,
3;254,255,256;,
3;254,256,257;,
3;258,259,260;,
3;258,260,261;;
}
MeshMaterialList {
12;
168;
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,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
5,
5,
5,
5,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
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,
9,
9,
9,
9,
9,
9,
10,
10,
10,
10,
11,
11;
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 {
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 {
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.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 {
"vtv3_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.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 {
"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 {
"vtv6_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 {
"vtv2_tex.png";
}
}
}
}
}
}