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

915 lines
21 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 {
144;
-9.000000;4.500000;-0.700000;,
-11.700000;4.975000;-1.000000;,
-9.300000;7.575000;-1.000000;,
-7.500000;6.000000;-0.700000;,
-11.700000;4.975000;1.000000;,
-9.000000;4.500000;0.700000;,
-7.500000;6.000000;0.700000;,
-9.300000;7.575000;1.000000;,
9.000000;4.500000;0.700000;,
11.700000;4.975000;1.000000;,
9.300000;7.575000;1.000000;,
7.500000;6.000000;0.700000;,
11.700000;4.975000;-1.000000;,
9.000000;4.500000;-0.700000;,
7.500000;6.000000;-0.700000;,
9.300000;7.575000;-1.000000;,
-9.000000;4.000000;-1.500000;,
-9.000000;4.500000;-1.500000;,
-9.000000;4.500000;-0.700000;,
-9.000000;4.500000;0.700000;,
-9.000000;4.500000;1.500000;,
-9.000000;4.000000;1.500000;,
9.000000;4.500000;-0.700000;,
9.000000;4.500000;-1.500000;,
9.000000;4.000000;-1.500000;,
9.000000;4.000000;1.500000;,
9.000000;4.500000;1.500000;,
9.000000;4.500000;0.700000;,
-7.500000;6.000000;-0.700000;,
7.500000;6.000000;-0.700000;,
7.500000;6.000000;0.700000;,
-7.500000;6.000000;0.700000;,
7.500000;6.000000;0.700000;,
9.300000;7.575000;1.000000;,
-9.300000;7.575000;1.000000;,
-7.500000;6.000000;0.700000;,
9.300000;7.575000;-1.000000;,
7.500000;6.000000;-0.700000;,
-7.500000;6.000000;-0.700000;,
-9.300000;7.575000;-1.000000;,
-9.000000;4.000000;-1.500000;,
-11.700000;4.000000;-1.500000;,
-11.700000;4.975000;-1.500000;,
-9.000000;4.500000;-1.500000;,
-11.700000;4.000000;1.500000;,
-9.000000;4.000000;1.500000;,
-9.000000;4.500000;1.500000;,
-11.700000;4.975000;1.500000;,
11.700000;4.000000;1.500000;,
11.700000;4.975000;1.500000;,
11.700000;4.000000;-1.500000;,
11.700000;4.975000;-1.500000;,
7.500000;6.000000;-0.700000;,
7.500000;6.000000;0.700000;,
-10.250000;1.212500;-1.500000;,
-10.250000;1.212500;1.500000;,
-9.000000;1.212500;1.000000;,
-9.000000;1.212500;-1.000000;,
-9.000000;0.762500;-1.000000;,
-10.250000;0.162500;-1.500000;,
-10.250000;0.162500;1.500000;,
-9.000000;0.762500;1.000000;,
-9.000000;1.212500;-1.000000;,
-9.000000;1.212500;1.000000;,
-9.000000;0.762500;1.000000;,
-9.000000;0.762500;-1.000000;,
9.000000;0.762500;1.000000;,
9.000000;0.762500;-1.000000;,
9.000000;1.212500;1.000000;,
9.000000;0.762500;1.000000;,
10.250000;0.162500;1.500000;,
10.250000;1.212500;1.500000;,
9.000000;1.212500;-1.000000;,
10.250000;1.212500;-1.500000;,
9.000000;0.762500;-1.000000;,
10.250000;0.162500;-1.500000;,
-9.031201;1.220000;0.925000;,
-9.312500;1.220000;1.065600;,
-9.312500;1.220000;0.784400;,
9.031201;1.220000;-0.925000;,
9.312500;1.220000;-1.065600;,
9.312500;1.220000;-0.784400;,
9.031201;1.220000;0.925000;,
9.312500;1.220000;0.784400;,
9.312500;1.220000;1.065600;,
10.250000;0.162500;1.500000;,
9.000000;0.762500;1.000000;,
-9.000000;0.762500;1.000000;,
-10.250000;0.162500;1.500000;,
-10.250000;0.162500;-1.500000;,
-9.000000;0.762500;-1.000000;,
9.000000;0.762500;-1.000000;,
10.250000;0.162500;-1.500000;,
-9.500000;2.200000;0.000000;,
-11.100000;2.200000;-0.300000;,
-11.100000;4.100000;-0.300000;,
-9.500000;4.100000;0.000000;,
-11.100000;4.100000;0.300000;,
-11.100000;2.200000;0.300000;,
9.500000;2.200000;0.000000;,
9.500000;4.100000;0.000000;,
11.100000;4.100000;-0.300000;,
11.100000;2.200000;-0.300000;,
11.100000;2.200000;0.300000;,
11.100000;4.100000;0.300000;,
-9.031201;1.220000;0.925000;,
-9.031201;4.000000;0.925000;,
-9.312500;4.000000;1.065600;,
-9.312500;1.220000;1.065600;,
-9.312500;1.220000;0.784400;,
-9.312500;4.000000;0.784400;,
9.031201;1.220000;-0.925000;,
9.031201;4.000000;-0.925000;,
9.312500;4.000000;-1.065600;,
9.312500;1.220000;-1.065600;,
9.312500;1.220000;-0.784400;,
9.312500;4.000000;-0.784400;,
9.031201;1.220000;0.925000;,
9.312500;1.220000;1.065600;,
9.312500;4.000000;1.065600;,
9.031201;4.000000;0.925000;,
9.312500;1.220000;0.784400;,
9.312500;4.000000;0.784400;,
-9.031201;1.220000;-0.925000;,
-9.312500;1.220000;-1.065600;,
-9.312500;4.000000;-1.065600;,
-9.031201;4.000000;-0.925000;,
-9.312500;1.220000;-0.784400;,
-9.312500;4.000000;-0.784400;,
9.550000;1.149200;0.000000;,
9.550000;2.200000;0.000000;,
11.050000;2.200000;-0.225000;,
11.050000;1.149200;-0.225000;,
11.050000;1.149200;0.225000;,
11.050000;2.200000;0.225000;,
-9.550000;1.149200;0.000000;,
-11.050000;1.149200;-0.225000;,
-11.050000;2.200000;-0.225000;,
-9.550000;2.200000;0.000000;,
-11.050000;2.200000;0.225000;,
-11.050000;1.149200;0.225000;,
-9.031201;1.220000;-0.925000;,
-9.312500;1.220000;-0.784400;,
-9.312500;1.220000;-1.065600;;
92;
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;16,19,20;,
3;16,20,21;,
3;22,23,24;,
3;22,24,25;,
3;22,25,26;,
3;22,26,27;,
3;28,29,30;,
3;28,30,31;,
3;32,33,34;,
3;32,34,35;,
3;36,37,38;,
3;36,38,39;,
3;40,41,42;,
3;40,42,43;,
3;44,45,46;,
3;44,46,47;,
3;19,18,38;,
3;19,38,35;,
3;25,48,49;,
3;25,49,26;,
3;50,24,23;,
3;50,23,51;,
3;52,22,27;,
3;52,27,53;,
3;54,55,56;,
3;54,56,57;,
3;57,58,59;,
3;57,59,54;,
3;55,60,61;,
3;55,61,56;,
3;62,63,64;,
3;62,64,65;,
3;65,64,66;,
3;65,66,67;,
3;68,69,70;,
3;68,70,71;,
3;72,68,71;,
3;72,71,73;,
3;74,69,68;,
3;74,68,72;,
3;73,75,74;,
3;73,74,72;,
3;76,77,78;,
3;79,80,81;,
3;82,83,84;,
3;85,86,87;,
3;85,87,88;,
3;89,90,91;,
3;89,91,92;,
3;93,94,95;,
3;93,95,96;,
3;93,96,97;,
3;93,97,98;,
3;99,100,101;,
3;99,101,102;,
3;99,103,104;,
3;99,104,100;,
3;105,106,107;,
3;105,107,108;,
3;109,110,106;,
3;109,106,105;,
3;111,112,113;,
3;111,113,114;,
3;115,116,112;,
3;115,112,111;,
3;117,118,119;,
3;117,119,120;,
3;121,117,120;,
3;121,120,122;,
3;123,124,125;,
3;123,125,126;,
3;127,123,126;,
3;127,126,128;,
3;129,130,131;,
3;129,131,132;,
3;129,133,134;,
3;129,134,130;,
3;135,136,137;,
3;135,137,138;,
3;135,138,139;,
3;135,139,140;,
3;141,142,143;;
MeshTextureCoords {
144;
0.515349;0.772673;,
0.522503;0.707482;,
0.522503;0.765430;,
0.515349;0.808891;,
0.474807;0.707482;,
0.481961;0.772673;,
0.481961;0.808891;,
0.474807;0.765430;,
0.481961;0.207283;,
0.474807;0.272475;,
0.474807;0.214527;,
0.481961;0.171066;,
0.522503;0.272475;,
0.515349;0.207283;,
0.515349;0.171066;,
0.522503;0.214527;,
0.538950;0.796405;,
0.538950;0.876034;,
0.538950;1.003440;,
0.538950;1.226400;,
0.538950;1.353810;,
0.538950;1.274180;,
3.487830;1.003440;,
3.487830;0.876034;,
3.487830;0.796405;,
3.487830;1.274180;,
3.487830;1.353810;,
3.487830;1.226400;,
0.034690;1.242330;,
4.992090;1.242330;,
4.992090;1.465290;,
0.034690;1.465290;,
5.992090;1.465290;,
6.586980;1.763900;,
0.439800;1.763900;,
1.034690;1.465290;,
6.586980;1.445380;,
5.992090;1.242330;,
1.034690;1.242330;,
0.439800;1.445380;,
1.538950;0.796405;,
0.646620;0.796405;,
0.646620;0.951682;,
1.538950;0.876034;,
0.646620;1.274180;,
1.538950;1.274180;,
1.538950;1.353810;,
0.646620;1.429450;,
4.380160;1.274180;,
4.380160;1.429450;,
4.380160;0.796405;,
4.380160;0.951682;,
2.992090;1.242330;,
2.992090;1.465290;,
0.729140;0.133603;,
0.729140;0.895024;,
1.046400;0.768121;,
1.046400;0.260507;,
1.046400;0.260507;,
0.729140;0.133603;,
0.729140;0.895024;,
1.046400;0.768121;,
0.046400;0.260507;,
0.046400;0.768121;,
0.046400;0.768121;,
0.046400;0.260507;,
4.614930;0.768121;,
4.614930;0.260507;,
2.614930;0.768121;,
2.614930;0.768121;,
2.932190;0.895024;,
2.932190;0.895024;,
2.614930;0.260507;,
2.932190;0.133603;,
2.614930;0.260507;,
2.932190;0.133603;,
1.038470;0.749085;,
0.967080;0.784778;,
0.967080;0.713395;,
2.622860;0.279542;,
2.694240;0.243849;,
2.694240;0.315233;,
2.622860;0.749085;,
2.694240;0.713395;,
2.694240;0.784778;,
6.213850;0.999482;,
5.869650;0.839021;,
0.913240;0.839021;,
0.569050;0.999482;,
0.569050;0.036715;,
0.913240;0.197177;,
5.869650;0.197177;,
6.213850;0.036715;,
0.806820;0.442164;,
0.222880;0.442164;,
0.222880;1.135590;,
0.806820;1.135590;,
0.222880;1.135590;,
0.222880;0.442164;,
4.741130;0.442164;,
4.741130;1.135590;,
5.325070;1.135590;,
5.325070;0.442164;,
5.325070;0.442164;,
5.325070;1.135590;,
0.980821;0.414103;,
0.977064;0.537399;,
0.964949;0.536131;,
0.968706;0.412835;,
0.965676;0.414109;,
0.961920;0.537405;,
0.836226;0.463015;,
0.832469;0.586311;,
0.844584;0.587579;,
0.848341;0.464283;,
0.851370;0.463009;,
0.847614;0.586305;,
0.856152;0.454633;,
0.871296;0.454627;,
0.867540;0.577923;,
0.852395;0.577929;,
0.868267;0.455901;,
0.864510;0.579197;,
0.960895;0.422485;,
0.945751;0.422491;,
0.941994;0.545787;,
0.957138;0.545781;,
0.948780;0.421217;,
0.945023;0.544513;,
0.871424;0.456846;,
0.870004;0.503452;,
0.940272;0.507837;,
0.941693;0.461231;,
0.946540;0.459193;,
0.945119;0.505798;,
0.945814;0.413988;,
0.870699;0.411642;,
0.869279;0.458248;,
0.944394;0.460594;,
0.874126;0.456209;,
0.875546;0.409603;,
-431602080.000000;-431602080.000000;,
-431602080.000000;-431602080.000000;,
-431602080.000000;-431602080.000000;;
}
MeshNormals {
144;
0.091492;-0.087846;-0.991918;,
0.094790;-0.087498;-0.991645;,
0.091492;-0.087846;-0.991918;,
0.088195;-0.088195;-0.992191;,
0.092569;-0.089050;0.991705;,
0.093656;-0.093656;0.991190;,
0.092569;-0.089050;0.991705;,
0.091481;-0.084444;0.992220;,
-0.091492;-0.087846;0.991918;,
-0.094790;-0.087498;0.991645;,
-0.091492;-0.087846;0.991918;,
-0.088195;-0.088195;0.992191;,
-0.092569;-0.089050;-0.991705;,
-0.093656;-0.093656;-0.991190;,
-0.092569;-0.089050;-0.991705;,
-0.091481;-0.084444;-0.992220;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.902369;-0.235702;0.000000;,
0.853553;-0.353553;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
-0.741421;-0.141421;0.000000;,
-0.333333;0.000000;-0.666667;,
-0.666667;0.000000;-0.333333;,
-0.500000;0.000000;0.500000;,
-0.333333;0.000000;0.333333;,
-0.471405;-0.471405;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.187112;0.982339;,
0.000000;-0.187112;0.982339;,
0.000000;-0.187112;0.982339;,
0.353553;-0.447109;0.491169;,
0.000000;-0.187112;-0.982339;,
0.000000;-0.187112;-0.982339;,
0.353553;-0.447109;-0.491169;,
0.000000;-0.187112;-0.982339;,
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.707107;0.000000;,
-0.707107;-0.707107;0.000000;,
0.123797;0.666667;-0.309492;,
0.247594;0.333333;0.618984;,
0.123797;0.666667;0.309492;,
0.247594;0.333333;-0.618984;,
0.371391;0.000000;-0.928477;,
0.371391;0.000000;-0.928477;,
0.371391;0.000000;0.928477;,
0.371391;0.000000;0.928477;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.666667;0.333333;0.000000;,
0.333333;0.666667;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
-0.548556;0.200000;0.371391;,
-0.685695;0.000000;0.464238;,
-0.371391;0.000000;0.928477;,
-0.123797;0.666667;0.309492;,
-0.342848;0.500000;-0.232119;,
-0.247594;0.333333;-0.618984;,
-0.685695;0.000000;-0.464238;,
-0.371391;0.000000;-0.928477;,
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.640184;0.768221;,
0.000000;0.640184;0.768221;,
0.000000;0.640184;0.768221;,
0.000000;0.640184;0.768221;,
0.000000;0.640184;-0.768221;,
0.000000;0.640184;-0.768221;,
0.000000;0.640184;-0.768221;,
0.000000;0.640184;-0.768221;,
0.184289;0.000000;0.000000;,
0.184289;0.000000;-0.982872;,
0.184289;0.000000;-0.982872;,
0.184289;0.000000;0.000000;,
0.184289;0.000000;0.982872;,
0.184289;0.000000;0.982872;,
-0.184289;0.000000;0.000000;,
-0.184289;0.000000;0.000000;,
-0.184289;0.000000;-0.982872;,
-0.184289;0.000000;-0.982872;,
-0.184289;0.000000;0.982872;,
-0.184289;0.000000;0.982872;,
0.447087;0.000000;0.298164;,
0.447087;0.000000;-0.298164;,
0.447087;0.000000;0.894491;,
0.447087;0.000000;0.894491;,
0.447087;0.000000;-0.894491;,
0.447087;0.000000;-0.894491;,
-0.447087;0.000000;-0.298164;,
-0.447087;0.000000;0.298164;,
-0.447087;0.000000;-0.894491;,
-0.447087;0.000000;-0.894491;,
-0.447087;0.000000;0.894491;,
-0.447087;0.000000;0.894491;,
-0.447087;0.000000;0.298164;,
-0.447087;0.000000;0.894491;,
-0.447087;0.000000;0.894491;,
-0.447087;0.000000;-0.298164;,
-0.447087;0.000000;-0.894491;,
-0.447087;0.000000;-0.894491;,
0.447087;0.000000;-0.298164;,
0.447087;0.000000;-0.894491;,
0.447087;0.000000;-0.894491;,
0.447087;0.000000;0.298164;,
0.447087;0.000000;0.894491;,
0.447087;0.000000;0.894491;,
-0.148340;0.000000;0.000000;,
-0.148340;0.000000;0.000000;,
-0.148340;0.000000;-0.988936;,
-0.148340;0.000000;-0.988936;,
-0.148340;0.000000;0.988936;,
-0.148340;0.000000;0.988936;,
0.148340;0.000000;0.000000;,
0.148340;0.000000;-0.988936;,
0.148340;0.000000;-0.988936;,
0.148340;0.000000;0.000000;,
0.148340;0.000000;0.988936;,
0.148340;0.000000;0.988936;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;;
92;
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;16,19,20;,
3;16,20,21;,
3;22,23,24;,
3;22,24,25;,
3;22,25,26;,
3;22,26,27;,
3;28,29,30;,
3;28,30,31;,
3;32,33,34;,
3;32,34,35;,
3;36,37,38;,
3;36,38,39;,
3;40,41,42;,
3;40,42,43;,
3;44,45,46;,
3;44,46,47;,
3;19,18,38;,
3;19,38,35;,
3;25,48,49;,
3;25,49,26;,
3;50,24,23;,
3;50,23,51;,
3;52,22,27;,
3;52,27,53;,
3;54,55,56;,
3;54,56,57;,
3;57,58,59;,
3;57,59,54;,
3;55,60,61;,
3;55,61,56;,
3;62,63,64;,
3;62,64,65;,
3;65,64,66;,
3;65,66,67;,
3;68,69,70;,
3;68,70,71;,
3;72,68,71;,
3;72,71,73;,
3;74,69,68;,
3;74,68,72;,
3;73,75,74;,
3;73,74,72;,
3;76,77,78;,
3;79,80,81;,
3;82,83,84;,
3;85,86,87;,
3;85,87,88;,
3;89,90,91;,
3;89,91,92;,
3;93,94,95;,
3;93,95,96;,
3;93,96,97;,
3;93,97,98;,
3;99,100,101;,
3;99,101,102;,
3;99,103,104;,
3;99,104,100;,
3;105,106,107;,
3;105,107,108;,
3;109,110,106;,
3;109,106,105;,
3;111,112,113;,
3;111,113,114;,
3;115,116,112;,
3;115,112,111;,
3;117,118,119;,
3;117,119,120;,
3;121,117,120;,
3;121,120,122;,
3;123,124,125;,
3;123,125,126;,
3;127,123,126;,
3;127,126,128;,
3;129,130,131;,
3;129,131,132;,
3;129,133,134;,
3;129,134,130;,
3;135,136,137;,
3;135,137,138;,
3;135,138,139;,
3;135,139,140;,
3;141,142,143;;
}
MeshMaterialList {
7;
92;
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,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
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,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
6;
Material {
0.783700;0.669456;0.435000;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.900000;0.700000;0.500000;;
TextureFilename {
"intA_tex.png";
}
}
Material {
0.591800;0.510087;0.190700;1.000000;;
39.100000;
0.171400;0.156932;0.171400;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA4_tex.png";
}
}
Material {
0.514300;0.278371;0.138600;1.000000;;
39.100000;
0.274900;0.282473;0.133500;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genB4_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.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.548700;0.581616;0.730600;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intA_tex.png";
}
}
Material {
0.314300;0.196883;0.096200;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intA_tex.png";
}
}
}
}
}
}