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

1336 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 {
207;
-0.883200;39.500000;3.169700;,
-0.883200;37.000000;3.169700;,
-0.750000;39.500000;2.500000;,
-0.750000;37.000000;2.500000;,
-1.262600;39.500000;3.737400;,
-1.262600;37.000000;3.737400;,
-1.830300;39.500000;4.116800;,
-1.830300;37.000000;4.116800;,
-2.500000;39.500000;4.250000;,
-2.500000;37.000000;4.250000;,
-3.169700;39.500000;4.116800;,
-3.169700;37.000000;4.116800;,
-3.737400;39.500000;3.737400;,
-3.737400;37.000000;3.737400;,
-4.116800;39.500000;3.169700;,
-4.116800;37.000000;3.169700;,
-4.250000;39.500000;2.500000;,
-4.250000;37.000000;2.500000;,
-4.116800;39.500000;1.830300;,
-4.116800;37.000000;1.830300;,
-3.737400;39.500000;1.262600;,
-3.737400;37.000000;1.262600;,
-3.169700;39.500000;0.883200;,
-3.169700;37.000000;0.883200;,
-2.500000;39.500000;0.750000;,
-2.500000;37.000000;0.750000;,
-1.830300;39.500000;0.883200;,
-1.830300;37.000000;0.883200;,
-1.262600;39.500000;1.262600;,
-1.262600;37.000000;1.262600;,
-0.883200;39.500000;1.830300;,
-0.883200;37.000000;1.830300;,
-0.883200;39.500000;1.830300;,
-1.262600;39.500000;1.262600;,
-1.830300;39.500000;0.883200;,
-2.500000;39.500000;0.750000;,
-3.169700;39.500000;0.883200;,
-3.737400;39.500000;1.262600;,
-4.116800;39.500000;1.830300;,
-4.250000;39.500000;2.500000;,
-4.116800;39.500000;3.169700;,
-3.737400;39.500000;3.737400;,
-3.169700;39.500000;4.116800;,
-2.500000;39.500000;4.250000;,
-1.830300;39.500000;4.116800;,
-1.262600;39.500000;3.737400;,
-0.883200;39.500000;3.169700;,
-0.750000;39.500000;2.500000;,
-2.195500;0.000000;-7.477400;,
-2.066100;0.000000;-6.994400;,
-2.066100;36.500000;-6.994400;,
-2.167800;36.805101;-7.377600;,
-0.125000;36.804099;-7.646900;,
-0.125000;0.000000;-7.750000;,
-0.125000;36.804099;-7.646900;,
-0.125000;36.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;36.500000;-6.994400;,
1.918900;36.803901;-7.377900;,
3.823500;36.803901;-6.589000;,
3.625000;36.500000;-6.245200;,
3.625000;0.000000;-6.245200;,
3.875000;0.000000;-6.678200;,
-1.549600;37.000000;-5.245800;,
-1.560300;37.493002;-5.333400;,
-0.085900;37.492000;-5.526800;,
-0.093800;37.000000;-5.437500;,
-0.085900;37.492000;-5.526800;,
-0.093800;37.000000;-5.437500;,
1.389000;37.493402;-5.330500;,
1.362100;37.000000;-5.245800;,
2.718800;37.000000;-4.683900;,
2.763600;37.491901;-4.761600;,
-6.620200;0.000000;-3.500000;,
-7.369400;0.000000;-1.691100;,
-7.369400;36.500000;-1.691100;,
-7.625000;36.500000;0.250000;,
-7.625000;0.000000;0.250000;,
-7.625000;36.500000;0.250000;,
-7.625000;0.000000;0.250000;,
-7.369400;36.500000;2.191100;,
-7.625000;0.000000;0.250000;,
-7.369400;0.000000;2.191100;,
-7.369400;36.500000;2.191100;,
-6.620200;36.500000;4.000000;,
-6.620200;0.000000;4.000000;,
-5.428300;36.500000;5.553300;,
-6.620200;0.000000;4.000000;,
-5.428300;0.000000;5.553300;,
-5.428300;36.500000;5.553300;,
-3.875000;36.500000;6.745200;,
-3.875000;0.000000;6.745200;,
-2.066100;36.500000;7.494400;,
-2.066100;0.000000;7.494400;,
-0.125000;36.500000;7.750000;,
-2.066100;0.000000;7.494400;,
-0.125000;0.000000;7.750000;,
-0.125000;36.500000;7.750000;,
1.816100;36.500000;7.494400;,
1.816100;0.000000;7.494400;,
3.625000;36.500000;6.745200;,
3.625000;0.000000;6.745200;,
5.178300;36.500000;5.553300;,
5.178300;0.000000;5.553300;,
6.370200;36.500000;4.000000;,
6.370200;0.000000;4.000000;,
7.119400;36.500000;2.191100;,
6.370200;0.000000;4.000000;,
7.119400;0.000000;2.191100;,
7.119400;36.500000;2.191100;,
7.375000;36.500000;0.250000;,
7.375000;36.500000;0.250000;,
7.375000;0.000000;0.250000;,
7.119400;36.500000;-1.691100;,
7.375000;0.000000;0.250000;,
-6.620200;36.500000;-3.500000;,
-5.428300;0.000000;-5.053300;,
-5.428300;36.500000;-5.053300;,
-3.875000;0.000000;-6.245200;,
7.119400;0.000000;-1.691100;,
6.370200;36.500000;-3.500000;,
6.370200;0.000000;-3.500000;,
5.178300;36.500000;-5.053300;,
-3.875000;36.500000;-6.245200;,
-2.066100;0.000000;-6.994400;,
-2.066100;36.500000;-6.994400;,
5.178300;0.000000;-5.053300;,
3.625000;0.000000;-6.245200;,
3.625000;36.500000;-6.245200;,
7.375000;36.500000;0.250000;,
7.119400;36.500000;-1.691100;,
5.531200;37.000000;0.187500;,
7.119400;36.500000;2.191100;,
5.339600;37.000000;1.643400;,
6.370200;36.500000;4.000000;,
4.777600;37.000000;3.000000;,
5.178300;36.500000;5.553300;,
3.883700;37.000000;4.165000;,
3.625000;36.500000;6.745200;,
2.718800;37.000000;5.058900;,
1.816100;36.500000;7.494400;,
1.362100;37.000000;5.620800;,
-0.125000;36.500000;7.750000;,
-0.093800;37.000000;5.812500;,
-2.066100;36.500000;7.494400;,
-1.549600;37.000000;5.620800;,
-3.875000;36.500000;6.745200;,
-2.906200;37.000000;5.058900;,
-5.428300;36.500000;5.553300;,
-4.071200;37.000000;4.165000;,
-5.428300;36.500000;5.553300;,
-4.071200;37.000000;4.165000;,
-6.620200;36.500000;4.000000;,
-4.965100;37.000000;3.000000;,
-7.369400;36.500000;2.191100;,
-5.527100;37.000000;1.643400;,
-7.625000;36.500000;0.250000;,
-5.718800;37.000000;0.187500;,
-7.369400;36.500000;-1.691100;,
-5.527100;37.000000;-1.268400;,
-6.620200;36.500000;-3.500000;,
-4.965100;37.000000;-2.625000;,
-5.428300;36.500000;-5.053300;,
-4.071200;37.000000;-3.790000;,
-3.875000;36.500000;-6.245200;,
6.370200;36.500000;-3.500000;,
5.178300;36.500000;-5.053300;,
4.777600;37.000000;-2.625000;,
5.339600;37.000000;-1.268400;,
-2.906200;37.000000;-4.683900;,
-1.549600;37.000000;-5.245800;,
3.883700;37.000000;-3.790000;,
2.718800;37.000000;-4.683900;,
3.625000;36.500000;-6.245200;,
5.339600;37.000000;-1.268400;,
4.777600;37.000000;-2.625000;,
3.883700;37.000000;-3.790000;,
2.718800;37.000000;-4.683900;,
1.362100;37.000000;-5.245800;,
-0.093800;37.000000;-5.437500;,
-1.549600;37.000000;-5.245800;,
-2.906200;37.000000;-4.683900;,
-4.071200;37.000000;-3.790000;,
-4.965100;37.000000;-2.625000;,
-5.527100;37.000000;-1.268400;,
-5.718800;37.000000;0.187500;,
-5.527100;37.000000;1.643400;,
-4.965100;37.000000;3.000000;,
-4.071200;37.000000;4.165000;,
-2.906200;37.000000;5.058900;,
-1.549600;37.000000;5.620800;,
-0.093800;37.000000;5.812500;,
1.362100;37.000000;5.620800;,
2.718800;37.000000;5.058900;,
3.883700;37.000000;4.165000;,
4.777600;37.000000;3.000000;,
1.816100;36.500000;-6.994400;,
1.816100;0.000000;-6.994400;,
-0.125000;0.000000;-7.250000;,
-0.125000;36.500000;-7.250000;,
5.339600;37.000000;1.643400;,
5.531200;37.000000;0.187500;,
-2.066100;36.500000;-6.994400;,
-3.875000;36.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;81,82,83;,
3;84,85,86;,
3;86,85,87;,
3;85,88,87;,
3;87,88,89;,
3;90,91,92;,
3;92,91,93;,
3;91,94,93;,
3;93,94,95;,
3;94,96,95;,
3;95,96,97;,
3;98,99,100;,
3;100,99,101;,
3;99,102,101;,
3;101,102,103;,
3;102,104,103;,
3;103,104,105;,
3;104,106,105;,
3;105,106,107;,
3;106,108,107;,
3;107,108,109;,
3;110,111,112;,
3;112,111,113;,
3;114,115,116;,
3;111,117,113;,
3;118,76,78;,
3;119,76,118;,
3;120,119,118;,
3;121,119,120;,
3;115,122,116;,
3;116,122,123;,
3;122,124,123;,
3;123,124,125;,
3;126,121,120;,
3;127,121,126;,
3;128,127,126;,
3;124,129,125;,
3;129,130,125;,
3;125,130,131;,
3;132,133,134;,
3;135,132,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;151,149,152;,
3;153,154,155;,
3;155,156,157;,
3;157,158,159;,
3;159,160,161;,
3;161,162,163;,
3;163,164,165;,
3;165,166,167;,
3;168,169,170;,
3;133,168,171;,
3;134,133,171;,
3;136,132,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;152,149,150;,
3;156,155,154;,
3;158,157,156;,
3;160,159,158;,
3;162,161,160;,
3;164,163,162;,
3;166,165,164;,
3;172,167,166;,
3;173,167,172;,
3;170,169,174;,
3;171,168,170;,
3;174,169,175;,
3;176,175,169;,
3;177,178,179;,
3;177,179,180;,
3;177,180,181;,
3;177,181,182;,
3;177,182,183;,
3;177,183,184;,
3;177,184,185;,
3;177,185,186;,
3;177,186,187;,
3;177,187,188;,
3;177,188,189;,
3;177,189,190;,
3;177,190,191;,
3;177,191,192;,
3;177,192,193;,
3;177,193,194;,
3;177,194,195;,
3;177,195,196;,
3;177,196,197;,
3;177,197,198;,
3;199,200,201;,
3;199,201,202;,
3;177,198,203;,
3;177,203,204;,
3;181,199,202;,
3;181,202,182;,
3;205,206,183;;
MeshTextureCoords {
207;
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.922610;0.000000;,
0.964112;0.000000;,
0.964112;1.050000;,
1.005202;1.050000;,
1.005202;0.000000;,
0.005202;1.050000;,
0.005202;0.000000;,
0.045983;1.050000;,
0.005202;0.000000;,
0.045983;0.000000;,
0.045983;1.050000;,
0.086490;1.050000;,
0.086490;0.000000;,
0.126801;1.050000;,
0.086490;0.000000;,
0.126801;0.000000;,
0.126801;1.050000;,
0.166999;1.050000;,
0.166999;0.000000;,
0.207178;1.050000;,
0.207178;0.000000;,
0.247426;1.050000;,
0.207178;0.000000;,
0.247426;0.000000;,
0.247426;1.050000;,
0.287833;1.050000;,
0.287833;0.000000;,
0.328480;1.050000;,
0.328480;0.000000;,
0.369437;1.050000;,
0.369437;0.000000;,
0.410759;1.050000;,
0.410759;0.000000;,
0.452480;1.050000;,
0.410759;0.000000;,
0.452480;0.000000;,
0.452480;1.050000;,
0.494607;1.050000;,
0.494607;1.050000;,
0.494607;0.000000;,
0.537119;1.050000;,
0.494607;0.000000;,
0.922610;1.050000;,
0.880703;0.000000;,
0.880703;1.050000;,
0.838395;0.000000;,
0.537119;0.000000;,
0.579963;1.050000;,
0.579963;0.000000;,
0.623059;1.050000;,
0.838395;1.050000;,
0.795723;0.000000;,
0.795723;1.050000;,
0.623059;0.000000;,
0.666302;0.000000;,
0.666302;1.050000;,
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.380696;0.385084;,
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 {
207;
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.548424;0.001399;-0.366884;,
-0.965936;0.000000;0.258783;,
-0.964403;0.008884;0.263831;,
-0.516428;0.326468;-0.133074;,
-0.100443;0.318733;-0.763523;,
-0.130532;0.002777;-0.991440;,
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.291622;0.001388;-0.591364;,
-0.965936;0.000000;-0.258783;,
-0.966396;0.002519;-0.257006;,
-0.379652;0.319900;-0.377774;,
0.580361;0.159565;-0.105820;,
0.865429;0.000769;0.501030;,
0.866018;-0.000000;0.500012;,
0.624345;0.001387;-0.211934;,
-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.399892;0.328393;0.319138;,
-0.770428;0.064474;0.134196;,
0.037390;0.118344;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.130551;,
-0.991442;0.000000;-0.130551;,
-0.991442;0.000000;0.130551;,
-0.991442;0.000000;0.130551;,
-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.701058;0.000000;0.701058;,
-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.967782;0.153281;,
-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;81,82,83;,
3;84,85,86;,
3;86,85,87;,
3;85,88,87;,
3;87,88,89;,
3;90,91,92;,
3;92,91,93;,
3;91,94,93;,
3;93,94,95;,
3;94,96,95;,
3;95,96,97;,
3;98,99,100;,
3;100,99,101;,
3;99,102,101;,
3;101,102,103;,
3;102,104,103;,
3;103,104,105;,
3;104,106,105;,
3;105,106,107;,
3;106,108,107;,
3;107,108,109;,
3;110,111,112;,
3;112,111,113;,
3;114,115,116;,
3;111,117,113;,
3;118,76,78;,
3;119,76,118;,
3;120,119,118;,
3;121,119,120;,
3;115,122,116;,
3;116,122,123;,
3;122,124,123;,
3;123,124,125;,
3;126,121,120;,
3;127,121,126;,
3;128,127,126;,
3;124,129,125;,
3;129,130,125;,
3;125,130,131;,
3;132,133,134;,
3;135,132,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;151,149,152;,
3;153,154,155;,
3;155,156,157;,
3;157,158,159;,
3;159,160,161;,
3;161,162,163;,
3;163,164,165;,
3;165,166,167;,
3;168,169,170;,
3;133,168,171;,
3;134,133,171;,
3;136,132,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;152,149,150;,
3;156,155,154;,
3;158,157,156;,
3;160,159,158;,
3;162,161,160;,
3;164,163,162;,
3;166,165,164;,
3;172,167,166;,
3;173,167,172;,
3;170,169,174;,
3;171,168,170;,
3;174,169,175;,
3;176,175,169;,
3;177,178,179;,
3;177,179,180;,
3;177,180,181;,
3;177,181,182;,
3;177,182,183;,
3;177,183,184;,
3;177,184,185;,
3;177,185,186;,
3;177,186,187;,
3;177,187,188;,
3;177,188,189;,
3;177,189,190;,
3;177,190,191;,
3;177,191,192;,
3;177,192,193;,
3;177,193,194;,
3;177,194,195;,
3;177,195,196;,
3;177,196,197;,
3;177,197,198;,
3;199,200,201;,
3;199,201,202;,
3;177,198,203;,
3;177,203,204;,
3;181,199,202;,
3;181,202,182;,
3;205,206,183;;
}
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";
}
}
}
}
}
}