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

950 lines
22 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 {
146;
0.000000;0.000000;33.402400;,
18.661400;0.722100;28.521098;,
18.213800;2.481600;-8.225500;,
47.584301;50.290099;29.591600;,
38.215402;22.940000;26.725901;,
27.900000;7.500000;49.998000;,
49.572899;50.290099;49.998000;,
47.584301;50.290099;29.591600;,
27.900000;7.500000;49.998000;,
38.215402;22.940000;26.725901;,
23.448200;4.500000;27.144099;,
27.900000;7.500000;49.998000;,
25.300000;3.700000;49.998000;,
23.448200;4.500000;27.144099;,
18.661400;0.722100;28.521098;,
25.300000;3.700000;49.998000;,
20.500000;0.500000;49.998000;,
46.241501;49.324198;11.849300;,
42.395200;31.740000;4.062100;,
38.215402;22.940000;26.725901;,
47.584301;50.290099;29.591600;,
42.395200;31.740000;4.062100;,
24.377800;5.863400;-0.273000;,
23.448200;4.500000;27.144099;,
38.215402;22.940000;26.725901;,
24.377800;5.863400;-0.273000;,
23.448200;4.500000;27.144099;,
48.213798;48.321200;-11.956400;,
28.603200;7.500000;-24.959699;,
28.603200;7.500000;-24.959699;,
25.194901;2.900000;-28.266000;,
28.603200;7.500000;-24.959699;,
21.354299;1.296000;-33.402499;,
49.572899;50.290099;-50.002000;,
27.900000;7.500000;-50.002000;,
28.603200;7.500000;-24.959699;,
48.213798;48.321200;-11.956400;,
28.603200;7.500000;-24.959699;,
27.900000;7.500000;-50.002000;,
25.194901;2.900000;-28.266000;,
25.300000;3.700000;-50.002000;,
20.500000;0.500000;-50.002000;,
21.354299;1.296000;-33.402499;,
0.000000;0.000000;49.998000;,
0.000000;0.000000;33.402400;,
0.000000;0.000000;8.254000;,
0.000000;0.000000;-33.402598;,
0.000000;0.000000;-33.402598;,
20.500000;0.500000;-50.002000;,
0.000000;0.000000;-50.002000;,
0.000000;0.000000;-33.402598;,
0.000000;0.000000;-33.402598;,
-18.661400;0.722100;-28.521098;,
-18.100000;1.805400;8.254000;,
-47.584301;50.290099;-29.591600;,
-38.215402;22.940000;-26.725901;,
-27.900000;7.500000;-50.002000;,
-49.572899;50.290099;-50.002000;,
-23.448200;4.500000;-27.144099;,
-25.300000;3.700000;-50.002000;,
-20.500000;0.500000;-50.002000;,
-49.246499;50.290099;-10.976700;,
-42.395200;31.740000;-4.062100;,
-23.700301;5.300000;0.276500;,
-49.806198;46.770099;12.832501;,
-28.603200;7.500000;24.959699;,
-42.395200;31.740000;-4.062100;,
-49.246499;50.290099;-10.976700;,
-23.824699;3.985100;28.144099;,
-23.700301;5.300000;0.276500;,
-18.100000;1.805400;8.254000;,
-21.354299;1.296000;33.402499;,
-49.572899;50.290099;49.998000;,
-27.900000;7.500000;49.998000;,
-25.300000;3.700000;49.998000;,
-23.824699;3.985100;28.144099;,
-20.500000;0.500000;49.998000;,
-21.354299;1.296000;33.402499;,
-25.300000;3.700000;49.998000;,
0.000000;0.000000;-50.002000;,
-18.100000;1.805400;8.254000;,
0.000000;0.000000;8.254000;,
-18.100000;1.805400;8.254000;,
-22.500000;4.500000;0.000000;,
-22.500000;4.500000;-50.000000;,
-22.792901;5.207100;-50.000000;,
-22.792901;5.207100;0.000000;,
-23.500000;5.500000;-50.000000;,
-23.500000;5.500000;0.000000;,
-24.207099;5.207100;-50.000000;,
-24.207099;5.207100;0.000000;,
-23.500000;3.500000;0.000000;,
-23.500000;3.500000;-50.000000;,
-22.792901;3.792900;-50.000000;,
-22.792901;3.792900;0.000000;,
-24.000000;7.500000;0.000000;,
-24.000000;7.500000;-50.000000;,
-24.292901;8.207100;-50.000000;,
-24.292901;8.207100;0.000000;,
-25.000000;8.500000;-50.000000;,
-25.000000;8.500000;0.000000;,
-25.707099;8.207100;-50.000000;,
-25.707099;8.207100;0.000000;,
-25.000000;6.500000;0.000000;,
-25.000000;6.500000;-50.000000;,
-24.292901;6.792900;-50.000000;,
-24.292901;6.792900;0.000000;,
26.000000;8.500000;-50.000000;,
27.414198;7.914200;0.000000;,
27.414198;7.914200;-50.000000;,
26.000000;8.500000;0.000000;,
24.585800;7.914200;-50.000000;,
24.585800;7.914200;0.000000;,
24.000000;6.500000;-50.000000;,
24.000000;6.500000;0.000000;,
24.585800;5.085800;-50.000000;,
24.585800;5.085800;0.000000;,
-22.500000;4.500000;50.000000;,
-22.500000;4.500000;0.000000;,
-22.792901;5.207100;0.000000;,
-22.792901;5.207100;50.000000;,
-23.500000;5.500000;0.000000;,
-23.500000;5.500000;50.000000;,
-24.207099;5.207100;50.000000;,
-23.500000;3.500000;50.000000;,
-22.792901;3.792900;0.000000;,
-22.792901;3.792900;50.000000;,
-24.000000;7.500000;50.000000;,
-24.000000;7.500000;0.000000;,
-24.292901;8.207100;0.000000;,
-24.292901;8.207100;50.000000;,
-25.000000;8.500000;0.000000;,
-25.000000;8.500000;50.000000;,
-25.707099;8.207100;50.000000;,
-25.000000;6.500000;50.000000;,
-24.292901;6.792900;0.000000;,
-24.292901;6.792900;50.000000;,
26.000000;8.500000;0.000000;,
27.414198;7.914200;50.000000;,
26.000000;8.500000;50.000000;,
24.585800;7.914200;0.000000;,
24.585800;7.914200;50.000000;,
24.000000;6.500000;0.000000;,
24.000000;6.500000;50.000000;,
24.585800;5.085800;0.000000;,
24.585800;5.085800;50.000000;;
120;
3;0,1,2;,
3;3,4,5;,
3;6,7,8;,
3;9,10,11;,
3;12,11,10;,
3;13,14,15;,
3;16,15,14;,
3;17,18,19;,
3;20,17,19;,
3;21,22,23;,
3;24,21,23;,
3;25,2,26;,
3;1,26,2;,
3;27,28,18;,
3;17,27,18;,
3;29,30,25;,
3;21,31,22;,
3;25,30,2;,
3;32,2,30;,
3;33,34,35;,
3;36,33,35;,
3;37,38,39;,
3;40,39,38;,
3;39,41,42;,
3;40,41,39;,
3;14,43,16;,
3;14,44,43;,
3;2,45,0;,
3;32,45,2;,
3;32,46,45;,
3;41,47,42;,
3;48,49,50;,
3;51,52,53;,
3;54,55,56;,
3;57,54,56;,
3;55,58,56;,
3;59,56,58;,
3;58,52,59;,
3;60,59,52;,
3;61,62,55;,
3;54,61,55;,
3;62,63,58;,
3;55,62,58;,
3;63,53,58;,
3;52,58,53;,
3;64,65,66;,
3;67,64,66;,
3;65,68,69;,
3;66,65,69;,
3;69,68,70;,
3;71,70,68;,
3;72,73,65;,
3;64,72,65;,
3;65,73,68;,
3;74,68,73;,
3;75,76,77;,
3;78,76,75;,
3;52,79,60;,
3;52,51,79;,
3;80,45,46;,
3;77,81,82;,
3;77,44,81;,
3;76,44,77;,
3;76,43,44;,
3;83,84,85;,
3;85,86,83;,
3;86,85,87;,
3;87,88,86;,
3;88,87,89;,
3;89,90,88;,
3;91,92,93;,
3;93,94,91;,
3;94,93,84;,
3;84,83,94;,
3;95,96,97;,
3;97,98,95;,
3;98,97,99;,
3;99,100,98;,
3;100,99,101;,
3;101,102,100;,
3;103,104,105;,
3;105,106,103;,
3;106,105,96;,
3;96,95,106;,
3;107,108,109;,
3;107,110,108;,
3;111,110,107;,
3;111,112,110;,
3;113,112,111;,
3;113,114,112;,
3;115,114,113;,
3;115,116,114;,
3;117,118,119;,
3;119,120,117;,
3;120,119,121;,
3;121,122,120;,
3;122,121,90;,
3;90,123,122;,
3;124,91,125;,
3;125,126,124;,
3;126,125,118;,
3;118,117,126;,
3;127,128,129;,
3;129,130,127;,
3;130,129,131;,
3;131,132,130;,
3;132,131,102;,
3;102,133,132;,
3;134,103,135;,
3;135,136,134;,
3;136,135,128;,
3;128,127,136;,
3;137,138,108;,
3;137,139,138;,
3;140,139,137;,
3;140,141,139;,
3;142,141,140;,
3;142,143,141;,
3;144,143,142;,
3;144,145,143;;
MeshTextureCoords {
146;
0.699418;1.650922;,
0.410477;1.517376;,
0.686373;0.794960;,
0.173560;0.281110;,
1.319759;0.354611;,
1.825629;0.890698;,
0.957173;0.674995;,
1.173560;0.281110;,
2.825629;0.890698;,
0.319759;0.354611;,
1.210581;0.466035;,
0.825629;0.890698;,
1.002681;0.911138;,
0.210581;0.466035;,
0.410477;0.517376;,
0.002681;0.911138;,
0.194774;0.933313;,
0.389453;0.941853;,
1.144015;0.869122;,
1.319759;1.354611;,
0.173560;1.281110;,
0.144015;0.869122;,
1.393831;0.924421;,
1.210581;1.466035;,
0.319759;1.354611;,
0.393831;0.924421;,
0.210581;1.466035;,
0.606623;0.478284;,
2.488579;0.428636;,
0.488579;0.428636;,
0.736955;0.389444;,
1.488579;0.428636;,
0.903090;0.303192;,
0.857046;0.726284;,
2.725503;0.941987;,
2.488579;1.428636;,
0.606623;1.478284;,
0.488579;1.428636;,
0.725503;0.941987;,
0.736955;1.389444;,
0.902555;0.962426;,
1.094647;0.984601;,
0.903090;1.303192;,
0.550077;0.974327;,
0.699418;0.650922;,
0.925724;1.160848;,
1.300584;0.349074;,
1.300584;1.349074;,
0.094647;0.984601;,
0.449950;1.025615;,
0.300584;1.349074;,
0.300584;0.349074;,
0.589523;0.482624;,
0.287610;1.202622;,
2.826440;0.718890;,
1.680241;0.645389;,
1.174371;0.109302;,
3.042827;0.325005;,
0.789419;0.533965;,
0.997319;0.088862;,
0.805226;0.066687;,
2.686304;1.084804;,
1.855985;1.130878;,
0.575077;1.072060;,
2.356930;0.535491;,
0.511421;0.571364;,
1.855985;0.130878;,
2.686304;0.084804;,
0.279904;0.610000;,
0.575077;0.072060;,
0.287610;0.202622;,
0.096910;0.696808;,
2.142981;1.273658;,
0.274524;1.057955;,
0.097472;1.037516;,
1.279904;0.610000;,
0.905380;1.015340;,
1.096910;0.696808;,
1.097472;1.037516;,
0.449950;0.025615;,
1.287610;1.202622;,
0.925724;0.160848;,
1.287610;0.202622;,
0.893232;1.279932;,
0.893232;0.279932;,
0.887374;0.279932;,
0.887374;1.279932;,
0.873232;0.279932;,
0.873232;1.279932;,
0.859090;0.279932;,
0.859090;1.279932;,
0.873232;1.279931;,
0.873232;0.279931;,
0.887374;0.279931;,
0.887374;1.279932;,
0.863232;1.279933;,
0.863232;0.279933;,
0.857374;0.279934;,
0.857374;1.279934;,
0.843232;0.279934;,
0.843232;1.279934;,
0.829090;0.279934;,
0.829090;1.279934;,
0.843232;1.279933;,
0.843232;0.279933;,
0.857374;0.279933;,
0.857374;1.279933;,
1.863232;0.279934;,
1.891516;1.279934;,
1.891516;0.279934;,
1.863232;1.279934;,
1.834948;0.279934;,
1.834948;1.279934;,
1.823232;0.279933;,
1.823232;1.279933;,
1.834948;0.279932;,
1.834948;1.279932;,
0.893232;2.279932;,
0.893232;1.279932;,
0.887374;1.279932;,
0.887374;2.279932;,
0.873232;1.279932;,
0.873232;2.279932;,
0.859090;2.279932;,
0.873232;2.279931;,
0.887374;1.279932;,
0.887374;2.279932;,
0.863232;2.279933;,
0.863232;1.279933;,
0.857374;1.279934;,
0.857374;2.279934;,
0.843232;1.279934;,
0.843232;2.279934;,
0.829090;2.279934;,
0.843232;2.279933;,
0.857374;1.279933;,
0.857374;2.279933;,
1.863232;1.279934;,
1.891516;2.279934;,
1.863232;2.279934;,
1.834948;1.279934;,
1.834948;2.279934;,
1.823232;1.279933;,
1.823232;2.279933;,
1.834948;1.279932;,
1.834948;2.279932;;
}
MeshNormals {
146;
-0.080525;0.994673;0.024064;,
-0.318440;0.894483;0.046708;,
-0.304558;0.928179;-0.020156;,
-0.923290;0.335813;-0.186453;,
-0.923290;0.335813;-0.186453;,
-0.923290;0.335813;-0.186453;,
-0.888746;0.450144;0.086608;,
-0.888746;0.450144;0.086608;,
-0.888746;0.450144;0.086608;,
-0.777895;0.624534;0.069547;,
-0.800061;0.593555;0.077932;,
-0.800061;0.593555;0.077932;,
-0.822227;0.562576;0.086316;,
-0.604012;0.793275;0.076710;,
-0.305222;0.905724;0.036285;,
-0.578921;0.812010;0.066357;,
-0.289105;0.915185;0.034214;,
-0.958528;0.272274;-0.039365;,
-0.945961;0.301893;-0.026929;,
-0.955896;0.282982;-0.013838;,
-0.946369;0.318495;0.054286;,
-0.801651;0.591502;-0.000126;,
-0.814665;0.575561;-0.049692;,
-0.798166;0.597365;0.049795;,
-0.775623;0.623383;0.099005;,
-0.547142;0.806553;-0.057440;,
-0.558482;0.826268;0.035499;,
-0.936230;0.329104;0.000587;,
-0.908668;0.407350;0.091593;,
-0.768404;0.633675;-0.089511;,
-0.475052;0.837072;-0.093031;,
-0.808620;0.579775;-0.099968;,
-0.182526;0.976540;-0.050567;,
-0.895979;0.443597;0.007712;,
-0.891818;0.451700;0.025043;,
-0.895979;0.443597;0.007712;,
-0.900141;0.435493;-0.009618;,
-0.811035;0.584555;0.022774;,
-0.818113;0.574580;0.019782;,
-0.636377;0.728863;0.010235;,
-0.689837;0.698165;0.022361;,
-0.323267;0.921152;-0.014443;,
-0.207658;0.965866;-0.035629;,
-0.012888;0.999527;0.004142;,
0.026704;0.998571;0.011178;,
-0.073366;0.990475;-0.017659;,
0.019337;0.996613;0.000000;,
-0.060518;0.997166;-0.044703;,
-0.024383;0.999703;0.000000;,
-0.024383;0.999703;0.000000;,
-0.024383;0.999703;0.000000;,
0.034752;0.999165;-0.014951;,
0.310855;0.901845;-0.034604;,
0.397735;0.874598;-0.027281;,
0.917337;0.372247;0.061255;,
0.870041;0.454346;0.027053;,
0.853042;0.493267;-0.014001;,
0.888747;0.450145;-0.086591;,
0.708475;0.686396;-0.056111;,
0.660024;0.728865;-0.072997;,
0.289106;0.915185;-0.034208;,
0.936694;0.344001;0.058689;,
0.842080;0.518962;-0.024953;,
0.683081;0.705954;-0.014316;,
0.898042;0.433692;-0.000577;,
0.772906;0.597638;0.004730;,
0.870790;0.474695;0.051675;,
0.925705;0.370425;0.076526;,
0.622408;0.765056;0.045580;,
0.620383;0.759205;0.063978;,
0.557286;0.821958;0.070320;,
0.630913;0.769737;0.097234;,
0.888486;0.457185;-0.037212;,
0.771732;0.605102;0.007022;,
0.823670;0.563564;0.062956;,
0.648174;0.750565;0.021086;,
0.345312;0.874499;0.021721;,
0.240647;0.914974;0.017906;,
0.554054;0.831081;0.048245;,
0.031524;0.999439;-0.006211;,
0.099253;0.995062;0.000000;,
0.079889;0.996342;0.016491;,
0.099199;0.994521;0.032981;,
0.923875;0.127565;0.000000;,
0.923875;-0.127565;0.000000;,
0.743481;0.563088;0.000000;,
0.563088;0.743481;0.000000;,
0.127565;0.923875;0.000000;,
-0.127565;0.923875;0.000000;,
-0.382694;0.923875;0.000000;,
-0.382694;0.923875;0.000000;,
0.382694;-0.923875;0.000000;,
0.382694;-0.923875;0.000000;,
0.563088;-0.743481;0.000000;,
0.743481;-0.563088;0.000000;,
0.923875;0.127565;0.000000;,
0.923875;-0.127565;0.000000;,
0.743481;0.563088;0.000000;,
0.563088;0.743481;0.000000;,
0.127565;0.923875;0.000000;,
-0.127565;0.923875;0.000000;,
-0.382694;0.923875;0.000000;,
-0.382694;0.923875;0.000000;,
0.382694;-0.923875;0.000000;,
0.382694;-0.923875;0.000000;,
0.563088;-0.743481;0.000000;,
0.743481;-0.563088;0.000000;,
0.127565;0.923875;0.000000;,
0.382694;0.923875;0.000000;,
0.382694;0.923875;0.000000;,
-0.127565;0.923875;0.000000;,
-0.563088;0.743481;0.000000;,
-0.743481;0.563088;0.000000;,
-0.923875;0.127565;0.000000;,
-0.923875;-0.127565;0.000000;,
-0.923875;-0.382694;0.000000;,
-0.923875;-0.382694;0.000000;,
0.923875;0.127565;0.000000;,
0.923875;-0.127565;0.000000;,
0.743481;0.563088;0.000000;,
0.563088;0.743481;0.000000;,
0.127565;0.923875;0.000000;,
-0.127565;0.923875;0.000000;,
-0.382694;0.923875;0.000000;,
0.382694;-0.923875;0.000000;,
0.563088;-0.743481;0.000000;,
0.743481;-0.563088;0.000000;,
0.923875;0.127565;0.000000;,
0.923875;-0.127565;0.000000;,
0.743481;0.563088;0.000000;,
0.563088;0.743481;0.000000;,
0.127565;0.923875;0.000000;,
-0.127565;0.923875;0.000000;,
-0.382694;0.923875;0.000000;,
0.382694;-0.923875;0.000000;,
0.563088;-0.743481;0.000000;,
0.743481;-0.563088;0.000000;,
0.127565;0.923875;0.000000;,
0.382694;0.923875;0.000000;,
-0.127565;0.923875;0.000000;,
-0.563088;0.743481;0.000000;,
-0.743481;0.563088;0.000000;,
-0.923875;0.127565;0.000000;,
-0.923875;-0.127565;0.000000;,
-0.923875;-0.382694;0.000000;,
-0.923875;-0.382694;0.000000;;
120;
3;0,1,2;,
3;3,4,5;,
3;6,7,8;,
3;9,10,11;,
3;12,11,10;,
3;13,14,15;,
3;16,15,14;,
3;17,18,19;,
3;20,17,19;,
3;21,22,23;,
3;24,21,23;,
3;25,2,26;,
3;1,26,2;,
3;27,28,18;,
3;17,27,18;,
3;29,30,25;,
3;21,31,22;,
3;25,30,2;,
3;32,2,30;,
3;33,34,35;,
3;36,33,35;,
3;37,38,39;,
3;40,39,38;,
3;39,41,42;,
3;40,41,39;,
3;14,43,16;,
3;14,44,43;,
3;2,45,0;,
3;32,45,2;,
3;32,46,45;,
3;41,47,42;,
3;48,49,50;,
3;51,52,53;,
3;54,55,56;,
3;57,54,56;,
3;55,58,56;,
3;59,56,58;,
3;58,52,59;,
3;60,59,52;,
3;61,62,55;,
3;54,61,55;,
3;62,63,58;,
3;55,62,58;,
3;63,53,58;,
3;52,58,53;,
3;64,65,66;,
3;67,64,66;,
3;65,68,69;,
3;66,65,69;,
3;69,68,70;,
3;71,70,68;,
3;72,73,65;,
3;64,72,65;,
3;65,73,68;,
3;74,68,73;,
3;75,76,77;,
3;78,76,75;,
3;52,79,60;,
3;52,51,79;,
3;80,45,46;,
3;77,81,82;,
3;77,44,81;,
3;76,44,77;,
3;76,43,44;,
3;83,84,85;,
3;85,86,83;,
3;86,85,87;,
3;87,88,86;,
3;88,87,89;,
3;89,90,88;,
3;91,92,93;,
3;93,94,91;,
3;94,93,84;,
3;84,83,94;,
3;95,96,97;,
3;97,98,95;,
3;98,97,99;,
3;99,100,98;,
3;100,99,101;,
3;101,102,100;,
3;103,104,105;,
3;105,106,103;,
3;106,105,96;,
3;96,95,106;,
3;107,108,109;,
3;107,110,108;,
3;111,110,107;,
3;111,112,110;,
3;113,112,111;,
3;113,114,112;,
3;115,114,113;,
3;115,116,114;,
3;117,118,119;,
3;119,120,117;,
3;120,119,121;,
3;121,122,120;,
3;122,121,90;,
3;90,123,122;,
3;124,91,125;,
3;125,126,124;,
3;126,125,118;,
3;118,117,126;,
3;127,128,129;,
3;129,130,127;,
3;130,129,131;,
3;131,132,130;,
3;132,131,102;,
3;102,133,132;,
3;134,103,135;,
3;135,136,134;,
3;136,135,128;,
3;128,127,136;,
3;137,138,108;,
3;137,139,138;,
3;140,139,137;,
3;140,141,139;,
3;142,141,140;,
3;142,143,141;,
3;144,143,142;,
3;144,145,143;;
}
MeshMaterialList {
2;
120;
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,
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;
Material {
0.804100;0.492341;0.346900;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"softer_intB_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";
}
}
}
}
}
}