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

1259 lines
30 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 {
211;
24.000000;37.000000;50.150000;,
24.000000;38.000000;50.150000;,
23.000000;38.000000;50.150000;,
23.000000;37.000000;50.150000;,
25.000000;38.000000;50.150000;,
25.000000;34.000000;50.150000;,
26.000000;34.000000;50.150000;,
26.000000;38.000000;50.150000;,
-24.000000;37.000000;50.150000;,
-23.000000;37.000000;50.150000;,
-23.000000;38.000000;50.150000;,
-24.000000;38.000000;50.150000;,
-25.000000;38.000000;50.150000;,
-26.000000;38.000000;50.150000;,
-26.000000;34.000000;50.150000;,
-25.000000;34.000000;50.150000;,
-24.850000;46.000000;50.500000;,
-24.850000;47.900000;50.500000;,
-24.850000;47.900000;51.500000;,
-24.850000;46.000000;51.500000;,
-7.500000;47.900000;50.150000;,
-8.500000;47.900000;50.150000;,
-8.500000;46.000000;50.150000;,
-7.500000;46.000000;50.150000;,
1.000000;46.750000;50.050000;,
8.000000;46.750000;50.050000;,
8.000000;47.750000;50.050000;,
1.000000;47.750000;50.050000;,
-6.000000;46.750000;50.050000;,
0.000000;46.750000;50.050000;,
0.000000;47.750000;50.050000;,
-6.000000;47.750000;50.050000;,
-37.000000;48.000000;53.150000;,
-41.000000;48.000000;53.150000;,
-41.000000;47.500000;53.150000;,
-37.000000;47.500000;53.150000;,
-31.000000;47.500000;53.150000;,
-31.000000;48.000000;53.150000;,
-35.000000;48.000000;53.150000;,
-35.000000;47.500000;53.150000;,
-26.000000;48.000000;53.150000;,
-30.000000;48.000000;53.150000;,
-30.000000;47.500000;53.150000;,
-26.000000;47.500000;53.150000;,
-3.000000;46.000000;49.500000;,
-6.000000;46.000000;49.500000;,
-6.000000;45.000000;49.500000;,
-3.000000;45.000000;49.500000;,
-6.000000;46.000000;48.500000;,
-3.000000;46.000000;48.500000;,
6.000000;45.000000;49.500000;,
3.000000;45.000000;49.500000;,
3.000000;46.000000;48.500000;,
6.000000;46.000000;48.500000;,
6.000000;46.000000;49.500000;,
3.000000;46.000000;49.500000;,
3.000000;46.000000;49.500000;,
3.000000;46.000000;48.500000;,
3.000000;45.000000;49.500000;,
20.000000;1.000000;150.000000;,
44.500000;50.000000;150.000000;,
44.500000;50.000000;50.000000;,
42.500000;46.000000;50.000000;,
22.500000;6.000000;50.000000;,
-20.000000;1.000000;150.000000;,
-22.500000;6.000000;50.000000;,
-42.500000;46.000000;50.000000;,
-44.500000;50.000000;50.000000;,
-44.500000;50.000000;150.000000;,
-22.500000;51.000000;50.000000;,
-22.500000;46.000000;50.000000;,
22.500000;46.000000;50.000000;,
22.500000;51.000000;50.000000;,
45.000000;51.000000;50.000000;,
42.500000;46.000000;50.000000;,
-45.000000;51.000000;50.000000;,
-42.500000;46.000000;50.000000;,
-25.000000;45.800000;53.000000;,
-25.000000;50.800000;53.000000;,
-50.000000;50.800000;53.000000;,
-50.000000;45.800000;53.000000;,
-25.000000;45.800000;50.000000;,
-25.000000;50.800000;50.000000;,
-25.000000;50.800000;53.000000;,
-25.000000;45.800000;53.000000;,
-50.000000;45.800000;50.000000;,
-25.000000;45.800000;50.000000;,
-25.000000;45.800000;53.000000;,
-50.000000;45.800000;53.000000;,
-50.000000;50.800000;50.000000;,
-50.000000;50.800000;53.000000;,
-25.000000;50.800000;53.000000;,
-25.000000;50.800000;50.000000;,
22.500000;6.000000;50.000000;,
-22.500000;6.000000;50.000000;,
-25.000000;46.750000;52.000000;,
-21.050000;45.800000;52.000000;,
-21.050000;45.850000;52.000000;,
-25.000000;46.800000;52.000000;,
-20.950000;46.750000;52.000000;,
-17.600000;45.800000;52.000000;,
-17.600000;45.850000;52.000000;,
-20.950000;46.800000;52.000000;,
-17.500000;46.750000;52.000000;,
-14.150000;45.800000;52.000000;,
-14.150000;45.850000;52.000000;,
-17.500000;46.800000;52.000000;,
-10.600000;46.750000;52.000000;,
-7.250000;45.800000;52.000000;,
-7.250000;45.850000;52.000000;,
-10.600000;46.800000;52.000000;,
-7.000000;45.800000;50.000000;,
-7.000000;45.800000;52.000000;,
-25.000000;45.800000;52.000000;,
-25.000000;45.800000;50.000000;,
-7.000000;45.950000;52.000000;,
-7.000000;45.950000;50.000000;,
-25.000000;45.950000;52.000000;,
-25.000000;45.950000;50.000000;,
-25.000000;46.450000;49.950000;,
-25.000000;46.350000;49.900000;,
-9.000000;46.350000;49.900000;,
-9.000000;46.450000;49.950000;,
-25.000000;46.350000;50.000000;,
-9.000000;46.350000;50.000000;,
-25.000000;46.800000;49.950000;,
-25.000000;46.700000;49.900000;,
-9.000000;46.700000;49.900000;,
-9.000000;46.800000;49.950000;,
-25.000000;46.700000;50.000000;,
-9.000000;46.700000;50.000000;,
-7.050000;46.800000;51.950000;,
-7.100000;46.700000;51.900000;,
-7.100000;46.700000;50.000000;,
-7.050000;46.800000;50.000000;,
-7.000000;46.700000;52.000000;,
-7.000000;46.700000;50.000000;,
-25.000000;46.800000;51.950000;,
-25.000000;46.700000;51.900000;,
-25.000000;46.700000;52.000000;,
-7.050000;46.450000;51.950000;,
-7.100000;46.350000;51.900000;,
-7.100000;46.350000;50.000000;,
-7.050000;46.450000;50.000000;,
-7.000000;46.350000;52.000000;,
-7.000000;46.350000;50.000000;,
-25.000000;46.450000;51.950000;,
-25.000000;46.350000;51.900000;,
-25.000000;46.350000;52.000000;,
-7.250000;45.700000;51.850000;,
-7.200000;45.700000;52.100000;,
-7.200000;46.850000;52.100000;,
-7.250000;46.850000;51.850000;,
-7.150000;45.700000;51.850000;,
-7.150000;46.850000;51.850000;,
-10.700000;45.700000;51.850000;,
-10.650000;45.700000;52.100000;,
-10.650000;46.850000;52.100000;,
-10.700000;46.850000;51.850000;,
-10.600000;45.700000;51.850000;,
-10.600000;46.850000;51.850000;,
-10.600000;45.700000;50.066701;,
-10.650000;45.700000;49.816701;,
-10.650000;46.850000;49.816701;,
-10.600000;46.850000;50.066701;,
-10.700000;45.700000;50.066701;,
-10.700000;46.850000;50.066701;,
-14.150000;45.700000;51.850000;,
-14.100000;45.700000;52.100000;,
-14.100000;46.850000;52.100000;,
-14.150000;46.850000;51.850000;,
-14.050000;45.700000;51.850000;,
-14.050000;46.850000;51.850000;,
-14.050000;45.700000;50.066701;,
-14.100000;45.700000;49.816701;,
-14.100000;46.850000;49.816701;,
-14.050000;46.850000;50.066701;,
-14.150000;45.700000;50.066701;,
-14.150000;46.850000;50.066701;,
-17.600000;45.700000;51.850000;,
-17.550000;45.700000;52.100000;,
-17.550000;46.850000;52.100000;,
-17.600000;46.850000;51.850000;,
-17.500000;45.700000;51.850000;,
-17.500000;46.850000;51.850000;,
-17.500000;45.700000;50.066701;,
-17.550000;45.700000;49.816701;,
-17.550000;46.850000;49.816701;,
-17.500000;46.850000;50.066701;,
-17.600000;45.700000;50.066701;,
-17.600000;46.850000;50.066701;,
-20.950000;45.700000;50.066701;,
-21.000000;45.700000;49.816701;,
-21.000000;46.850000;49.816701;,
-20.950000;46.850000;50.066701;,
-21.050000;45.700000;50.066701;,
-21.050000;46.850000;50.066701;,
-21.050000;45.700000;51.850000;,
-21.000000;45.700000;52.100000;,
-21.000000;46.850000;52.100000;,
-21.050000;46.850000;51.850000;,
-20.950000;45.700000;51.850000;,
-20.950000;46.850000;51.850000;,
-14.050000;46.750000;52.000000;,
-10.700000;45.800000;52.000000;,
-10.700000;45.850000;52.000000;,
-14.050000;46.800000;52.000000;,
22.500000;6.000000;50.000000;,
-22.500000;6.000000;50.000000;,
-20.000000;1.000000;150.000000;,
20.000000;1.000000;150.000000;;
136;
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,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;47,46,48;,
3;47,48,49;,
3;50,51,52;,
3;50,52,53;,
3;54,55,51;,
3;54,51,50;,
3;44,47,49;,
3;45,48,46;,
3;54,50,53;,
3;56,57,58;,
3;59,60,61;,
3;59,61,62;,
3;59,62,63;,
3;64,65,66;,
3;64,66,67;,
3;64,67,68;,
3;69,70,71;,
3;69,71,72;,
3;73,72,71;,
3;73,71,74;,
3;69,75,76;,
3;69,76,70;,
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,90,91;,
3;89,91,92;,
3;74,71,93;,
3;94,70,76;,
3;95,96,97;,
3;95,97,98;,
3;99,100,101;,
3;99,101,102;,
3;103,104,105;,
3;103,105,106;,
3;107,108,109;,
3;107,109,110;,
3;111,112,113;,
3;111,113,114;,
3;111,112,115;,
3;111,115,116;,
3;112,115,117;,
3;112,117,113;,
3;116,118,117;,
3;116,117,115;,
3;119,120,121;,
3;119,121,122;,
3;123,119,122;,
3;123,122,124;,
3;125,126,127;,
3;125,127,128;,
3;129,125,128;,
3;129,128,130;,
3;131,132,133;,
3;131,133,134;,
3;135,131,134;,
3;135,134,136;,
3;137,138,132;,
3;137,132,131;,
3;139,137,131;,
3;139,131,135;,
3;140,141,142;,
3;140,142,143;,
3;144,140,143;,
3;144,143,145;,
3;146,147,141;,
3;146,141,140;,
3;148,146,140;,
3;148,140,144;,
3;149,150,151;,
3;149,151,152;,
3;150,153,154;,
3;150,154,151;,
3;155,156,157;,
3;155,157,158;,
3;156,159,160;,
3;156,160,157;,
3;161,162,163;,
3;161,163,164;,
3;162,165,166;,
3;162,166,163;,
3;167,168,169;,
3;167,169,170;,
3;168,171,172;,
3;168,172,169;,
3;173,174,175;,
3;173,175,176;,
3;174,177,178;,
3;174,178,175;,
3;179,180,181;,
3;179,181,182;,
3;180,183,184;,
3;180,184,181;,
3;185,186,187;,
3;185,187,188;,
3;186,189,190;,
3;186,190,187;,
3;191,192,193;,
3;191,193,194;,
3;192,195,196;,
3;192,196,193;,
3;197,198,199;,
3;197,199,200;,
3;198,201,202;,
3;198,202,199;,
3;203,204,205;,
3;203,205,206;,
3;207,208,209;,
3;207,209,210;;
MeshTextureCoords {
211;
-431602080.000000;-431602080.000000;,
-431602080.000000;-431602080.000000;,
-431602080.000000;-431602080.000000;,
-431602080.000000;-431602080.000000;,
-431602080.000000;-431602080.000000;,
-431602080.000000;-431602080.000000;,
-431602080.000000;-431602080.000000;,
-431602080.000000;-431602080.000000;,
-431602080.000000;-431602080.000000;,
-431602080.000000;-431602080.000000;,
-431602080.000000;-431602080.000000;,
-431602080.000000;-431602080.000000;,
-431602080.000000;-431602080.000000;,
-431602080.000000;-431602080.000000;,
-431602080.000000;-431602080.000000;,
-431602080.000000;-431602080.000000;,
1.106899;0.988784;,
1.106899;1.988777;,
0.152100;1.988777;,
0.152100;0.988784;,
0.965126;1.995909;,
0.010334;1.995909;,
0.010334;0.995915;,
0.965126;0.995915;,
0.733657;0.769432;,
2.219760;0.769432;,
2.219760;0.998376;,
0.733657;0.998376;,
0.247552;0.769432;,
1.521356;0.769432;,
1.521356;0.998376;,
0.247552;0.998376;,
0.206479;0.969104;,
0.140916;0.969104;,
0.140916;0.960862;,
0.206479;0.960862;,
0.304823;0.960862;,
0.304823;0.969104;,
0.239260;0.969104;,
0.239260;0.960862;,
0.386776;0.969104;,
0.321213;0.969104;,
0.321213;0.960862;,
0.386776;0.960862;,
1.468730;1.909470;,
1.468730;2.803660;,
1.166440;2.803660;,
1.166440;1.909470;,
1.468730;2.803660;,
1.468730;1.909470;,
1.166440;0.226904;,
1.166440;1.121092;,
1.468730;1.121092;,
1.468730;0.226904;,
1.468730;0.226904;,
1.468730;1.121092;,
1.468730;0.121092;,
1.468730;0.121092;,
1.166440;0.121092;,
0.842820;0.897841;,
0.842820;1.526050;,
2.124873;1.526050;,
2.124873;1.474760;,
2.124873;0.961944;,
0.842820;0.897841;,
2.124873;0.961944;,
2.124873;1.474760;,
2.124873;1.526050;,
0.842820;1.526050;,
1.965090;2.116940;,
1.965090;1.946870;,
0.762713;1.946870;,
0.762713;2.116940;,
0.161526;2.116940;,
0.228325;1.946870;,
2.566270;2.116940;,
2.499480;1.946870;,
2.516180;0.817041;,
2.516180;1.210740;,
0.240399;1.210740;,
0.240399;0.817041;,
1.516180;0.817041;,
1.516180;1.210740;,
1.516180;1.210740;,
1.516180;0.817041;,
0.737852;1.239260;,
1.142410;1.239260;,
1.142410;1.284380;,
0.737852;1.284380;,
0.737852;1.239260;,
0.737852;1.284380;,
1.142410;1.284380;,
1.142410;1.239260;,
0.762713;0.586346;,
1.965090;0.586346;,
0.000983;3.368720;,
0.366723;3.368720;,
0.366723;3.368720;,
0.000983;3.368720;,
0.375982;3.368720;,
0.686167;3.368720;,
0.686167;3.368720;,
0.375982;3.368720;,
0.695426;3.368720;,
1.005610;3.368720;,
1.005610;3.368720;,
0.695426;3.368720;,
1.334310;3.368720;,
1.644500;3.368720;,
1.644500;3.368720;,
1.334310;3.368720;,
1.667650;3.183530;,
1.667650;3.368720;,
0.000983;3.368720;,
0.000983;3.183530;,
1.667650;3.368720;,
1.667650;3.183530;,
0.000983;3.368720;,
0.000983;3.183530;,
0.000983;3.178900;,
0.000983;3.174270;,
1.482460;3.174270;,
1.482460;3.178900;,
0.000983;3.183530;,
1.482460;3.183530;,
0.000983;3.178900;,
0.000983;3.174270;,
1.482460;3.174270;,
1.482460;3.178900;,
0.000983;3.183530;,
1.482460;3.183530;,
1.663020;3.364090;,
1.658390;3.359460;,
1.658390;3.183530;,
1.663020;3.183530;,
1.667650;3.368720;,
1.667650;3.183530;,
0.000983;3.364090;,
0.000983;3.359460;,
0.000983;3.368720;,
1.663020;3.364090;,
1.658390;3.359460;,
1.658390;3.183530;,
1.663020;3.183530;,
1.667650;3.368720;,
1.667650;3.183530;,
0.000983;3.364090;,
0.000983;3.359460;,
0.000983;3.368720;,
1.644500;3.354830;,
1.649130;3.377980;,
1.649130;3.377980;,
1.644500;3.354830;,
1.653760;3.354830;,
1.653760;3.354830;,
1.325050;3.354830;,
1.329680;3.377980;,
1.329680;3.377980;,
1.325050;3.354830;,
1.334310;3.354830;,
1.334310;3.354830;,
1.334310;3.189710;,
1.329680;3.166560;,
1.329680;3.166560;,
1.334310;3.189710;,
1.325050;3.189710;,
1.325050;3.189710;,
1.005610;3.354830;,
1.010240;3.377980;,
1.010240;3.377980;,
1.005610;3.354830;,
1.014870;3.354830;,
1.014870;3.354830;,
1.014870;3.189710;,
1.010240;3.166560;,
1.010240;3.166560;,
1.014870;3.189710;,
1.005610;3.189710;,
1.005610;3.189710;,
0.686167;3.354830;,
0.690796;3.377980;,
0.690796;3.377980;,
0.686167;3.354830;,
0.695426;3.354830;,
0.695426;3.354830;,
0.695426;3.189710;,
0.690796;3.166560;,
0.690796;3.166560;,
0.695426;3.189710;,
0.686167;3.189710;,
0.686167;3.189710;,
0.375982;3.189710;,
0.371353;3.166560;,
0.371353;3.166560;,
0.375982;3.189710;,
0.366723;3.189710;,
0.366723;3.189710;,
0.366723;3.354830;,
0.371353;3.377980;,
0.371353;3.377980;,
0.366723;3.354830;,
0.375982;3.354830;,
0.375982;3.354830;,
1.014870;3.368720;,
1.325050;3.368720;,
1.325050;3.368720;,
1.014870;3.368720;,
2.262361;1.649530;,
2.262361;0.892689;,
0.571550;0.934736;,
0.571550;1.607480;;
}
MeshNormals {
211;
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;,
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;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.333333;0.000000;0.666667;,
-0.500000;0.000000;0.500000;,
-0.250000;-0.176777;0.323223;,
0.250000;-0.353553;-0.103553;,
-0.333333;-0.471404;-0.471404;,
0.500000;-0.353553;-0.353553;,
0.250000;-0.353553;-0.103553;,
0.000000;-0.235702;0.430964;,
0.000000;-0.707107;-0.707107;,
0.500000;-0.353553;-0.353553;,
0.333333;0.000000;0.666667;,
0.000000;0.000000;1.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-0.894427;0.447214;0.000000;,
-0.894427;0.447214;0.000000;,
-0.894427;0.447214;0.000000;,
-0.894427;0.447214;0.000000;,
-0.894427;0.447214;0.000000;,
0.894427;0.447214;0.000000;,
0.894427;0.447214;0.000000;,
0.894427;0.447214;0.000000;,
0.894427;0.447214;0.000000;,
0.894427;0.447214;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.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;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;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
-0.500000;-0.500000;0.000000;,
-0.250000;-0.250000;0.500000;,
0.000000;-0.666667;0.333333;,
0.000000;-1.000000;0.000000;,
-0.500000;0.250000;0.250000;,
-0.333333;0.666667;0.000000;,
0.000000;0.500000;0.500000;,
0.000000;1.000000;0.000000;,
0.000000;-0.447200;0.298145;,
0.000000;-0.447200;0.894434;,
0.000000;-0.447200;0.894434;,
0.000000;-0.447200;-0.298145;,
0.000000;-0.447200;-0.894434;,
0.000000;-0.447200;-0.894434;,
0.000000;-0.447214;0.298142;,
0.000000;-0.447214;0.894427;,
0.000000;-0.447214;0.894427;,
0.000000;-0.447214;-0.298142;,
0.000000;-0.447214;-0.894427;,
0.000000;-0.447214;-0.894427;,
0.149071;-0.447216;-0.149071;,
0.298142;-0.447215;0.596285;,
0.894426;-0.447217;0.000000;,
-0.298141;-0.447219;0.000000;,
-0.596283;-0.447218;-0.298142;,
-0.894424;-0.447220;0.000000;,
0.000000;-0.447214;0.298142;,
0.000000;-0.447214;0.894427;,
0.000000;-0.447214;-0.894427;,
0.149072;-0.447202;-0.149072;,
0.298144;-0.447201;0.596289;,
0.894432;-0.447203;0.000000;,
-0.298143;-0.447206;0.000000;,
-0.596287;-0.447205;-0.298145;,
-0.894431;-0.447207;0.000000;,
0.000000;-0.447200;0.298145;,
0.000000;-0.447200;0.894434;,
0.000000;-0.447200;-0.894434;,
-0.980581;0.000000;0.196117;,
0.326860;0.000000;0.196116;,
-0.326860;0.000000;0.196116;,
-0.980581;0.000000;0.196117;,
0.980581;0.000000;0.196115;,
0.980581;0.000000;0.196115;,
-0.980581;0.000000;0.196117;,
0.326861;0.000000;0.196114;,
-0.326860;0.000000;0.196116;,
-0.980581;0.000000;0.196117;,
0.980581;0.000000;0.196113;,
0.980581;0.000000;0.196113;,
0.980581;0.000000;-0.196113;,
-0.326860;0.000000;-0.196116;,
0.326861;0.000000;-0.196114;,
0.980581;0.000000;-0.196113;,
-0.980581;0.000000;-0.196117;,
-0.980581;0.000000;-0.196117;,
-0.980581;0.000000;0.196113;,
0.326860;0.000000;0.196116;,
-0.326861;0.000000;0.196114;,
-0.980581;0.000000;0.196113;,
0.980581;0.000000;0.196117;,
0.980581;0.000000;0.196117;,
0.980581;0.000000;-0.196117;,
-0.326861;0.000000;-0.196114;,
0.326860;0.000000;-0.196116;,
0.980581;0.000000;-0.196117;,
-0.980581;0.000000;-0.196113;,
-0.980581;0.000000;-0.196113;,
-0.980580;0.000000;0.196120;,
0.326861;0.000000;0.196116;,
-0.326860;0.000000;0.196118;,
-0.980580;0.000000;0.196120;,
0.980581;0.000000;0.196113;,
0.980581;0.000000;0.196113;,
0.980581;0.000000;-0.196113;,
-0.326860;0.000000;-0.196118;,
0.326861;0.000000;-0.196116;,
0.980581;0.000000;-0.196113;,
-0.980580;0.000000;-0.196120;,
-0.980580;0.000000;-0.196120;,
0.980581;0.000000;-0.196113;,
-0.326860;0.000000;-0.196113;,
0.326860;0.000000;-0.196113;,
0.980581;0.000000;-0.196113;,
-0.980581;0.000000;-0.196113;,
-0.980581;0.000000;-0.196113;,
-0.980581;0.000000;0.196113;,
0.326860;0.000000;0.196113;,
-0.326860;0.000000;0.196113;,
-0.980581;0.000000;0.196113;,
0.980581;0.000000;0.196113;,
0.980581;0.000000;0.196113;,
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.998752;0.049938;,
0.000000;0.998752;0.049938;,
0.000000;0.998752;0.049938;,
0.000000;0.998752;0.049938;;
136;
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,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;47,46,48;,
3;47,48,49;,
3;50,51,52;,
3;50,52,53;,
3;54,55,51;,
3;54,51,50;,
3;44,47,49;,
3;45,48,46;,
3;54,50,53;,
3;56,57,58;,
3;59,60,61;,
3;59,61,62;,
3;59,62,63;,
3;64,65,66;,
3;64,66,67;,
3;64,67,68;,
3;69,70,71;,
3;69,71,72;,
3;73,72,71;,
3;73,71,74;,
3;69,75,76;,
3;69,76,70;,
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,90,91;,
3;89,91,92;,
3;74,71,93;,
3;94,70,76;,
3;95,96,97;,
3;95,97,98;,
3;99,100,101;,
3;99,101,102;,
3;103,104,105;,
3;103,105,106;,
3;107,108,109;,
3;107,109,110;,
3;111,112,113;,
3;111,113,114;,
3;111,112,115;,
3;111,115,116;,
3;112,115,117;,
3;112,117,113;,
3;116,118,117;,
3;116,117,115;,
3;119,120,121;,
3;119,121,122;,
3;123,119,122;,
3;123,122,124;,
3;125,126,127;,
3;125,127,128;,
3;129,125,128;,
3;129,128,130;,
3;131,132,133;,
3;131,133,134;,
3;135,131,134;,
3;135,134,136;,
3;137,138,132;,
3;137,132,131;,
3;139,137,131;,
3;139,131,135;,
3;140,141,142;,
3;140,142,143;,
3;144,140,143;,
3;144,143,145;,
3;146,147,141;,
3;146,141,140;,
3;148,146,140;,
3;148,140,144;,
3;149,150,151;,
3;149,151,152;,
3;150,153,154;,
3;150,154,151;,
3;155,156,157;,
3;155,157,158;,
3;156,159,160;,
3;156,160,157;,
3;161,162,163;,
3;161,163,164;,
3;162,165,166;,
3;162,166,163;,
3;167,168,169;,
3;167,169,170;,
3;168,171,172;,
3;168,172,169;,
3;173,174,175;,
3;173,175,176;,
3;174,177,178;,
3;174,178,175;,
3;179,180,181;,
3;179,181,182;,
3;180,183,184;,
3;180,184,181;,
3;185,186,187;,
3;185,187,188;,
3;186,189,190;,
3;186,190,187;,
3;191,192,193;,
3;191,193,194;,
3;192,195,196;,
3;192,196,193;,
3;197,198,199;,
3;197,199,200;,
3;198,201,202;,
3;198,202,199;,
3;203,204,205;,
3;203,205,206;,
3;207,208,209;,
3;207,209,210;;
}
MeshMaterialList {
8;
136;
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
2,
2,
2,
2,
3,
3,
3,
3,
3,
3,
4,
4,
4,
4,
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,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
7,
7;
Material {
1.000000;1.000000;1.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.900000;0.800000;0.700000;;
TextureFilename {
"NULL.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 {
1.000000;1.000000;1.000000;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intA_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.918400;0.731145;0.678500;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.722400;0.537766;0.572000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intD_tex.png";
}
}
}
}
}
}