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

1183 lines
28 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 {
200;
4.242600;35.500000;4.500000;,
1.000000;32.257402;4.500000;,
1.000000;22.742600;4.500000;,
4.242600;19.500000;4.500000;,
25.000000;19.500000;4.500000;,
25.000000;35.500000;4.500000;,
4.242600;35.500000;-4.500000;,
25.000000;35.500000;-4.500000;,
25.000000;19.500000;-4.500000;,
4.242600;19.500000;-4.500000;,
1.000000;22.742600;-4.500000;,
1.000000;32.257402;-4.500000;,
25.000000;38.500000;1.500000;,
3.000000;38.500000;1.500000;,
3.000000;16.500000;1.500000;,
25.000000;16.500000;1.500000;,
-2.000000;21.500000;1.500000;,
-2.000000;33.500000;1.500000;,
3.000000;38.500000;-1.500000;,
-2.000000;33.500000;-1.500000;,
-2.000000;21.500000;-1.500000;,
3.000000;16.500000;-1.500000;,
25.000000;16.500000;-1.500000;,
25.000000;38.500000;-1.500000;,
8.750000;46.500000;-1.500000;,
8.750000;41.500000;-1.500000;,
5.750000;41.500000;-4.500000;,
5.750000;46.500000;-4.500000;,
3.000000;41.500000;-4.500000;,
3.000000;46.500000;-4.500000;,
5.750000;46.500000;4.500000;,
3.000000;46.500000;4.500000;,
3.000000;41.500000;4.500000;,
5.750000;41.500000;4.500000;,
8.750000;46.500000;1.500000;,
8.750000;41.500000;1.500000;,
8.750000;12.500000;-1.500000;,
8.750000;7.500000;-1.500000;,
5.750000;7.500000;-4.500000;,
5.750000;12.500000;-4.500000;,
3.000000;7.500000;-4.500000;,
3.000000;12.500000;-4.500000;,
5.750000;12.500000;4.500000;,
3.000000;12.500000;4.500000;,
3.000000;7.500000;4.500000;,
5.750000;7.500000;4.500000;,
8.750000;12.500000;1.500000;,
8.750000;7.500000;1.500000;,
-2.000000;18.500000;1.500000;,
-2.000000;36.500000;1.500000;,
-7.000000;31.500000;1.500000;,
-7.000000;23.500000;1.500000;,
-2.000000;18.500000;-1.500000;,
-7.000000;23.500000;-1.500000;,
-7.000000;31.500000;-1.500000;,
-2.000000;36.500000;-1.500000;,
-2.000000;3.500000;1.500000;,
25.000000;3.500000;1.500000;,
25.000000;54.500000;1.500000;,
-2.000000;54.500000;1.500000;,
-2.000000;3.500000;-1.500000;,
-2.000000;54.500000;-1.500000;,
25.000000;54.500000;-1.500000;,
25.000000;3.500000;-1.500000;,
-2.000000;33.500000;1.500000;,
-2.000000;21.500000;1.500000;,
1.000000;22.742600;4.500000;,
1.000000;32.257402;4.500000;,
-2.000000;33.500000;-1.500000;,
1.000000;32.257402;-4.500000;,
1.000000;22.742600;-4.500000;,
-2.000000;21.500000;-1.500000;,
-3.000000;17.500000;0.500000;,
-2.000000;18.500000;0.500000;,
-6.000000;22.500000;0.500000;,
-7.000000;21.500000;0.500000;,
-3.000000;17.500000;-0.500000;,
-2.000000;18.500000;-0.500000;,
-6.000000;22.500000;-0.500000;,
-7.000000;21.500000;-0.500000;,
-3.000000;37.500000;0.500000;,
-7.000000;33.500000;0.500000;,
-6.000000;32.500000;0.500000;,
-2.000000;36.500000;0.500000;,
-3.000000;37.500000;-0.500000;,
-7.000000;33.500000;-0.500000;,
-6.000000;32.500000;-0.500000;,
-2.000000;36.500000;-0.500000;,
-5.000000;48.500000;0.500000;,
-5.000000;40.500000;0.500000;,
-2.000000;38.500000;1.500000;,
-2.000000;50.500000;1.500000;,
-5.000000;48.500000;-0.500000;,
-5.000000;40.500000;-0.500000;,
-2.000000;38.500000;-1.500000;,
-2.000000;50.500000;-1.500000;,
-5.000000;14.500000;0.500000;,
-5.000000;6.500000;0.500000;,
-2.000000;4.500000;1.500000;,
-2.000000;16.500000;1.500000;,
-5.000000;14.500000;-0.500000;,
-5.000000;6.500000;-0.500000;,
-2.000000;4.500000;-1.500000;,
-2.000000;16.500000;1.500000;,
-2.000000;16.500000;-1.500000;,
-5.000000;14.500000;-0.500000;,
-5.000000;14.500000;0.500000;,
-2.000000;16.500000;-1.500000;,
3.000000;46.500000;-1.500000;,
8.750000;46.500000;-1.500000;,
5.750000;46.500000;-4.500000;,
3.000000;46.500000;-4.500000;,
3.000000;46.500000;-4.500000;,
3.000000;41.500000;-4.500000;,
3.000000;41.500000;-1.500000;,
3.000000;46.500000;-1.500000;,
3.000000;41.500000;-1.500000;,
3.000000;41.500000;-4.500000;,
5.750000;41.500000;-4.500000;,
8.750000;41.500000;-1.500000;,
3.000000;46.500000;1.500000;,
3.000000;46.500000;4.500000;,
5.750000;46.500000;4.500000;,
8.750000;46.500000;1.500000;,
3.000000;46.500000;4.500000;,
3.000000;46.500000;1.500000;,
3.000000;41.500000;1.500000;,
3.000000;41.500000;4.500000;,
3.000000;41.500000;1.500000;,
8.750000;41.500000;1.500000;,
5.750000;41.500000;4.500000;,
3.000000;41.500000;4.500000;,
3.000000;12.500000;-1.500000;,
8.750000;12.500000;-1.500000;,
5.750000;12.500000;-4.500000;,
3.000000;12.500000;-4.500000;,
3.000000;12.500000;-4.500000;,
3.000000;7.500000;-4.500000;,
3.000000;7.500000;-1.500000;,
3.000000;12.500000;-1.500000;,
3.000000;7.500000;-1.500000;,
3.000000;7.500000;-4.500000;,
5.750000;7.500000;-4.500000;,
8.750000;7.500000;-1.500000;,
3.000000;12.500000;1.500000;,
3.000000;12.500000;4.500000;,
5.750000;12.500000;4.500000;,
8.750000;12.500000;1.500000;,
3.000000;12.500000;4.500000;,
3.000000;12.500000;1.500000;,
3.000000;7.500000;1.500000;,
3.000000;7.500000;4.500000;,
3.000000;7.500000;1.500000;,
8.750000;7.500000;1.500000;,
5.750000;7.500000;4.500000;,
3.000000;7.500000;4.500000;,
-3.050000;30.500000;1.545700;,
-6.050000;28.500000;1.545700;,
-6.050000;26.500000;1.545700;,
-3.050000;24.500000;1.545700;,
-3.050000;30.500000;-1.545700;,
-3.050000;24.500000;-1.545700;,
-6.050000;26.500000;-1.545700;,
-6.050000;28.500000;-1.545700;,
-2.000000;36.500000;1.500000;,
-2.000000;36.500000;-1.500000;,
-7.000000;31.500000;-1.500000;,
-7.000000;31.500000;1.500000;,
-7.000000;31.500000;1.500000;,
-7.000000;31.500000;-1.500000;,
-7.000000;23.500000;-1.500000;,
-7.000000;23.500000;1.500000;,
-7.000000;23.500000;1.500000;,
-7.000000;23.500000;-1.500000;,
-2.000000;18.500000;-1.500000;,
-2.000000;18.500000;1.500000;,
-2.000000;54.500000;1.500000;,
-2.000000;54.500000;-1.500000;,
-2.000000;3.500000;-1.500000;,
-2.000000;3.500000;1.500000;,
8.000000;42.250000;1.625000;,
20.000000;42.250000;1.625000;,
20.000000;43.500000;1.625000;,
17.750000;45.750000;1.625000;,
8.000000;45.750000;1.625000;,
8.000000;42.250000;-1.611200;,
8.000000;45.750000;-1.611200;,
17.750000;45.750000;-1.611200;,
20.000000;43.500000;-1.611200;,
20.000000;42.250000;-1.611200;,
8.000000;8.250000;1.625000;,
17.750000;8.250000;1.625000;,
20.000000;10.500000;1.625000;,
20.000000;11.750000;1.625000;,
8.000000;11.750000;1.625000;,
8.000000;8.250000;-1.611200;,
8.000000;11.750000;-1.611200;,
20.000000;11.750000;-1.611200;,
20.000000;10.500000;-1.611200;,
17.750000;8.250000;-1.611200;;
140;
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;6,9,10;,
3;6,10,11;,
3;12,13,0;,
3;12,0,5;,
3;14,15,4;,
3;14,4,3;,
3;16,14,3;,
3;16,3,2;,
3;13,17,1;,
3;13,1,0;,
3;18,6,11;,
3;18,11,19;,
3;20,10,9;,
3;20,9,21;,
3;21,9,8;,
3;21,8,22;,
3;23,7,6;,
3;23,6,18;,
3;24,25,26;,
3;24,26,27;,
3;27,26,28;,
3;27,28,29;,
3;30,31,32;,
3;30,32,33;,
3;34,30,33;,
3;34,33,35;,
3;36,37,38;,
3;36,38,39;,
3;39,38,40;,
3;39,40,41;,
3;42,43,44;,
3;42,44,45;,
3;46,42,45;,
3;46,45,47;,
3;48,49,50;,
3;48,50,51;,
3;52,53,54;,
3;52,54,55;,
3;56,57,58;,
3;56,58,59;,
3;60,61,62;,
3;60,62,63;,
3;64,65,66;,
3;64,66,67;,
3;68,69,70;,
3;68,70,71;,
3;72,73,74;,
3;72,74,75;,
3;73,72,76;,
3;73,76,77;,
3;75,74,78;,
3;75,78,79;,
3;72,75,79;,
3;72,79,76;,
3;76,79,78;,
3;76,78,77;,
3;80,81,82;,
3;80,82,83;,
3;80,84,85;,
3;80,85,81;,
3;81,85,86;,
3;81,86,82;,
3;83,87,84;,
3;83,84,80;,
3;84,87,86;,
3;84,86,85;,
3;88,89,90;,
3;88,90,91;,
3;88,92,93;,
3;88,93,89;,
3;89,93,94;,
3;89,94,90;,
3;91,95,92;,
3;91,92,88;,
3;92,95,94;,
3;92,94,93;,
3;96,97,98;,
3;96,98,99;,
3;96,100,101;,
3;96,101,97;,
3;97,101,102;,
3;97,102,98;,
3;103,104,105;,
3;103,105,106;,
3;100,107,102;,
3;100,102,101;,
3;108,109,110;,
3;108,110,111;,
3;112,113,114;,
3;112,114,115;,
3;116,117,118;,
3;116,118,119;,
3;120,121,122;,
3;120,122,123;,
3;124,125,126;,
3;124,126,127;,
3;128,129,130;,
3;128,130,131;,
3;132,133,134;,
3;132,134,135;,
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;164,165,166;,
3;164,166,167;,
3;168,169,170;,
3;168,170,171;,
3;172,173,174;,
3;172,174,175;,
3;176,177,178;,
3;176,178,179;,
3;180,181,182;,
3;180,182,183;,
3;180,183,184;,
3;185,186,187;,
3;185,187,188;,
3;185,188,189;,
3;190,191,192;,
3;190,192,193;,
3;190,193,194;,
3;195,196,197;,
3;195,197,198;,
3;195,198,199;;
MeshTextureCoords {
200;
0.293956;0.628014;,
0.210085;0.564557;,
0.210085;0.378359;,
0.293956;0.314902;,
0.830849;0.314902;,
0.830849;0.628014;,
0.293956;0.628014;,
0.830849;0.628014;,
0.830849;0.314902;,
0.293956;0.314902;,
0.210085;0.378359;,
0.210085;0.564557;,
0.830849;0.686722;,
0.261815;0.686722;,
0.261815;0.256194;,
0.830849;0.256194;,
0.132489;0.354041;,
0.132489;0.588875;,
0.261815;0.686722;,
0.132489;0.588875;,
0.132489;0.354041;,
0.261815;0.256194;,
0.830849;0.256194;,
0.830849;0.686722;,
0.410540;0.843278;,
0.410540;0.745431;,
0.332944;0.745431;,
0.332944;0.843278;,
0.261815;0.745431;,
0.261815;0.843278;,
0.332944;0.843278;,
0.261815;0.843278;,
0.261815;0.745431;,
0.332944;0.745431;,
0.410540;0.843278;,
0.410540;0.745431;,
0.410540;0.177916;,
0.410540;0.080068;,
0.332944;0.080068;,
0.332944;0.177916;,
0.261815;0.080068;,
0.261815;0.177916;,
0.332944;0.177916;,
0.261815;0.177916;,
0.261815;0.080068;,
0.332944;0.080068;,
0.410540;0.177916;,
0.410540;0.080068;,
0.132489;0.295333;,
0.132489;0.647583;,
0.003163;0.549736;,
0.003163;0.393180;,
0.132489;0.295333;,
0.003163;0.393180;,
0.003163;0.549736;,
0.132489;0.647583;,
0.132489;0.001791;,
0.830849;0.001791;,
0.830849;0.999834;,
0.132489;0.999834;,
0.132489;0.001791;,
0.132489;0.999834;,
0.830849;0.999834;,
0.830849;0.001791;,
0.721798;0.589462;,
0.721798;0.298200;,
0.795829;0.328361;,
0.795829;0.559301;,
0.721798;0.589462;,
0.795829;0.559301;,
0.795829;0.328361;,
0.721798;0.298200;,
0.563164;0.305304;,
0.582996;0.324873;,
0.503668;0.403151;,
0.483836;0.383581;,
0.563164;0.305304;,
0.582996;0.324873;,
0.503668;0.403151;,
0.483836;0.383581;,
0.563164;0.696693;,
0.483836;0.618415;,
0.503668;0.598846;,
0.582996;0.677123;,
0.563164;0.696693;,
0.483836;0.618415;,
0.503668;0.598846;,
0.582996;0.677123;,
0.429876;1.008990;,
0.429876;0.814818;,
0.503906;0.766274;,
0.503906;1.057540;,
0.429876;1.008990;,
0.429876;0.814818;,
0.503906;0.766274;,
0.503906;1.057540;,
0.429876;1.183749;,
0.429876;0.989574;,
0.503906;0.941030;,
0.503906;1.232293;,
0.429876;1.183749;,
0.429876;0.989574;,
0.503906;0.941030;,
0.503906;0.232293;,
0.503906;0.232293;,
0.429876;0.183749;,
0.429876;0.183749;,
0.503906;1.232293;,
0.711554;0.446748;,
0.846455;0.446748;,
0.776072;0.446748;,
0.711554;0.446748;,
0.317374;0.843278;,
0.317374;0.745431;,
0.317374;0.745431;,
0.317374;0.843278;,
0.711554;0.331275;,
0.711554;0.331275;,
0.776072;0.331275;,
0.846455;0.331275;,
0.711554;0.446748;,
0.711554;0.446748;,
0.776072;0.446748;,
0.846455;0.446748;,
0.317374;0.843278;,
0.317374;0.843278;,
0.317374;0.745431;,
0.317374;0.745431;,
0.711554;0.331275;,
0.846455;0.331275;,
0.776072;0.331275;,
0.711554;0.331275;,
0.711554;0.661529;,
0.846455;0.661529;,
0.776072;0.661529;,
0.711554;0.661529;,
0.317374;0.177916;,
0.317374;0.080068;,
0.317374;0.080068;,
0.317374;0.177916;,
0.711554;0.546056;,
0.711554;0.546056;,
0.776072;0.546056;,
0.846455;0.546056;,
0.711554;0.661529;,
0.711554;0.661529;,
0.776072;0.661529;,
0.846455;0.661529;,
0.317374;0.177916;,
0.317374;0.177916;,
0.317374;0.080068;,
0.317374;0.080068;,
0.711554;0.546056;,
0.846455;0.546056;,
0.776072;0.546056;,
0.711554;0.546056;,
0.558846;0.141765;,
0.499350;0.102626;,
0.499350;0.063487;,
0.558846;0.024348;,
0.558846;0.141765;,
0.558846;0.024348;,
0.499350;0.063487;,
0.499350;0.102626;,
0.582996;0.677123;,
0.582996;0.677123;,
0.483836;0.579276;,
0.483836;0.579276;,
0.119055;0.549736;,
0.119055;0.549736;,
0.119055;0.393180;,
0.119055;0.393180;,
0.483836;0.422720;,
0.483836;0.422720;,
0.582996;0.324873;,
0.582996;0.324873;,
0.218214;0.999834;,
0.218214;0.999834;,
0.218214;0.001791;,
0.218214;0.001791;,
0.864951;1.006739;,
0.864951;0.518934;,
0.917200;0.518934;,
1.011250;0.610398;,
1.011250;1.006739;,
0.864951;1.006739;,
1.011250;1.006739;,
1.011250;0.610398;,
0.917200;0.518934;,
0.864951;0.518934;,
0.859311;0.553929;,
0.859311;0.157587;,
0.953359;0.066124;,
1.005608;0.066124;,
1.005608;0.553929;,
0.859311;0.553929;,
1.005608;0.553929;,
1.005608;0.066124;,
0.953359;0.066124;,
0.859311;0.157587;;
}
MeshNormals {
200;
-0.071429;0.273459;0.874474;,
-0.333335;0.333335;0.804736;,
-0.166667;-0.166667;0.902368;,
-0.200001;-0.341422;0.824263;,
0.000000;-0.353553;0.853553;,
0.000000;0.353553;0.853553;,
-0.071429;0.273459;-0.874474;,
0.000000;0.353553;-0.853553;,
0.000000;-0.353553;-0.853553;,
-0.200001;-0.341422;-0.824263;,
-0.166667;-0.166667;-0.902368;,
-0.333335;0.333335;-0.804736;,
0.000000;0.707107;0.707107;,
-0.333335;0.569037;0.707104;,
-0.166667;-0.638072;0.707106;,
0.000000;-0.707107;0.707107;,
-0.500002;-0.500002;0.707103;,
-0.500002;0.500002;0.707103;,
-0.333335;0.569037;-0.707104;,
-0.500002;0.500002;-0.707103;,
-0.500002;-0.500002;-0.707103;,
-0.166667;-0.638072;-0.707106;,
0.000000;-0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.707107;0.000000;-0.707107;,
0.707107;0.000000;-0.707107;,
0.471404;0.000000;-0.804738;,
0.235702;0.000000;-0.902369;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.235702;0.000000;0.902369;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.471404;0.000000;0.804738;,
0.707107;0.000000;0.707107;,
0.707107;0.000000;0.707107;,
0.707107;0.000000;-0.707107;,
0.707107;0.000000;-0.707107;,
0.471404;0.000000;-0.804738;,
0.235702;0.000000;-0.902369;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.235702;0.000000;0.902369;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.471404;0.000000;0.804738;,
0.707107;0.000000;0.707107;,
0.707107;0.000000;0.707107;,
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;-1.000000;,
-0.707107;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.707107;,
-0.707107;0.000000;-0.707107;,
-0.707107;0.000000;-0.707107;,
-0.707107;0.000000;-0.707107;,
-0.141421;-0.424264;0.400000;,
0.471404;-0.471404;0.333333;,
-0.235702;0.235702;0.666667;,
-0.530330;0.176777;0.250000;,
0.141421;-0.424264;-0.400000;,
0.353553;-0.353553;-0.500000;,
-0.353553;0.353553;-0.500000;,
-0.530330;-0.176777;-0.250000;,
-0.141421;0.424264;0.400000;,
-0.530330;-0.176777;0.250000;,
-0.235702;-0.235702;0.666667;,
0.471404;0.471404;0.333333;,
0.141421;0.424264;-0.400000;,
-0.530330;0.176777;-0.250000;,
-0.353553;-0.353553;-0.500000;,
0.353553;0.353553;-0.500000;,
-0.637431;0.166410;0.379473;,
-0.606407;-0.416025;0.237171;,
-0.395719;-0.277350;0.632456;,
-0.475209;0.554700;0.316228;,
-0.548371;0.332820;-0.379473;,
-0.717732;-0.208013;-0.237171;,
-0.435464;-0.416025;-0.474342;,
-0.435464;0.416025;-0.474342;,
-0.658114;0.000000;0.474342;,
-0.606407;-0.416025;0.237171;,
-0.395719;-0.277350;0.632456;,
-0.316228;0.000000;0.948683;,
-0.544152;0.000000;-0.632456;,
-0.717732;-0.208013;-0.237171;,
-0.435464;-0.416025;-0.474342;,
-0.554700;0.832050;0.000000;,
-0.554700;0.832050;0.000000;,
-0.554700;0.832050;0.000000;,
-0.554700;0.832050;0.000000;,
-0.316228;0.000000;-0.948683;,
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;,
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;,
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;,
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;,
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.707107;0.707107;0.000000;,
-0.707107;0.707107;0.000000;,
-0.707107;0.707107;0.000000;,
-0.707107;0.707107;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.707107;-0.707107;0.000000;,
-0.707107;-0.707107;0.000000;,
-0.707107;-0.707107;0.000000;,
-0.707107;-0.707107;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;,
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;;
140;
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;6,9,10;,
3;6,10,11;,
3;12,13,0;,
3;12,0,5;,
3;14,15,4;,
3;14,4,3;,
3;16,14,3;,
3;16,3,2;,
3;13,17,1;,
3;13,1,0;,
3;18,6,11;,
3;18,11,19;,
3;20,10,9;,
3;20,9,21;,
3;21,9,8;,
3;21,8,22;,
3;23,7,6;,
3;23,6,18;,
3;24,25,26;,
3;24,26,27;,
3;27,26,28;,
3;27,28,29;,
3;30,31,32;,
3;30,32,33;,
3;34,30,33;,
3;34,33,35;,
3;36,37,38;,
3;36,38,39;,
3;39,38,40;,
3;39,40,41;,
3;42,43,44;,
3;42,44,45;,
3;46,42,45;,
3;46,45,47;,
3;48,49,50;,
3;48,50,51;,
3;52,53,54;,
3;52,54,55;,
3;56,57,58;,
3;56,58,59;,
3;60,61,62;,
3;60,62,63;,
3;64,65,66;,
3;64,66,67;,
3;68,69,70;,
3;68,70,71;,
3;72,73,74;,
3;72,74,75;,
3;73,72,76;,
3;73,76,77;,
3;75,74,78;,
3;75,78,79;,
3;72,75,79;,
3;72,79,76;,
3;76,79,78;,
3;76,78,77;,
3;80,81,82;,
3;80,82,83;,
3;80,84,85;,
3;80,85,81;,
3;81,85,86;,
3;81,86,82;,
3;83,87,84;,
3;83,84,80;,
3;84,87,86;,
3;84,86,85;,
3;88,89,90;,
3;88,90,91;,
3;88,92,93;,
3;88,93,89;,
3;89,93,94;,
3;89,94,90;,
3;91,95,92;,
3;91,92,88;,
3;92,95,94;,
3;92,94,93;,
3;96,97,98;,
3;96,98,99;,
3;96,100,101;,
3;96,101,97;,
3;97,101,102;,
3;97,102,98;,
3;103,104,105;,
3;103,105,106;,
3;100,107,102;,
3;100,102,101;,
3;108,109,110;,
3;108,110,111;,
3;112,113,114;,
3;112,114,115;,
3;116,117,118;,
3;116,118,119;,
3;120,121,122;,
3;120,122,123;,
3;124,125,126;,
3;124,126,127;,
3;128,129,130;,
3;128,130,131;,
3;132,133,134;,
3;132,134,135;,
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;164,165,166;,
3;164,166,167;,
3;168,169,170;,
3;168,170,171;,
3;172,173,174;,
3;172,174,175;,
3;176,177,178;,
3;176,178,179;,
3;180,181,182;,
3;180,182,183;,
3;180,183,184;,
3;185,186,187;,
3;185,187,188;,
3;185,188,189;,
3;190,191,192;,
3;190,192,193;,
3;190,193,194;,
3;195,196,197;,
3;195,197,198;,
3;195,198,199;;
}
MeshMaterialList {
3;
140;
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,
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,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2;
Material {
0.298000;0.083121;0.097400;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA3_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";
}
}
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";
}
}
}
}
}
}