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

1225 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 {
190;
5.000000;5.400000;-18.937501;,
5.000000;4.650000;-18.937501;,
5.000000;4.650000;-21.750000;,
5.000000;5.400000;-21.750000;,
-5.000000;5.400000;-18.937501;,
-5.000000;4.650000;-18.937501;,
-5.000000;4.650000;-21.750000;,
-5.000000;5.400000;-21.750000;,
5.000000;12.400000;32.812499;,
5.000000;11.650000;32.812499;,
5.000000;11.650000;30.000000;,
5.000000;12.400000;30.000000;,
-5.000000;12.400000;32.812499;,
-5.000000;11.650000;32.812499;,
-5.000000;11.650000;30.000000;,
-5.000000;12.400000;30.000000;,
5.000000;1.400000;32.812499;,
5.000000;0.650000;32.812499;,
5.000000;0.650000;30.000000;,
5.000000;1.400000;30.000000;,
-5.000000;1.400000;32.812499;,
-5.000000;0.650000;32.812499;,
-5.000000;0.650000;30.000000;,
-5.000000;1.400000;30.000000;,
5.000000;1.400000;64.312499;,
5.000000;0.650000;64.312499;,
5.000000;0.650000;61.500000;,
5.000000;1.400000;61.500000;,
-5.000000;1.400000;64.312499;,
-5.000000;0.650000;64.312499;,
-5.000000;0.650000;61.500000;,
-5.000000;1.400000;61.500000;,
-5.250000;16.500000;75.000000;,
-5.000000;0.750000;-70.687501;,
-5.250000;0.500000;-70.687501;,
-5.000000;16.750000;75.000000;,
-5.000000;16.250000;75.000000;,
-5.000000;0.250000;-70.687501;,
5.000000;16.750000;75.000000;,
5.250000;16.500000;75.000000;,
5.000000;0.750000;-70.687501;,
5.250000;0.500000;-70.687501;,
5.000000;16.250000;75.000000;,
5.000000;0.250000;-70.687501;,
4.791700;1.125000;61.500000;,
4.916700;12.000000;32.812499;,
4.791700;12.125000;32.812499;,
4.916700;1.000000;61.500000;,
4.791700;11.875000;32.812499;,
4.791700;0.875000;61.500000;,
-4.791700;12.125000;32.812499;,
-4.916700;12.000000;32.812499;,
-4.791700;1.125000;61.500000;,
-4.916700;1.000000;61.500000;,
-4.791700;11.875000;32.812499;,
-4.791700;0.875000;61.500000;,
4.791700;1.125000;30.000000;,
4.916700;5.000000;-18.937501;,
4.791700;5.125000;-18.937501;,
4.916700;1.000000;30.000000;,
4.791700;4.875000;-18.937501;,
4.791700;0.875000;30.000000;,
-4.791700;5.125000;-18.937501;,
-4.916700;5.000000;-18.937501;,
-4.791700;1.125000;30.000000;,
-4.916700;1.000000;30.000000;,
-4.791700;4.875000;-18.937501;,
-4.791700;0.875000;30.000000;,
-4.750000;0.000000;30.000000;,
-4.750000;13.123901;30.000000;,
-4.250000;12.900000;28.312499;,
-4.250000;0.000000;28.312499;,
-4.250000;0.000000;34.500000;,
-4.250000;13.723899;34.500000;,
-4.750000;13.500000;32.812499;,
-4.750000;0.000000;32.812499;,
4.250000;0.000000;34.500000;,
4.750000;0.000000;32.812499;,
4.750000;13.500000;32.812499;,
4.250000;13.723899;34.500000;,
4.750000;0.000000;30.000000;,
4.250000;0.000000;28.312499;,
4.250000;12.900000;28.312499;,
4.750000;13.123901;30.000000;,
-4.750000;0.000000;61.500000;,
-4.750000;17.223899;61.500000;,
-4.250000;17.000000;59.812499;,
-4.250000;0.000000;59.812499;,
-4.250000;0.000000;66.000000;,
-4.250000;17.823901;66.000000;,
-4.750000;17.600000;64.312499;,
-4.750000;0.000000;64.312499;,
4.250000;0.000000;66.000000;,
4.750000;0.000000;64.312499;,
4.750000;17.600000;64.312499;,
4.250000;17.823901;66.000000;,
4.750000;0.000000;61.500000;,
4.250000;0.000000;59.812499;,
4.250000;17.000000;59.812499;,
4.750000;17.223899;61.500000;,
4.250000;18.700000;72.750003;,
4.250000;15.700000;70.500000;,
4.250000;0.650000;-45.375002;,
4.250000;1.400000;-60.000000;,
4.250000;18.700000;72.750003;,
3.750000;18.700000;72.750003;,
3.750000;15.700000;70.500000;,
4.250000;15.700000;70.500000;,
3.750000;15.700000;70.500000;,
3.750000;0.650000;-45.375002;,
3.750000;18.700000;72.750003;,
3.750000;1.400000;-60.000000;,
-4.250000;15.700000;70.500000;,
-4.250000;0.650000;-45.375002;,
-3.750000;0.650000;-45.375002;,
-3.750000;15.700000;70.500000;,
-4.250000;18.700000;72.750003;,
-4.250000;15.700000;70.500000;,
-3.750000;15.700000;70.500000;,
-3.750000;18.700000;72.750003;,
-4.250000;18.700000;72.750003;,
-4.250000;1.400000;-60.000000;,
-3.750000;18.700000;72.750003;,
-3.750000;1.400000;-60.000000;,
6.000000;20.000000;82.500000;,
6.000000;0.000000;82.500000;,
6.000000;0.000000;75.000000;,
6.000000;20.000000;75.000000;,
-6.000000;20.000000;82.500000;,
-6.000000;20.000000;75.000000;,
-6.000000;0.000000;75.000000;,
-6.000000;0.000000;82.500000;,
6.000000;0.000000;75.000000;,
-6.000000;0.000000;75.000000;,
-6.000000;20.000000;75.000000;,
6.000000;20.000000;75.000000;,
6.000000;20.000000;82.500000;,
-6.000000;20.000000;82.500000;,
-6.000000;0.000000;82.500000;,
6.000000;0.000000;82.500000;,
6.000000;20.000000;75.000000;,
-6.000000;20.000000;75.000000;,
-6.000000;20.000000;82.500000;,
6.000000;20.000000;82.500000;,
3.750000;4.300000;-37.500000;,
3.750000;0.000000;-35.137501;,
-3.750000;0.000000;-35.137501;,
-3.750000;4.300000;-37.500000;,
-3.750000;0.000000;-35.137501;,
-3.750000;0.000000;75.000000;,
-3.750000;19.000000;75.000000;,
-3.750000;4.300000;-37.500000;,
3.750000;0.000000;-35.137501;,
3.750000;4.300000;-37.500000;,
3.750000;19.000000;75.000000;,
3.750000;0.000000;75.000000;,
-6.000000;0.000000;-82.500000;,
-6.000000;1.000000;-75.187501;,
6.250000;1.000000;-75.187501;,
6.250000;0.000000;-82.500000;,
-6.000000;1.000000;-70.687501;,
-6.000000;0.000000;-70.687501;,
6.250000;0.000000;-70.687501;,
6.250000;1.000000;-70.687501;,
-6.000000;1.000000;-70.687501;,
6.250000;1.000000;-70.687501;,
-6.000000;1.000000;-75.187501;,
-6.000000;0.000000;-82.500000;,
-6.000000;0.000000;-70.687501;,
-6.000000;1.000000;-70.687501;,
6.250000;1.000000;-75.187501;,
6.250000;1.000000;-70.687501;,
6.250000;0.000000;-70.687501;,
6.250000;0.000000;-82.500000;,
4.750000;20.000000;75.000000;,
4.750000;1.000000;-70.687501;,
-4.750000;1.000000;-70.687501;,
-4.750000;20.000000;75.000000;,
4.750000;0.000000;-70.687501;,
4.750000;19.000000;75.000000;,
-4.750000;19.000000;75.000000;,
-4.750000;0.000000;-70.687501;,
4.750000;0.000000;-70.687501;,
4.750000;1.000000;-70.687501;,
4.750000;20.000000;75.000000;,
4.750000;19.000000;75.000000;,
-4.750000;0.000000;-70.687501;,
-4.750000;19.000000;75.000000;,
-4.750000;20.000000;75.000000;,
-4.750000;1.000000;-70.687501;;
142;
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;9,13,14;,
3;9,14,10;,
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;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;33,32,35;,
3;36,34,37;,
3;34,36,32;,
3;38,39,40;,
3;39,41,40;,
3;39,42,41;,
3;42,43,41;,
3;44,45,46;,
3;44,47,45;,
3;47,48,45;,
3;47,49,48;,
3;50,51,52;,
3;51,53,52;,
3;51,54,53;,
3;54,55,53;,
3;56,57,58;,
3;56,59,57;,
3;59,60,57;,
3;59,61,60;,
3;62,63,64;,
3;63,65,64;,
3;63,66,65;,
3;66,67,65;,
3;68,69,70;,
3;68,70,71;,
3;72,73,74;,
3;72,74,75;,
3;75,74,69;,
3;75,69,68;,
3;76,77,78;,
3;76,78,79;,
3;80,81,82;,
3;80,82,83;,
3;77,80,83;,
3;77,83,78;,
3;84,85,86;,
3;84,86,87;,
3;88,89,90;,
3;88,90,91;,
3;91,90,85;,
3;91,85,84;,
3;92,93,94;,
3;92,94,95;,
3;96,97,98;,
3;96,98,99;,
3;93,96,99;,
3;93,99,94;,
3;100,101,102;,
3;100,102,103;,
3;104,105,106;,
3;104,106,107;,
3;101,108,109;,
3;101,109,102;,
3;110,111,109;,
3;110,109,108;,
3;112,113,114;,
3;112,114,115;,
3;116,117,118;,
3;116,118,119;,
3;120,121,113;,
3;120,113,112;,
3;122,115,114;,
3;122,114,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;157,164,165;,
3;157,165,158;,
3;166,167,168;,
3;166,168,169;,
3;170,171,172;,
3;170,172,173;,
3;174,175,176;,
3;174,176,177;,
3;178,179,180;,
3;178,180,181;,
3;182,183,184;,
3;182,184,185;,
3;186,187,188;,
3;186,188,189;;
MeshTextureCoords {
190;
0.276783;0.882470;,
0.276783;0.873976;,
0.255549;0.873976;,
0.255549;0.882470;,
0.276783;0.882470;,
0.276783;0.873976;,
0.255549;0.873976;,
0.255549;0.882470;,
0.667497;0.961745;,
0.667497;0.953251;,
0.646262;0.953251;,
0.646262;0.961745;,
0.667497;0.961745;,
0.667497;0.953251;,
0.646262;0.953251;,
0.646262;0.961745;,
0.667497;0.837170;,
0.667497;0.828676;,
0.646262;0.828676;,
0.646262;0.837170;,
0.667497;0.837170;,
0.667497;0.828676;,
0.646262;0.828676;,
0.646262;0.837170;,
0.905322;0.837170;,
0.905322;0.828676;,
0.884088;0.828676;,
0.884088;0.837170;,
0.905322;0.837170;,
0.905322;0.828676;,
0.884088;0.828676;,
0.884088;0.837170;,
1.986013;1.008180;,
0.886070;0.829809;,
0.886070;0.826977;,
1.986013;1.011010;,
1.986013;1.005350;,
0.886070;0.824146;,
1.986013;1.011010;,
1.986013;1.008180;,
0.886070;0.829809;,
0.886070;0.826977;,
1.986013;1.005350;,
0.886070;0.824146;,
0.884088;0.834055;,
0.667497;0.957215;,
0.667497;0.958631;,
0.884088;0.832640;,
0.667497;0.955800;,
0.884088;0.831224;,
0.667497;0.958631;,
0.667497;0.957215;,
0.884088;0.834055;,
0.884088;0.832640;,
0.667497;0.955800;,
0.884088;0.831224;,
0.646262;0.834055;,
0.276783;0.877940;,
0.276783;0.879356;,
0.646262;0.832640;,
0.276783;0.876524;,
0.646262;0.831224;,
0.276783;0.879356;,
0.276783;0.877940;,
0.646262;0.834055;,
0.646262;0.832640;,
0.276783;0.876524;,
0.646262;0.831224;,
0.185034;0.654641;,
0.185034;0.973182;,
0.157728;0.967748;,
0.157728;0.654641;,
0.257850;0.654641;,
0.257850;0.987745;,
0.230544;0.982311;,
0.230544;0.654641;,
0.257850;0.654641;,
0.230544;0.654641;,
0.230544;0.982311;,
0.257850;0.987745;,
0.185034;0.654641;,
0.157728;0.654641;,
0.157728;0.967748;,
0.185034;0.973182;,
0.694743;0.654641;,
0.694743;1.072700;,
0.667437;1.067260;,
0.667437;0.654641;,
0.767558;0.654641;,
0.767558;1.087260;,
0.740252;1.081830;,
0.740252;0.654641;,
0.767558;0.654641;,
0.740252;0.654641;,
0.740252;1.081830;,
0.767558;1.087260;,
0.694743;0.654641;,
0.667437;0.654641;,
0.667437;1.067260;,
0.694743;1.072700;,
0.756044;6.214490;,
0.985048;6.080560;,
0.987927;0.926100;,
0.764267;0.308640;,
0.756044;3.214490;,
0.756044;3.214490;,
0.985048;3.080560;,
0.985048;3.080560;,
0.985048;6.080560;,
0.987927;0.926100;,
0.756044;6.214490;,
0.764267;0.308640;,
0.985048;6.080560;,
0.987927;0.926100;,
0.987927;0.926100;,
0.985048;6.080560;,
0.756044;3.214490;,
0.985048;3.080560;,
0.985048;3.080560;,
0.756044;3.214490;,
0.756044;6.214490;,
0.764267;0.308640;,
0.756044;6.214490;,
0.764267;0.308640;,
0.405504;1.782990;,
0.405504;0.005357;,
0.009458;0.005357;,
0.009458;1.782990;,
0.405504;1.782990;,
0.009458;1.782990;,
0.009458;0.005357;,
0.405504;0.005357;,
0.771767;0.009198;,
0.180634;0.009198;,
0.180634;0.994420;,
0.771767;0.994420;,
0.771767;0.994420;,
0.180634;0.994420;,
0.180634;0.009198;,
0.771767;0.009198;,
2.909090;2.030980;,
0.355896;2.030980;,
0.355896;0.967150;,
2.909090;0.967150;,
0.738980;0.518670;,
0.738980;0.244785;,
0.261020;0.244785;,
0.261020;0.518670;,
0.980180;0.244785;,
5.659410;0.244785;,
5.659410;1.454970;,
0.879810;0.518670;,
0.980180;0.244785;,
0.879810;0.518670;,
5.659410;1.454970;,
5.659410;0.244785;,
0.598541;3.583150;,
0.598541;2.866240;,
2.403800;2.866240;,
2.403800;3.583150;,
0.471228;2.640850;,
0.471228;2.640850;,
2.517770;2.640850;,
2.517770;2.640850;,
0.598541;2.425060;,
2.403800;2.425060;,
0.809973;0.405587;,
0.598017;0.362108;,
0.940408;0.362108;,
0.940408;0.405587;,
0.809973;0.405587;,
0.940408;0.405587;,
0.940408;0.362108;,
0.598017;0.362108;,
0.844900;0.302640;,
0.844900;5.982460;,
0.019843;5.982460;,
0.019843;0.302640;,
0.844900;5.982460;,
0.844900;0.302640;,
0.019843;0.302640;,
0.019843;5.982460;,
0.516603;0.276172;,
0.516603;0.296706;,
2.510960;0.686850;,
2.510960;0.666316;,
0.516603;0.276172;,
2.510960;0.666316;,
2.510960;0.686850;,
0.516603;0.296706;;
}
MeshNormals {
190;
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.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.704984;0.234995;-0.025808;,
-0.704984;0.704984;-0.077424;,
-0.704984;-0.234995;0.025808;,
-0.704984;0.704984;-0.077424;,
-0.704984;-0.704984;0.077424;,
-0.704984;-0.704984;0.077424;,
0.704984;0.704984;-0.077424;,
0.704984;0.234995;-0.025808;,
0.704984;0.704984;-0.077424;,
0.704984;-0.234995;0.025808;,
0.704984;-0.704984;0.077424;,
0.704984;-0.704984;0.077424;,
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.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.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.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.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;,
1.000000;0.000000;0.000000;,
0.333333;-0.661114;0.085866;,
0.666667;-0.330557;0.042933;,
1.000000;0.000000;0.000000;,
0.000000;-0.600000;0.800000;,
0.000000;-0.600000;0.800000;,
0.000000;-0.600000;0.800000;,
0.000000;-0.600000;0.800000;,
-0.500000;-0.495835;0.064400;,
-0.500000;-0.495835;0.064400;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-0.333333;-0.661114;0.085866;,
-0.666667;-0.330557;0.042933;,
0.500000;-0.495835;0.064400;,
0.500000;-0.495835;0.064400;,
0.000000;-0.600000;0.800000;,
0.000000;-0.600000;0.800000;,
0.000000;-0.600000;0.800000;,
0.000000;-0.600000;0.800000;,
-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.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.481527;-0.876431;,
0.000000;-0.481527;-0.876431;,
0.000000;-0.481527;-0.876431;,
0.000000;-0.481527;-0.876431;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.000000;0.990779;-0.135491;,
0.000000;0.996926;-0.045164;,
0.000000;0.993852;-0.090327;,
0.000000;0.990779;-0.135491;,
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;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.000000;0.991603;-0.129321;,
0.000000;0.991603;-0.129321;,
0.000000;0.991603;-0.129321;,
0.000000;0.991603;-0.129321;,
0.000000;-0.991603;0.129321;,
0.000000;-0.991603;0.129321;,
0.000000;-0.991603;0.129321;,
0.000000;-0.991603;0.129321;,
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;;
142;
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;9,13,14;,
3;9,14,10;,
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;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;33,32,35;,
3;36,34,37;,
3;34,36,32;,
3;38,39,40;,
3;39,41,40;,
3;39,42,41;,
3;42,43,41;,
3;44,45,46;,
3;44,47,45;,
3;47,48,45;,
3;47,49,48;,
3;50,51,52;,
3;51,53,52;,
3;51,54,53;,
3;54,55,53;,
3;56,57,58;,
3;56,59,57;,
3;59,60,57;,
3;59,61,60;,
3;62,63,64;,
3;63,65,64;,
3;63,66,65;,
3;66,67,65;,
3;68,69,70;,
3;68,70,71;,
3;72,73,74;,
3;72,74,75;,
3;75,74,69;,
3;75,69,68;,
3;76,77,78;,
3;76,78,79;,
3;80,81,82;,
3;80,82,83;,
3;77,80,83;,
3;77,83,78;,
3;84,85,86;,
3;84,86,87;,
3;88,89,90;,
3;88,90,91;,
3;91,90,85;,
3;91,85,84;,
3;92,93,94;,
3;92,94,95;,
3;96,97,98;,
3;96,98,99;,
3;93,96,99;,
3;93,99,94;,
3;100,101,102;,
3;100,102,103;,
3;104,105,106;,
3;104,106,107;,
3;101,108,109;,
3;101,109,102;,
3;110,111,109;,
3;110,109,108;,
3;112,113,114;,
3;112,114,115;,
3;116,117,118;,
3;116,118,119;,
3;120,121,113;,
3;120,113,112;,
3;122,115,114;,
3;122,114,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;157,164,165;,
3;157,165,158;,
3;166,167,168;,
3;166,168,169;,
3;170,171,172;,
3;170,172,173;,
3;174,175,176;,
3;174,176,177;,
3;178,179,180;,
3;178,180,181;,
3;182,183,184;,
3;182,184,185;,
3;186,187,188;,
3;186,188,189;;
}
MeshMaterialList {
9;
142;
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,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
3,
3,
3,
3,
4,
4,
4,
4,
5,
5,
6,
6,
6,
6,
6,
6,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
8,
8,
8,
8,
8,
8,
8,
8;
Material {
1.000000;0.420974;0.359200;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intC_tex.png";
}
}
Material {
0.567300;0.094206;0.129700;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intA_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.432700;0.067187;0.098900;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA2_tex.png";
}
}
Material {
0.951000;0.277210;0.275600;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intD_tex.png";
}
}
Material {
0.714300;0.413313;0.177900;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genC2_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.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.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";
}
}
}
}
}
}