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

1412 lines
34 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 {
244;
-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.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.500000;-0.950000;-1.550000;,
0.500000;-0.950000;-1.550000;,
0.500000;-0.950000;0.450000;,
-0.500000;-0.950000;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.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.600000;0.450000;,
-0.850000;0.600000;0.450000;,
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.500000;-0.950000;0.450000;,
0.850000;-0.500000;1.750000;,
-0.850000;-0.500000;1.750000;,
-0.500000;-0.950000;0.450000;,
-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.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;0,3,4;,
3;0,4,5;,
3;6,7,8;,
3;6,8,9;,
3;7,10,11;,
3;7,11,8;,
3;9,12,13;,
3;9,13,6;,
3;13,12,11;,
3;13,11,10;,
3;14,15,16;,
3;14,16,17;,
3;18,19,20;,
3;18,20,21;,
3;20,19,16;,
3;20,16,15;,
3;22,23,24;,
3;22,24,25;,
3;26,27,28;,
3;26,28,29;,
3;24,29,28;,
3;24,28,25;,
3;30,31,32;,
3;30,32,33;,
3;34,35,36;,
3;34,36,37;,
3;38,39,25;,
3;38,25,22;,
3;22,40,41;,
3;22,41,38;,
3;42,43,44;,
3;42,44,45;,
3;46,47,48;,
3;46,48,49;,
3;50,51,52;,
3;50,52,53;,
3;54,55,56;,
3;54,56,57;,
3;58,57,56;,
3;58,56,59;,
3;60,61,62;,
3;60,62,63;,
3;62,61,64;,
3;62,64,65;,
3;66,67,68;,
3;66,68,69;,
3;70,71,72;,
3;70,72,73;,
3;74,75,76;,
3;74,76,77;,
3;78,79,80;,
3;78,80,81;,
3;82,18,83;,
3;82,83,84;,
3;85,86,87;,
3;85,87,88;,
3;89,86,85;,
3;89,85,90;,
3;91,92,93;,
3;91,93,94;,
3;95,96,97;,
3;95,97,98;,
3;18,19,99;,
3;18,99,83;,
3;100,101,102;,
3;100,102,103;,
3;104,105,106;,
3;104,106,107;,
3;108,109,110;,
3;108,110,111;,
3;112,113,114;,
3;112,114,115;,
3;110,115,114;,
3;110,114,111;,
3;116,117,118;,
3;116,118,119;,
3;120,121,122;,
3;120,122,123;,
3;122,121,118;,
3;122,118,117;,
3;124,63,62;,
3;78,81,125;,
3;126,127,128;,
3;89,129,86;,
3;95,98,130;,
3;131,132,133;,
3;134,135,136;,
3;134,136,137;,
3;138,139,140;,
3;138,140,141;,
3;142,143,144;,
3;142,144,145;,
3;146,147,148;,
3;146,148,149;,
3;150,151,152;,
3;150,152,153;,
3;154,155,156;,
3;154,156,157;,
3;158,159,160;,
3;158,160,161;,
3;162,163,164;,
3;162,164,165;,
3;166,167,168;,
3;166,168,169;,
3;170,171,172;,
3;170,172,173;,
3;174,175,176;,
3;174,176,177;,
3;174,177,178;,
3;174,178,179;,
3;176,175,180;,
3;176,180,181;,
3;182,183,184;,
3;182,184,185;,
3;179,178,181;,
3;179,181,180;,
3;186,187,188;,
3;186,188,189;,
3;182,185,190;,
3;182,190,191;,
3;192,193,194;,
3;192,194,195;,
3;196,191,190;,
3;196,190,197;,
3;194,193,198;,
3;194,198,199;,
3;192,195,200;,
3;192,200,201;,
3;201,200,199;,
3;201,199,198;,
3;202,203,204;,
3;202,204,205;,
3;206,207,208;,
3;206,208,209;,
3;210,211,212;,
3;210,212,213;,
3;214,215,216;,
3;214,216,217;,
3;218,219,220;,
3;218,220,221;,
3;222,223,224;,
3;222,224,225;,
3;226,222,225;,
3;226,225,227;,
3;228,229,230;,
3;228,230,231;,
3;232,233,234;,
3;232,234,235;,
3;236,237,238;,
3;236,238,239;,
3;240,241,242;,
3;240,242,243;;
MeshTextureCoords {
244;
0.212739;0.888604;,
0.495963;0.888604;,
0.713828;0.712456;,
0.713828;0.316124;,
0.495963;0.139976;,
0.212739;0.139976;,
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.527215;0.712847;,
0.527215;0.313097;,
0.013586;0.313097;,
0.013586;0.712847;,
0.644390;0.243715;,
0.644390;0.071301;,
0.252510;0.071301;,
0.252510;0.243715;,
0.527215;0.253134;,
0.527215;0.772810;,
0.244719;0.772810;,
0.244719;0.253134;,
0.013586;0.173184;,
0.013586;0.852760;,
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.212739;0.294105;,
0.495963;0.139976;,
0.495963;0.888604;,
0.212739;0.734474;,
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.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 {
244;
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.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;-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;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.874157;0.485643;,
0.000000;0.874157;0.485643;,
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.000000;-0.944986;0.327111;,
0.000000;-0.944986;0.327111;,
0.000000;-0.944986;0.327111;,
0.000000;-0.944986;0.327111;,
-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.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;0,3,4;,
3;0,4,5;,
3;6,7,8;,
3;6,8,9;,
3;7,10,11;,
3;7,11,8;,
3;9,12,13;,
3;9,13,6;,
3;13,12,11;,
3;13,11,10;,
3;14,15,16;,
3;14,16,17;,
3;18,19,20;,
3;18,20,21;,
3;20,19,16;,
3;20,16,15;,
3;22,23,24;,
3;22,24,25;,
3;26,27,28;,
3;26,28,29;,
3;24,29,28;,
3;24,28,25;,
3;30,31,32;,
3;30,32,33;,
3;34,35,36;,
3;34,36,37;,
3;38,39,25;,
3;38,25,22;,
3;22,40,41;,
3;22,41,38;,
3;42,43,44;,
3;42,44,45;,
3;46,47,48;,
3;46,48,49;,
3;50,51,52;,
3;50,52,53;,
3;54,55,56;,
3;54,56,57;,
3;58,57,56;,
3;58,56,59;,
3;60,61,62;,
3;60,62,63;,
3;62,61,64;,
3;62,64,65;,
3;66,67,68;,
3;66,68,69;,
3;70,71,72;,
3;70,72,73;,
3;74,75,76;,
3;74,76,77;,
3;78,79,80;,
3;78,80,81;,
3;82,18,83;,
3;82,83,84;,
3;85,86,87;,
3;85,87,88;,
3;89,86,85;,
3;89,85,90;,
3;91,92,93;,
3;91,93,94;,
3;95,96,97;,
3;95,97,98;,
3;18,19,99;,
3;18,99,83;,
3;100,101,102;,
3;100,102,103;,
3;104,105,106;,
3;104,106,107;,
3;108,109,110;,
3;108,110,111;,
3;112,113,114;,
3;112,114,115;,
3;110,115,114;,
3;110,114,111;,
3;116,117,118;,
3;116,118,119;,
3;120,121,122;,
3;120,122,123;,
3;122,121,118;,
3;122,118,117;,
3;124,63,62;,
3;78,81,125;,
3;126,127,128;,
3;89,129,86;,
3;95,98,130;,
3;131,132,133;,
3;134,135,136;,
3;134,136,137;,
3;138,139,140;,
3;138,140,141;,
3;142,143,144;,
3;142,144,145;,
3;146,147,148;,
3;146,148,149;,
3;150,151,152;,
3;150,152,153;,
3;154,155,156;,
3;154,156,157;,
3;158,159,160;,
3;158,160,161;,
3;162,163,164;,
3;162,164,165;,
3;166,167,168;,
3;166,168,169;,
3;170,171,172;,
3;170,172,173;,
3;174,175,176;,
3;174,176,177;,
3;174,177,178;,
3;174,178,179;,
3;176,175,180;,
3;176,180,181;,
3;182,183,184;,
3;182,184,185;,
3;179,178,181;,
3;179,181,180;,
3;186,187,188;,
3;186,188,189;,
3;182,185,190;,
3;182,190,191;,
3;192,193,194;,
3;192,194,195;,
3;196,191,190;,
3;196,190,197;,
3;194,193,198;,
3;194,198,199;,
3;192,195,200;,
3;192,200,201;,
3;201,200,199;,
3;201,199,198;,
3;202,203,204;,
3;202,204,205;,
3;206,207,208;,
3;206,208,209;,
3;210,211,212;,
3;210,212,213;,
3;214,215,216;,
3;214,216,217;,
3;218,219,220;,
3;218,220,221;,
3;222,223,224;,
3;222,224,225;,
3;226,222,225;,
3;226,225,227;,
3;228,229,230;,
3;228,230,231;,
3;232,233,234;,
3;232,234,235;,
3;236,237,238;,
3;236,238,239;,
3;240,241,242;,
3;240,242,243;;
}
MeshMaterialList {
8;
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,
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,
7,
7,
7,
7,
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 {
"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.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";
}
}
}
}
}
}