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

1411 lines
33 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 {
240;
0.250000;0.850000;1.350000;,
0.250000;0.850000;2.400000;,
0.400000;0.600000;2.750000;,
0.400000;0.600000;1.200000;,
-0.250000;0.850000;2.400000;,
-0.400000;0.600000;2.750000;,
-0.400000;0.600000;1.200000;,
-0.250000;0.850000;1.350000;,
-0.800000;0.750000;-0.200000;,
-1.150000;0.750000;-0.200000;,
-1.400000;0.600000;-0.050000;,
-0.850000;0.600000;-0.050000;,
-0.850000;0.600000;-1.550000;,
-1.400000;0.600000;-1.550000;,
-1.150000;0.750000;-1.400000;,
-0.800000;0.750000;-1.400000;,
0.850000;0.600000;-1.550000;,
0.800000;0.750000;-1.400000;,
1.150000;0.750000;-1.400000;,
1.400000;0.600000;-1.550000;,
0.800000;0.750000;-0.200000;,
0.850000;0.600000;-0.050000;,
1.400000;0.600000;-0.050000;,
1.150000;0.750000;-0.200000;,
0.900000;-0.900000;-1.350000;,
1.300000;-0.900000;-1.350000;,
1.300000;-0.900000;0.050000;,
0.900000;-0.900000;0.050000;,
0.500000;-0.950000;-1.550000;,
0.850000;-0.500000;-1.550000;,
0.850000;-0.500000;0.450000;,
0.500000;-0.950000;0.450000;,
0.850000;0.600000;0.450000;,
1.400000;0.600000;0.450000;,
0.650000;1.100000;-1.550000;,
0.650000;1.100000;-0.450000;,
0.850000;0.600000;0.450000;,
0.850000;-0.500000;0.450000;,
1.400000;-0.500000;0.450000;,
1.400000;0.600000;0.450000;,
0.850000;0.600000;-1.550000;,
1.400000;0.600000;-1.550000;,
1.400000;-0.500000;-1.550000;,
0.850000;-0.500000;-1.550000;,
0.850000;0.600000;0.450000;,
0.850000;0.600000;1.750000;,
0.850000;-0.500000;1.750000;,
0.850000;-0.500000;0.450000;,
0.450000;0.600000;2.750000;,
0.450000;0.300000;2.750000;,
-0.850000;-0.500000;1.750000;,
0.850000;-0.500000;1.750000;,
0.450000;0.300000;2.750000;,
-0.450000;0.300000;2.750000;,
-0.850000;-0.500000;-1.550000;,
-0.500000;-0.950000;-1.550000;,
-0.500000;-0.950000;0.450000;,
-0.850000;-0.500000;0.450000;,
0.500000;0.050000;-2.600000;,
0.500000;0.850000;-2.600000;,
0.850000;0.600000;-1.550000;,
0.850000;-0.500000;-1.550000;,
-0.650000;1.100000;-1.550000;,
-0.850000;0.600000;0.450000;,
-0.650000;1.100000;-0.450000;,
-0.850000;0.600000;1.750000;,
-0.850000;-0.500000;1.750000;,
-0.450000;0.300000;2.750000;,
-0.450000;0.600000;2.750000;,
-0.850000;-0.500000;0.450000;,
-0.850000;0.600000;0.450000;,
-0.900000;-0.900000;-1.350000;,
-0.900000;-0.900000;0.050000;,
-1.300000;-0.900000;0.050000;,
-1.300000;-0.900000;-1.350000;,
-0.850000;-0.500000;-1.550000;,
-0.850000;0.600000;-1.550000;,
-0.500000;0.850000;-2.600000;,
-0.500000;0.050000;-2.600000;,
-1.400000;0.600000;0.450000;,
-1.400000;0.600000;0.450000;,
-1.400000;-0.500000;0.450000;,
-0.850000;-0.500000;0.450000;,
-0.850000;0.600000;0.450000;,
-1.400000;0.600000;-1.550000;,
-0.850000;0.600000;-1.550000;,
-0.850000;-0.500000;-1.550000;,
-1.400000;-0.500000;-1.550000;,
-0.850000;0.450000;0.450000;,
-1.400000;0.250000;0.450000;,
-1.400000;0.250000;1.200000;,
-0.850000;0.450000;1.750000;,
-1.400000;-0.150000;0.450000;,
-0.850000;-0.300000;0.450000;,
-0.850000;-0.300000;1.750000;,
-1.400000;-0.150000;1.200000;,
1.400000;-0.150000;0.450000;,
1.400000;-0.150000;1.200000;,
0.850000;-0.300000;1.750000;,
0.850000;-0.300000;0.450000;,
0.850000;0.450000;0.450000;,
0.850000;0.450000;1.750000;,
1.400000;0.250000;1.200000;,
1.400000;0.250000;0.450000;,
0.500000;-0.950000;0.450000;,
0.500000;-0.950000;-1.550000;,
0.850000;0.600000;-1.550000;,
0.500000;0.850000;-2.600000;,
0.650000;1.100000;-1.550000;,
-0.500000;-0.950000;0.450000;,
-0.500000;-0.950000;-1.550000;,
-0.500000;0.850000;-2.600000;,
-0.850000;0.600000;-1.550000;,
-0.650000;1.100000;-1.550000;,
0.900000;-0.900000;0.050000;,
1.300000;-0.900000;0.050000;,
1.400000;-0.500000;0.450000;,
0.850000;-0.500000;0.450000;,
0.850000;-0.500000;-1.550000;,
1.400000;-0.500000;-1.550000;,
1.300000;-0.900000;-1.350000;,
0.900000;-0.900000;-1.350000;,
-0.900000;-0.900000;0.050000;,
-0.850000;-0.500000;0.450000;,
-1.400000;-0.500000;0.450000;,
-1.300000;-0.900000;0.050000;,
-0.850000;-0.500000;-1.550000;,
-0.900000;-0.900000;-1.350000;,
-1.300000;-0.900000;-1.350000;,
-1.400000;-0.500000;-1.550000;,
-1.400000;0.250000;0.450000;,
-1.400000;-0.150000;0.450000;,
-1.400000;-0.150000;1.200000;,
-1.400000;0.250000;1.200000;,
1.400000;0.250000;0.450000;,
1.400000;0.250000;1.200000;,
1.400000;-0.150000;1.200000;,
1.400000;-0.150000;0.450000;,
-1.300000;0.450000;-1.570000;,
-0.850000;0.450000;-1.570000;,
-0.850000;0.100000;-1.570000;,
-1.300000;0.100000;-1.570000;,
1.300000;0.450000;-1.570000;,
1.300000;0.100000;-1.570000;,
0.850000;0.100000;-1.570000;,
0.850000;0.450000;-1.570000;,
1.400000;0.600000;0.450000;,
1.400000;-0.500000;0.450000;,
1.400000;-0.500000;-1.550000;,
1.400000;0.600000;-1.550000;,
-1.400000;0.600000;-1.550000;,
-1.400000;-0.500000;-1.550000;,
-1.400000;-0.500000;0.450000;,
-1.400000;0.600000;0.450000;,
-0.750000;-0.350000;-2.850000;,
-0.800000;-0.350000;-2.950000;,
-1.400000;-0.350000;-1.550000;,
-1.300000;-0.350000;-1.550000;,
-1.300000;-0.450000;-1.550000;,
-0.750000;-0.450000;-2.850000;,
-0.800000;-0.450000;-2.950000;,
-1.400000;-0.450000;-1.550000;,
-0.800000;-0.350000;-2.950000;,
-0.750000;-0.350000;-2.850000;,
0.800000;-0.350000;-2.850000;,
0.850000;-0.350000;-2.950000;,
0.800000;-0.350000;-2.850000;,
-0.750000;-0.350000;-2.850000;,
-0.750000;-0.450000;-2.850000;,
0.800000;-0.450000;-2.850000;,
0.850000;-0.450000;-2.950000;,
-0.800000;-0.450000;-2.950000;,
0.850000;-0.350000;-2.950000;,
0.800000;-0.350000;-2.850000;,
1.300000;-0.350000;-1.550000;,
1.400000;-0.350000;-1.550000;,
-0.750000;-0.450000;-2.850000;,
0.800000;-0.450000;-2.850000;,
0.800000;-0.450000;-2.850000;,
1.300000;-0.450000;-1.550000;,
1.400000;-0.450000;-1.550000;,
0.850000;-0.450000;-2.950000;,
0.900000;-0.900000;-1.350000;,
0.900000;-0.900000;0.050000;,
0.850000;-0.500000;0.450000;,
0.850000;-0.500000;-1.550000;,
1.300000;-0.900000;-1.350000;,
1.400000;-0.500000;-1.550000;,
1.400000;-0.500000;0.450000;,
1.300000;-0.900000;0.050000;,
0.650000;1.100000;-1.550000;,
0.500000;0.850000;-2.600000;,
-0.500000;0.850000;-2.600000;,
-0.650000;1.100000;-1.550000;,
-0.900000;-0.900000;-1.350000;,
-0.850000;-0.500000;-1.550000;,
-0.850000;-0.500000;0.450000;,
-0.900000;-0.900000;0.050000;,
-1.300000;-0.900000;-1.350000;,
-1.300000;-0.900000;0.050000;,
-1.400000;-0.500000;0.450000;,
-1.400000;-0.500000;-1.550000;,
0.500000;0.050000;-2.600000;,
0.500000;-0.950000;-1.550000;,
-0.500000;-0.950000;-1.550000;,
-0.500000;0.050000;-2.600000;,
0.500000;0.850000;-2.600000;,
-0.500000;0.850000;-2.600000;,
-0.850000;0.600000;0.450000;,
-0.850000;0.600000;1.750000;,
-0.450000;0.600000;2.750000;,
0.450000;0.600000;2.750000;,
0.850000;0.600000;1.750000;,
0.850000;0.600000;0.450000;,
-0.500000;-0.950000;-1.550000;,
0.500000;-0.950000;-1.550000;,
0.500000;-0.950000;0.450000;,
-0.500000;-0.950000;0.450000;,
0.650000;1.100000;-1.550000;,
-0.650000;1.100000;-1.550000;,
-0.650000;1.100000;-0.450000;,
0.650000;1.100000;-0.450000;,
0.850000;-0.500000;1.750000;,
-0.850000;-0.500000;1.750000;,
-0.450000;0.300000;2.750000;,
0.450000;0.300000;2.750000;,
0.450000;0.600000;2.750000;,
-0.450000;0.600000;2.750000;,
0.250000;0.850000;1.350000;,
-0.250000;0.850000;1.350000;,
-0.250000;0.850000;2.400000;,
0.250000;0.850000;2.400000;,
-0.800000;0.750000;-1.400000;,
-1.150000;0.750000;-1.400000;,
-1.150000;0.750000;-0.200000;,
-0.800000;0.750000;-0.200000;,
0.800000;0.750000;-1.400000;,
0.800000;0.750000;-0.200000;,
1.150000;0.750000;-0.200000;,
1.150000;0.750000;-1.400000;;
154;
3;0,1,2;,
3;0,2,3;,
3;1,4,5;,
3;1,5,2;,
3;3,6,7;,
3;3,7,0;,
3;7,6,5;,
3;7,5,4;,
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;18,23,22;,
3;18,22,19;,
3;24,25,26;,
3;24,26,27;,
3;28,29,30;,
3;28,30,31;,
3;32,33,19;,
3;32,19,16;,
3;16,34,35;,
3;16,35,32;,
3;36,37,38;,
3;36,38,39;,
3;40,41,42;,
3;40,42,43;,
3;44,45,46;,
3;44,46,47;,
3;46,45,48;,
3;46,48,49;,
3;50,51,52;,
3;50,52,53;,
3;54,55,56;,
3;54,56,57;,
3;58,59,60;,
3;58,60,61;,
3;62,12,63;,
3;62,63,64;,
3;65,66,67;,
3;65,67,68;,
3;69,66,65;,
3;69,65,70;,
3;71,72,73;,
3;71,73,74;,
3;75,76,77;,
3;75,77,78;,
3;12,13,79;,
3;12,79,63;,
3;80,81,82;,
3;80,82,83;,
3;84,85,86;,
3;84,86,87;,
3;88,89,90;,
3;88,90,91;,
3;92,93,94;,
3;92,94,95;,
3;90,95,94;,
3;90,94,91;,
3;96,97,98;,
3;96,98,99;,
3;100,101,102;,
3;100,102,103;,
3;102,101,98;,
3;102,98,97;,
3;104,47,46;,
3;58,61,105;,
3;106,107,108;,
3;69,109,66;,
3;75,78,110;,
3;111,112,113;,
3;114,115,116;,
3;114,116,117;,
3;118,119,120;,
3;118,120,121;,
3;122,123,124;,
3;122,124,125;,
3;126,127,128;,
3;126,128,129;,
3;130,131,132;,
3;130,132,133;,
3;134,135,136;,
3;134,136,137;,
3;138,139,140;,
3;138,140,141;,
3;142,143,144;,
3;142,144,145;,
3;146,147,148;,
3;146,148,149;,
3;150,151,152;,
3;150,152,153;,
3;154,155,156;,
3;154,156,157;,
3;154,157,158;,
3;154,158,159;,
3;156,155,160;,
3;156,160,161;,
3;162,163,164;,
3;162,164,165;,
3;159,158,161;,
3;159,161,160;,
3;166,167,168;,
3;166,168,169;,
3;162,165,170;,
3;162,170,171;,
3;172,173,174;,
3;172,174,175;,
3;176,171,170;,
3;176,170,177;,
3;174,173,178;,
3;174,178,179;,
3;172,175,180;,
3;172,180,181;,
3;181,180,179;,
3;181,179,178;,
3;182,183,184;,
3;182,184,185;,
3;186,187,188;,
3;186,188,189;,
3;190,191,192;,
3;190,192,193;,
3;194,195,196;,
3;194,196,197;,
3;198,199,200;,
3;198,200,201;,
3;202,203,204;,
3;202,204,205;,
3;206,202,205;,
3;206,205,207;,
3;208,209,210;,
3;208,210,211;,
3;208,211,212;,
3;208,212,213;,
3;214,215,216;,
3;214,216,217;,
3;218,219,220;,
3;218,220,221;,
3;213,221,220;,
3;213,220,208;,
3;216,222,223;,
3;216,223,217;,
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;;
MeshTextureCoords {
240;
0.017060;0.851988;,
0.017060;0.690200;,
0.084470;0.636271;,
0.084470;0.875100;,
0.017060;0.690200;,
0.084470;0.636271;,
0.084470;0.875100;,
0.017060;0.851988;,
0.447230;0.181833;,
0.447230;0.181833;,
0.486807;0.113068;,
0.486807;0.113068;,
0.091029;0.113068;,
0.091029;0.113068;,
0.130607;0.181833;,
0.130607;0.181833;,
0.091029;0.113068;,
0.130607;0.181833;,
0.130607;0.181833;,
0.091029;0.113068;,
0.447230;0.181833;,
0.486807;0.113068;,
0.486807;0.113068;,
0.447230;0.181833;,
1.130410;0.887300;,
1.130410;0.609990;,
0.460550;0.609990;,
0.460550;0.887300;,
0.977347;0.137588;,
0.977347;0.257891;,
1.516331;0.257891;,
1.516331;0.137588;,
0.618734;0.113068;,
0.618734;0.113068;,
0.091029;0.342285;,
0.381266;0.342285;,
0.644390;0.243715;,
0.252510;0.243715;,
0.252510;0.071301;,
0.644390;0.071301;,
0.644390;0.243715;,
0.644390;0.071301;,
0.252510;0.071301;,
0.252510;0.243715;,
0.499914;0.889566;,
0.499914;0.457638;,
0.208819;0.457638;,
0.208819;0.889566;,
0.499914;0.125385;,
0.420525;0.125385;,
0.499548;0.974420;,
0.499548;0.043353;,
0.696012;0.262427;,
0.696012;0.755345;,
0.977347;0.257891;,
0.977347;0.137588;,
1.516331;0.137588;,
1.516331;0.257891;,
0.297521;0.477123;,
0.472922;0.477123;,
0.418109;0.257917;,
0.176932;0.257917;,
0.091029;0.342285;,
0.618734;0.113068;,
0.381266;0.342285;,
0.499914;0.457638;,
0.208819;0.457638;,
0.420525;0.125385;,
0.499914;0.125385;,
0.208819;0.889566;,
0.499914;0.889566;,
1.130410;0.135197;,
0.460550;0.135197;,
0.460550;0.412508;,
1.130410;0.412508;,
0.176932;0.257917;,
0.418109;0.257917;,
0.472922;0.477123;,
0.297521;0.477123;,
0.618734;0.113068;,
0.644390;0.949044;,
0.252510;0.949044;,
0.252510;0.776630;,
0.644390;0.776630;,
0.644390;0.949044;,
0.644390;0.776630;,
0.252510;0.776630;,
0.252510;0.949044;,
0.614337;0.443163;,
0.583521;0.443163;,
0.583521;0.327600;,
0.614337;0.242854;,
0.521887;0.443163;,
0.498775;0.443163;,
0.498775;0.242854;,
0.521887;0.327600;,
0.521887;0.443163;,
0.521887;0.327600;,
0.498775;0.242854;,
0.498775;0.443163;,
0.614337;0.443163;,
0.614337;0.242854;,
0.583521;0.327600;,
0.583521;0.443163;,
0.089735;0.889566;,
0.078269;0.257917;,
0.251217;0.284447;,
0.200092;0.550312;,
0.148967;0.284447;,
0.089735;0.889566;,
0.078269;0.257917;,
0.200092;0.550312;,
0.251217;0.284447;,
0.148967;0.284447;,
0.014542;1.201976;,
0.014542;1.020427;,
0.152950;0.975040;,
0.152950;1.224669;,
0.152950;1.224669;,
0.152950;0.975040;,
0.014542;1.020427;,
0.014542;1.201976;,
0.014542;1.018947;,
0.152950;0.996253;,
0.152950;1.245883;,
0.014542;1.200496;,
0.152950;0.996253;,
0.014542;1.018947;,
0.014542;1.200496;,
0.152950;1.245883;,
0.227761;0.867731;,
0.053848;0.867731;,
0.053848;0.371646;,
0.227761;0.371646;,
0.227761;0.867731;,
0.227761;0.371646;,
0.053848;0.371646;,
0.053848;0.867731;,
0.489686;0.660142;,
0.489686;0.980212;,
0.313807;0.980212;,
0.313807;0.660142;,
0.489686;0.667520;,
0.313807;0.667520;,
0.313807;0.979824;,
0.489686;0.979824;,
0.528832;0.520205;,
0.528832;0.176029;,
0.001128;0.176029;,
0.001128;0.520205;,
0.001128;0.520205;,
0.001128;0.176029;,
0.528832;0.176029;,
0.528832;0.520205;,
0.968122;1.087712;,
0.968122;1.180258;,
0.968122;0.272074;,
0.968122;0.242269;,
0.900120;0.242269;,
0.900120;1.087712;,
0.900120;1.180258;,
0.900120;0.272074;,
0.960840;0.961010;,
0.960840;1.005531;,
0.960840;2.385735;,
0.960840;2.430258;,
0.960840;1.385735;,
0.960840;0.005531;,
0.882870;0.005531;,
0.882870;1.385735;,
0.882870;2.430258;,
0.882870;0.961010;,
0.912955;1.124015;,
0.912955;1.072175;,
0.912955;0.115041;,
0.912955;0.090414;,
0.882870;1.005531;,
0.882870;2.385735;,
0.844954;1.072175;,
0.844954;0.115041;,
0.844954;0.090414;,
0.844954;1.124015;,
0.812208;0.863762;,
0.812208;0.212630;,
0.977627;0.026592;,
0.977627;0.956781;,
0.812208;0.863762;,
0.977627;0.956781;,
0.977627;0.026592;,
0.812208;0.212630;,
0.764374;0.076568;,
1.003550;0.153232;,
1.003550;0.664330;,
0.764374;0.740996;,
0.812208;0.863762;,
0.977627;0.956781;,
0.977627;0.026592;,
0.812208;0.212630;,
0.812208;0.863762;,
0.812208;0.212630;,
0.977627;0.026592;,
0.977627;0.956781;,
0.787177;0.485512;,
0.523325;0.485512;,
0.523325;0.977038;,
0.787177;0.977038;,
0.998259;0.485512;,
0.998259;0.977038;,
0.991455;1.004058;,
0.614532;1.004058;,
0.324592;0.801888;,
0.324592;0.347006;,
0.614532;0.144836;,
0.991455;0.144836;,
1.571340;0.827159;,
1.571340;0.321735;,
0.991455;0.321735;,
0.991455;0.827159;,
1.571340;0.245921;,
1.571340;0.902973;,
1.252400;0.902973;,
1.252400;0.245921;,
0.614532;0.144836;,
0.614532;1.004058;,
0.307456;0.981138;,
0.307456;0.658557;,
0.510776;0.658557;,
0.510777;0.981138;,
1.218174;0.437869;,
0.993128;0.437869;,
0.993128;0.895035;,
1.218174;0.895035;,
1.168960;1.908266;,
0.977544;1.908266;,
0.977544;0.973040;,
1.168960;0.973040;,
1.044000;1.908266;,
1.044000;0.973040;,
1.235420;0.973040;,
1.235420;1.908266;;
}
MeshNormals {
240;
0.571662;0.514496;-0.285831;,
0.285831;0.713988;0.387492;,
0.571662;0.614242;0.193746;,
0.285831;0.514496;-0.571662;,
-0.428746;0.664115;0.290619;,
-0.428746;0.664115;0.290619;,
-0.428746;0.514496;-0.428746;,
-0.428746;0.514496;-0.428746;,
0.000000;0.707107;0.707107;,
-0.257248;0.782300;0.353553;,
-0.257248;0.782300;0.353553;,
0.000000;0.707107;0.707107;,
-0.185695;0.757121;-0.282843;,
-0.171499;0.854867;-0.235702;,
-0.257248;0.782300;-0.353553;,
0.000000;0.707107;-0.707107;,
0.371391;0.631399;-0.282843;,
0.000000;0.707107;-0.707107;,
0.257248;0.782300;-0.353553;,
0.128624;0.891150;-0.176777;,
0.000000;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
0.257248;0.782300;0.353553;,
0.257248;0.782300;0.353553;,
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.789352;-0.613941;0.000000;,
0.789352;-0.613941;0.000000;,
0.789352;-0.613941;0.000000;,
0.789352;-0.613941;0.000000;,
0.309492;0.790464;0.000000;,
0.000000;1.000000;0.000000;,
0.928477;0.371391;0.000000;,
0.928477;0.371391;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;,
1.000000;0.000000;0.000000;,
0.964238;0.000000;0.185695;,
0.929261;-0.122788;0.148556;,
0.894676;-0.306970;0.000000;,
0.928477;0.000000;0.371391;,
0.928477;0.000000;0.371391;,
0.000000;-0.780869;0.624695;,
0.000000;-0.780869;0.624695;,
0.000000;-0.780869;0.624695;,
0.000000;-0.780869;0.624695;,
-0.789352;-0.613941;0.000000;,
-0.789352;-0.613941;0.000000;,
-0.789352;-0.613941;0.000000;,
-0.789352;-0.613941;0.000000;,
0.859595;-0.176664;-0.379070;,
0.948683;0.000000;-0.316228;,
0.948683;0.000000;-0.316228;,
0.815051;-0.264996;-0.410491;,
-0.928477;0.371391;0.000000;,
-0.618984;0.580927;0.000000;,
-0.928477;0.371391;0.000000;,
-0.964238;0.000000;0.185695;,
-0.905943;-0.204647;0.123797;,
-0.928477;0.000000;0.371391;,
-0.928477;0.000000;0.371391;,
-0.929784;-0.204647;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.859595;-0.176664;-0.379070;,
-0.948683;0.000000;-0.316228;,
-0.948683;0.000000;-0.316228;,
-0.815051;-0.264996;-0.410491;,
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.341743;0.939793;0.000000;,
-0.341743;0.939793;0.000000;,
-0.524425;0.469897;0.353553;,
-0.524425;0.469897;0.353553;,
-0.263117;-0.964764;0.000000;,
-0.263117;-0.964764;0.000000;,
-0.485112;-0.482382;0.353553;,
-0.485112;-0.482382;0.353553;,
0.263117;-0.964764;0.000000;,
0.485112;-0.482382;0.353553;,
0.485112;-0.482382;0.353553;,
0.263117;-0.964764;0.000000;,
0.341743;0.939793;0.000000;,
0.524425;0.469897;0.353553;,
0.524425;0.469897;0.353553;,
0.341743;0.939793;0.000000;,
0.789352;-0.613941;0.000000;,
0.681418;-0.529992;-0.504754;,
0.906588;0.362635;-0.215854;,
0.906588;0.362635;-0.215854;,
0.906588;0.362635;-0.215854;,
-0.789352;-0.613941;0.000000;,
-0.681418;-0.529992;-0.504754;,
-0.906588;0.362635;-0.215854;,
-0.906588;0.362635;-0.215854;,
-0.906588;0.362635;-0.215854;,
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.447213;-0.894427;,
0.000000;-0.447214;-0.894427;,
0.000000;-0.447213;-0.894427;,
0.000000;-0.447213;-0.894427;,
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.447213;-0.894427;,
0.000000;-0.447213;-0.894427;,
0.000000;-0.447213;-0.894427;,
0.000000;-0.447213;-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.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;,
0.460484;0.500000;0.194820;,
-0.459573;0.500000;-0.196960;,
-0.459573;0.500000;-0.196960;,
0.460484;0.500000;0.194820;,
0.613978;-0.333333;0.259760;,
0.306989;-0.666667;0.129880;,
-0.612763;-0.333333;-0.262613;,
-0.306382;-0.666667;-0.131306;,
0.000000;0.500000;-0.500000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;0.500000;-0.500000;,
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.500000;-0.500000;,
0.000000;-0.500000;-0.500000;,
0.465376;0.500000;-0.182826;,
-0.466673;0.500000;0.179490;,
-0.466673;0.500000;0.179490;,
0.465376;0.500000;-0.182826;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
-0.622230;-0.333333;0.239319;,
-0.311115;-0.666667;0.119660;,
0.620501;-0.333333;-0.243768;,
0.310251;-0.666667;-0.121884;,
-0.992278;-0.124035;0.000000;,
-0.992278;-0.124035;0.000000;,
-0.992278;-0.124035;0.000000;,
-0.992278;-0.124035;0.000000;,
0.970143;-0.242536;0.000000;,
0.970143;-0.242536;0.000000;,
0.970143;-0.242536;0.000000;,
0.970143;-0.242536;0.000000;,
0.000000;0.972806;-0.231621;,
0.000000;0.972806;-0.231621;,
0.000000;0.972806;-0.231621;,
0.000000;0.972806;-0.231621;,
0.992278;-0.124035;0.000000;,
0.992278;-0.124035;0.000000;,
0.992278;-0.124035;0.000000;,
0.992278;-0.124035;0.000000;,
-0.970143;-0.242536;0.000000;,
-0.970143;-0.242536;0.000000;,
-0.970143;-0.242536;0.000000;,
-0.970143;-0.242536;0.000000;,
0.000000;-0.482759;-0.793103;,
0.000000;-0.724138;-0.689655;,
0.000000;-0.724138;-0.689655;,
0.000000;-0.241379;-0.896552;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.974832;0.097129;,
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.916105;0.323762;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-0.972493;0.163555;,
0.000000;-0.972493;0.163555;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;0.937079;0.242821;,
0.000000;0.937079;0.242821;,
0.000000;-0.944986;0.327111;,
0.000000;-0.944986;0.327111;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;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;;
154;
3;0,1,2;,
3;0,2,3;,
3;1,4,5;,
3;1,5,2;,
3;3,6,7;,
3;3,7,0;,
3;7,6,5;,
3;7,5,4;,
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;18,23,22;,
3;18,22,19;,
3;24,25,26;,
3;24,26,27;,
3;28,29,30;,
3;28,30,31;,
3;32,33,19;,
3;32,19,16;,
3;16,34,35;,
3;16,35,32;,
3;36,37,38;,
3;36,38,39;,
3;40,41,42;,
3;40,42,43;,
3;44,45,46;,
3;44,46,47;,
3;46,45,48;,
3;46,48,49;,
3;50,51,52;,
3;50,52,53;,
3;54,55,56;,
3;54,56,57;,
3;58,59,60;,
3;58,60,61;,
3;62,12,63;,
3;62,63,64;,
3;65,66,67;,
3;65,67,68;,
3;69,66,65;,
3;69,65,70;,
3;71,72,73;,
3;71,73,74;,
3;75,76,77;,
3;75,77,78;,
3;12,13,79;,
3;12,79,63;,
3;80,81,82;,
3;80,82,83;,
3;84,85,86;,
3;84,86,87;,
3;88,89,90;,
3;88,90,91;,
3;92,93,94;,
3;92,94,95;,
3;90,95,94;,
3;90,94,91;,
3;96,97,98;,
3;96,98,99;,
3;100,101,102;,
3;100,102,103;,
3;102,101,98;,
3;102,98,97;,
3;104,47,46;,
3;58,61,105;,
3;106,107,108;,
3;69,109,66;,
3;75,78,110;,
3;111,112,113;,
3;114,115,116;,
3;114,116,117;,
3;118,119,120;,
3;118,120,121;,
3;122,123,124;,
3;122,124,125;,
3;126,127,128;,
3;126,128,129;,
3;130,131,132;,
3;130,132,133;,
3;134,135,136;,
3;134,136,137;,
3;138,139,140;,
3;138,140,141;,
3;142,143,144;,
3;142,144,145;,
3;146,147,148;,
3;146,148,149;,
3;150,151,152;,
3;150,152,153;,
3;154,155,156;,
3;154,156,157;,
3;154,157,158;,
3;154,158,159;,
3;156,155,160;,
3;156,160,161;,
3;162,163,164;,
3;162,164,165;,
3;159,158,161;,
3;159,161,160;,
3;166,167,168;,
3;166,168,169;,
3;162,165,170;,
3;162,170,171;,
3;172,173,174;,
3;172,174,175;,
3;176,171,170;,
3;176,170,177;,
3;174,173,178;,
3;174,178,179;,
3;172,175,180;,
3;172,180,181;,
3;181,180,179;,
3;181,179,178;,
3;182,183,184;,
3;182,184,185;,
3;186,187,188;,
3;186,188,189;,
3;190,191,192;,
3;190,192,193;,
3;194,195,196;,
3;194,196,197;,
3;198,199,200;,
3;198,200,201;,
3;202,203,204;,
3;202,204,205;,
3;206,202,205;,
3;206,205,207;,
3;208,209,210;,
3;208,210,211;,
3;208,211,212;,
3;208,212,213;,
3;214,215,216;,
3;214,216,217;,
3;218,219,220;,
3;218,220,221;,
3;213,221,220;,
3;213,220,208;,
3;216,222,223;,
3;216,223,217;,
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;;
}
MeshMaterialList {
9;
154;
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,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
3,
3,
3,
3,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
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,
6,
6,
7,
7,
8,
8,
8,
8,
8,
8;
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.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;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.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 {
"vtv4_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 {
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.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";
}
}
}
}
}
}