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

1477 lines
36 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 {
247;
75.000000;54.500000;-24.500000;,
75.000000;28.500000;-24.500000;,
37.000000;28.500000;-24.500000;,
30.000000;39.500000;-24.500000;,
30.000000;54.500000;-24.500000;,
30.000000;54.500000;24.500000;,
30.000000;39.500000;24.500000;,
37.000000;28.500000;24.500000;,
75.000000;28.500000;24.500000;,
75.000000;54.500000;24.500000;,
-30.000000;54.500000;-24.500000;,
-30.000000;39.500000;-24.500000;,
-37.000000;28.500000;-24.500000;,
-75.000000;28.500000;-24.500000;,
-75.000000;54.500000;-24.500000;,
-30.000000;54.500000;24.500000;,
-75.000000;54.500000;24.500000;,
-75.000000;28.500000;24.500000;,
-37.000000;28.500000;24.500000;,
-30.000000;39.500000;24.500000;,
-28.250000;27.000000;11.750000;,
-37.000000;27.000000;11.750000;,
-37.000000;24.750000;9.500000;,
-28.250000;24.750000;9.500000;,
-28.250000;28.250000;11.750000;,
-37.000000;28.250000;11.750000;,
-28.250000;28.250000;11.750000;,
-28.250000;27.000000;11.750000;,
-28.250000;24.750000;9.500000;,
-28.250000;28.250000;9.500000;,
25.000000;0.000000;9.500000;,
25.000000;54.500000;9.500000;,
25.000000;54.500000;4.500000;,
25.000000;0.000000;4.500000;,
25.000000;0.000000;-4.500000;,
25.000000;54.500000;-4.500000;,
25.000000;54.500000;-9.500000;,
25.000000;0.000000;-9.500000;,
37.000000;28.500000;-24.500000;,
75.000000;28.500000;-24.500000;,
75.000000;28.500000;24.500000;,
37.000000;28.500000;24.500000;,
30.000000;39.500000;-24.500000;,
37.000000;28.500000;-24.500000;,
37.000000;28.500000;24.500000;,
30.000000;39.500000;24.500000;,
30.000000;54.500000;-24.500000;,
30.000000;39.500000;-24.500000;,
30.000000;39.500000;24.500000;,
30.000000;54.500000;24.500000;,
-25.000000;0.000000;9.500000;,
-25.000000;0.000000;4.500000;,
-25.000000;54.500000;4.500000;,
-25.000000;54.500000;9.500000;,
-25.000000;0.000000;-4.500000;,
-25.000000;0.000000;-9.500000;,
-25.000000;54.500000;-9.500000;,
-25.000000;54.500000;-4.500000;,
-30.000000;54.500000;-24.500000;,
-30.000000;54.500000;24.500000;,
-30.000000;39.500000;24.500000;,
-30.000000;39.500000;-24.500000;,
-30.000000;39.500000;-24.500000;,
-30.000000;39.500000;24.500000;,
-37.000000;28.500000;24.500000;,
-37.000000;28.500000;-24.500000;,
-37.000000;28.500000;-24.500000;,
-37.000000;28.500000;24.500000;,
-75.000000;28.500000;24.500000;,
-75.000000;28.500000;-24.500000;,
-35.250000;28.500000;12.250000;,
-35.250000;31.250000;12.250000;,
-37.000000;28.500000;12.250000;,
-35.250000;31.250000;12.250000;,
-35.250000;28.500000;12.250000;,
-35.250000;28.500000;9.500000;,
-35.250000;31.250000;9.500000;,
75.000000;0.000000;9.500000;,
75.000000;54.500000;9.500000;,
25.000000;54.500000;9.500000;,
25.000000;0.000000;9.500000;,
25.000000;0.000000;-9.500000;,
25.000000;54.500000;-9.500000;,
75.000000;54.500000;-9.500000;,
75.000000;0.000000;-9.500000;,
-75.000000;0.000000;9.500000;,
-25.000000;0.000000;9.500000;,
-25.000000;54.500000;9.500000;,
-75.000000;54.500000;9.500000;,
-25.000000;0.000000;-9.500000;,
-75.000000;0.000000;-9.500000;,
-75.000000;54.500000;-9.500000;,
-25.000000;54.500000;-9.500000;,
-25.350000;29.850000;9.550000;,
-26.000000;29.850000;9.550000;,
-26.000000;3.500000;9.550000;,
-25.350000;3.500000;9.550000;,
25.000000;4.500000;4.500000;,
-25.000000;4.500000;4.500000;,
-25.000000;0.000000;24.500000;,
25.000000;0.000000;24.500000;,
25.000000;4.500000;-4.500000;,
25.000000;0.000000;-24.500000;,
-25.000000;0.000000;-24.500000;,
-25.000000;4.500000;-4.500000;,
-25.000000;4.500000;-4.500000;,
-25.000000;3.500000;-4.500000;,
25.000000;3.500000;-4.500000;,
25.000000;4.500000;-4.500000;,
-25.000000;3.500000;4.500000;,
-25.000000;4.500000;4.500000;,
25.000000;4.500000;4.500000;,
25.000000;3.500000;4.500000;,
30.000000;49.890000;-24.550000;,
30.000000;49.980000;-24.500000;,
24.150000;49.980000;-24.500000;,
24.150000;49.890000;-24.550000;,
30.000000;49.980000;-24.600000;,
24.150000;49.980000;-24.600000;,
-24.149701;49.890000;-24.550000;,
-24.149701;49.980000;-24.500000;,
-29.999699;49.980000;-24.500000;,
-29.999699;49.890000;-24.550000;,
-24.149701;49.980000;-24.600000;,
-29.999699;49.980000;-24.600000;,
-24.149701;49.890000;24.450000;,
-24.149701;49.980000;24.500000;,
-29.999699;49.980000;24.500000;,
-29.999699;49.890000;24.450000;,
-24.149701;49.980000;24.400000;,
-29.999699;49.980000;24.400000;,
30.000000;49.890000;24.450000;,
30.000000;49.980000;24.500000;,
24.150000;49.980000;24.500000;,
24.150000;49.890000;24.450000;,
30.000000;49.980000;24.400000;,
24.150000;49.980000;24.400000;,
31.541699;37.500000;-23.950000;,
34.555200;37.500000;-23.950000;,
34.555200;37.500000;-9.000000;,
31.541699;37.500000;-9.000000;,
36.966000;29.000000;-23.950000;,
36.966000;29.000000;-9.000000;,
-31.340800;37.500000;9.050000;,
-31.340800;37.500000;24.000000;,
-34.354301;37.500000;24.000000;,
-34.354301;37.500000;9.050000;,
-36.765098;29.000000;24.000000;,
-36.765098;29.000000;9.050000;,
-28.200000;29.800000;12.100000;,
-28.200000;29.800000;12.150000;,
-28.200000;29.650000;12.300000;,
-28.200000;28.250000;12.300000;,
-28.200000;28.150000;12.100000;,
-28.226499;29.800000;12.100000;,
-28.226499;28.150000;12.100000;,
-28.226499;28.250000;12.300000;,
-28.226499;29.650000;12.300000;,
-28.226499;29.800000;12.150000;,
-29.950000;29.800000;12.100000;,
-29.950000;29.800000;12.150000;,
-29.950000;29.650000;12.300000;,
-29.950000;28.250000;12.300000;,
-29.950000;28.150000;12.100000;,
-29.976499;29.800000;12.100000;,
-29.976499;28.150000;12.100000;,
-29.976499;28.250000;12.300000;,
-29.976499;29.650000;12.300000;,
-29.976499;29.800000;12.150000;,
-33.450000;29.800000;12.100000;,
-33.450000;29.800000;12.150000;,
-33.450000;29.650000;12.300000;,
-33.450000;28.250000;12.300000;,
-33.450000;28.150000;12.100000;,
-26.450000;29.800000;12.100000;,
-26.450000;29.800000;12.150000;,
-26.450000;29.650000;12.300000;,
-26.450000;28.250000;12.300000;,
-26.450000;28.150000;12.100000;,
-26.476499;29.800000;12.100000;,
-26.476499;28.150000;12.100000;,
-26.476499;28.250000;12.300000;,
-26.476499;29.650000;12.300000;,
-26.476499;29.800000;12.150000;,
-26.403200;29.800000;10.803200;,
-26.403200;28.150000;10.803200;,
-26.203200;28.250000;10.803200;,
-26.203200;29.650000;10.803200;,
-26.353202;29.800000;10.803200;,
-31.700000;29.800000;12.100000;,
-31.700000;29.800000;12.150000;,
-31.700000;29.650000;12.300000;,
-31.700000;28.250000;12.300000;,
-31.700000;28.150000;12.100000;,
-35.250198;29.650000;12.150000;,
-26.350000;29.650000;12.150000;,
-26.250000;29.650000;12.250000;,
-35.250198;29.650000;12.250000;,
-26.350000;29.750000;12.150000;,
-35.249101;29.750000;12.150000;,
-26.350000;29.650000;10.750000;,
-26.250000;29.650000;10.750000;,
-26.350000;29.750000;10.750000;,
-26.500000;29.150000;12.250000;,
-35.250000;29.150000;12.250000;,
-35.250000;29.100000;12.250000;,
-26.500000;29.100000;12.250000;,
-26.250000;28.500000;12.250000;,
-26.250000;28.250000;12.250000;,
-26.250000;28.250000;9.500000;,
-26.250000;28.500000;9.500000;,
-37.000000;28.500000;12.250000;,
-37.000000;28.250000;12.250000;,
-37.000000;28.500000;9.500000;,
-37.000000;28.250000;9.500000;,
-36.188701;29.750000;19.500000;,
-35.688701;30.500000;19.500000;,
-35.688701;30.500000;23.500000;,
-36.188701;29.750000;23.500000;,
-36.188701;29.750000;14.500000;,
-35.688701;30.500000;14.500000;,
-35.688701;30.500000;18.500000;,
-36.188701;29.750000;18.500000;,
-31.722998;36.750000;19.500000;,
-31.222998;37.500000;19.500000;,
-31.222998;37.500000;23.500000;,
-31.722998;36.750000;23.500000;,
-31.722998;36.750000;14.500000;,
-31.222998;37.500000;14.500000;,
-31.222998;37.500000;18.500000;,
-31.722998;36.750000;18.500000;,
-31.722998;36.750000;9.500000;,
-31.222998;37.500000;9.500000;,
-31.222998;37.500000;13.500000;,
-31.722998;36.750000;13.500000;,
31.777002;36.750000;-13.500000;,
31.777002;36.750000;-9.500000;,
31.277002;37.500000;-9.500000;,
31.277002;37.500000;-13.500000;,
31.777002;36.750000;-18.500000;,
31.777002;36.750000;-14.500000;,
31.277002;37.500000;-14.500000;,
31.277002;37.500000;-18.500000;,
31.777002;36.750000;-23.500000;,
31.777002;36.750000;-19.500000;,
31.277002;37.500000;-19.500000;,
31.277002;37.500000;-23.500000;;
158;
3;0,1,2;,
3;0,2,3;,
3;0,3,4;,
3;5,6,7;,
3;5,7,8;,
3;5,8,9;,
3;10,11,12;,
3;10,12,13;,
3;10,13,14;,
3;15,16,17;,
3;15,17,18;,
3;15,18,19;,
3;20,21,22;,
3;20,22,23;,
3;24,25,21;,
3;24,21,20;,
3;26,27,28;,
3;26,28,29;,
3;30,31,32;,
3;30,32,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;50,51,52;,
3;50,52,53;,
3;54,55,56;,
3;54,56,57;,
3;58,59,60;,
3;58,60,61;,
3;62,63,64;,
3;62,64,65;,
3;66,67,68;,
3;66,68,69;,
3;70,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,90,91;,
3;89,91,92;,
3;33,32,35;,
3;33,35,34;,
3;51,54,57;,
3;51,57,52;,
3;93,94,95;,
3;93,95,96;,
3;97,98,99;,
3;97,99,100;,
3;101,102,103;,
3;101,103,104;,
3;105,106,107;,
3;105,107,108;,
3;109,110,111;,
3;109,111,112;,
3;106,105,110;,
3;106,110,109;,
3;107,112,111;,
3;107,111,108;,
3;106,109,112;,
3;106,112,107;,
3;113,114,115;,
3;113,115,116;,
3;117,113,116;,
3;117,116,118;,
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,139;,
3;137,139,140;,
3;138,141,142;,
3;138,142,139;,
3;143,144,145;,
3;143,145,146;,
3;146,145,147;,
3;146,147,148;,
3;138,137,141;,
3;139,142,140;,
3;146,148,143;,
3;145,144,147;,
3;149,150,151;,
3;149,151,152;,
3;149,152,153;,
3;154,155,156;,
3;154,156,157;,
3;154,157,158;,
3;159,160,161;,
3;159,161,162;,
3;159,162,163;,
3;164,165,166;,
3;164,166,167;,
3;164,167,168;,
3;169,170,171;,
3;169,171,172;,
3;169,172,173;,
3;174,175,176;,
3;174,176,177;,
3;174,177,178;,
3;179,180,181;,
3;179,181,182;,
3;179,182,183;,
3;184,185,186;,
3;184,186,187;,
3;184,187,188;,
3;189,190,191;,
3;189,191,192;,
3;189,192,193;,
3;194,195,196;,
3;194,196,197;,
3;196,198,199;,
3;196,199,197;,
3;196,195,200;,
3;196,200,201;,
3;196,201,202;,
3;196,202,198;,
3;203,204,205;,
3;203,205,206;,
3;207,208,209;,
3;207,209,210;,
3;211,212,208;,
3;211,208,207;,
3;211,207,210;,
3;211,210,213;,
3;212,214,209;,
3;212,209,208;,
3;215,216,217;,
3;215,217,218;,
3;219,220,221;,
3;219,221,222;,
3;223,224,225;,
3;223,225,226;,
3;227,228,229;,
3;227,229,230;,
3;231,232,233;,
3;231,233,234;,
3;235,236,237;,
3;235,237,238;,
3;239,240,241;,
3;239,241,242;,
3;243,244,245;,
3;243,245,246;;
MeshTextureCoords {
247;
0.961960;0.037645;,
0.961960;0.681209;,
1.902560;0.681208;,
2.075827;0.408931;,
2.075827;0.037644;,
2.075827;0.037644;,
2.075827;0.408931;,
1.902560;0.681208;,
0.961960;0.681209;,
0.961960;0.037645;,
0.560979;0.037643;,
0.560979;0.408930;,
0.734247;0.681208;,
1.674840;0.681207;,
1.674840;0.037643;,
0.560979;0.037643;,
1.674840;0.037643;,
1.674840;0.681207;,
0.734247;0.681208;,
0.560979;0.408930;,
1.455123;1.038300;,
0.904809;1.038300;,
0.904809;0.896793;,
1.455123;0.896793;,
1.455123;1.116920;,
0.904809;1.116920;,
0.721700;0.480305;,
0.721700;0.503241;,
0.679704;0.544525;,
0.679704;0.480305;,
0.679704;1.998655;,
0.679704;0.998652;,
0.586380;0.998652;,
0.586381;1.998655;,
0.418398;1.998656;,
0.418398;0.998652;,
0.325074;0.998652;,
0.325074;1.998656;,
1.902560;1.376190;,
0.961960;1.376190;,
0.961960;0.163321;,
1.902560;0.163320;,
0.001941;0.532983;,
0.001941;0.927248;,
1.758220;0.927248;,
1.758220;0.532982;,
0.001940;0.995349;,
0.001941;1.532983;,
1.758220;1.532982;,
1.758220;0.995348;,
0.679704;1.998655;,
0.586381;1.998655;,
0.586380;0.998652;,
0.679704;0.998652;,
0.418398;1.998656;,
0.325074;1.998656;,
0.325074;0.998652;,
0.418398;0.998652;,
0.001940;0.995349;,
1.758220;0.995348;,
1.758220;1.532982;,
0.001941;1.532983;,
0.001941;0.532983;,
1.758220;0.532982;,
1.758220;0.927248;,
0.001941;0.927248;,
0.734247;1.376190;,
0.734246;0.163319;,
1.674840;0.163319;,
1.674840;1.376190;,
1.014872;1.132640;,
1.014872;1.305600;,
0.904809;1.132640;,
0.999295;1.992226;,
0.999295;0.973708;,
2.017820;0.973708;,
2.017820;1.992226;,
2.958870;0.238782;,
2.958870;1.001020;,
1.952010;1.001020;,
1.952000;0.238782;,
1.952000;0.238782;,
1.952010;1.001020;,
2.958870;1.001020;,
2.958870;0.238782;,
0.938279;0.238782;,
1.945142;0.238782;,
1.945142;1.001020;,
0.938279;1.001020;,
1.945142;0.238782;,
0.938279;0.238782;,
0.938279;1.001020;,
1.945142;1.001020;,
0.720218;4.894840;,
0.500842;4.894840;,
0.500840;0.014321;,
0.720216;0.014321;,
0.621551;4.976380;,
0.621550;0.587986;,
0.958731;0.587986;,
0.958733;4.976380;,
0.621551;4.976380;,
0.958733;4.976380;,
0.958731;0.587986;,
0.621550;0.587986;,
0.435141;0.612123;,
0.459564;0.612123;,
0.459564;0.612123;,
0.435141;0.612123;,
0.459564;0.381316;,
0.435141;0.381316;,
0.435141;0.381316;,
0.459564;0.381316;,
0.326604;1.126310;,
0.324406;1.125030;,
0.324406;1.125030;,
0.326604;1.126310;,
0.324406;1.127590;,
0.324406;1.127590;,
0.326604;1.126310;,
0.324406;1.125030;,
0.324406;1.125030;,
0.326604;1.126310;,
0.324406;1.127590;,
0.324406;1.127590;,
0.326603;0.869694;,
0.324405;0.868412;,
0.324405;0.868412;,
0.326603;0.869694;,
0.324405;0.870976;,
0.324405;0.870976;,
0.326603;0.869694;,
0.324405;0.868412;,
0.324405;0.868412;,
0.326603;0.869694;,
0.324405;0.870976;,
0.324405;0.870976;,
-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;,
0.022029;0.705348;,
0.018971;0.705348;,
0.009794;0.705348;,
0.009794;0.705348;,
0.022029;0.705348;,
0.022029;0.703507;,
0.022029;0.703507;,
0.009794;0.703507;,
0.009794;0.703507;,
0.018971;0.703507;,
0.022029;0.583767;,
0.018971;0.583767;,
0.009794;0.583767;,
0.009794;0.583767;,
0.022029;0.583767;,
0.022029;0.581926;,
0.022029;0.581926;,
0.009794;0.581926;,
0.009794;0.581926;,
0.018971;0.581926;,
0.022029;0.340605;,
0.018970;0.340605;,
0.009794;0.340605;,
0.009794;0.340605;,
0.022029;0.340605;,
0.022029;0.826929;,
0.018971;0.826929;,
0.009794;0.826929;,
0.009794;0.826929;,
0.022029;0.826929;,
0.022029;0.825088;,
0.022029;0.825088;,
0.009794;0.825088;,
0.009794;0.825088;,
0.018971;0.825088;,
0.101364;0.830181;,
0.101364;0.830181;,
0.101364;0.844076;,
0.101364;0.844076;,
0.101364;0.833654;,
0.022029;0.462186;,
0.018971;0.462186;,
0.009794;0.462186;,
0.009794;0.462186;,
0.022029;0.462186;,
0.018970;0.215537;,
0.018971;0.833877;,
0.012853;0.840824;,
0.012853;0.215537;,
0.018971;0.833877;,
0.018970;0.215613;,
0.104619;0.833877;,
0.104619;0.840824;,
0.104619;0.833877;,
0.012853;0.823456;,
0.012853;0.215551;,
0.012853;0.215551;,
0.012853;0.823456;,
0.012853;0.840824;,
0.012853;0.840824;,
0.181091;0.840824;,
0.181091;0.840824;,
0.012853;0.093970;,
0.012853;0.093970;,
0.181091;0.093970;,
0.181091;0.093970;,
0.960330;0.019538;,
0.960330;0.081095;,
0.587870;0.081095;,
0.587870;0.019538;,
0.425914;0.019538;,
0.425914;0.081095;,
0.053449;0.081095;,
0.053449;0.019538;,
0.960330;0.594067;,
0.960330;0.655623;,
0.587870;0.655623;,
0.587870;0.594067;,
0.425914;0.594067;,
0.425914;0.655623;,
0.053449;0.655623;,
0.053449;0.594067;,
0.891495;0.594067;,
0.891495;0.655623;,
0.519030;0.655623;,
0.519030;0.594067;,
2.033170;0.594067;,
1.660700;0.594067;,
1.660700;0.655623;,
2.033170;0.655623;,
2.498750;0.594067;,
2.126280;0.594067;,
2.126280;0.655623;,
2.498750;0.655623;,
2.964330;0.594067;,
2.591860;0.594067;,
2.591860;0.655623;,
2.964330;0.655623;;
}
MeshNormals {
247;
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.471405;0.804738;,
0.000000;-0.235702;0.902369;,
0.000000;-0.707107;0.707107;,
0.000000;-0.707107;0.707107;,
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;,
-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.843662;-0.536876;0.000000;,
-0.843662;-0.536876;0.000000;,
-0.843662;-0.536876;0.000000;,
-0.843662;-0.536876;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;,
0.843662;-0.536876;0.000000;,
0.843662;-0.536876;0.000000;,
0.843662;-0.536876;0.000000;,
0.843662;-0.536876;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;,
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.975610;0.219512;,
0.000000;0.975610;0.219512;,
0.000000;0.975610;0.219512;,
0.000000;0.975610;0.219512;,
0.000000;0.975610;-0.219512;,
0.000000;0.975610;-0.219512;,
0.000000;0.975610;-0.219512;,
0.000000;0.975610;-0.219512;,
0.333333;0.000000;0.666667;,
0.400000;0.400000;0.200000;,
-0.400000;0.200000;0.400000;,
-0.500000;0.000000;0.500000;,
0.250000;0.250000;-0.500000;,
0.666667;0.000000;-0.333333;,
-0.500000;0.000000;-0.500000;,
-0.250000;0.500000;-0.250000;,
0.000000;-0.485641;0.291390;,
0.000000;-0.485637;0.874161;,
0.000000;-0.485637;0.874161;,
0.000000;-0.485646;-0.291382;,
0.000000;-0.485651;-0.874153;,
0.000000;-0.485651;-0.874153;,
0.000000;-0.485641;0.291390;,
0.000000;-0.485637;0.874161;,
0.000000;-0.485637;0.874161;,
0.000000;-0.485646;-0.291382;,
0.000000;-0.485651;-0.874153;,
0.000000;-0.485651;-0.874153;,
0.000000;-0.485641;0.291390;,
0.000000;-0.485637;0.874161;,
0.000000;-0.485637;0.874161;,
0.000000;-0.485646;-0.291382;,
0.000000;-0.485651;-0.874153;,
0.000000;-0.485651;-0.874153;,
0.000000;-0.485641;0.291390;,
0.000000;-0.485637;0.874161;,
0.000000;-0.485637;0.874161;,
0.000000;-0.485646;-0.291382;,
0.000000;-0.485651;-0.874153;,
0.000000;-0.485651;-0.874153;,
0.000000;-0.666667;0.333333;,
-0.481027;-0.386431;0.250000;,
-0.240513;-0.568215;-0.250000;,
0.000000;-0.500000;-0.500000;,
-0.481027;-0.136431;0.500000;,
-0.641369;-0.181907;-0.333333;,
0.000000;-0.666667;0.333333;,
0.000000;-0.500000;-0.500000;,
0.240513;-0.568215;-0.250000;,
0.481027;-0.386430;0.250000;,
0.641369;-0.181907;-0.333333;,
0.481027;-0.136430;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;,
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.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;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;,
1.000000;0.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.176777;-0.146447;0.176777;,
0.000000;-0.146447;0.353553;,
0.353553;0.707107;0.353553;,
0.000000;0.707107;0.707107;,
0.000000;-1.000000;0.000000;,
0.353553;-0.146447;0.000000;,
0.707107;0.707107;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.500000;0.250000;0.250000;,
0.250000;-0.250000;0.500000;,
0.500000;-0.500000;0.000000;,
0.333333;0.666667;0.000000;,
0.000000;0.500000;0.500000;,
0.000000;-0.666667;0.333333;,
0.000000;1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
0.832050;-0.554700;0.000000;,
-0.832050;-0.554700;0.000000;,
-0.832050;-0.554700;0.000000;,
-0.832050;-0.554700;0.000000;,
-0.832050;-0.554700;0.000000;,
-0.832050;-0.554700;0.000000;,
-0.832050;-0.554700;0.000000;,
-0.832050;-0.554700;0.000000;,
-0.832050;-0.554700;0.000000;,
-0.832050;-0.554700;0.000000;,
-0.832050;-0.554700;0.000000;,
-0.832050;-0.554700;0.000000;,
-0.832050;-0.554700;0.000000;;
158;
3;0,1,2;,
3;0,2,3;,
3;0,3,4;,
3;5,6,7;,
3;5,7,8;,
3;5,8,9;,
3;10,11,12;,
3;10,12,13;,
3;10,13,14;,
3;15,16,17;,
3;15,17,18;,
3;15,18,19;,
3;20,21,22;,
3;20,22,23;,
3;24,25,21;,
3;24,21,20;,
3;26,27,28;,
3;26,28,29;,
3;30,31,32;,
3;30,32,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;50,51,52;,
3;50,52,53;,
3;54,55,56;,
3;54,56,57;,
3;58,59,60;,
3;58,60,61;,
3;62,63,64;,
3;62,64,65;,
3;66,67,68;,
3;66,68,69;,
3;70,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,90,91;,
3;89,91,92;,
3;33,32,35;,
3;33,35,34;,
3;51,54,57;,
3;51,57,52;,
3;93,94,95;,
3;93,95,96;,
3;97,98,99;,
3;97,99,100;,
3;101,102,103;,
3;101,103,104;,
3;105,106,107;,
3;105,107,108;,
3;109,110,111;,
3;109,111,112;,
3;106,105,110;,
3;106,110,109;,
3;107,112,111;,
3;107,111,108;,
3;106,109,112;,
3;106,112,107;,
3;113,114,115;,
3;113,115,116;,
3;117,113,116;,
3;117,116,118;,
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,139;,
3;137,139,140;,
3;138,141,142;,
3;138,142,139;,
3;143,144,145;,
3;143,145,146;,
3;146,145,147;,
3;146,147,148;,
3;138,137,141;,
3;139,142,140;,
3;146,148,143;,
3;145,144,147;,
3;149,150,151;,
3;149,151,152;,
3;149,152,153;,
3;154,155,156;,
3;154,156,157;,
3;154,157,158;,
3;159,160,161;,
3;159,161,162;,
3;159,162,163;,
3;164,165,166;,
3;164,166,167;,
3;164,167,168;,
3;169,170,171;,
3;169,171,172;,
3;169,172,173;,
3;174,175,176;,
3;174,176,177;,
3;174,177,178;,
3;179,180,181;,
3;179,181,182;,
3;179,182,183;,
3;184,185,186;,
3;184,186,187;,
3;184,187,188;,
3;189,190,191;,
3;189,191,192;,
3;189,192,193;,
3;194,195,196;,
3;194,196,197;,
3;196,198,199;,
3;196,199,197;,
3;196,195,200;,
3;196,200,201;,
3;196,201,202;,
3;196,202,198;,
3;203,204,205;,
3;203,205,206;,
3;207,208,209;,
3;207,209,210;,
3;211,212,208;,
3;211,208,207;,
3;211,207,210;,
3;211,210,213;,
3;212,214,209;,
3;212,209,208;,
3;215,216,217;,
3;215,217,218;,
3;219,220,221;,
3;219,221,222;,
3;223,224,225;,
3;223,225,226;,
3;227,228,229;,
3;227,229,230;,
3;231,232,233;,
3;231,233,234;,
3;235,236,237;,
3;235,237,238;,
3;239,240,241;,
3;239,241,242;,
3;243,244,245;,
3;243,245,246;;
}
MeshMaterialList {
12;
158;
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,
2,
2,
2,
2,
2,
2,
2,
2,
3,
3,
3,
3,
4,
4,
5,
5,
5,
5,
6,
6,
6,
6,
6,
6,
6,
6,
7,
7,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
9,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
10,
11,
11,
11,
11,
11,
11,
11,
11,
11,
11,
11,
11,
11,
11,
11,
11;
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.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.485700;0.338314;0.420200;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intG_tex.png";
}
}
Material {
0.000000;0.000000;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"NULL.png";
}
}
Material {
0.500000;0.168508;0.167300;1.000000;;
39.100000;
0.500000;0.224058;0.167300;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genB3_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.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.261200;0.169734;0.188700;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA3_tex.png";
}
}
Material {
0.698000;0.405576;0.114000;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intA_tex.png";
}
}
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.298000;0.083121;0.097400;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA3_tex.png";
}
}
Material {
1.000000;0.347497;0.098000;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.800000;0.750000;0.500000;;
TextureFilename {
"genB1_tex.png";
}
}
}
}
}
}