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

1327 lines
30 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 {
204;
-0.883200;4.500000;3.169700;,
-0.883200;2.000000;3.169700;,
-0.750000;4.500000;2.500000;,
-0.750000;2.000000;2.500000;,
-1.262600;4.500000;3.737400;,
-1.262600;2.000000;3.737400;,
-1.830300;4.500000;4.116800;,
-1.830300;2.000000;4.116800;,
-2.500000;4.500000;4.250000;,
-2.500000;2.000000;4.250000;,
-3.169700;4.500000;4.116800;,
-3.169700;2.000000;4.116800;,
-3.737400;4.500000;3.737400;,
-3.737400;2.000000;3.737400;,
-4.116800;4.500000;3.169700;,
-4.116800;2.000000;3.169700;,
-4.250000;4.500000;2.500000;,
-4.250000;2.000000;2.500000;,
-4.116800;4.500000;1.830300;,
-4.116800;2.000000;1.830300;,
-3.737400;4.500000;1.262600;,
-3.737400;2.000000;1.262600;,
-3.169700;4.500000;0.883200;,
-3.169700;2.000000;0.883200;,
-2.500000;4.500000;0.750000;,
-2.500000;2.000000;0.750000;,
-1.830300;4.500000;0.883200;,
-1.830300;2.000000;0.883200;,
-1.262600;4.500000;1.262600;,
-1.262600;2.000000;1.262600;,
-0.883200;4.500000;1.830300;,
-0.883200;2.000000;1.830300;,
-0.883200;4.500000;1.830300;,
-1.262600;4.500000;1.262600;,
-1.830300;4.500000;0.883200;,
-2.500000;4.500000;0.750000;,
-3.169700;4.500000;0.883200;,
-3.737400;4.500000;1.262600;,
-4.116800;4.500000;1.830300;,
-4.250000;4.500000;2.500000;,
-4.116800;4.500000;3.169700;,
-3.737400;4.500000;3.737400;,
-3.169700;4.500000;4.116800;,
-2.500000;4.500000;4.250000;,
-1.830300;4.500000;4.116800;,
-1.262600;4.500000;3.737400;,
-0.883200;4.500000;3.169700;,
-0.750000;4.500000;2.500000;,
-2.195500;0.000000;-7.477400;,
-2.066100;0.000000;-6.994400;,
-2.066100;1.500000;-6.994400;,
-2.167800;1.805100;-7.377600;,
-0.125000;1.804100;-7.646900;,
-0.125000;0.000000;-7.750000;,
-0.125000;1.804100;-7.646900;,
-0.125000;1.500000;-7.250000;,
-0.125000;0.000000;-7.250000;,
-0.125000;0.000000;-7.750000;,
1.945500;0.000000;-7.477400;,
1.816100;0.000000;-6.994400;,
1.816100;1.500000;-6.994400;,
1.918900;1.803900;-7.377900;,
3.823500;1.803900;-6.589000;,
3.625000;1.500000;-6.245200;,
3.625000;0.000000;-6.245200;,
3.875000;0.000000;-6.678200;,
-1.549600;2.000000;-5.245800;,
-1.560300;2.493000;-5.333400;,
-0.085900;2.492000;-5.526800;,
-0.093800;2.000000;-5.437500;,
-0.085900;2.492000;-5.526800;,
-0.093800;2.000000;-5.437500;,
1.389000;2.493400;-5.330500;,
1.362100;2.000000;-5.245800;,
2.718800;2.000000;-4.683900;,
2.763600;2.491900;-4.761600;,
-6.620200;0.000000;-3.500000;,
-7.369400;0.000000;-1.691100;,
-7.369400;1.500000;-1.691100;,
-7.625000;1.500000;0.250000;,
-7.625000;0.000000;0.250000;,
-7.369400;1.500000;2.191100;,
-7.625000;0.000000;0.250000;,
-7.369400;0.000000;2.191100;,
-7.369400;1.500000;2.191100;,
-6.620200;1.500000;4.000000;,
-6.620200;0.000000;4.000000;,
-5.428300;1.500000;5.553300;,
-6.620200;0.000000;4.000000;,
-5.428300;0.000000;5.553300;,
-5.428300;1.500000;5.553300;,
-3.875000;1.500000;6.745200;,
-3.875000;0.000000;6.745200;,
-2.066100;1.500000;7.494400;,
-2.066100;0.000000;7.494400;,
-0.125000;1.500000;7.750000;,
-2.066100;0.000000;7.494400;,
-0.125000;0.000000;7.750000;,
-0.125000;1.500000;7.750000;,
1.816100;1.500000;7.494400;,
1.816100;0.000000;7.494400;,
3.625000;1.500000;6.745200;,
3.625000;0.000000;6.745200;,
5.178300;1.500000;5.553300;,
5.178300;0.000000;5.553300;,
6.370200;1.500000;4.000000;,
6.370200;0.000000;4.000000;,
7.119400;1.500000;2.191100;,
6.370200;0.000000;4.000000;,
7.119400;0.000000;2.191100;,
7.119400;1.500000;2.191100;,
7.375000;1.500000;0.250000;,
7.375000;1.500000;0.250000;,
7.375000;0.000000;0.250000;,
7.119400;1.500000;-1.691100;,
7.375000;0.000000;0.250000;,
-6.620200;1.500000;-3.500000;,
-5.428300;0.000000;-5.053300;,
-5.428300;1.500000;-5.053300;,
-3.875000;0.000000;-6.245200;,
7.119400;0.000000;-1.691100;,
6.370200;1.500000;-3.500000;,
6.370200;0.000000;-3.500000;,
5.178300;1.500000;-5.053300;,
-3.875000;1.500000;-6.245200;,
-2.066100;0.000000;-6.994400;,
-2.066100;1.500000;-6.994400;,
5.178300;0.000000;-5.053300;,
3.625000;0.000000;-6.245200;,
3.625000;1.500000;-6.245200;,
7.375000;1.500000;0.250000;,
7.119400;1.500000;-1.691100;,
5.531200;2.000000;0.187500;,
7.119400;1.500000;2.191100;,
5.339600;2.000000;1.643400;,
6.370200;1.500000;4.000000;,
4.777600;2.000000;3.000000;,
5.178300;1.500000;5.553300;,
3.883700;2.000000;4.165000;,
3.625000;1.500000;6.745200;,
2.718800;2.000000;5.058900;,
1.816100;1.500000;7.494400;,
1.362100;2.000000;5.620800;,
-0.125000;1.500000;7.750000;,
-0.093800;2.000000;5.812500;,
-2.066100;1.500000;7.494400;,
-1.549600;2.000000;5.620800;,
-3.875000;1.500000;6.745200;,
-2.906200;2.000000;5.058900;,
-5.428300;1.500000;5.553300;,
-4.071200;2.000000;4.165000;,
-4.071200;2.000000;4.165000;,
-6.620200;1.500000;4.000000;,
-4.965100;2.000000;3.000000;,
-7.369400;1.500000;2.191100;,
-5.527100;2.000000;1.643400;,
-7.625000;1.500000;0.250000;,
-5.718800;2.000000;0.187500;,
-7.369400;1.500000;-1.691100;,
-5.527100;2.000000;-1.268400;,
-6.620200;1.500000;-3.500000;,
-4.965100;2.000000;-2.625000;,
-5.428300;1.500000;-5.053300;,
-4.071200;2.000000;-3.790000;,
-3.875000;1.500000;-6.245200;,
6.370200;1.500000;-3.500000;,
5.178300;1.500000;-5.053300;,
4.777600;2.000000;-2.625000;,
5.339600;2.000000;-1.268400;,
-2.906200;2.000000;-4.683900;,
-1.549600;2.000000;-5.245800;,
3.883700;2.000000;-3.790000;,
2.718800;2.000000;-4.683900;,
3.625000;1.500000;-6.245200;,
5.339600;2.000000;-1.268400;,
4.777600;2.000000;-2.625000;,
3.883700;2.000000;-3.790000;,
2.718800;2.000000;-4.683900;,
1.362100;2.000000;-5.245800;,
-0.093800;2.000000;-5.437500;,
-1.549600;2.000000;-5.245800;,
-2.906200;2.000000;-4.683900;,
-4.071200;2.000000;-3.790000;,
-4.965100;2.000000;-2.625000;,
-5.527100;2.000000;-1.268400;,
-5.718800;2.000000;0.187500;,
-5.527100;2.000000;1.643400;,
-4.965100;2.000000;3.000000;,
-4.071200;2.000000;4.165000;,
-2.906200;2.000000;5.058900;,
-1.549600;2.000000;5.620800;,
-0.093800;2.000000;5.812500;,
1.362100;2.000000;5.620800;,
2.718800;2.000000;5.058900;,
3.883700;2.000000;4.165000;,
4.777600;2.000000;3.000000;,
1.816100;1.500000;-6.994400;,
1.816100;0.000000;-6.994400;,
-0.125000;0.000000;-7.250000;,
-0.125000;1.500000;-7.250000;,
5.339600;2.000000;1.643400;,
5.531200;2.000000;0.187500;,
-2.066100;1.500000;-6.994400;,
-3.875000;1.500000;-6.245200;;
184;
3;0,1,2;,
3;1,3,2;,
3;4,5,0;,
3;5,1,0;,
3;6,7,4;,
3;7,5,4;,
3;8,9,6;,
3;9,7,6;,
3;10,11,8;,
3;11,9,8;,
3;12,13,10;,
3;13,11,10;,
3;14,15,12;,
3;15,13,12;,
3;16,17,14;,
3;17,15,14;,
3;18,19,16;,
3;19,17,16;,
3;20,21,18;,
3;21,19,18;,
3;22,23,20;,
3;23,21,20;,
3;24,25,22;,
3;25,23,22;,
3;26,27,24;,
3;27,25,24;,
3;28,29,26;,
3;29,27,26;,
3;30,31,28;,
3;31,29,28;,
3;2,3,30;,
3;3,31,30;,
3;32,33,34;,
3;32,34,35;,
3;32,35,36;,
3;32,36,37;,
3;32,37,38;,
3;32,38,39;,
3;32,39,40;,
3;32,40,41;,
3;32,41,42;,
3;32,42,43;,
3;32,43,44;,
3;32,44,45;,
3;32,45,46;,
3;32,46,47;,
3;48,49,50;,
3;48,50,51;,
3;52,53,48;,
3;52,48,51;,
3;54,55,56;,
3;54,56,57;,
3;58,59,60;,
3;58,60,61;,
3;62,63,64;,
3;62,64,65;,
3;62,65,58;,
3;62,58,61;,
3;51,50,66;,
3;51,66,67;,
3;68,52,51;,
3;68,51,67;,
3;67,66,69;,
3;67,69,68;,
3;70,71,55;,
3;70,55,54;,
3;72,73,74;,
3;72,74,75;,
3;61,60,73;,
3;61,73,72;,
3;75,74,63;,
3;75,63,62;,
3;75,62,61;,
3;75,61,72;,
3;76,77,78;,
3;78,77,79;,
3;77,80,79;,
3;79,80,81;,
3;82,83,84;,
3;84,83,85;,
3;83,86,85;,
3;85,86,87;,
3;88,89,90;,
3;90,89,91;,
3;89,92,91;,
3;91,92,93;,
3;92,94,93;,
3;93,94,95;,
3;96,97,98;,
3;98,97,99;,
3;97,100,99;,
3;99,100,101;,
3;100,102,101;,
3;101,102,103;,
3;102,104,103;,
3;103,104,105;,
3;104,106,105;,
3;105,106,107;,
3;108,109,110;,
3;110,109,111;,
3;112,113,114;,
3;109,115,111;,
3;116,76,78;,
3;117,76,116;,
3;118,117,116;,
3;119,117,118;,
3;113,120,114;,
3;114,120,121;,
3;120,122,121;,
3;121,122,123;,
3;124,119,118;,
3;125,119,124;,
3;126,125,124;,
3;122,127,123;,
3;127,128,123;,
3;123,128,129;,
3;130,131,132;,
3;133,130,134;,
3;135,133,136;,
3;137,135,138;,
3;139,137,140;,
3;141,139,142;,
3;143,141,144;,
3;145,143,146;,
3;147,145,148;,
3;149,147,150;,
3;90,151,152;,
3;152,153,154;,
3;154,155,156;,
3;156,157,158;,
3;158,159,160;,
3;160,161,162;,
3;162,163,164;,
3;165,166,167;,
3;131,165,168;,
3;132,131,168;,
3;134,130,132;,
3;136,133,134;,
3;138,135,136;,
3;140,137,138;,
3;142,139,140;,
3;144,141,142;,
3;146,143,144;,
3;148,145,146;,
3;150,147,148;,
3;153,152,151;,
3;155,154,153;,
3;157,156,155;,
3;159,158,157;,
3;161,160,159;,
3;163,162,161;,
3;169,164,163;,
3;170,164,169;,
3;167,166,171;,
3;168,165,167;,
3;171,166,172;,
3;173,172,166;,
3;174,175,176;,
3;174,176,177;,
3;174,177,178;,
3;174,178,179;,
3;174,179,180;,
3;174,180,181;,
3;174,181,182;,
3;174,182,183;,
3;174,183,184;,
3;174,184,185;,
3;174,185,186;,
3;174,186,187;,
3;174,187,188;,
3;174,188,189;,
3;174,189,190;,
3;174,190,191;,
3;174,191,192;,
3;174,192,193;,
3;174,193,194;,
3;174,194,195;,
3;196,197,198;,
3;196,198,199;,
3;174,195,200;,
3;174,200,201;,
3;178,196,199;,
3;178,199,179;,
3;202,203,180;;
MeshTextureCoords {
204;
0.501086;0.682266;,
0.501086;0.682266;,
0.513216;0.725895;,
0.513216;0.725895;,
0.466542;0.645280;,
0.466542;0.645280;,
0.414842;0.620567;,
0.414842;0.620567;,
0.353858;0.611888;,
0.353858;0.611888;,
0.292874;0.620567;,
0.292874;0.620567;,
0.241175;0.645280;,
0.241175;0.645280;,
0.206631;0.682266;,
0.206631;0.682266;,
0.194501;0.725895;,
0.194501;0.725895;,
0.206631;0.769524;,
0.206631;0.769524;,
0.241175;0.806510;,
0.241175;0.806510;,
0.292874;0.831223;,
0.292874;0.831223;,
0.353858;0.839901;,
0.353858;0.839901;,
0.414842;0.831223;,
0.414842;0.831223;,
0.466542;0.806510;,
0.466542;0.806510;,
0.501086;0.769524;,
0.501086;0.769524;,
0.501086;0.769524;,
0.466542;0.806510;,
0.414842;0.831223;,
0.353858;0.839901;,
0.292874;0.831223;,
0.241175;0.806510;,
0.206631;0.769524;,
0.194501;0.725895;,
0.206631;0.682266;,
0.241175;0.645280;,
0.292874;0.620567;,
0.353858;0.611888;,
0.414842;0.620567;,
0.466542;0.645280;,
0.501086;0.682266;,
0.513216;0.725895;,
0.594404;0.830073;,
0.646113;0.759418;,
0.646113;0.759418;,
0.605397;0.815483;,
1.213633;0.882596;,
1.210909;0.898045;,
0.213633;0.882596;,
0.224085;0.823143;,
0.224085;0.823143;,
0.210909;0.898045;,
0.841780;0.884346;,
0.815527;0.810300;,
0.815527;0.810300;,
0.836377;0.869093;,
1.430870;0.775876;,
1.380130;0.721766;,
1.380130;0.721766;,
1.444030;0.789909;,
0.847783;0.504239;,
0.842250;0.517210;,
1.281263;0.565519;,
1.281263;0.552033;,
0.281263;0.565519;,
0.281263;0.552033;,
0.730707;0.555429;,
0.724846;0.542400;,
1.148300;0.476000;,
1.159760;0.488223;,
0.337899;0.710158;,
0.310996;0.645208;,
0.310996;0.645208;,
0.301820;0.575508;,
0.301820;0.575508;,
0.310996;0.505808;,
0.301820;0.575508;,
0.310996;0.505808;,
0.310996;0.505808;,
0.337899;0.440858;,
0.337899;0.440858;,
0.380696;0.385084;,
0.337899;0.440858;,
0.380696;0.385084;,
0.380696;0.385084;,
0.436470;0.342288;,
0.436470;0.342288;,
0.501420;0.315385;,
0.501420;0.315385;,
0.571120;0.306208;,
0.501420;0.315385;,
0.571120;0.306208;,
0.571120;0.306208;,
0.640819;0.315385;,
0.640819;0.315385;,
0.705769;0.342288;,
0.705769;0.342288;,
0.761543;0.385084;,
0.761543;0.385084;,
0.804340;0.440858;,
0.804340;0.440858;,
0.831243;0.505808;,
0.804340;0.440858;,
0.831243;0.505808;,
0.831243;0.505808;,
0.840419;0.575508;,
0.840419;0.575508;,
0.840419;0.575508;,
0.831243;0.645208;,
0.840419;0.575508;,
0.337899;0.710158;,
0.380696;0.765932;,
0.380696;0.765932;,
0.436470;0.808729;,
0.831243;0.645208;,
0.804340;0.710158;,
0.804340;0.710158;,
0.761543;0.765932;,
0.436470;0.808729;,
0.501420;0.835632;,
0.501420;0.835632;,
0.761543;0.765932;,
0.705769;0.808729;,
0.705769;0.808729;,
0.840419;0.575508;,
0.831243;0.645208;,
0.774216;0.577752;,
0.831243;0.505808;,
0.767334;0.525477;,
0.804340;0.440858;,
0.747157;0.476765;,
0.761543;0.385084;,
0.715060;0.434934;,
0.705769;0.342288;,
0.673229;0.402837;,
0.640819;0.315385;,
0.624517;0.382660;,
0.571120;0.306208;,
0.572242;0.375777;,
0.501420;0.315385;,
0.519967;0.382660;,
0.436470;0.342288;,
0.471254;0.402837;,
0.380696;0.385084;,
0.429424;0.434934;,
0.429424;0.434934;,
0.337899;0.440858;,
0.397326;0.476765;,
0.310996;0.505808;,
0.377149;0.525477;,
0.301820;0.575508;,
0.370267;0.577752;,
0.310996;0.645208;,
0.377149;0.630027;,
0.337899;0.710158;,
0.397326;0.678740;,
0.380696;0.765932;,
0.429424;0.720570;,
0.436470;0.808729;,
0.804340;0.710158;,
0.761543;0.765932;,
0.747157;0.678740;,
0.767334;0.630027;,
0.471254;0.752667;,
0.519967;0.772845;,
0.715060;0.720570;,
0.673229;0.752667;,
0.705769;0.808729;,
0.767334;0.630027;,
0.747157;0.678740;,
0.715060;0.720570;,
0.673229;0.752667;,
0.624517;0.772845;,
0.572242;0.779727;,
0.519967;0.772845;,
0.471254;0.752667;,
0.429424;0.720570;,
0.397326;0.678740;,
0.377149;0.630027;,
0.370267;0.577752;,
0.377149;0.525477;,
0.397326;0.476765;,
0.429424;0.434934;,
0.471254;0.402837;,
0.519967;0.382660;,
0.572242;0.375777;,
0.624517;0.382660;,
0.673229;0.402837;,
0.715060;0.434934;,
0.747157;0.476765;,
0.640819;0.835632;,
0.640819;0.835632;,
0.571120;0.844808;,
0.571120;0.844808;,
0.767334;0.525477;,
0.774216;0.577752;,
0.501420;0.835632;,
0.436470;0.808729;;
}
MeshNormals {
204;
0.881209;0.000000;0.435455;,
0.930999;0.000000;0.315265;,
0.980789;0.000000;0.065025;,
0.980789;0.000000;-0.065025;,
0.647570;0.000000;0.739495;,
0.739495;0.000000;0.647570;,
0.315265;0.000000;0.930999;,
0.435455;0.000000;0.881209;,
-0.065025;0.000000;0.980789;,
0.065025;0.000000;0.980788;,
-0.435455;0.000000;0.881209;,
-0.315265;0.000000;0.930999;,
-0.739495;0.000000;0.647570;,
-0.647570;0.000000;0.739495;,
-0.930999;0.000000;0.315265;,
-0.881209;0.000000;0.435455;,
-0.980789;0.000000;-0.065025;,
-0.980789;0.000000;0.065025;,
-0.881209;0.000000;-0.435455;,
-0.930999;0.000000;-0.315265;,
-0.647570;0.000000;-0.739495;,
-0.739495;0.000000;-0.647570;,
-0.315265;0.000000;-0.930999;,
-0.435455;0.000000;-0.881209;,
0.065025;0.000000;-0.980789;,
-0.065025;0.000000;-0.980789;,
0.435455;0.000000;-0.881209;,
0.315265;0.000000;-0.930999;,
0.739495;0.000000;-0.647570;,
0.647570;0.000000;-0.739495;,
0.930999;0.000000;-0.315265;,
0.881209;0.000000;-0.435455;,
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.548284;0.028479;-0.365981;,
-0.965936;0.000000;0.258783;,
-0.964364;0.009080;0.263978;,
-0.516369;0.335556;-0.132736;,
-0.100295;0.354643;-0.762465;,
-0.130324;0.056568;-0.989856;,
0.999924;-0.005635;-0.004318;,
0.999844;-0.011723;-0.008375;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
-0.291928;0.028267;-0.590621;,
-0.965936;0.000000;-0.258783;,
-0.966399;0.002530;-0.256997;,
-0.379755;0.328862;-0.377524;,
0.580157;0.177478;-0.105329;,
0.865429;0.000769;0.501030;,
0.866018;-0.000000;0.500012;,
0.624040;0.028259;-0.211198;,
-0.597655;0.077004;0.509376;,
-0.185956;0.332513;0.480018;,
0.016101;0.692098;0.120136;,
0.128338;0.175660;0.976049;,
0.999766;-0.017584;-0.012562;,
0.999759;-0.018262;-0.012172;,
-0.399891;0.328393;0.319138;,
-0.770428;0.064474;0.134195;,
0.037391;0.118345;0.773519;,
0.318818;0.416009;0.267066;,
-0.880378;0.000000;-0.458023;,
-0.968925;0.000000;-0.214585;,
-0.946409;0.000000;-0.298619;,
-0.991442;0.000000;-0.043517;,
-0.991442;0.000000;0.000000;,
-0.991442;0.000000;0.130551;,
-0.991442;0.000000;0.130551;,
-0.946409;0.000000;0.298619;,
-0.957667;0.000000;0.256602;,
-0.880378;0.000000;0.458023;,
-0.858622;0.000000;0.495709;,
-0.793351;0.000000;0.608765;,
-0.793351;0.000000;0.608765;,
-0.670294;0.000000;0.731822;,
-0.533958;0.322594;0.518465;,
-0.533394;0.000000;0.836864;,
-0.458023;0.000000;0.880378;,
-0.298619;0.000000;0.946409;,
-0.256602;0.000000;0.957667;,
-0.130551;0.000000;0.991442;,
-0.130551;0.000000;0.991442;,
0.043517;0.000000;0.991442;,
0.000000;0.000000;0.991442;,
0.214585;0.000000;0.968925;,
0.298619;0.000000;0.946409;,
0.458023;0.000000;0.880378;,
0.533394;0.000000;0.836864;,
0.670294;0.000000;0.731822;,
0.731822;0.000000;0.670294;,
0.836864;0.000000;0.533394;,
0.858622;0.000000;0.495709;,
0.923892;0.000000;0.382652;,
0.923892;0.000000;0.382652;,
0.968925;0.000000;0.214585;,
0.957667;0.000000;0.256602;,
0.991442;0.000000;0.130551;,
0.991442;0.000000;-0.130551;,
0.991442;0.000000;-0.130551;,
0.968925;0.000000;-0.214585;,
0.991442;0.000000;0.130551;,
-0.836864;0.000000;-0.533394;,
-0.731822;0.000000;-0.670294;,
-0.670294;0.000000;-0.731822;,
-0.533394;0.000000;-0.836864;,
0.946409;0.000000;-0.298619;,
0.880378;0.000000;-0.458023;,
0.836864;0.000000;-0.533394;,
0.701058;0.000000;-0.701058;,
-0.458023;0.000000;-0.880378;,
-0.382652;0.000000;-0.923892;,
-0.382652;0.000000;-0.923892;,
0.701058;0.000000;-0.701058;,
0.608765;0.000000;-0.793351;,
0.608765;0.000000;-0.793351;,
0.261218;0.964666;0.011332;,
0.257281;0.964094;-0.057083;,
0.261944;0.964466;-0.011625;,
0.247212;0.965291;0.077866;,
0.253854;0.965078;0.056082;,
0.216654;0.965929;0.137924;,
0.228611;0.965716;0.118787;,
0.172055;0.966531;0.187657;,
0.188378;0.966336;0.172362;,
0.116681;0.967062;0.224037;,
0.136207;0.966894;0.213493;,
0.054352;0.967492;0.245020;,
0.075754;0.967361;0.239800;,
-0.010897;0.967797;0.249578;,
0.011027;0.967710;0.249910;,
-0.074960;0.967961;0.237650;,
-0.053891;0.967922;0.243449;,
-0.133907;0.967977;0.210082;,
-0.114968;0.967989;0.220967;,
-0.152852;0.967965;0.199198;,
-0.152848;0.967966;0.199198;,
-0.199758;0.967783;0.153277;,
-0.211094;0.967675;0.134458;,
-0.222434;0.967566;0.115647;,
-0.240034;0.967308;0.075641;,
-0.246298;0.967158;0.054453;,
-0.253241;0.966828;0.010995;,
-0.253923;0.966646;-0.011265;,
-0.249531;0.966259;-0.055399;,
-0.244449;0.966056;-0.077277;,
-0.228726;0.965639;-0.119160;,
-0.218080;0.965426;-0.139168;,
-0.191820;0.965002;-0.175871;,
-0.176198;0.964793;-0.192570;,
-0.140959;0.964396;-0.221379;,
0.235243;0.963625;-0.122485;,
0.188256;0.963257;-0.188326;,
0.223999;0.963498;-0.142872;,
0.251885;0.963923;-0.079590;,
-0.131149;0.964302;-0.227435;,
-0.101727;0.964019;-0.245601;,
0.188258;0.963257;-0.188324;,
0.163750;0.963145;-0.213397;,
0.163749;0.963144;-0.213400;,
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.017534;0.981622;-0.133164;,
0.011689;0.987748;-0.088775;,
-0.033908;0.988006;-0.081869;,
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.098724;0.321081;-0.749737;,
0.130551;0.000000;-0.991442;,
0.130551;0.000000;-0.991442;,
0.066896;0.642163;-0.508032;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
-0.101724;0.964017;-0.245607;,
-0.101724;0.964017;-0.245607;;
184;
3;0,1,2;,
3;1,3,2;,
3;4,5,0;,
3;5,1,0;,
3;6,7,4;,
3;7,5,4;,
3;8,9,6;,
3;9,7,6;,
3;10,11,8;,
3;11,9,8;,
3;12,13,10;,
3;13,11,10;,
3;14,15,12;,
3;15,13,12;,
3;16,17,14;,
3;17,15,14;,
3;18,19,16;,
3;19,17,16;,
3;20,21,18;,
3;21,19,18;,
3;22,23,20;,
3;23,21,20;,
3;24,25,22;,
3;25,23,22;,
3;26,27,24;,
3;27,25,24;,
3;28,29,26;,
3;29,27,26;,
3;30,31,28;,
3;31,29,28;,
3;2,3,30;,
3;3,31,30;,
3;32,33,34;,
3;32,34,35;,
3;32,35,36;,
3;32,36,37;,
3;32,37,38;,
3;32,38,39;,
3;32,39,40;,
3;32,40,41;,
3;32,41,42;,
3;32,42,43;,
3;32,43,44;,
3;32,44,45;,
3;32,45,46;,
3;32,46,47;,
3;48,49,50;,
3;48,50,51;,
3;52,53,48;,
3;52,48,51;,
3;54,55,56;,
3;54,56,57;,
3;58,59,60;,
3;58,60,61;,
3;62,63,64;,
3;62,64,65;,
3;62,65,58;,
3;62,58,61;,
3;51,50,66;,
3;51,66,67;,
3;68,52,51;,
3;68,51,67;,
3;67,66,69;,
3;67,69,68;,
3;70,71,55;,
3;70,55,54;,
3;72,73,74;,
3;72,74,75;,
3;61,60,73;,
3;61,73,72;,
3;75,74,63;,
3;75,63,62;,
3;75,62,61;,
3;75,61,72;,
3;76,77,78;,
3;78,77,79;,
3;77,80,79;,
3;79,80,81;,
3;82,83,84;,
3;84,83,85;,
3;83,86,85;,
3;85,86,87;,
3;88,89,90;,
3;90,89,91;,
3;89,92,91;,
3;91,92,93;,
3;92,94,93;,
3;93,94,95;,
3;96,97,98;,
3;98,97,99;,
3;97,100,99;,
3;99,100,101;,
3;100,102,101;,
3;101,102,103;,
3;102,104,103;,
3;103,104,105;,
3;104,106,105;,
3;105,106,107;,
3;108,109,110;,
3;110,109,111;,
3;112,113,114;,
3;109,115,111;,
3;116,76,78;,
3;117,76,116;,
3;118,117,116;,
3;119,117,118;,
3;113,120,114;,
3;114,120,121;,
3;120,122,121;,
3;121,122,123;,
3;124,119,118;,
3;125,119,124;,
3;126,125,124;,
3;122,127,123;,
3;127,128,123;,
3;123,128,129;,
3;130,131,132;,
3;133,130,134;,
3;135,133,136;,
3;137,135,138;,
3;139,137,140;,
3;141,139,142;,
3;143,141,144;,
3;145,143,146;,
3;147,145,148;,
3;149,147,150;,
3;90,151,152;,
3;152,153,154;,
3;154,155,156;,
3;156,157,158;,
3;158,159,160;,
3;160,161,162;,
3;162,163,164;,
3;165,166,167;,
3;131,165,168;,
3;132,131,168;,
3;134,130,132;,
3;136,133,134;,
3;138,135,136;,
3;140,137,138;,
3;142,139,140;,
3;144,141,142;,
3;146,143,144;,
3;148,145,146;,
3;150,147,148;,
3;153,152,151;,
3;155,154,153;,
3;157,156,155;,
3;159,158,157;,
3;161,160,159;,
3;163,162,161;,
3;169,164,163;,
3;170,164,169;,
3;167,166,171;,
3;168,165,167;,
3;171,166,172;,
3;173,172,166;,
3;174,175,176;,
3;174,176,177;,
3;174,177,178;,
3;174,178,179;,
3;174,179,180;,
3;174,180,181;,
3;174,181,182;,
3;174,182,183;,
3;174,183,184;,
3;174,184,185;,
3;174,185,186;,
3;174,186,187;,
3;174,187,188;,
3;174,188,189;,
3;174,189,190;,
3;174,190,191;,
3;174,191,192;,
3;174,192,193;,
3;174,193,194;,
3;174,194,195;,
3;196,197,198;,
3;196,198,199;,
3;174,195,200;,
3;174,200,201;,
3;178,196,199;,
3;178,199,179;,
3;202,203,180;;
}
MeshMaterialList {
3;
184;
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,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2;
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";
}
}
Material {
0.440800;0.126350;0.120600;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA4_tex.png";
}
}
Material {
0.918400;0.731145;0.678500;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intC_tex.png";
}
}
}
}
}
}