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

931 lines
23 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 {
168;
-15.000000;15.000000;50.000000;,
-15.000000;15.000000;-50.000000;,
-15.000000;45.000000;-50.000000;,
-15.000000;45.000000;50.000000;,
15.000000;15.000000;-50.000000;,
15.000000;15.000000;50.000000;,
15.000000;45.000000;50.000000;,
15.000000;45.000000;-50.000000;,
-15.000000;45.000000;-50.000000;,
15.000000;45.000000;-50.000000;,
15.000000;45.000000;50.000000;,
-15.000000;45.000000;50.000000;,
-15.000000;15.000000;-50.000000;,
-15.000000;15.000000;50.000000;,
15.000000;15.000000;50.000000;,
15.000000;15.000000;-50.000000;,
-7.500000;45.000000;45.000000;,
-7.500000;45.000000;-45.000000;,
-5.000000;43.250000;-45.000000;,
-5.000000;43.250000;45.000000;,
7.500000;45.000000;45.000000;,
-7.500000;45.000000;45.000000;,
-5.000000;43.250000;45.000000;,
5.500000;43.250000;45.000000;,
7.500000;45.000000;-45.000000;,
7.500000;45.000000;45.000000;,
5.500000;43.250000;45.000000;,
5.500000;43.250000;-45.000000;,
-7.500000;45.000000;-45.000000;,
7.500000;45.000000;-45.000000;,
5.500000;43.250000;-45.000000;,
-5.000000;43.250000;-45.000000;,
-5.000000;43.250000;-45.000000;,
-5.000000;43.250000;45.000000;,
15.000000;22.500000;45.000000;,
13.229999;25.000000;45.000000;,
13.229999;25.000000;-45.000000;,
15.000000;22.500000;-45.000000;,
15.000000;37.520000;45.000000;,
13.229999;35.000000;45.000000;,
13.229999;25.000000;45.000000;,
15.000000;22.500000;45.000000;,
15.000000;37.520000;-45.000000;,
13.229999;35.000000;-45.000000;,
13.229999;35.000000;45.000000;,
15.000000;37.520000;45.000000;,
15.000000;22.500000;-45.000000;,
13.229999;25.000000;-45.000000;,
13.229999;35.000000;-45.000000;,
15.000000;37.520000;-45.000000;,
13.229999;35.000000;45.000000;,
13.229999;35.000000;-45.000000;,
-15.000000;22.500000;45.000000;,
-15.000000;22.500000;-45.000000;,
-13.270001;25.000000;-45.000000;,
-13.270001;25.000000;45.000000;,
-15.000000;37.520000;45.000000;,
-15.000000;22.500000;45.000000;,
-13.270001;25.000000;45.000000;,
-13.270001;35.000000;45.000000;,
-15.000000;37.520000;-45.000000;,
-15.000000;37.520000;45.000000;,
-13.270001;35.000000;45.000000;,
-13.270001;35.000000;-45.000000;,
-15.000000;22.500000;-45.000000;,
-15.000000;37.520000;-45.000000;,
-13.270001;35.000000;-45.000000;,
-13.270001;25.000000;-45.000000;,
-13.270001;35.000000;-45.000000;,
-13.270001;35.000000;45.000000;,
-7.500000;15.000000;45.000000;,
-5.000000;16.750000;45.000000;,
-5.000000;16.750000;-45.000000;,
-7.500000;15.000000;-45.000000;,
7.500000;15.000000;45.000000;,
5.500000;16.750000;45.000000;,
-5.000000;16.750000;45.000000;,
-7.500000;15.000000;45.000000;,
7.500000;15.000000;-45.000000;,
5.500000;16.750000;-45.000000;,
5.500000;16.750000;45.000000;,
7.500000;15.000000;45.000000;,
-7.500000;15.000000;-45.000000;,
-5.000000;16.750000;-45.000000;,
5.500000;16.750000;-45.000000;,
7.500000;15.000000;-45.000000;,
-5.000000;16.750000;-45.000000;,
-5.000000;16.750000;45.000000;,
2.427050;28.236602;0.000000;,
3.000000;30.000000;0.000000;,
3.000000;30.000000;50.000000;,
2.427050;28.236602;50.000000;,
0.927051;27.146800;0.000000;,
2.427050;28.236602;0.000000;,
2.427050;28.236602;50.000000;,
0.927051;27.146800;50.000000;,
-0.927053;27.146800;0.000000;,
0.927051;27.146800;0.000000;,
0.927051;27.146800;50.000000;,
-0.927053;27.146800;50.000000;,
-2.427050;28.236602;0.000000;,
-0.927053;27.146800;0.000000;,
-0.927053;27.146800;50.000000;,
-2.427050;28.236602;50.000000;,
-3.000000;30.000000;0.000000;,
-2.427050;28.236602;0.000000;,
-2.427050;28.236602;50.000000;,
-3.000000;30.000000;50.000000;,
-2.427050;31.763299;0.000000;,
-3.000000;30.000000;0.000000;,
-3.000000;30.000000;50.000000;,
-2.427050;31.763299;50.000000;,
-0.927051;32.853200;0.000000;,
-2.427050;31.763299;0.000000;,
-2.427050;31.763299;50.000000;,
-0.927051;32.853200;50.000000;,
0.927053;32.853200;0.000000;,
-0.927051;32.853200;0.000000;,
-0.927051;32.853200;50.000000;,
0.927053;32.853200;50.000000;,
2.427050;31.763299;0.000000;,
0.927053;32.853200;0.000000;,
0.927053;32.853200;50.000000;,
2.427050;31.763299;50.000000;,
3.000000;30.000000;0.000000;,
2.427050;31.763299;0.000000;,
2.427050;31.763299;50.000000;,
3.000000;30.000000;50.000000;,
2.427050;31.763398;-50.000000;,
2.427050;31.763299;0.000000;,
3.000000;30.000000;0.000000;,
3.000000;30.000000;-50.000000;,
0.927053;32.853200;-50.000000;,
0.927053;32.853200;0.000000;,
2.427050;31.763299;0.000000;,
2.427050;31.763398;-50.000000;,
-0.927051;32.853200;-50.000000;,
-0.927051;32.853200;0.000000;,
0.927053;32.853200;0.000000;,
0.927053;32.853200;-50.000000;,
-2.427050;31.763398;-50.000000;,
-2.427050;31.763299;0.000000;,
-0.927051;32.853200;0.000000;,
-0.927051;32.853200;-50.000000;,
-3.000000;30.000000;-50.000000;,
-3.000000;30.000000;0.000000;,
-2.427050;31.763299;0.000000;,
-2.427050;31.763398;-50.000000;,
-2.427050;28.236701;-50.000000;,
-2.427050;28.236602;0.000000;,
-3.000000;30.000000;0.000000;,
-3.000000;30.000000;-50.000000;,
-0.927053;27.146800;-50.000000;,
-0.927053;27.146800;0.000000;,
-2.427050;28.236602;0.000000;,
-2.427050;28.236701;-50.000000;,
0.927051;27.146800;-50.000000;,
0.927051;27.146800;0.000000;,
-0.927053;27.146800;0.000000;,
-0.927053;27.146800;-50.000000;,
2.427050;28.236701;-50.000000;,
2.427050;28.236602;0.000000;,
0.927051;27.146800;0.000000;,
0.927051;27.146800;-50.000000;,
3.000000;30.000000;-50.000000;,
3.000000;30.000000;0.000000;,
2.427050;28.236602;0.000000;,
2.427050;28.236701;-50.000000;;
88;
3;0,1,2;,
3;0,2,3;,
3;4,5,6;,
3;4,6,7;,
3;8,9,10;,
3;8,10,11;,
3;12,13,14;,
3;12,14,15;,
3;16,17,18;,
3;16,18,19;,
3;20,21,22;,
3;20,22,23;,
3;24,25,26;,
3;24,26,27;,
3;28,29,30;,
3;28,30,31;,
3;32,27,26;,
3;32,26,33;,
3;34,35,36;,
3;34,36,37;,
3;38,39,40;,
3;38,40,41;,
3;42,43,44;,
3;42,44,45;,
3;46,47,48;,
3;46,48,49;,
3;36,35,50;,
3;36,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;54,68,69;,
3;54,69,55;,
3;70,71,72;,
3;70,72,73;,
3;74,75,76;,
3;74,76,77;,
3;78,79,80;,
3;78,80,81;,
3;82,83,84;,
3;82,84,85;,
3;86,87,80;,
3;86,80,79;,
3;88,89,90;,
3;88,90,91;,
3;92,93,94;,
3;92,94,95;,
3;96,97,98;,
3;96,98,99;,
3;100,101,102;,
3;100,102,103;,
3;104,105,106;,
3;104,106,107;,
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;;
MeshTextureCoords {
168;
0.423628;2.224830;,
0.423628;0.881244;,
0.826703;0.881244;,
0.826703;2.224830;,
0.423628;0.881244;,
0.423628;2.224830;,
0.826703;2.224830;,
0.826703;0.881244;,
0.392578;0.307526;,
1.538740;0.307526;,
1.538740;2.076570;,
0.392578;2.076570;,
0.274346;0.626074;,
0.274346;1.969660;,
0.677421;1.969660;,
0.677421;0.626074;,
0.986649;3.147000;,
0.986649;0.227571;,
1.153680;0.227571;,
1.153680;3.147000;,
2.302180;1.347700;,
0.665948;1.347700;,
0.938653;1.277780;,
2.084020;1.277780;,
0.988827;0.227571;,
0.988827;3.147000;,
0.855203;3.147000;,
0.855203;0.227571;,
0.665948;1.347700;,
2.302180;1.347700;,
2.084020;1.277780;,
0.938653;1.277780;,
0.153679;0.227571;,
0.153679;3.147000;,
0.372777;1.072150;,
0.632672;1.072150;,
0.632673;0.134932;,
0.372777;0.134932;,
1.199650;2.086060;,
1.061670;1.889610;,
1.061670;1.110060;,
1.199650;0.915176;,
0.934228;0.134932;,
0.672254;0.134932;,
0.672253;1.072150;,
0.934228;1.072150;,
1.199650;0.915177;,
1.061670;1.110060;,
1.061670;1.889610;,
1.199650;2.086060;,
1.672250;1.072150;,
1.672250;0.134932;,
0.372777;1.072150;,
0.372777;0.134932;,
0.632673;0.134932;,
0.632672;1.072150;,
0.861010;2.086060;,
0.861010;0.915176;,
0.995870;1.110060;,
0.995870;1.889610;,
0.934228;0.134932;,
0.934228;1.072150;,
0.672253;1.072150;,
0.672254;0.134932;,
0.861010;0.915177;,
0.861010;2.086060;,
0.995870;1.889610;,
0.995870;1.110060;,
1.672250;0.134932;,
1.672250;1.072150;,
0.986649;3.147000;,
1.153680;3.147000;,
1.153680;0.227571;,
0.986649;0.227571;,
2.302180;0.149040;,
2.084020;0.218961;,
0.938653;0.218961;,
0.665948;0.149040;,
0.988827;0.227571;,
0.855203;0.227571;,
0.855203;3.147000;,
0.988827;3.147000;,
0.665948;0.149040;,
0.938653;0.218962;,
2.084020;0.218962;,
2.302180;0.149040;,
0.153679;0.227571;,
0.153679;3.147000;,
1.638740;1.362160;,
0.898905;1.362160;,
0.898905;4.757070;,
1.638740;4.757070;,
1.412960;1.362160;,
0.638739;1.362160;,
0.638739;4.757070;,
1.412960;4.757070;,
1.482580;1.362160;,
0.732776;1.362160;,
0.732775;4.757070;,
1.482580;4.757070;,
1.249590;1.362160;,
0.482579;1.362160;,
0.482578;4.757070;,
1.249590;4.757070;,
1.357370;1.362160;,
0.598482;1.362160;,
0.598482;4.757070;,
1.357370;4.757070;,
1.116220;1.362160;,
0.357371;1.362160;,
0.357371;4.757070;,
1.116220;4.757070;,
0.501483;1.362160;,
1.268510;1.362160;,
1.268510;4.757070;,
0.501483;4.757070;,
0.751680;1.362160;,
1.501480;1.362160;,
1.501480;4.757070;,
0.751679;4.757070;,
0.603927;1.362160;,
1.332900;1.362160;,
1.332900;4.757070;,
0.603927;4.757070;,
0.823456;1.362160;,
1.603930;1.362160;,
1.603930;4.757070;,
0.823456;4.757070;,
1.603960;0.967250;,
1.603930;4.362160;,
0.823456;4.362160;,
0.823456;0.967250;,
1.332900;0.967250;,
1.332900;4.362160;,
0.603927;4.362160;,
0.603964;0.967250;,
1.501480;0.967250;,
1.501480;4.362160;,
0.751680;4.362160;,
0.751680;0.967250;,
1.268490;0.967250;,
1.268510;4.362160;,
0.501483;4.362160;,
0.501484;0.967250;,
0.357371;0.967250;,
0.357371;4.362160;,
1.116220;4.362160;,
1.116260;0.967250;,
0.598525;0.967250;,
0.598482;4.362160;,
1.357370;4.362160;,
1.357370;0.967250;,
0.482579;0.967250;,
0.482579;4.362160;,
1.249590;4.362160;,
1.249600;0.967250;,
0.732776;0.967250;,
0.732776;4.362160;,
1.482580;4.362160;,
1.482580;0.967250;,
0.638707;0.967250;,
0.638739;4.362160;,
1.412960;4.362160;,
1.412960;0.967250;,
0.898905;0.967250;,
0.898905;4.362160;,
1.638740;4.362160;,
1.638710;0.967250;;
}
MeshNormals {
168;
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;-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.573462;-0.819232;0.000000;,
-0.573462;-0.819232;0.000000;,
-0.573462;-0.819232;0.000000;,
-0.573462;-0.819232;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.658505;-0.752577;0.000000;,
0.658505;-0.752577;0.000000;,
0.329252;-0.876288;0.000000;,
0.329252;-0.876288;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;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
-0.816153;-0.577836;0.000000;,
-0.908076;-0.288918;0.000000;,
-0.908076;-0.288918;0.000000;,
-0.816153;-0.577836;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.818316;0.574769;0.000000;,
-0.818316;0.574769;0.000000;,
-0.818316;0.574769;0.000000;,
-0.818316;0.574769;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;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
0.822311;-0.569039;0.000000;,
0.822311;-0.569039;0.000000;,
0.911155;-0.284519;0.000000;,
0.911155;-0.284519;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.824424;0.565973;0.000000;,
0.824424;0.565973;0.000000;,
0.824424;0.565973;0.000000;,
0.824424;0.565973;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;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
-0.573462;0.819232;0.000000;,
-0.573462;0.819232;0.000000;,
-0.573462;0.819232;0.000000;,
-0.573462;0.819232;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.658505;0.752577;0.000000;,
0.329252;0.876288;0.000000;,
0.329252;0.876288;0.000000;,
0.658505;0.752577;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;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.951059;-0.309011;0.000000;,
0.951059;-0.309011;0.000000;,
0.951059;-0.309011;0.000000;,
0.951059;-0.309011;0.000000;,
0.587781;-0.809020;0.000000;,
0.587781;-0.809020;0.000000;,
0.587781;-0.809020;0.000000;,
0.587781;-0.809020;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.587782;-0.809020;0.000000;,
-0.587782;-0.809020;0.000000;,
-0.587782;-0.809020;0.000000;,
-0.587782;-0.809020;0.000000;,
-0.951059;-0.309011;0.000000;,
-0.951059;-0.309011;0.000000;,
-0.951059;-0.309011;0.000000;,
-0.951059;-0.309011;0.000000;,
-0.951054;0.309026;0.000000;,
-0.951054;0.309026;0.000000;,
-0.951054;0.309026;0.000000;,
-0.951054;0.309026;0.000000;,
-0.587816;0.808995;0.000000;,
-0.587816;0.808995;0.000000;,
-0.587816;0.808995;0.000000;,
-0.587816;0.808995;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.587816;0.808995;0.000000;,
0.587816;0.808995;0.000000;,
0.587816;0.808995;0.000000;,
0.587816;0.808995;0.000000;,
0.951054;0.309026;0.000000;,
0.951054;0.309026;0.000000;,
0.951054;0.309026;0.000000;,
0.951054;0.309026;0.000000;,
0.951056;0.309018;0.000000;,
0.951054;0.309026;0.000001;,
0.951056;0.309018;0.000000;,
0.951059;0.309011;0.000000;,
0.587799;0.809007;0.000001;,
0.587816;0.808995;0.000000;,
0.587799;0.809007;0.000001;,
0.587781;0.809020;0.000002;,
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.587798;0.809008;0.000001;,
-0.587816;0.808995;0.000002;,
-0.587798;0.809008;0.000001;,
-0.587781;0.809020;0.000000;,
-0.951056;0.309018;0.000000;,
-0.951054;0.309026;0.000000;,
-0.951056;0.309018;0.000000;,
-0.951059;0.309011;0.000001;,
-0.951056;-0.309018;-0.000000;,
-0.951059;-0.309011;-0.000001;,
-0.951056;-0.309018;-0.000000;,
-0.951054;-0.309026;0.000000;,
-0.587799;-0.809007;-0.000001;,
-0.587782;-0.809020;0.000000;,
-0.587799;-0.809007;-0.000001;,
-0.587817;-0.808994;-0.000002;,
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.587799;-0.809007;-0.000001;,
0.587781;-0.809020;-0.000002;,
0.587799;-0.809007;-0.000001;,
0.587816;-0.808994;0.000000;,
0.951056;-0.309018;-0.000000;,
0.951059;-0.309011;0.000000;,
0.951056;-0.309018;-0.000000;,
0.951054;-0.309026;-0.000001;;
88;
3;0,1,2;,
3;0,2,3;,
3;4,5,6;,
3;4,6,7;,
3;8,9,10;,
3;8,10,11;,
3;12,13,14;,
3;12,14,15;,
3;16,17,18;,
3;16,18,19;,
3;20,21,22;,
3;20,22,23;,
3;24,25,26;,
3;24,26,27;,
3;28,29,30;,
3;28,30,31;,
3;32,27,26;,
3;32,26,33;,
3;34,35,36;,
3;34,36,37;,
3;38,39,40;,
3;38,40,41;,
3;42,43,44;,
3;42,44,45;,
3;46,47,48;,
3;46,48,49;,
3;36,35,50;,
3;36,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;54,68,69;,
3;54,69,55;,
3;70,71,72;,
3;70,72,73;,
3;74,75,76;,
3;74,76,77;,
3;78,79,80;,
3;78,80,81;,
3;82,83,84;,
3;82,84,85;,
3;86,87,80;,
3;86,80,79;,
3;88,89,90;,
3;88,90,91;,
3;92,93,94;,
3;92,94,95;,
3;96,97,98;,
3;96,98,99;,
3;100,101,102;,
3;100,102,103;,
3;104,105,106;,
3;104,106,107;,
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;;
}
MeshMaterialList {
3;
88;
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,
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.328700;0.375850;0.283600;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intG_tex.png";
}
}
Material {
0.247800;0.266229;0.248600;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA1_tex.png";
}
}
Material {
0.367300;0.259913;0.265300;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA4_tex.png";
}
}
}
}
}
}