Files
CydandClaude Opus 4.8 3b8b729ecb Add complete game working copy under assets/ (runtime data + binaries)
Imports the full shipped working copy of Red Planet v4.10 so the repo is
self-contained: buildable (source) and runnable (data). ~110 MB, committed
directly to git per project decision.

Contents (assets/RP411/):
- AUDIO/  (~97 MB) 223 .wav + audio config/res
- VIDEO/  (~10 MB) .X meshes, .SKL/.det/.sph geometry, .met materials,
          .pcc/.png/.pcx textures, .vsh/.psh shaders, material tables
- GAUGE/  (~0.8 MB) HUD .GIM images, .PCC/.PCX bitmaps, gauge config
- SPOOLS/ runtime replay output dir (kept via .gitkeep)
- Root config/launch: environ.ini, RPDPL.INI, JOYSTICK.INI, TEST.EGG,
  RPL4.RES, *.bat launchers
- Runtime binaries: rpl4opt.exe (shipped reference build), libsndfile-1.dll,
  oalinst.exe (OpenAL redist installer), sleep.exe

Housekeeping:
- .gitignore: re-include assets/**/*.exe and *.dll (global rules skip them);
  keep Thumbs.db and runtime *.spl out.
- .gitattributes: mark asset media (.wav/.png/.pcc/.gim/.x/.skl/... ) binary.
- docs/ASSETS.md: runtime layout, config chain (environ.ini -> RPDPL.INI ->
  video/audio/gauge paths), launch args, and per-directory asset inventory.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-07-01 10:11:47 -05:00

