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

1434 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 {
222;
5.000000;5.400000;-45.037498;,
5.000000;4.650000;-45.037498;,
5.000000;4.650000;-47.850000;,
5.000000;5.400000;-47.850000;,
-5.000000;5.400000;-45.037498;,
-5.000000;4.650000;-45.037498;,
-5.000000;4.650000;-47.850000;,
-5.000000;5.400000;-47.850000;,
5.000000;15.400000;71.962502;,
5.000000;14.650000;71.962502;,
5.000000;14.650000;69.150003;,
5.000000;15.400000;69.150003;,
-5.000000;15.400000;71.962502;,
-5.000000;14.650000;71.962502;,
-5.000000;14.650000;69.150003;,
-5.000000;15.400000;69.150003;,
5.000000;1.400000;38.212502;,
5.000000;0.650000;38.212502;,
5.000000;0.650000;35.400000;,
5.000000;1.400000;35.400000;,
-5.000000;1.400000;38.212502;,
-5.000000;0.650000;38.212502;,
-5.000000;0.650000;35.400000;,
-5.000000;1.400000;35.400000;,
5.000000;12.400000;6.712500;,
5.000000;11.650000;6.712500;,
5.000000;11.650000;3.900000;,
5.000000;12.400000;3.900000;,
-5.000000;12.400000;6.712500;,
-5.000000;11.650000;6.712500;,
-5.000000;11.650000;3.900000;,
-5.000000;12.400000;3.900000;,
5.000000;1.400000;6.712500;,
5.000000;0.650000;6.712500;,
5.000000;0.650000;3.900000;,
5.000000;1.400000;3.900000;,
-5.000000;1.400000;6.712500;,
-5.000000;0.650000;6.712500;,
-5.000000;0.650000;3.900000;,
-5.000000;1.400000;3.900000;,
5.000000;26.750000;98.400000;,
5.250000;26.500000;98.400000;,
5.000000;0.750000;-96.787501;,
5.250000;0.500000;-96.787501;,
5.000000;26.250000;98.400000;,
5.000000;0.250000;-96.787501;,
-5.000000;0.750000;-96.787501;,
-5.250000;26.500000;98.400000;,
-5.000000;26.750000;98.400000;,
-5.250000;0.500000;-96.787501;,
-5.000000;26.250000;98.400000;,
-5.000000;0.250000;-96.787501;,
4.791700;1.125000;3.900000;,
4.916700;5.000000;-45.037498;,
4.791700;5.125000;-45.037498;,
4.916700;1.000000;3.900000;,
4.791700;4.875000;-45.037498;,
4.791700;0.875000;3.900000;,
-4.791700;5.125000;-45.037498;,
-4.916700;5.000000;-45.037498;,
-4.791700;1.125000;3.900000;,
-4.916700;1.000000;3.900000;,
-4.791700;4.875000;-45.037498;,
-4.791700;0.875000;3.900000;,
-4.791700;12.125000;6.712500;,
-4.916700;12.000000;6.712500;,
-4.791700;1.125000;35.400000;,
-4.916700;1.000000;35.400000;,
-4.791700;11.875000;6.712500;,
-4.791700;0.875000;35.400000;,
-4.791700;14.875000;69.150003;,
-4.916700;1.000000;38.212502;,
-4.791700;0.875000;38.212502;,
-4.791700;1.125000;38.212502;,
-4.916700;15.000000;69.150003;,
-4.791700;15.125000;69.150003;,
4.791700;1.125000;35.400000;,
4.916700;12.000000;6.712500;,
4.791700;12.125000;6.712500;,
4.916700;1.000000;35.400000;,
4.791700;11.875000;6.712500;,
4.791700;0.875000;35.400000;,
4.791700;14.875000;69.150003;,
4.791700;1.125000;38.212502;,
4.791700;0.875000;38.212502;,
4.791700;15.125000;69.150003;,
4.916700;15.000000;69.150003;,
4.916700;1.000000;38.212502;,
-4.750000;0.000000;3.900000;,
-4.750000;14.973899;3.900000;,
-4.250000;14.700000;2.212500;,
-4.250000;0.000000;2.212500;,
-4.250000;0.000000;8.400000;,
-4.250000;15.623901;8.400000;,
-4.750000;15.350000;6.712500;,
-4.750000;0.000000;6.712500;,
4.250000;0.000000;8.400000;,
4.750000;0.000000;6.712500;,
4.750000;15.350000;6.712500;,
4.250000;15.623901;8.400000;,
4.750000;0.000000;3.900000;,
4.250000;0.000000;2.212500;,
4.250000;14.700000;2.212500;,
4.750000;14.973899;3.900000;,
4.250000;0.000000;39.900000;,
4.750000;0.000000;38.212502;,
4.750000;20.050000;38.212502;,
4.250000;20.273899;39.900000;,
4.750000;0.000000;35.400000;,
4.250000;0.000000;33.712502;,
4.250000;19.350000;33.712502;,
4.750000;19.623899;35.400000;,
-4.750000;0.000000;35.400000;,
-4.750000;19.623899;35.400000;,
-4.250000;19.350000;33.712502;,
-4.250000;0.000000;33.712502;,
-4.250000;0.000000;39.900000;,
-4.250000;20.273899;39.900000;,
-4.750000;20.050000;38.212502;,
-4.750000;0.000000;38.212502;,
-4.750000;0.000000;69.150003;,
-4.750000;24.623899;69.150003;,
-4.250000;24.350000;67.462502;,
-4.250000;0.000000;67.462502;,
-4.250000;0.000000;73.650003;,
-4.250000;25.273899;73.650003;,
-4.750000;25.050000;71.962502;,
-4.750000;0.000000;71.962502;,
4.250000;0.000000;73.650003;,
4.750000;0.000000;71.962502;,
4.750000;25.050000;71.962502;,
4.250000;25.273899;73.650003;,
4.750000;0.000000;69.150003;,
4.250000;0.000000;67.462502;,
4.250000;24.350000;67.462502;,
4.750000;24.623899;69.150003;,
3.750000;4.900000;-63.600000;,
3.750000;0.000000;-61.237498;,
-3.750000;0.000000;-61.237498;,
-3.750000;4.900000;-63.600000;,
-3.750000;0.000000;-61.237498;,
-3.750000;0.000000;98.400000;,
-3.750000;29.000000;98.400000;,
-3.750000;4.900000;-63.600000;,
3.750000;0.000000;-61.237498;,
3.750000;4.900000;-63.600000;,
3.750000;29.000000;98.400000;,
3.750000;0.000000;98.400000;,
6.000000;30.000000;105.000000;,
6.000000;0.000000;105.000000;,
6.000000;0.000000;98.400000;,
6.000000;30.000000;98.400000;,
-6.000000;30.000000;105.000000;,
-6.000000;30.000000;98.400000;,
-6.000000;0.000000;98.400000;,
-6.000000;0.000000;105.000000;,
-4.250000;28.650000;96.150003;,
-4.250000;1.600000;-86.100000;,
-4.250000;0.850000;-71.475002;,
-4.250000;25.650000;93.900000;,
-4.250000;25.650000;93.900000;,
-4.250000;0.850000;-71.475002;,
-3.750000;0.850000;-71.475002;,
-3.750000;25.650000;93.900000;,
-3.750000;25.650000;93.900000;,
-3.750000;28.650000;96.150003;,
-3.750000;0.850000;-71.475002;,
-3.750000;1.600000;-86.100000;,
4.250000;25.650000;93.900000;,
3.750000;25.650000;93.900000;,
3.750000;0.850000;-71.475002;,
4.250000;0.850000;-71.475002;,
4.250000;28.650000;96.150003;,
3.750000;28.650000;96.150003;,
3.750000;25.650000;93.900000;,
4.250000;25.650000;93.900000;,
4.250000;0.850000;-71.475002;,
4.250000;1.600000;-86.100000;,
3.750000;1.600000;-86.100000;,
3.750000;0.850000;-71.475002;,
6.000000;0.000000;98.400000;,
-6.000000;0.000000;98.400000;,
-6.000000;30.000000;98.400000;,
6.000000;30.000000;98.400000;,
6.000000;30.000000;105.000000;,
-6.000000;30.000000;105.000000;,
-6.000000;0.000000;105.000000;,
6.000000;0.000000;105.000000;,
6.000000;30.000000;98.400000;,
-6.000000;30.000000;98.400000;,
-6.000000;30.000000;105.000000;,
6.000000;30.000000;105.000000;,
-6.000000;1.000000;-96.787501;,
-6.000000;0.000000;-96.787501;,
6.250000;0.000000;-96.787501;,
6.250000;1.000000;-96.787501;,
-6.000000;1.000000;-97.687501;,
-6.000000;0.000000;-105.000000;,
6.250000;1.000000;-97.687501;,
6.250000;0.000000;-105.000000;,
-6.000000;0.000000;-105.000000;,
-6.000000;1.000000;-97.687501;,
6.250000;1.000000;-97.687501;,
6.250000;0.000000;-105.000000;,
-6.000000;1.000000;-96.787501;,
6.250000;1.000000;-96.787501;,
5.250000;30.000000;98.400000;,
5.250000;1.000000;-96.787501;,
-5.250000;1.000000;-96.787501;,
-5.250000;30.000000;98.400000;,
4.750000;0.000000;-96.787501;,
5.250000;1.000000;-96.787501;,
5.250000;30.000000;98.400000;,
4.750000;29.000000;98.400000;,
-4.750000;0.000000;-96.787501;,
-4.750000;29.000000;98.400000;,
-5.250000;30.000000;98.400000;,
-5.250000;1.000000;-96.787501;,
4.750000;0.000000;-96.787501;,
4.750000;29.000000;98.400000;,
-4.750000;29.000000;98.400000;,
-4.750000;0.000000;-96.787501;;
176;
3;0,1,2;,
3;0,2,3;,
3;0,4,5;,
3;0,5,1;,
3;1,5,6;,
3;1,6,2;,
3;2,6,7;,
3;2,7,3;,
3;3,7,4;,
3;3,4,0;,
3;4,7,6;,
3;4,6,5;,
3;8,9,10;,
3;8,10,11;,
3;8,12,13;,
3;8,13,9;,
3;10,14,15;,
3;10,15,11;,
3;11,15,12;,
3;11,12,8;,
3;12,15,14;,
3;12,14,13;,
3;16,17,18;,
3;16,18,19;,
3;16,20,21;,
3;16,21,17;,
3;18,22,23;,
3;18,23,19;,
3;19,23,20;,
3;19,20,16;,
3;20,23,22;,
3;20,22,21;,
3;24,25,26;,
3;24,26,27;,
3;24,28,29;,
3;24,29,25;,
3;25,29,30;,
3;25,30,26;,
3;26,30,31;,
3;26,31,27;,
3;27,31,28;,
3;27,28,24;,
3;28,31,30;,
3;28,30,29;,
3;32,33,34;,
3;32,34,35;,
3;32,36,37;,
3;32,37,33;,
3;34,38,39;,
3;34,39,35;,
3;35,39,36;,
3;35,36,32;,
3;36,39,38;,
3;36,38,37;,
3;40,41,42;,
3;41,43,42;,
3;41,44,43;,
3;44,45,43;,
3;46,47,48;,
3;47,46,49;,
3;50,49,51;,
3;49,50,47;,
3;52,53,54;,
3;52,55,53;,
3;55,56,53;,
3;55,57,56;,
3;58,59,60;,
3;59,61,60;,
3;59,62,61;,
3;62,63,61;,
3;64,65,66;,
3;65,67,66;,
3;65,68,67;,
3;68,69,67;,
3;70,71,72;,
3;72,73,70;,
3;71,70,74;,
3;73,75,70;,
3;74,73,71;,
3;73,74,75;,
3;76,77,78;,
3;76,79,77;,
3;79,80,77;,
3;79,81,80;,
3;82,83,84;,
3;82,85,83;,
3;86,82,87;,
3;82,84,87;,
3;85,86,83;,
3;86,87,83;,
3;88,89,90;,
3;88,90,91;,
3;92,93,94;,
3;92,94,95;,
3;95,94,89;,
3;95,89,88;,
3;96,97,98;,
3;96,98,99;,
3;100,101,102;,
3;100,102,103;,
3;97,100,103;,
3;97,103,98;,
3;104,105,106;,
3;104,106,107;,
3;108,109,110;,
3;108,110,111;,
3;105,108,111;,
3;105,111,106;,
3;112,113,114;,
3;112,114,115;,
3;116,117,118;,
3;116,118,119;,
3;119,118,113;,
3;119,113,112;,
3;120,121,122;,
3;120,122,123;,
3;124,125,126;,
3;124,126,127;,
3;127,126,121;,
3;127,121,120;,
3;128,129,130;,
3;128,130,131;,
3;132,133,134;,
3;132,134,135;,
3;129,132,135;,
3;129,135,130;,
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,158;,
3;156,158,159;,
3;160,161,162;,
3;160,162,163;,
3;156,159,164;,
3;156,164,165;,
3;165,164,166;,
3;165,166,167;,
3;168,169,170;,
3;168,170,171;,
3;172,173,174;,
3;172,174,175;,
3;172,175,176;,
3;172,176,177;,
3;173,178,179;,
3;173,179,174;,
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,193;,
3;196,193,192;,
3;198,195,194;,
3;198,194,199;,
3;200,201,202;,
3;200,202,203;,
3;201,204,205;,
3;201,205,202;,
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;;
MeshTextureCoords {
222;
0.211144;0.515906;,
0.211144;0.510672;,
0.198059;0.510672;,
0.198059;0.515906;,
0.211144;0.515906;,
0.211144;0.510672;,
0.198059;0.510672;,
0.198059;0.515906;,
0.755456;0.585690;,
0.755456;0.580456;,
0.742372;0.580456;,
0.742372;0.585690;,
0.755456;0.585690;,
0.755456;0.580456;,
0.742372;0.580456;,
0.742372;0.585690;,
0.598443;0.487993;,
0.598443;0.482759;,
0.585359;0.482759;,
0.585359;0.487993;,
0.598443;0.487993;,
0.598443;0.482759;,
0.585359;0.482759;,
0.585359;0.487993;,
0.451897;0.564755;,
0.451897;0.559521;,
0.438813;0.559521;,
0.438813;0.564755;,
0.451897;0.564755;,
0.451897;0.559521;,
0.438813;0.559521;,
0.438813;0.564755;,
0.451897;0.487993;,
0.451897;0.482759;,
0.438813;0.482759;,
0.438813;0.487993;,
0.451897;0.487993;,
0.451897;0.482759;,
0.438813;0.482759;,
0.438813;0.487993;,
1.878450;0.664894;,
1.878450;0.663150;,
0.970390;0.483457;,
0.970390;0.481712;,
1.878450;0.661405;,
0.970390;0.479968;,
0.970390;0.483457;,
1.878450;0.663150;,
1.878450;0.664894;,
0.970390;0.481712;,
1.878450;0.661405;,
0.970390;0.479968;,
0.438813;0.486074;,
0.211144;0.513115;,
0.211144;0.513987;,
0.438813;0.485201;,
0.211144;0.512242;,
0.438813;0.484329;,
0.211144;0.513987;,
0.211144;0.513115;,
0.438813;0.486074;,
0.438813;0.485201;,
0.211144;0.512242;,
0.438813;0.484329;,
0.451897;0.562836;,
0.451897;0.561963;,
0.585359;0.486074;,
0.585359;0.485201;,
0.451897;0.561091;,
0.585359;0.484329;,
0.742372;0.582026;,
0.598443;0.485201;,
0.598443;0.484329;,
0.598443;0.486074;,
0.742372;0.582898;,
0.742372;0.583771;,
0.585359;0.486074;,
0.451897;0.561963;,
0.451897;0.562836;,
0.585359;0.485201;,
0.451897;0.561091;,
0.585359;0.484329;,
0.742372;0.582026;,
0.598443;0.486074;,
0.598443;0.484329;,
0.742372;0.583771;,
0.742372;0.582898;,
0.598443;0.485201;,
0.280026;0.326910;,
0.280026;0.644827;,
0.232386;0.639012;,
0.232386;0.326910;,
0.407066;0.326910;,
0.407066;0.658628;,
0.359426;0.652812;,
0.359426;0.326910;,
0.407066;0.326910;,
0.359426;0.326910;,
0.359426;0.652812;,
0.407066;0.658628;,
0.280026;0.326910;,
0.232386;0.326910;,
0.232386;0.639012;,
0.280026;0.644827;,
1.296350;0.326910;,
1.248710;0.326910;,
1.248710;0.752600;,
1.296350;0.757354;,
1.169310;0.326910;,
1.121670;0.326910;,
1.121670;0.737738;,
1.169310;0.743553;,
1.169310;0.326910;,
1.169310;0.743553;,
1.121670;0.737738;,
1.121670;0.326910;,
1.296350;0.326910;,
1.296350;0.757354;,
1.248710;0.752600;,
1.248710;0.326910;,
2.122110;0.326910;,
2.122110;0.849710;,
2.074470;0.843895;,
2.074470;0.326910;,
2.249150;0.326910;,
2.249150;0.863511;,
2.201510;0.858757;,
2.201510;0.326910;,
2.249150;0.326910;,
2.201510;0.326910;,
2.201510;0.858757;,
2.249150;0.863511;,
2.122110;0.326910;,
2.074470;0.326910;,
2.074470;0.843895;,
2.122110;0.849710;,
0.692661;0.499378;,
0.692661;0.262216;,
0.307339;0.262216;,
0.307339;0.499378;,
0.840280;0.298465;,
5.965690;0.298465;,
5.965690;1.618990;,
0.764430;0.521588;,
0.840280;0.298465;,
0.764430;0.521588;,
5.965690;1.618990;,
5.965690;0.298465;,
1.537930;3.192380;,
1.537930;0.646915;,
1.209570;0.646915;,
1.209570;3.192380;,
1.537930;3.192380;,
1.209570;3.192380;,
1.209570;0.646915;,
1.537930;0.646915;,
0.576811;0.918230;,
0.459261;6.606670;,
0.188332;6.177950;,
0.319440;1.013790;,
0.319440;0.013790;,
0.188332;5.177950;,
0.188332;5.177950;,
0.319440;0.013790;,
0.319440;1.013790;,
0.576811;0.918230;,
0.188332;6.177950;,
0.459261;6.606670;,
0.319440;0.013790;,
0.319440;0.013790;,
0.188332;5.177950;,
0.188332;5.177950;,
0.576811;0.918230;,
0.576811;0.918230;,
0.319440;1.013790;,
0.319440;1.013790;,
0.188332;6.177950;,
0.459261;6.606670;,
0.459261;6.606670;,
0.188332;6.177950;,
1.992946;0.001809;,
0.934086;0.001809;,
0.934086;2.015230;,
1.992946;2.015230;,
1.992946;2.015230;,
0.934086;2.015230;,
0.934086;0.001809;,
1.992946;0.001809;,
0.987744;0.952951;,
0.987743;1.996431;,
0.541936;1.996431;,
0.541937;0.952951;,
0.987160;0.491818;,
0.987160;0.429706;,
0.987160;0.429706;,
0.987160;0.491818;,
0.949890;0.491818;,
0.647100;0.429706;,
0.949890;0.491818;,
0.647100;0.429706;,
3.837890;2.159820;,
3.253510;2.159820;,
3.253510;0.842318;,
3.837890;0.842318;,
3.181590;2.159820;,
3.181590;0.842318;,
0.843807;0.821760;,
0.843807;6.176690;,
0.021442;6.176690;,
0.021442;0.821760;,
0.669669;2.167380;,
0.659848;2.167380;,
0.375035;0.983355;,
0.384856;0.983355;,
0.669669;2.167380;,
0.384856;0.983355;,
0.375035;0.983355;,
0.659848;2.167380;,
0.558399;0.981211;,
0.558399;3.123120;,
0.432957;3.123120;,
0.432957;0.981211;;
}
MeshNormals {
222;
0.400000;0.200000;0.400000;,
0.250000;-0.500000;0.250000;,
0.400000;-0.200000;-0.400000;,
0.250000;0.500000;-0.250000;,
-0.400000;0.400000;0.200000;,
-0.250000;-0.250000;0.500000;,
-0.400000;-0.400000;-0.200000;,
-0.250000;0.250000;-0.500000;,
0.400000;0.200000;0.400000;,
0.500000;0.000000;0.500000;,
0.500000;0.000000;-0.500000;,
0.250000;0.500000;-0.250000;,
-0.400000;0.400000;0.200000;,
-0.333333;0.000000;0.666667;,
-0.666667;0.000000;-0.333333;,
-0.250000;0.250000;-0.500000;,
0.400000;0.200000;0.400000;,
0.500000;0.000000;0.500000;,
0.500000;0.000000;-0.500000;,
0.250000;0.500000;-0.250000;,
-0.400000;0.400000;0.200000;,
-0.333333;0.000000;0.666667;,
-0.666667;0.000000;-0.333333;,
-0.250000;0.250000;-0.500000;,
0.400000;0.200000;0.400000;,
0.250000;-0.500000;0.250000;,
0.400000;-0.200000;-0.400000;,
0.250000;0.500000;-0.250000;,
-0.400000;0.400000;0.200000;,
-0.250000;-0.250000;0.500000;,
-0.400000;-0.400000;-0.200000;,
-0.250000;0.250000;-0.500000;,
0.400000;0.200000;0.400000;,
0.500000;0.000000;0.500000;,
0.500000;0.000000;-0.500000;,
0.250000;0.500000;-0.250000;,
-0.400000;0.400000;0.200000;,
-0.333333;0.000000;0.666667;,
-0.666667;0.000000;-0.333333;,
-0.250000;0.250000;-0.500000;,
0.703991;0.703991;-0.093775;,
0.703991;0.234664;-0.031258;,
0.703991;0.703991;-0.093775;,
0.703991;-0.234664;0.031258;,
0.703991;-0.703991;0.093775;,
0.703991;-0.703991;0.093775;,
-0.703991;0.703991;-0.093775;,
-0.703991;0.234664;-0.031258;,
-0.703991;0.703991;-0.093775;,
-0.703991;-0.234664;0.031258;,
-0.703991;-0.703991;0.093775;,
-0.703991;-0.703991;0.093775;,
0.705929;0.705929;0.057700;,
0.705929;0.235310;0.019233;,
0.705929;0.705929;0.057700;,
0.705929;-0.235310;-0.019233;,
0.705929;-0.705929;-0.057700;,
0.705929;-0.705929;-0.057700;,
-0.705929;0.705929;0.057700;,
-0.705929;0.235310;0.019233;,
-0.705929;0.705929;0.057700;,
-0.705929;-0.235310;-0.019233;,
-0.705929;-0.705929;-0.057700;,
-0.705929;-0.705929;-0.057700;,
-0.682466;0.682466;0.261686;,
-0.682466;0.227489;0.087229;,
-0.682466;0.682466;0.261686;,
-0.682466;-0.227489;-0.087229;,
-0.682466;-0.682466;-0.261686;,
-0.682466;-0.682466;-0.261686;,
0.163266;-0.336734;0.152381;,
-0.673469;-0.224490;0.101587;,
0.163266;-0.336734;0.152381;,
0.163266;0.336734;-0.152381;,
-0.673469;0.224490;-0.101587;,
0.163266;0.336734;-0.152381;,
0.682466;0.682466;0.261686;,
0.682466;0.227489;0.087229;,
0.682466;0.682466;0.261686;,
0.682466;-0.227489;-0.087229;,
0.682466;-0.682466;-0.261686;,
0.682466;-0.682466;-0.261686;,
-0.163266;-0.336734;0.152381;,
-0.163266;0.336734;-0.152381;,
-0.163266;-0.336734;0.152381;,
-0.163266;0.336734;-0.152381;,
0.673469;0.224490;-0.101587;,
0.673469;-0.224490;0.101587;,
-0.972532;0.000000;-0.189392;,
-0.986266;0.000000;-0.094696;,
-0.958798;0.000000;-0.284088;,
-0.958798;0.000000;-0.284088;,
-0.958798;0.000000;0.284088;,
-0.958798;0.000000;0.284088;,
-0.972532;0.000000;0.189392;,
-0.986266;0.000000;0.094696;,
0.958798;0.000000;0.284088;,
0.986266;0.000000;0.094696;,
0.972532;0.000000;0.189392;,
0.958798;0.000000;0.284088;,
0.972532;0.000000;-0.189392;,
0.958798;0.000000;-0.284088;,
0.958798;0.000000;-0.284088;,
0.986266;0.000000;-0.094696;,
0.958798;0.000000;0.284088;,
0.986266;0.000000;0.094696;,
0.972532;0.000000;0.189392;,
0.958798;0.000000;0.284088;,
0.972532;0.000000;-0.189392;,
0.958798;0.000000;-0.284088;,
0.958798;0.000000;-0.284088;,
0.986266;0.000000;-0.094696;,
-0.972532;0.000000;-0.189392;,
-0.986266;0.000000;-0.094696;,
-0.958798;0.000000;-0.284088;,
-0.958798;0.000000;-0.284088;,
-0.958798;0.000000;0.284088;,
-0.958798;0.000000;0.284088;,
-0.972532;0.000000;0.189392;,
-0.986266;0.000000;0.094696;,
-0.972532;0.000000;-0.189392;,
-0.986266;0.000000;-0.094696;,
-0.958798;0.000000;-0.284088;,
-0.958798;0.000000;-0.284088;,
-0.958798;0.000000;0.284088;,
-0.958798;0.000000;0.284088;,
-0.972532;0.000000;0.189392;,
-0.986266;0.000000;0.094696;,
0.958798;0.000000;0.284088;,
0.986266;0.000000;0.094696;,
0.972532;0.000000;0.189392;,
0.958798;0.000000;0.284088;,
0.972532;0.000000;-0.189392;,
0.958798;0.000000;-0.284088;,
0.958798;0.000000;-0.284088;,
0.986266;0.000000;-0.094696;,
0.000000;-0.434299;-0.900769;,
0.000000;-0.434299;-0.900769;,
0.000000;-0.434299;-0.900769;,
0.000000;-0.434299;-0.900769;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-0.500000;-0.300000;0.400000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-0.500000;-0.300000;0.400000;,
0.000000;-0.988942;0.148304;,
0.000000;-0.988942;0.148304;,
0.000000;-0.988942;0.148304;,
0.000000;-0.988942;0.148304;,
0.333333;-0.400000;0.533333;,
0.666667;-0.200000;0.266667;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.000000;-0.988942;0.148304;,
0.000000;-0.988942;0.148304;,
0.000000;-0.988942;0.148304;,
0.000000;-0.988942;0.148304;,
0.500000;-0.300000;0.400000;,
-0.666667;-0.200000;0.266667;,
-0.333333;-0.400000;0.533333;,
0.500000;-0.300000;0.400000;,
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;,
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.333333;0.000000;0.666667;,
-0.666667;0.000000;0.333333;,
0.500000;0.000000;0.500000;,
0.500000;0.000000;0.500000;,
-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.990779;-0.135491;,
0.000000;0.996926;-0.045164;,
0.000000;0.993852;-0.090327;,
0.000000;0.990779;-0.135491;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;0.989142;-0.146962;,
0.000000;0.989142;-0.146962;,
0.000000;0.989142;-0.146962;,
0.000000;0.989142;-0.146962;,
0.892459;-0.446230;0.066299;,
0.892459;-0.446230;0.066299;,
0.892459;-0.446230;0.066299;,
0.892459;-0.446230;0.066299;,
-0.892459;-0.446230;0.066299;,
-0.892459;-0.446230;0.066299;,
-0.892459;-0.446230;0.066299;,
-0.892459;-0.446230;0.066299;,
0.000000;-0.989142;0.146962;,
0.000000;-0.989142;0.146962;,
0.000000;-0.989142;0.146962;,
0.000000;-0.989142;0.146962;;
176;
3;0,1,2;,
3;0,2,3;,
3;0,4,5;,
3;0,5,1;,
3;1,5,6;,
3;1,6,2;,
3;2,6,7;,
3;2,7,3;,
3;3,7,4;,
3;3,4,0;,
3;4,7,6;,
3;4,6,5;,
3;8,9,10;,
3;8,10,11;,
3;8,12,13;,
3;8,13,9;,
3;10,14,15;,
3;10,15,11;,
3;11,15,12;,
3;11,12,8;,
3;12,15,14;,
3;12,14,13;,
3;16,17,18;,
3;16,18,19;,
3;16,20,21;,
3;16,21,17;,
3;18,22,23;,
3;18,23,19;,
3;19,23,20;,
3;19,20,16;,
3;20,23,22;,
3;20,22,21;,
3;24,25,26;,
3;24,26,27;,
3;24,28,29;,
3;24,29,25;,
3;25,29,30;,
3;25,30,26;,
3;26,30,31;,
3;26,31,27;,
3;27,31,28;,
3;27,28,24;,
3;28,31,30;,
3;28,30,29;,
3;32,33,34;,
3;32,34,35;,
3;32,36,37;,
3;32,37,33;,
3;34,38,39;,
3;34,39,35;,
3;35,39,36;,
3;35,36,32;,
3;36,39,38;,
3;36,38,37;,
3;40,41,42;,
3;41,43,42;,
3;41,44,43;,
3;44,45,43;,
3;46,47,48;,
3;47,46,49;,
3;50,49,51;,
3;49,50,47;,
3;52,53,54;,
3;52,55,53;,
3;55,56,53;,
3;55,57,56;,
3;58,59,60;,
3;59,61,60;,
3;59,62,61;,
3;62,63,61;,
3;64,65,66;,
3;65,67,66;,
3;65,68,67;,
3;68,69,67;,
3;70,71,72;,
3;72,73,70;,
3;71,70,74;,
3;73,75,70;,
3;74,73,71;,
3;73,74,75;,
3;76,77,78;,
3;76,79,77;,
3;79,80,77;,
3;79,81,80;,
3;82,83,84;,
3;82,85,83;,
3;86,82,87;,
3;82,84,87;,
3;85,86,83;,
3;86,87,83;,
3;88,89,90;,
3;88,90,91;,
3;92,93,94;,
3;92,94,95;,
3;95,94,89;,
3;95,89,88;,
3;96,97,98;,
3;96,98,99;,
3;100,101,102;,
3;100,102,103;,
3;97,100,103;,
3;97,103,98;,
3;104,105,106;,
3;104,106,107;,
3;108,109,110;,
3;108,110,111;,
3;105,108,111;,
3;105,111,106;,
3;112,113,114;,
3;112,114,115;,
3;116,117,118;,
3;116,118,119;,
3;119,118,113;,
3;119,113,112;,
3;120,121,122;,
3;120,122,123;,
3;124,125,126;,
3;124,126,127;,
3;127,126,121;,
3;127,121,120;,
3;128,129,130;,
3;128,130,131;,
3;132,133,134;,
3;132,134,135;,
3;129,132,135;,
3;129,135,130;,
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,158;,
3;156,158,159;,
3;160,161,162;,
3;160,162,163;,
3;156,159,164;,
3;156,164,165;,
3;165,164,166;,
3;165,166,167;,
3;168,169,170;,
3;168,170,171;,
3;172,173,174;,
3;172,174,175;,
3;172,175,176;,
3;172,176,177;,
3;173,178,179;,
3;173,179,174;,
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,193;,
3;196,193,192;,
3;198,195,194;,
3;198,194,199;,
3;200,201,202;,
3;200,202,203;,
3;201,204,205;,
3;201,205,202;,
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;;
}
MeshMaterialList {
10;
176;
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,
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,
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,
4,
4,
4,
4,
5,
5,
6,
6,
6,
6,
6,
6,
7,
7,
7,
7,
8,
8,
8,
8,
8,
8,
9,
9;
Material {
0.367300;0.259913;0.265300;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA4_tex.png";
}
}
Material {
0.485700;0.338314;0.420200;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intG_tex.png";
}
}
Material {
0.197900;0.355000;0.217400;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA6_tex.png";
}
}
Material {
0.657100;0.187357;0.150200;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA5_tex.png";
}
}
Material {
0.579600;0.160146;0.132500;1.000000;;
39.100000;
0.500000;0.224058;0.167300;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genB5_tex.png";
}
}
Material {
0.685700;0.542629;0.072800;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA2_tex.png";
}
}
Material {
0.877600;0.602100;0.254300;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intD_tex.png";
}
}
Material {
0.636700;0.378009;0.206000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genB5_tex.png";
}
}
Material {
0.498000;0.338616;0.416600;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA1_tex.png";
}
}
Material {
0.261200;0.169734;0.188700;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA3_tex.png";
}
}
}
}
}
}