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

1072 lines
25 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 {
164;
4.000000;14.000000;32.000000;,
4.000000;45.000000;32.000000;,
4.000000;47.000000;30.000000;,
4.000000;14.000000;30.000000;,
6.000000;14.000000;32.000000;,
6.000000;45.000000;32.000000;,
6.000000;14.000000;30.000000;,
6.000000;47.000000;30.000000;,
-1.000000;14.000000;32.000000;,
-1.000000;45.000000;32.000000;,
-1.000000;47.000000;30.000000;,
-1.000000;14.000000;30.000000;,
1.000000;14.000000;32.000000;,
1.000000;45.000000;32.000000;,
1.000000;14.000000;30.000000;,
1.000000;47.000000;30.000000;,
-5.000000;21.000000;30.000000;,
-5.000000;36.000000;30.000000;,
-10.000000;36.000000;30.000000;,
-10.000000;21.000000;30.000000;,
-9.953000;9.900000;37.200000;,
-9.953000;11.900000;37.200000;,
-9.953000;11.900000;38.200000;,
-9.953000;9.900000;38.200000;,
-0.200000;9.900000;38.950000;,
-0.200000;10.900000;38.950000;,
-0.250000;10.900000;38.800000;,
-0.250000;9.900000;38.800000;,
-0.150000;9.900000;38.800000;,
-0.150000;10.900000;38.800000;,
-6.200000;9.900000;38.950000;,
-6.200000;10.900000;38.950000;,
-6.250000;10.900000;38.800000;,
-6.250000;9.900000;38.800000;,
-6.150000;9.900000;38.800000;,
-6.150000;10.900000;38.800000;,
-7.200000;9.900000;38.950000;,
-7.200000;10.900000;38.950000;,
-7.250000;10.900000;38.800000;,
-7.250000;9.900000;38.800000;,
-7.150000;9.900000;38.800000;,
-7.150000;10.900000;38.800000;,
5.800000;9.900000;38.950000;,
5.800000;10.900000;38.950000;,
5.750000;10.900000;38.800000;,
5.750000;9.900000;38.800000;,
5.850000;9.900000;38.800000;,
5.850000;10.900000;38.800000;,
5.825200;10.759000;38.806099;,
6.000000;10.824099;38.972998;,
-10.000000;10.824099;38.974701;,
-10.000000;10.760000;38.800000;,
5.831400;10.759000;36.991901;,
6.000000;10.824099;36.991901;,
-10.000000;10.900000;38.800000;,
5.825300;10.900000;38.798099;,
5.825300;10.900000;36.991901;,
-10.000000;9.900000;37.000000;,
-10.000000;9.900000;39.000000;,
6.000000;9.900000;39.000000;,
6.000000;9.900000;37.000000;,
6.000000;9.700000;39.000000;,
-10.000000;9.700000;39.000000;,
6.000000;9.900000;37.000000;,
6.000000;9.900000;39.000000;,
6.000000;9.700000;39.000000;,
6.000000;9.700000;37.000000;,
-10.000000;9.700000;37.000000;,
6.000000;9.700000;37.000000;,
9.983499;-5.000000;25.000000;,
9.983499;55.000000;25.000000;,
55.000000;55.000000;25.000000;,
55.000000;-5.000000;25.000000;,
-55.000000;-5.000000;25.000000;,
-55.000000;55.000000;25.000000;,
-10.016501;55.000000;25.000000;,
-10.016501;-5.000000;25.000000;,
-10.016501;7.700000;24.999000;,
-10.016501;12.700000;24.999000;,
9.983499;12.700000;24.999000;,
9.983499;7.700000;24.999000;,
-2.500000;8.900000;38.400000;,
-2.500000;9.700000;38.400000;,
-2.500000;9.700000;37.600000;,
-2.500000;9.700000;37.500000;,
2.500000;8.900000;38.400000;,
2.500000;9.700000;38.400000;,
-2.500000;9.700000;38.400000;,
-2.500000;8.900000;38.400000;,
2.500000;9.700000;37.600000;,
2.500000;9.700000;37.500000;,
-2.500000;9.700000;37.500000;,
5.700000;9.900000;37.107299;,
5.700000;11.900000;37.107299;,
4.700000;11.900000;37.107299;,
4.700000;9.900000;37.107299;,
-9.700000;9.900000;37.000000;,
-9.700000;9.900000;27.000000;,
-9.700000;13.300000;27.000000;,
-9.700000;13.300000;37.000000;,
4.800000;9.900000;27.000000;,
4.800000;9.900000;37.000000;,
4.800000;13.300000;37.000000;,
4.800000;13.300000;27.000000;,
4.800000;9.900000;27.000000;,
4.800000;13.300000;27.000000;,
4.800000;13.300000;37.000000;,
4.800000;9.900000;37.000000;,
0.500000;11.000000;37.111002;,
3.500000;11.000000;37.111002;,
3.500000;12.000000;37.111002;,
0.500000;12.000000;37.111002;,
-5.500000;11.000000;37.111002;,
-0.500000;11.000000;37.111002;,
-0.500000;12.000000;37.111002;,
-5.500000;12.000000;37.111002;,
-8.500000;11.000000;37.111002;,
-6.500000;11.000000;37.111002;,
-6.500000;12.000000;37.111002;,
-8.500000;12.000000;37.111002;,
9.983499;14.000000;30.000000;,
9.983499;48.000000;30.000000;,
-10.016501;48.000000;30.000000;,
-10.016501;14.000000;30.000000;,
9.983499;14.000000;30.000000;,
-10.016501;14.000000;30.000000;,
-10.016501;14.000000;37.000000;,
9.983499;14.000000;37.000000;,
-10.016501;14.000000;37.000000;,
-10.000000;9.700000;37.000000;,
9.983499;9.700000;37.000000;,
9.983499;14.000000;37.000000;,
-10.000000;2.000000;25.000000;,
-10.000000;2.000000;50.000000;,
10.000000;2.000000;50.000000;,
10.000000;2.000000;25.000000;,
-10.016501;7.700000;24.999000;,
9.983499;7.700000;24.999000;,
9.983499;9.700000;37.000000;,
-10.000000;9.700000;37.000000;,
10.000000;-5.000000;50.000000;,
10.000000;2.000000;50.000000;,
-10.000000;2.000000;50.000000;,
-10.000000;-5.000000;50.000000;,
-10.000000;-5.000000;25.000000;,
-10.000000;2.000000;25.000000;,
10.000000;2.000000;25.000000;,
10.000000;-5.000000;25.000000;,
9.983499;-5.000000;50.000000;,
9.983499;55.000000;50.000000;,
9.983499;55.000000;25.000000;,
9.983499;-5.000000;25.000000;,
55.000000;-5.000000;50.000000;,
55.000000;55.000000;50.000000;,
9.983499;55.000000;50.000000;,
9.983499;-5.000000;50.000000;,
-10.016501;-5.000000;50.000000;,
-10.016501;55.000000;50.000000;,
-55.000000;55.000000;50.000000;,
-55.000000;-5.000000;50.000000;,
-10.016501;-5.000000;25.000000;,
-10.016501;55.000000;25.000000;,
-10.016501;55.000000;50.000000;,
-10.016501;-5.000000;50.000000;;
106;
3;0,1,2;,
3;0,2,3;,
3;4,5,1;,
3;4,1,0;,
3;6,7,5;,
3;6,5,4;,
3;2,1,5;,
3;2,5,7;,
3;8,9,10;,
3;8,10,11;,
3;12,13,9;,
3;12,9,8;,
3;14,15,13;,
3;14,13,12;,
3;10,9,13;,
3;10,13,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,25;,
3;28,25,24;,
3;30,31,32;,
3;30,32,33;,
3;34,35,31;,
3;34,31,30;,
3;36,37,38;,
3;36,38,39;,
3;40,41,37;,
3;40,37,36;,
3;42,43,44;,
3;42,44,45;,
3;46,47,43;,
3;46,43,42;,
3;48,49,50;,
3;48,50,51;,
3;52,53,49;,
3;52,49,48;,
3;54,50,49;,
3;54,49,55;,
3;55,49,53;,
3;55,53,56;,
3;57,58,59;,
3;57,59,60;,
3;61,59,58;,
3;61,58,62;,
3;63,64,65;,
3;63,65,66;,
3;67,68,61;,
3;67,61,62;,
3;69,70,71;,
3;69,71,72;,
3;73,74,75;,
3;73,75,76;,
3;77,78,79;,
3;77,79,80;,
3;81,82,83;,
3;81,83,84;,
3;85,86,87;,
3;85,87,88;,
3;89,86,85;,
3;89,85,90;,
3;91,90,85;,
3;91,85,88;,
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;97,104,105;,
3;97,105,98;,
3;98,105,106;,
3;98,106,99;,
3;97,96,107;,
3;97,107,104;,
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;;
MeshTextureCoords {
164;
0.564077;0.498957;,
0.564077;0.848449;,
0.643428;0.870997;,
0.643428;0.498957;,
0.643428;0.498957;,
0.643428;0.848449;,
0.722779;0.498957;,
0.722779;0.870997;,
0.365700;0.498957;,
0.365700;0.848449;,
0.445051;0.870997;,
0.445051;0.498957;,
0.445051;0.498957;,
0.445051;0.848449;,
0.524402;0.498957;,
0.524402;0.870997;,
1.818130;0.791040;,
1.842220;3.289510;,
1.009010;3.297540;,
0.984922;0.799080;,
2.075280;0.961622;,
2.075280;2.028080;,
0.919719;2.028080;,
0.919719;0.961622;,
0.575375;0.616288;,
0.575375;0.671537;,
0.572613;0.671537;,
0.572613;0.616288;,
0.578138;0.616288;,
0.578138;0.671537;,
0.243883;0.616288;,
0.243883;0.671537;,
0.241121;0.671537;,
0.241121;0.616288;,
0.246646;0.616288;,
0.246646;0.671537;,
0.188635;0.616288;,
0.188635;0.671537;,
0.185872;0.671537;,
0.185872;0.616288;,
0.191397;0.616288;,
0.191397;0.671537;,
0.906867;0.616288;,
0.906867;0.671537;,
0.904105;0.671537;,
0.904105;0.616288;,
0.909630;0.616288;,
0.909630;0.671537;,
0.908262;0.663748;,
0.917916;0.667345;,
0.033938;0.667345;,
0.033938;0.663802;,
0.908601;0.663748;,
0.917916;0.667345;,
0.033938;0.671537;,
0.908263;0.671537;,
0.908263;0.671537;,
0.266050;0.994854;,
0.266050;1.307350;,
2.766060;1.307350;,
2.766060;0.994854;,
2.766060;1.307350;,
0.266050;1.307350;,
1.766060;0.994854;,
1.766060;1.307350;,
1.766060;1.307350;,
1.766060;0.994854;,
0.266050;0.994854;,
2.766060;0.994854;,
0.455242;2.929130;,
4.243310;6.717190;,
7.085410;3.875101;,
3.297340;0.087040;,
0.352540;3.031820;,
4.140610;6.819880;,
6.980620;3.979870;,
3.192553;0.191812;,
0.994361;1.993618;,
1.310033;2.309290;,
2.572720;1.046604;,
2.257050;0.730932;,
0.884860;1.317030;,
1.320010;1.752170;,
1.320010;1.752170;,
1.320010;1.752170;,
3.604530;0.597360;,
4.039680;1.032509;,
1.320010;3.752170;,
0.884860;3.317030;,
4.039680;1.032509;,
4.039680;1.032509;,
1.320010;3.752170;,
0.958372;0.063544;,
0.958372;0.948036;,
0.055457;0.948036;,
0.055457;0.063544;,
0.103940;0.106400;,
0.103940;0.106400;,
0.103940;0.686486;,
0.103940;0.686486;,
1.184110;0.106400;,
1.184110;0.106400;,
1.184110;0.686486;,
1.184110;0.686486;,
3.184110;0.106400;,
3.184110;0.686486;,
3.184110;0.686486;,
3.184110;0.106400;,
0.270678;0.294075;,
0.907954;0.294075;,
0.907954;0.464688;,
0.270678;0.464688;,
0.996120;0.294075;,
2.058252;0.294075;,
2.058252;0.464688;,
0.996120;0.464688;,
0.358850;0.294075;,
0.783700;0.294075;,
0.783700;0.464688;,
0.358850;0.464688;,
1.465940;0.491399;,
1.465940;2.603200;,
0.223708;2.603200;,
0.223708;0.491399;,
0.876806;0.362456;,
0.032925;0.362456;,
0.032925;0.657814;,
0.876806;0.657814;,
1.137285;0.967075;,
0.955851;0.966380;,
0.955851;0.123194;,
1.137285;0.123194;,
0.998240;0.594954;,
0.445880;0.594954;,
0.445880;0.351277;,
0.998240;0.351277;,
0.761367;1.053640;,
0.236456;1.053640;,
0.236456;0.461388;,
0.760934;0.461388;,
0.078291;0.244601;,
0.078291;0.128852;,
0.923617;0.128852;,
0.923617;0.244601;,
0.923616;0.244601;,
0.923616;0.128852;,
0.078291;0.128852;,
0.078291;0.244601;,
0.112198;0.863014;,
1.682870;0.863014;,
1.682870;0.208565;,
0.112198;0.208564;,
0.176310;1.244601;,
0.176310;0.252462;,
2.078987;0.252462;,
2.078987;1.244601;,
0.924313;1.244601;,
0.924313;0.252462;,
2.825600;0.252462;,
2.825600;1.244601;,
0.112198;0.208564;,
1.682870;0.208565;,
1.682870;0.863014;,
0.112198;0.863014;;
}
MeshNormals {
164;
-0.666667;0.000000;0.333333;,
-0.250000;0.176777;0.676777;,
-0.500000;0.353553;0.353553;,
-1.000000;0.000000;0.000000;,
0.333333;0.000000;0.666667;,
0.400000;0.282843;0.482843;,
1.000000;0.000000;0.000000;,
0.500000;0.353553;0.353553;,
-0.666667;0.000000;0.333333;,
-0.250000;0.176777;0.676777;,
-0.500000;0.353553;0.353553;,
-1.000000;0.000000;0.000000;,
0.333333;0.000000;0.666667;,
0.400000;0.282843;0.482843;,
1.000000;0.000000;0.000000;,
0.500000;0.353553;0.353553;,
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;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
-0.316228;0.000000;0.316225;,
0.316228;0.000000;0.316225;,
-0.948684;0.000000;0.316225;,
-0.948684;0.000000;0.316225;,
0.948684;0.000000;0.316225;,
0.948684;0.000000;0.316225;,
-0.316228;0.000000;0.316225;,
0.316229;0.000000;0.316224;,
-0.948684;0.000000;0.316226;,
-0.948684;0.000000;0.316226;,
0.948685;0.000000;0.316223;,
0.948685;0.000000;0.316223;,
-0.316228;0.000000;0.316225;,
0.316229;0.000000;0.316224;,
-0.948684;0.000000;0.316226;,
-0.948684;0.000000;0.316226;,
0.948685;0.000000;0.316223;,
0.948685;0.000000;0.316223;,
-0.316228;0.000000;0.316225;,
0.316229;0.000000;0.316224;,
-0.948684;0.000000;0.316226;,
-0.948684;0.000000;0.316226;,
0.948685;0.000000;0.316223;,
0.948685;0.000000;0.316223;,
0.115952;-0.935982;0.236331;,
0.184469;-0.008383;0.193511;,
-0.000037;-0.317759;0.368759;,
-0.000192;-0.938803;0.344454;,
0.354105;-0.935183;0.000595;,
0.385718;0.300494;0.000000;,
0.000045;0.917271;0.398263;,
0.265667;0.917240;0.132684;,
0.398477;0.917178;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;0.333333;0.666667;,
0.000000;0.666667;0.333333;,
0.000000;1.000000;0.000000;,
0.000000;-0.500000;0.500000;,
0.000000;-0.500000;0.500000;,
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;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;,
-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.333333;-0.249137;0.111879;,
0.500000;0.000000;0.500000;,
0.000000;0.000000;1.000000;,
0.000000;-0.373705;0.167818;,
1.000000;0.000000;0.000000;,
0.500000;-0.373705;-0.332182;,
0.000000;-0.747410;-0.664363;,
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.666667;0.333333;0.000000;,
0.200000;0.400000;0.400000;,
0.400000;-0.400000;0.200000;,
0.500000;-0.500000;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.500000;0.500000;,
0.000000;-0.333333;0.666667;,
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.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;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.986396;0.164386;,
0.000000;-0.986396;0.164386;,
0.000000;-0.986396;0.164386;,
0.000000;-0.986396;0.164386;,
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;,
-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;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;;
106;
3;0,1,2;,
3;0,2,3;,
3;4,5,1;,
3;4,1,0;,
3;6,7,5;,
3;6,5,4;,
3;2,1,5;,
3;2,5,7;,
3;8,9,10;,
3;8,10,11;,
3;12,13,9;,
3;12,9,8;,
3;14,15,13;,
3;14,13,12;,
3;10,9,13;,
3;10,13,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,25;,
3;28,25,24;,
3;30,31,32;,
3;30,32,33;,
3;34,35,31;,
3;34,31,30;,
3;36,37,38;,
3;36,38,39;,
3;40,41,37;,
3;40,37,36;,
3;42,43,44;,
3;42,44,45;,
3;46,47,43;,
3;46,43,42;,
3;48,49,50;,
3;48,50,51;,
3;52,53,49;,
3;52,49,48;,
3;54,50,49;,
3;54,49,55;,
3;55,49,53;,
3;55,53,56;,
3;57,58,59;,
3;57,59,60;,
3;61,59,58;,
3;61,58,62;,
3;63,64,65;,
3;63,65,66;,
3;67,68,61;,
3;67,61,62;,
3;69,70,71;,
3;69,71,72;,
3;73,74,75;,
3;73,75,76;,
3;77,78,79;,
3;77,79,80;,
3;81,82,83;,
3;81,83,84;,
3;85,86,87;,
3;85,87,88;,
3;89,86,85;,
3;89,85,90;,
3;91,90,85;,
3;91,85,88;,
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;97,104,105;,
3;97,105,98;,
3;98,105,106;,
3;98,106,99;,
3;97,96,107;,
3;97,107,104;,
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;;
}
MeshMaterialList {
12;
106;
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
2,
2,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
4,
4,
4,
4,
4,
4,
4,
4,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
6,
6,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
8,
8,
9,
9,
9,
9,
10,
10,
10,
10,
11,
11,
11,
11,
11,
11,
11,
11,
11,
11,
11,
11;
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.685700;0.542629;0.072800;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA2_tex.png";
}
}
Material {
0.893900;0.348307;0.299200;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genC3_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.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";
}
}
Material {
0.849000;0.489414;0.263400;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genC4_tex.png";
}
}
Material {
0.849000;0.608205;0.419300;1.000000;;
39.100000;
0.440800;0.330907;0.217700;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genC3_tex.png";
}
}
Material {
0.816500;0.790553;0.412600;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.800000;0.750000;0.700000;;
TextureFilename {
"genB1_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.444900;0.329081;0.386800;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intC_tex.png";
}
}
Material {
1.000000;1.000000;1.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intE_tex.png";
}
}
Material {
1.000000;0.642228;0.591800;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intC_tex.png";
}
}
}
}
}
}