1526 lines
36 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;
1.150000;1.150000;1.450000;,
0.450000;0.450000;1.450000;,
0.450000;0.450000;2.450000;,
1.150000;1.150000;2.000000;,
0.450000;-0.050000;1.450000;,
1.150000;-0.800000;1.450000;,
1.150000;-0.800000;2.000000;,
0.450000;-0.050000;2.450000;,
-0.500000;0.176300;-1.578400;,
-0.500000;-0.350000;-2.550000;,
-0.500000;-0.300000;-2.650000;,
-0.500000;0.276900;-1.578500;,
-0.600000;0.357700;-1.428600;,
-0.600000;-0.300000;-2.650000;,
-0.600000;0.257300;-1.428800;,
-0.600000;-0.350000;-2.550000;,
-0.500000;-0.350000;-2.550000;,
-0.500000;-0.650000;-2.550000;,
-0.500000;-0.750000;-2.650000;,
-0.500000;-0.300000;-2.650000;,
-0.500000;-0.650000;-2.550000;,
-0.500000;-1.000000;-0.750000;,
-0.500000;-1.100000;-0.750000;,
-0.500000;-0.750000;-2.650000;,
-0.600000;-0.300000;-2.650000;,
-0.600000;-0.750000;-2.650000;,
-0.600000;-0.650000;-2.550000;,
-0.600000;-0.350000;-2.550000;,
-0.600000;-1.000000;-0.750000;,
-0.600000;-0.650000;-2.550000;,
-0.600000;-0.750000;-2.650000;,
-0.600000;-1.100000;-0.750000;,
0.500000;-0.650000;-2.550000;,
-0.500000;-0.650000;-2.550000;,
-0.500000;-0.750000;-2.550000;,
0.500000;-0.750000;-2.550000;,
-0.500000;-0.750000;-2.650000;,
0.500000;-0.750000;-2.650000;,
0.500000;-0.650000;-2.650000;,
-0.500000;-0.650000;-2.650000;,
-1.150000;1.150000;1.450000;,
-1.150000;1.150000;2.000000;,
-0.450000;0.450000;2.450000;,
-0.450000;0.450000;1.450000;,
-0.450000;-0.050000;1.450000;,
-0.450000;-0.050000;2.450000;,
-1.150000;-0.800000;2.000000;,
-1.150000;-0.800000;1.450000;,
-0.250000;-0.650000;-2.350000;,
0.250000;-0.650000;-2.350000;,
0.450000;-1.200000;-0.900000;,
-0.450000;-1.200000;-0.900000;,
0.500000;0.176300;-1.578400;,
0.500000;0.276900;-1.578500;,
0.500000;-0.300000;-2.650000;,
0.500000;-0.350000;-2.550000;,
0.600000;-0.350000;-2.550000;,
0.600000;-0.300000;-2.650000;,
0.600000;0.357700;-1.428600;,
0.600000;0.257300;-1.428800;,
0.600000;-0.650000;-2.550000;,
0.600000;-0.350000;-2.550000;,
0.500000;-0.350000;-2.550000;,
0.500000;-0.650000;-2.550000;,
0.500000;-0.650000;-2.550000;,
0.500000;-0.750000;-2.650000;,
0.500000;-1.100000;-0.750000;,
0.500000;-1.000000;-0.750000;,
0.500000;-0.300000;-2.650000;,
0.500000;-0.750000;-2.650000;,
0.600000;-0.300000;-2.650000;,
0.600000;-0.750000;-2.650000;,
0.600000;-0.750000;-2.650000;,
0.600000;-1.100000;-0.750000;,
0.600000;-1.000000;-0.750000;,
0.600000;-0.650000;-2.550000;,
-0.150000;-0.050000;2.650000;,
-0.150000;-0.350000;2.450000;,
0.150000;-0.350000;2.450000;,
0.150000;-0.050000;2.650000;,
0.600000;-1.100000;-0.750000;,
0.850000;-0.150000;-0.750000;,
0.850000;-0.150000;-0.050000;,
0.600000;-1.100000;-0.050000;,
0.450000;-1.100000;-0.750000;,
0.450000;-1.100000;-0.050000;,
-0.450000;-1.100000;-0.750000;,
-0.450000;-1.100000;-0.050000;,
-0.600000;-1.100000;-0.050000;,
-0.600000;-1.100000;-0.750000;,
-0.850000;-0.150000;-0.050000;,
-0.850000;-0.150000;-0.750000;,
0.250000;0.850000;-0.300000;,
-0.250000;0.850000;-0.300000;,
-0.250000;0.850000;0.600000;,
0.250000;0.850000;0.600000;,
-0.450000;0.450000;2.450000;,
0.450000;0.450000;2.450000;,
0.450000;0.450000;-1.650000;,
0.450000;0.450000;-0.900000;,
0.691100;0.389700;-0.809600;,
0.850000;0.350000;-1.050000;,
0.850000;0.350000;-1.050000;,
0.850000;-0.150000;-1.050000;,
0.450000;-0.350000;-1.650000;,
0.450000;0.450000;-1.650000;,
0.850000;0.350000;0.900000;,
0.690000;0.390000;0.430000;,
0.850000;0.350000;0.900000;,
0.850000;-0.150000;0.900000;,
0.450000;-0.350000;1.350000;,
0.850000;0.350000;0.900000;,
0.690000;0.390000;0.430000;,
0.450000;0.450000;0.550000;,
0.450000;0.450000;1.350000;,
0.450000;0.450000;1.350000;,
-0.450000;-1.200000;-0.900000;,
0.450000;-1.200000;-0.900000;,
0.450000;-1.200000;-0.200000;,
-0.450000;-1.200000;-0.200000;,
0.450000;-0.350000;1.350000;,
-0.450000;-0.350000;1.350000;,
-0.450000;0.450000;1.350000;,
0.450000;0.450000;1.350000;,
0.450000;0.450000;-1.650000;,
-0.450000;0.450000;-1.650000;,
-0.850000;0.350000;-1.050000;,
-0.697100;0.388200;-0.808200;,
-0.450000;0.450000;-0.900000;,
-0.450000;0.450000;-1.650000;,
-0.850000;0.350000;-1.050000;,
-0.450000;0.450000;-1.650000;,
-0.450000;-0.350000;-1.650000;,
-0.850000;-0.150000;-1.050000;,
-0.850000;0.350000;0.900000;,
-0.690000;0.390000;0.430000;,
-0.850000;0.350000;0.900000;,
-0.450000;0.450000;1.350000;,
-0.450000;0.450000;0.550000;,
-0.690000;0.390000;0.430000;,
-0.450000;-0.350000;1.350000;,
-0.850000;-0.150000;0.900000;,
-0.850000;0.350000;0.900000;,
-0.450000;0.450000;1.350000;,
0.450000;0.450000;2.450000;,
0.450000;-0.050000;2.450000;,
-0.450000;-0.050000;2.450000;,
-0.450000;0.450000;2.450000;,
0.150000;-0.350000;1.350000;,
0.450000;-0.050000;1.350000;,
0.450000;-0.050000;2.450000;,
0.150000;-0.350000;2.450000;,
-0.450000;-0.050000;1.350000;,
-0.150000;-0.350000;1.350000;,
-0.150000;-0.350000;2.450000;,
-0.450000;-0.050000;2.450000;,
0.450000;0.450000;0.550000;,
0.690000;0.390000;0.430000;,
0.691100;0.389700;-0.809600;,
0.450000;0.450000;-0.900000;,
-0.697100;0.388200;-0.808200;,
-0.690000;0.390000;0.430000;,
-0.450000;0.450000;0.550000;,
-0.450000;0.450000;-0.900000;,
-0.450000;-1.200000;-0.900000;,
-0.450000;-1.200000;-0.200000;,
-0.450000;-0.350000;1.350000;,
-0.450000;0.450000;1.350000;,
-0.450000;0.450000;-1.650000;,
-0.450000;0.000000;-2.350000;,
0.450000;0.000000;-2.350000;,
0.450000;0.450000;-1.650000;,
0.450000;0.450000;1.350000;,
0.450000;-0.350000;1.350000;,
0.450000;-1.200000;-0.200000;,
0.450000;-1.200000;-0.900000;,
0.450000;-0.050000;1.350000;,
0.450000;0.450000;1.350000;,
0.450000;0.450000;2.450000;,
0.450000;-0.050000;2.450000;,
-0.450000;0.450000;1.350000;,
-0.450000;-0.050000;1.350000;,
-0.450000;-0.050000;2.450000;,
-0.450000;0.450000;2.450000;,
-0.150000;-0.350000;1.350000;,
0.150000;-0.350000;1.350000;,
0.150000;-0.350000;2.450000;,
-0.150000;-0.350000;2.450000;,
0.450000;0.300000;1.500000;,
1.150000;1.150000;1.450000;,
1.150000;1.150000;2.000000;,
0.450000;0.300000;2.250000;,
1.150000;-0.800000;1.450000;,
0.450000;0.100000;1.500000;,
0.450000;0.100000;2.250000;,
1.150000;-0.800000;2.000000;,
-0.450000;0.300000;1.500000;,
-0.450000;0.300000;2.250000;,
-1.150000;1.150000;2.000000;,
-1.150000;1.150000;1.450000;,
-1.150000;-0.800000;1.450000;,
-1.150000;-0.800000;2.000000;,
-0.450000;0.100000;2.250000;,
-0.450000;0.100000;1.500000;,
-0.450000;-0.350000;1.350000;,
0.450000;-0.350000;1.350000;,
0.450000;0.450000;1.350000;,
-0.450000;0.450000;1.350000;,
0.450000;0.450000;2.450000;,
0.450000;0.450000;1.450000;,
0.450000;-0.050000;2.450000;,
0.450000;-0.050000;1.450000;,
-0.450000;0.450000;1.450000;,
-0.450000;0.450000;2.450000;,
-0.450000;-0.050000;1.450000;,
-0.450000;-0.050000;2.450000;,
-0.250000;-0.650000;-2.350000;,
0.250000;-0.650000;-2.350000;,
0.250000;0.850000;-0.300000;,
0.250000;0.850000;0.600000;,
0.450000;0.450000;2.450000;,
0.450000;0.450000;-0.600000;,
-0.250000;0.850000;-0.300000;,
-0.450000;0.450000;-0.600000;,
-0.450000;0.450000;2.450000;,
-0.250000;0.850000;0.600000;,
-0.450000;0.000000;-2.350000;,
0.450000;0.000000;-2.350000;,
0.250000;-0.650000;-2.350000;,
-0.250000;-0.650000;-2.350000;,
-0.450000;0.450000;-1.650000;,
0.450000;0.450000;-1.650000;,
0.450000;0.450000;-0.600000;,
-0.450000;0.450000;-0.600000;,
-0.250000;0.850000;-0.300000;,
0.250000;0.850000;-0.300000;,
0.450000;-0.350000;-0.750000;,
0.850000;-0.150000;-0.750000;,
0.600000;-1.100000;-0.750000;,
0.450000;-1.100000;-0.750000;,
0.450000;-0.350000;-0.050000;,
0.450000;-1.100000;-0.050000;,
0.600000;-1.100000;-0.050000;,
0.850000;-0.150000;-0.050000;,
-0.450000;-0.350000;-0.750000;,
-0.450000;-1.100000;-0.750000;,
-0.600000;-1.100000;-0.750000;,
-0.850000;-0.150000;-0.750000;,
-0.450000;-0.350000;-0.050000;,
-0.850000;-0.150000;-0.050000;,
-0.600000;-1.100000;-0.050000;,
-0.450000;-1.100000;-0.050000;,
-0.450000;0.450000;2.450000;,
-0.150000;-0.050000;2.650000;,
0.150000;-0.050000;2.650000;,
0.450000;0.450000;2.450000;;
180;
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,11,10;,
3;12,10,13;,
3;14,15,9;,
3;14,9,8;,
3;16,17,18;,
3;16,18,19;,
3;20,21,22;,
3;20,22,23;,
3;24,19,18;,
3;24,18,25;,
3;15,14,12;,
3;15,12,13;,
3;26,17,16;,
3;26,16,27;,
3;28,21,20;,
3;28,20,29;,
3;30,23,22;,
3;30,22,31;,
3;26,27,24;,
3;26,24,25;,
3;29,30,31;,
3;29,31,28;,
3;32,33,34;,
3;32,34,35;,
3;34,36,37;,
3;34,37,35;,
3;32,38,39;,
3;32,39,33;,
3;39,38,37;,
3;39,37,36;,
3;40,41,42;,
3;40,42,43;,
3;44,45,46;,
3;44,46,47;,
3;48,49,50;,
3;48,50,51;,
3;52,53,54;,
3;52,54,55;,
3;56,57,58;,
3;56,58,59;,
3;59,52,55;,
3;59,55,56;,
3;60,61,62;,
3;60,62,63;,
3;64,65,66;,
3;64,66,67;,
3;58,57,54;,
3;58,54,53;,
3;62,68,69;,
3;62,69,63;,
3;70,71,69;,
3;70,69,68;,
3;60,71,70;,
3;60,70,61;,
3;72,73,66;,
3;72,66,65;,
3;74,75,64;,
3;74,64,67;,
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,80,83;,
3;84,83,85;,
3;86,87,88;,
3;86,88,89;,
3;89,88,90;,
3;89,90,91;,
3;92,93,94;,
3;92,94,95;,
3;95,94,96;,
3;95,96,97;,
3;98,99,100;,
3;98,100,101;,
3;102,103,104;,
3;102,104,105;,
3;106,101,100;,
3;106,100,107;,
3;102,108,109;,
3;102,109,103;,
3;103,109,110;,
3;103,110,104;,
3;111,112,113;,
3;111,113,114;,
3;108,115,110;,
3;108,110,109;,
3;116,117,118;,
3;116,118,119;,
3;119,118,120;,
3;119,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,127;,
3;134,127,126;,
3;136,137,138;,
3;136,138,139;,
3;132,140,141;,
3;132,141,133;,
3;133,141,142;,
3;133,142,130;,
3;142,141,140;,
3;142,140,143;,
3;144,79,145;,
3;79,78,145;,
3;146,76,147;,
3;146,77,76;,
3;148,149,150;,
3;148,150,151;,
3;152,153,154;,
3;152,154,155;,
3;156,157,158;,
3;156,158,159;,
3;160,161,162;,
3;160,162,163;,
3;164,165,166;,
3;164,166,167;,
3;164,167,168;,
3;164,168,169;,
3;170,171,172;,
3;170,172,173;,
3;170,173,174;,
3;170,174,175;,
3;176,177,178;,
3;176,178,179;,
3;180,181,182;,
3;180,182,183;,
3;184,185,186;,
3;184,186,187;,
3;188,189,190;,
3;188,190,191;,
3;192,193,194;,
3;192,194,195;,
3;196,197,198;,
3;196,198,199;,
3;200,201,202;,
3;200,202,203;,
3;204,205,206;,
3;204,206,207;,
3;191,190,208;,
3;189,188,209;,
3;210,195,194;,
3;192,211,193;,
3;199,212,196;,
3;197,213,198;,
3;200,203,214;,
3;215,202,201;,
3;169,216,164;,
3;175,217,170;,
3;218,219,220;,
3;218,220,221;,
3;222,223,224;,
3;222,224,225;,
3;226,227,228;,
3;226,228,229;,
3;230,231,227;,
3;230,227,226;,
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.764699;0.689597;,
0.847736;0.689597;,
0.847736;0.136383;,
0.764699;0.385330;,
0.907049;0.689597;,
0.996017;0.689597;,
0.996017;0.385330;,
0.907049;0.136383;,
0.973305;0.345240;,
0.973305;1.046723;,
0.973305;1.118919;,
0.973305;0.345355;,
0.881366;0.237132;,
0.881366;1.118919;,
0.881366;0.237233;,
0.881366;1.046723;,
0.953009;0.753631;,
0.797569;0.753631;,
0.745756;0.753631;,
0.978916;0.753631;,
0.973305;2.046723;,
0.973305;0.747180;,
0.973305;0.747180;,
0.973305;2.118919;,
0.978916;0.813011;,
0.745756;0.813011;,
0.797569;0.813011;,
0.953009;0.813011;,
0.881366;0.747180;,
0.881366;2.046723;,
0.881366;2.118919;,
0.881366;0.747180;,
0.860268;0.057948;,
0.860268;0.870955;,
0.778967;0.870955;,
0.778967;0.057948;,
0.778967;0.870955;,
0.778967;0.057948;,
0.860268;0.057948;,
0.860268;0.870955;,
0.764699;0.689597;,
0.764699;0.385330;,
0.847736;0.136383;,
0.847736;0.689597;,
0.907049;0.689597;,
0.907049;0.136383;,
0.996017;0.385330;,
0.996017;0.689597;,
0.942094;0.032333;,
0.797864;0.032333;,
0.740172;0.940425;,
0.999786;0.940425;,
0.892694;0.345240;,
0.892694;0.345355;,
0.892694;1.118919;,
0.892694;1.046723;,
0.984633;1.046723;,
0.984633;1.118919;,
0.984633;0.237132;,
0.984633;0.237233;,
0.797569;0.100441;,
0.953009;0.100441;,
0.953009;0.159822;,
0.797569;0.159822;,
0.892694;2.046723;,
0.892694;2.118919;,
0.892694;0.747180;,
0.892694;0.747180;,
0.978916;0.159822;,
0.745756;0.159822;,
0.978916;0.100441;,
0.745756;0.100441;,
0.984633;2.118919;,
0.984633;0.747180;,
0.984633;0.747180;,
0.984633;2.046723;,
0.451447;0.623740;,
0.225884;0.623740;,
0.225884;0.398177;,
0.451447;0.398177;,
0.604652;0.105862;,
0.604653;0.625148;,
1.005400;0.625148;,
1.005400;0.105862;,
0.604652;0.105862;,
1.005400;0.105862;,
0.604652;0.105862;,
1.005400;0.105862;,
1.005400;0.105862;,
0.604652;0.105862;,
1.005400;0.625148;,
0.604652;0.625148;,
0.838487;0.360899;,
0.838487;0.675821;,
1.355630;0.675821;,
1.355630;0.360899;,
2.418660;0.801789;,
2.418660;0.234931;,
0.565260;0.254029;,
0.797393;0.254029;,
0.825376;0.117834;,
0.750967;0.028070;,
0.432904;0.898457;,
0.432904;0.625148;,
0.089407;0.515825;,
0.089407;0.953118;,
1.354514;0.028070;,
1.209044;0.118454;,
1.549270;0.898457;,
1.549270;0.625148;,
1.806890;0.515825;,
0.354514;0.028070;,
0.209044;0.118454;,
0.246185;0.254029;,
0.493794;0.254029;,
1.806890;0.953118;,
0.950732;0.774193;,
0.950732;0.243011;,
0.950732;0.243011;,
0.950732;0.774193;,
0.627538;0.243011;,
0.627538;0.774193;,
1.786590;0.801789;,
1.786590;0.234931;,
0.062767;0.234931;,
0.062767;0.801789;,
0.750967;0.988397;,
0.825796;0.902001;,
0.797393;0.762438;,
0.565260;0.762438;,
0.432904;0.898457;,
0.089407;0.953118;,
0.089407;0.515825;,
0.432904;0.625148;,
1.354514;0.988397;,
1.209044;0.898013;,
0.354514;0.988397;,
0.493794;0.762438;,
0.246185;0.762438;,
0.209044;0.898013;,
1.806890;0.515825;,
1.549270;0.625148;,
1.549270;0.898457;,
1.806890;0.953118;,
0.827386;0.172614;,
0.451447;0.172614;,
0.451447;0.849303;,
0.827386;0.849303;,
0.014037;0.894150;,
0.210115;0.894150;,
0.210115;0.175196;,
0.014037;0.175196;,
0.210115;0.894150;,
0.014037;0.894150;,
0.014037;0.175196;,
0.210115;0.175196;,
1.023150;0.893742;,
1.250590;0.824378;,
1.251630;0.107854;,
1.023150;0.055593;,
0.936092;0.108636;,
0.942782;0.824378;,
1.170228;0.893742;,
1.170228;0.055593;,
0.014169;1.644380;,
0.014169;2.130976;,
0.261983;3.208440;,
0.495219;3.208440;,
0.495219;1.123027;,
0.364023;0.636430;,
0.364023;0.636430;,
0.495219;1.123026;,
0.495219;3.208440;,
0.261983;3.208440;,
0.014169;2.130976;,
0.014169;1.644380;,
0.107019;0.394789;,
0.341761;0.394789;,
0.341761;0.911221;,
0.107019;0.911221;,
0.341761;0.394789;,
0.107019;0.394789;,
0.107019;0.911221;,
0.341761;0.911221;,
0.966174;0.394789;,
0.966174;0.394789;,
0.966174;0.911221;,
0.966174;0.911221;,
0.622500;0.937626;,
0.987307;0.961808;,
0.987307;0.695812;,
0.622500;0.574905;,
0.150397;0.961808;,
0.536663;0.937626;,
0.536663;0.574905;,
0.150397;0.695812;,
0.622500;0.937626;,
0.622500;0.574905;,
0.987307;0.695812;,
0.987307;0.961808;,
0.150397;0.961808;,
0.150397;0.695812;,
0.536663;0.574905;,
0.536663;0.937626;,
0.966174;0.394789;,
0.966174;0.394789;,
1.341761;0.394789;,
1.341761;0.394789;,
0.686878;0.478179;,
0.686878;0.961808;,
0.472285;0.478179;,
0.472285;0.961808;,
0.686878;0.961808;,
0.686878;0.478179;,
0.472285;0.961808;,
0.472285;0.478179;,
0.174519;0.636430;,
0.174519;0.636430;,
0.177663;0.027565;,
0.595966;0.027565;,
1.455810;0.374992;,
0.038229;0.374991;,
0.177663;0.027565;,
0.038229;0.374991;,
1.455810;0.374992;,
0.595966;0.027565;,
0.390921;0.493041;,
0.390921;0.984286;,
0.188229;0.875121;,
0.188229;0.602207;,
0.531246;0.493041;,
0.531246;0.984286;,
0.319040;0.975436;,
0.319040;0.655893;,
0.495619;0.726902;,
0.495619;0.904426;,
1.186350;1.579590;,
1.571750;1.735918;,
1.330880;0.993360;,
1.186350;0.993360;,
1.186350;1.579590;,
1.186350;0.993360;,
1.330880;0.993360;,
1.571750;1.735918;,
1.319198;1.579590;,
1.319198;0.993360;,
1.174673;0.993360;,
0.933797;1.735918;,
1.319198;1.579590;,
0.933797;1.735918;,
1.174673;0.993360;,
1.319198;0.993360;,
0.494352;0.979561;,
0.322165;0.874411;,
0.322165;0.769262;,
0.494352;0.664112;;
}
MeshNormals {
256;
-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.731055;-0.682318;0.000000;,
-0.731055;-0.682318;0.000000;,
-0.731055;-0.682318;0.000000;,
-0.731055;-0.682318;0.000000;,
0.666772;-0.293095;0.158765;,
0.333439;-0.586194;0.317523;,
0.500205;0.440239;-0.237043;,
0.500410;0.440246;-0.237030;,
-0.499795;0.440239;-0.237043;,
-0.500000;0.440232;-0.237056;,
-0.333228;-0.586194;0.317523;,
-0.666667;-0.293099;0.158758;,
0.500000;0.000000;0.500000;,
0.500000;0.000000;0.500000;,
0.500000;0.000000;-0.500000;,
0.500000;0.000000;-0.500000;,
0.500000;0.490808;0.095435;,
0.500000;0.490808;0.095435;,
0.500000;-0.491727;-0.090581;,
0.500000;-0.491727;-0.090581;,
-0.500000;0.000000;-0.500000;,
-0.500000;0.000000;-0.500000;,
-0.500000;0.000000;0.500000;,
-0.500000;0.000000;0.500000;,
-0.333333;0.654410;0.127246;,
-0.666667;0.327205;0.063623;,
-0.333333;-0.655635;-0.120775;,
-0.666667;-0.327818;-0.060387;,
0.000000;0.500000;0.500000;,
0.000000;0.500000;0.500000;,
0.000000;-0.500000;0.500000;,
0.000000;-0.500000;0.500000;,
0.000000;-0.500000;-0.500000;,
0.000000;-0.500000;-0.500000;,
0.000000;0.500000;-0.500000;,
0.000000;0.500000;-0.500000;,
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.731055;-0.682318;0.000000;,
0.731055;-0.682318;0.000000;,
0.731055;-0.682318;0.000000;,
0.731055;-0.682318;0.000000;,
0.000000;-0.934998;-0.354654;,
0.000000;-0.934998;-0.354654;,
0.000000;-0.934998;-0.354654;,
0.000000;-0.934998;-0.354654;,
-0.666772;-0.293095;0.158765;,
-0.500410;0.440246;-0.237030;,
-0.500205;0.440239;-0.237043;,
-0.333439;-0.586194;0.317523;,
0.666667;-0.293099;0.158758;,
0.500000;0.440232;-0.237056;,
0.499795;0.440239;-0.237043;,
0.333228;-0.586194;0.317523;,
0.500000;0.000000;0.500000;,
0.500000;0.000000;0.500000;,
-0.500000;0.000000;0.500000;,
-0.500000;0.000000;0.500000;,
-0.500000;0.490808;0.095435;,
-0.500000;-0.491727;-0.090581;,
-0.500000;-0.491727;-0.090581;,
-0.500000;0.490808;0.095435;,
-0.500000;0.000000;-0.500000;,
-0.500000;0.000000;-0.500000;,
0.500000;0.000000;-0.500000;,
0.500000;0.000000;-0.500000;,
0.333333;-0.655635;-0.120775;,
0.666667;-0.327818;-0.060387;,
0.333333;0.654410;0.127246;,
0.666667;0.327205;0.063623;,
-0.259943;-0.398618;0.805939;,
-0.242536;-0.519886;0.779828;,
0.161690;-0.531491;0.797236;,
0.346591;-0.346591;0.797236;,
0.644716;-0.502996;0.000000;,
0.967075;-0.254493;0.000000;,
0.967075;-0.254493;0.000000;,
0.322358;-0.751498;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.322358;-0.751498;0.000000;,
-0.644716;-0.502996;0.000000;,
-0.967075;-0.254493;0.000000;,
-0.967075;-0.254493;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;0.992471;0.070444;,
0.000000;0.984943;0.140889;,
0.000000;0.977414;0.211333;,
0.000000;0.977414;0.211333;,
0.242547;0.970140;0.000025;,
0.242630;0.970119;0.000000;,
0.242519;0.970147;0.000008;,
0.242428;0.970169;0.000025;,
0.916025;0.000000;-0.277350;,
0.681619;-0.447214;-0.138675;,
0.703771;-0.298142;-0.369800;,
0.832050;0.000000;-0.554700;,
0.242491;0.970154;-0.000010;,
0.242589;0.970129;-0.000020;,
0.831606;0.000000;0.442909;,
0.798656;-0.223607;0.166091;,
0.597311;-0.447214;0.332182;,
0.242536;0.970143;-0.000000;,
0.242536;0.970143;-0.000000;,
0.242536;0.970143;-0.000000;,
0.242536;0.970143;0.000000;,
0.747409;0.000000;0.664364;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-0.958938;0.160278;,
0.000000;-0.917875;0.320555;,
0.000000;-0.876812;0.480833;,
0.000000;-0.876812;0.480833;,
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.242501;0.970151;0.000044;,
-0.242519;0.970147;0.000037;,
-0.242559;0.970137;0.000066;,
-0.242536;0.970143;0.000000;,
-0.888034;0.000000;-0.369800;,
-0.832050;0.000000;-0.554700;,
-0.639632;-0.447214;-0.277350;,
-0.819816;-0.223607;-0.138675;,
-0.242488;0.970155;-0.000010;,
-0.242589;0.970129;-0.000019;,
-0.242536;0.970143;-0.000000;,
-0.242536;0.970143;0.000000;,
-0.242536;0.970143;-0.000000;,
-0.242536;0.970143;-0.000000;,
-0.647344;-0.298142;0.442909;,
-0.660459;-0.447214;0.166091;,
-0.873705;0.000000;0.332182;,
-0.747409;0.000000;0.664364;,
0.554700;0.000000;0.832050;,
0.519886;-0.242536;0.779828;,
-0.519886;-0.242536;0.779828;,
-0.554700;0.000000;0.832050;,
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.242578;0.970132;-0.000010;,
0.242526;0.970145;-0.000020;,
0.242578;0.970132;-0.000010;,
0.242630;0.970119;0.000000;,
-0.242577;0.970132;-0.000010;,
-0.242526;0.970145;-0.000020;,
-0.242577;0.970132;-0.000010;,
-0.242628;0.970119;0.000000;,
-0.985734;-0.057149;-0.047296;,
-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.964335;-0.142872;-0.118239;,
0.985734;-0.057149;-0.047296;,
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.964335;-0.142872;-0.118239;,
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.615124;-0.524309;-0.301511;,
0.536721;-0.468609;-0.452267;,
0.769431;-0.595726;0.128941;,
0.768182;-0.575735;0.193411;,
0.633200;0.509128;-0.299504;,
0.555124;0.456722;-0.449256;,
0.785941;0.576461;0.125375;,
0.784235;0.557721;0.188063;,
-0.615124;-0.524309;-0.301511;,
-0.768182;-0.575735;0.193411;,
-0.769431;-0.595726;0.128941;,
-0.536721;-0.468609;-0.452267;,
-0.633200;0.509128;-0.299504;,
-0.784235;0.557721;0.188063;,
-0.785941;0.576461;0.125375;,
-0.555124;0.456722;-0.449256;,
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.764433;-0.515762;0.386822;,
0.301511;-0.301511;-0.904534;,
0.779118;0.501501;0.376126;,
0.320897;0.299504;-0.898512;,
-0.301511;-0.301511;-0.904534;,
-0.764433;-0.515762;0.386822;,
-0.320897;0.299504;-0.898512;,
-0.779118;0.501501;0.376126;,
-0.928670;-0.285745;-0.236478;,
0.928670;-0.285745;-0.236478;,
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.894427;0.447213;0.000000;,
-0.894427;0.447214;0.000000;,
-0.894427;0.447213;0.000000;,
-0.894427;0.447213;0.000000;,
0.000000;0.280393;-0.846919;,
0.000000;0.560786;-0.693838;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.841178;-0.540758;,
0.000000;0.841178;-0.540758;,
0.000000;0.600000;-0.800000;,
0.000000;0.600000;-0.800000;,
0.000000;0.600000;-0.800000;,
0.000000;0.600000;-0.800000;,
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.371391;0.928477;,
0.000000;0.371391;0.928477;,
0.000000;0.371391;0.928477;,
0.000000;0.371391;0.928477;;
180;
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,11,10;,
3;12,10,13;,
3;14,15,9;,
3;14,9,8;,
3;16,17,18;,
3;16,18,19;,
3;20,21,22;,
3;20,22,23;,
3;24,19,18;,
3;24,18,25;,
3;15,14,12;,
3;15,12,13;,
3;26,17,16;,
3;26,16,27;,
3;28,21,20;,
3;28,20,29;,
3;30,23,22;,
3;30,22,31;,
3;26,27,24;,
3;26,24,25;,
3;29,30,31;,
3;29,31,28;,
3;32,33,34;,
3;32,34,35;,
3;34,36,37;,
3;34,37,35;,
3;32,38,39;,
3;32,39,33;,
3;39,38,37;,
3;39,37,36;,
3;40,41,42;,
3;40,42,43;,
3;44,45,46;,
3;44,46,47;,
3;48,49,50;,
3;48,50,51;,
3;52,53,54;,
3;52,54,55;,
3;56,57,58;,
3;56,58,59;,
3;59,52,55;,
3;59,55,56;,
3;60,61,62;,
3;60,62,63;,
3;64,65,66;,
3;64,66,67;,
3;58,57,54;,
3;58,54,53;,
3;62,68,69;,
3;62,69,63;,
3;70,71,69;,
3;70,69,68;,
3;60,71,70;,
3;60,70,61;,
3;72,73,66;,
3;72,66,65;,
3;74,75,64;,
3;74,64,67;,
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,80,83;,
3;84,83,85;,
3;86,87,88;,
3;86,88,89;,
3;89,88,90;,
3;89,90,91;,
3;92,93,94;,
3;92,94,95;,
3;95,94,96;,
3;95,96,97;,
3;98,99,100;,
3;98,100,101;,
3;102,103,104;,
3;102,104,105;,
3;106,101,100;,
3;106,100,107;,
3;102,108,109;,
3;102,109,103;,
3;103,109,110;,
3;103,110,104;,
3;111,112,113;,
3;111,113,114;,
3;108,115,110;,
3;108,110,109;,
3;116,117,118;,
3;116,118,119;,
3;119,118,120;,
3;119,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,127;,
3;134,127,126;,
3;136,137,138;,
3;136,138,139;,
3;132,140,141;,
3;132,141,133;,
3;133,141,142;,
3;133,142,130;,
3;142,141,140;,
3;142,140,143;,
3;144,79,145;,
3;79,78,145;,
3;146,76,147;,
3;146,77,76;,
3;148,149,150;,
3;148,150,151;,
3;152,153,154;,
3;152,154,155;,
3;156,157,158;,
3;156,158,159;,
3;160,161,162;,
3;160,162,163;,
3;164,165,166;,
3;164,166,167;,
3;164,167,168;,
3;164,168,169;,
3;170,171,172;,
3;170,172,173;,
3;170,173,174;,
3;170,174,175;,
3;176,177,178;,
3;176,178,179;,
3;180,181,182;,
3;180,182,183;,
3;184,185,186;,
3;184,186,187;,
3;188,189,190;,
3;188,190,191;,
3;192,193,194;,
3;192,194,195;,
3;196,197,198;,
3;196,198,199;,
3;200,201,202;,
3;200,202,203;,
3;204,205,206;,
3;204,206,207;,
3;191,190,208;,
3;189,188,209;,
3;210,195,194;,
3;192,211,193;,
3;199,212,196;,
3;197,213,198;,
3;200,203,214;,
3;215,202,201;,
3;169,216,164;,
3;175,217,170;,
3;218,219,220;,
3;218,220,221;,
3;222,223,224;,
3;222,224,225;,
3;226,227,228;,
3;226,228,229;,
3;230,231,227;,
3;230,227,226;,
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 {
8;
180;
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
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,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
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,
4,
4,
4,
4,
4,
4,
4,
4,
5,
5,
6,
6,
6,
6,
6,
6,
6,
6,
7,
7;
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.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 {
"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 {
"vtv4_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 {
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";
}
}
}
}
}
}