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

1587 lines
39 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 {
296;
36.300000;20.100000;63.000000;,
36.300000;29.100000;63.000000;,
36.300000;29.100000;25.000000;,
36.300000;20.100000;25.000000;,
27.500000;2.500000;63.000000;,
27.500000;11.500000;63.000000;,
27.500000;11.500000;25.000000;,
27.500000;2.500000;25.000000;,
36.300000;20.100000;-63.000000;,
36.300000;20.100000;-25.000000;,
36.300000;29.100000;-25.000000;,
36.300000;29.100000;-63.000000;,
27.500000;2.500000;-63.000000;,
27.500000;2.500000;-25.000000;,
27.500000;11.500000;-25.000000;,
27.500000;11.500000;-63.000000;,
-36.300000;20.100000;-63.000000;,
-36.300000;29.100000;-63.000000;,
-36.300000;29.100000;-25.000000;,
-36.300000;20.100000;-25.000000;,
-27.500000;2.500000;-63.000000;,
-27.500000;11.500000;-63.000000;,
-27.500000;11.500000;-25.000000;,
-27.500000;2.500000;-25.000000;,
-36.300000;20.100000;63.000000;,
-36.300000;20.100000;25.000000;,
-36.300000;29.100000;25.000000;,
-36.300000;29.100000;63.000000;,
-27.500000;2.500000;63.000000;,
-27.500000;2.500000;25.000000;,
-27.500000;11.500000;25.000000;,
-27.500000;11.500000;63.000000;,
31.800000;20.100000;63.000000;,
31.800000;20.100000;25.000000;,
36.300000;20.100000;25.000000;,
36.300000;29.100000;25.000000;,
23.000000;2.500000;63.000000;,
23.000000;2.500000;25.000000;,
27.500000;2.500000;25.000000;,
27.500000;11.500000;25.000000;,
31.800000;20.100000;-63.000000;,
36.300000;20.100000;-63.000000;,
36.300000;29.100000;-63.000000;,
31.800000;20.100000;-25.000000;,
23.000000;2.500000;-63.000000;,
27.500000;2.500000;-63.000000;,
27.500000;11.500000;-63.000000;,
23.000000;2.500000;-25.000000;,
-31.800000;20.100000;-63.000000;,
-36.300000;29.100000;-63.000000;,
-36.300000;20.100000;-63.000000;,
-31.800000;20.100000;-25.000000;,
-23.000000;2.500000;-63.000000;,
-27.500000;11.500000;-63.000000;,
-27.500000;2.500000;-63.000000;,
-23.000000;2.500000;-25.000000;,
-31.800000;20.100000;63.000000;,
-31.800000;20.100000;25.000000;,
-36.300000;29.100000;25.000000;,
-36.300000;20.100000;25.000000;,
-23.000000;2.500000;63.000000;,
-23.000000;2.500000;25.000000;,
-27.500000;11.500000;25.000000;,
-27.500000;2.500000;25.000000;,
46.750000;50.000000;63.000000;,
46.750000;50.000000;25.000000;,
36.300000;29.100000;25.000000;,
36.300000;29.100000;63.000000;,
27.500000;11.500000;63.000000;,
31.800000;20.100000;63.000000;,
31.800000;20.100000;25.000000;,
27.500000;11.500000;25.000000;,
31.800000;20.100000;63.000000;,
36.300000;20.100000;63.000000;,
36.300000;20.100000;25.000000;,
31.800000;20.100000;25.000000;,
23.000000;2.500000;63.000000;,
27.500000;2.500000;63.000000;,
27.500000;2.500000;25.000000;,
23.000000;2.500000;25.000000;,
46.750000;50.000000;-63.000000;,
36.300000;29.100000;-63.000000;,
36.300000;29.100000;-25.000000;,
46.750000;50.000000;-25.000000;,
27.500000;11.500000;-63.000000;,
27.500000;11.500000;-25.000000;,
31.800000;20.100000;-25.000000;,
31.800000;20.100000;-63.000000;,
31.800000;20.100000;-63.000000;,
31.800000;20.100000;-25.000000;,
36.300000;20.100000;-25.000000;,
36.300000;20.100000;-63.000000;,
23.000000;2.500000;-63.000000;,
23.000000;2.500000;-25.000000;,
27.500000;2.500000;-25.000000;,
27.500000;2.500000;-63.000000;,
-1.500000;15.050000;-27.000000;,
-3.500000;15.050000;-35.000000;,
-3.500000;2.500000;-35.000000;,
-1.500000;2.500000;-27.000000;,
3.500000;15.050000;-35.000000;,
1.500000;15.050000;-27.000000;,
1.500000;2.500000;-27.000000;,
3.500000;2.500000;-35.000000;,
3.500000;15.050000;-41.100000;,
3.500000;2.500000;-41.100000;,
1.500000;15.050000;-50.100000;,
1.500000;2.500000;-50.100000;,
-3.500000;15.050000;-41.100000;,
-1.500000;15.050000;-50.100000;,
-1.500000;2.500000;-50.100000;,
-3.500000;2.500000;-41.100000;,
-1.500000;15.050000;37.300000;,
-1.500000;2.500000;37.300000;,
-3.500000;2.500000;45.300000;,
-3.500000;15.050000;45.300000;,
3.500000;15.050000;45.300000;,
3.500000;2.500000;45.300000;,
1.500000;2.500000;37.300000;,
1.500000;15.050000;37.300000;,
3.500000;15.050000;52.000000;,
3.500000;2.500000;52.000000;,
1.500000;15.050000;61.000000;,
1.500000;2.500000;61.000000;,
3.500000;2.500000;52.000000;,
3.500000;15.050000;52.000000;,
-3.500000;15.050000;52.000000;,
-3.500000;2.500000;52.000000;,
-1.500000;2.500000;61.000000;,
-1.500000;15.050000;61.000000;,
-3.500000;2.500000;52.000000;,
-3.500000;15.050000;52.000000;,
-31.800000;20.100000;24.950000;,
-31.800000;20.100000;75.000000;,
31.800000;20.100000;75.000000;,
31.800000;20.100000;24.950000;,
-31.800000;20.100000;-24.950000;,
31.800000;20.100000;-24.950000;,
31.800000;20.100000;-75.000000;,
-31.800000;20.100000;-75.000000;,
-27.500000;11.500000;-63.000000;,
-31.800000;20.100000;-63.000000;,
-31.800000;20.100000;-25.000000;,
-27.500000;11.500000;-25.000000;,
-36.300000;29.100000;-63.000000;,
-46.750000;50.000000;-63.000000;,
-46.750000;50.000000;-25.000000;,
-36.300000;29.100000;-25.000000;,
-31.800000;20.100000;-63.000000;,
-36.300000;20.100000;-63.000000;,
-36.300000;20.100000;-25.000000;,
-31.800000;20.100000;-25.000000;,
-23.000000;2.500000;-63.000000;,
-27.500000;2.500000;-63.000000;,
-27.500000;2.500000;-25.000000;,
-23.000000;2.500000;-25.000000;,
-27.500000;11.500000;63.000000;,
-27.500000;11.500000;25.000000;,
-31.800000;20.100000;25.000000;,
-31.800000;20.100000;63.000000;,
-36.300000;29.100000;63.000000;,
-36.300000;29.100000;25.000000;,
-46.750000;50.000000;25.000000;,
-46.750000;50.000000;63.000000;,
-31.800000;20.100000;63.000000;,
-31.800000;20.100000;25.000000;,
-36.300000;20.100000;25.000000;,
-36.300000;20.100000;63.000000;,
-23.000000;2.500000;63.000000;,
-23.000000;2.500000;25.000000;,
-27.500000;2.500000;25.000000;,
-27.500000;2.500000;63.000000;,
-43.750000;44.000000;63.000000;,
-46.750000;50.000000;63.000000;,
-46.750000;50.000000;100.000000;,
-23.000000;2.500000;100.000000;,
-23.000000;2.500000;63.000000;,
-27.500000;11.500000;63.000000;,
-31.800000;20.100000;63.000000;,
-36.300000;29.100000;63.000000;,
-39.250000;35.000000;63.000000;,
23.000000;2.500000;-63.049997;,
46.750000;50.000000;-63.049997;,
46.750000;50.000000;-100.000000;,
23.000000;2.500000;-100.000000;,
-23.000000;2.500000;100.000000;,
23.000000;2.500000;100.000000;,
23.000000;2.500000;-100.000000;,
-23.000000;2.500000;-100.000000;,
46.750000;50.000000;100.000000;,
46.750000;50.000000;63.000000;,
23.000000;2.500000;63.000000;,
23.000000;2.500000;100.000000;,
-23.000000;2.500000;-63.049997;,
-23.000000;2.500000;-100.000000;,
-46.750000;50.000000;-100.000000;,
-46.750000;50.000000;-63.049997;,
-49.950000;-3.950000;-100.000000;,
-23.000000;2.500000;-100.000000;,
23.000000;2.500000;-100.000000;,
50.000000;-4.000000;-100.000000;,
50.000000;-4.000000;100.000000;,
23.000000;2.500000;100.000000;,
-23.000000;2.500000;100.000000;,
-49.950000;-3.950000;100.000000;,
-50.000000;50.000000;100.000000;,
-49.950000;-3.950000;100.000000;,
-23.000000;2.500000;100.000000;,
-46.750000;50.000000;100.000000;,
50.000000;-4.000000;100.000000;,
50.000000;50.000000;100.000000;,
46.750000;50.000000;100.000000;,
23.000000;2.500000;100.000000;,
-49.950000;-3.950000;-100.000000;,
-50.000000;50.000000;-100.000000;,
-46.750000;50.000000;-100.000000;,
-23.000000;2.500000;-100.000000;,
50.000000;50.000000;-100.000000;,
50.000000;-4.000000;-100.000000;,
23.000000;2.500000;-100.000000;,
46.750000;50.000000;-100.000000;,
-23.000000;2.500000;-25.000000;,
-46.750000;50.000000;-25.000000;,
-46.750000;50.000000;25.000000;,
-43.750000;44.000000;25.000000;,
-39.250000;35.000000;25.000000;,
-36.300000;29.100000;25.000000;,
-31.800000;20.100000;25.000000;,
-27.500000;11.500000;25.000000;,
-23.000000;2.500000;25.000000;,
23.000000;2.500000;25.000000;,
46.750000;50.000000;25.000000;,
46.750000;50.000000;-25.000000;,
23.000000;2.500000;-25.050000;,
31.800000;20.100000;24.950000;,
30.650000;17.800000;24.950000;,
5.500000;15.050000;24.950000;,
-5.500000;15.050000;24.950000;,
-30.650000;17.800000;24.950000;,
-31.800000;20.100000;24.950000;,
31.800000;20.100000;75.000000;,
-31.800000;20.100000;75.000000;,
-30.650000;17.800000;75.000000;,
-5.500000;15.050000;75.000000;,
5.500000;15.050000;75.000000;,
30.650000;17.800000;75.000000;,
31.800000;20.100000;-24.950000;,
-31.800000;20.100000;-24.950000;,
-30.650000;17.800000;-24.950000;,
-5.500000;15.050000;-24.950000;,
5.500000;15.050000;-24.950000;,
30.650000;17.800000;-24.950000;,
31.800000;20.100000;-75.000000;,
30.650000;17.800000;-75.000000;,
5.500000;15.050000;-75.000000;,
-5.500000;15.050000;-75.000000;,
-30.650000;17.800000;-75.000000;,
-31.800000;20.100000;-75.000000;,
1.500000;15.050000;-27.000000;,
-1.500000;15.050000;-27.000000;,
-1.500000;2.500000;-27.000000;,
1.500000;2.500000;-27.000000;,
-1.500000;15.050000;-50.100000;,
1.500000;15.050000;-50.100000;,
1.500000;2.500000;-50.100000;,
-1.500000;2.500000;-50.100000;,
1.500000;15.050000;37.300000;,
1.500000;2.500000;37.300000;,
-1.500000;2.500000;37.300000;,
-1.500000;15.050000;37.300000;,
-1.500000;15.050000;61.000000;,
-1.500000;2.500000;61.000000;,
1.500000;2.500000;61.000000;,
1.500000;15.050000;61.000000;,
-5.500000;15.050000;24.950000;,
-5.500000;15.050000;75.000000;,
-30.650000;17.800000;75.000000;,
-30.650000;17.800000;24.950000;,
5.500000;15.050000;24.950000;,
5.500000;15.050000;75.000000;,
-5.500000;15.050000;75.000000;,
-5.500000;15.050000;24.950000;,
30.650000;17.800000;24.950000;,
30.650000;17.800000;75.000000;,
-5.500000;15.050000;-24.950000;,
-30.650000;17.800000;-24.950000;,
-30.650000;17.800000;-75.000000;,
-5.500000;15.050000;-75.000000;,
5.500000;15.050000;-24.950000;,
-5.500000;15.050000;-24.950000;,
-5.500000;15.050000;-75.000000;,
5.500000;15.050000;-75.000000;,
30.650000;17.800000;-24.950000;,
5.500000;15.050000;-24.950000;,
5.500000;15.050000;-75.000000;,
30.650000;17.800000;-75.000000;;
164;
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,1,0;,
3;33,34,35;,
3;36,5,4;,
3;37,38,39;,
3;40,41,42;,
3;43,10,9;,
3;44,45,46;,
3;47,14,13;,
3;48,49,50;,
3;51,19,18;,
3;52,53,54;,
3;55,23,22;,
3;56,24,27;,
3;57,58,59;,
3;60,28,31;,
3;61,62,63;,
3;64,65,66;,
3;64,66,67;,
3;68,69,70;,
3;68,70,71;,
3;72,73,74;,
3;72,74,75;,
3;76,77,78;,
3;76,78,79;,
3;80,81,82;,
3;80,82,83;,
3;84,85,86;,
3;84,86,87;,
3;88,89,90;,
3;88,90,91;,
3;92,93,94;,
3;92,94,95;,
3;96,97,98;,
3;96,98,99;,
3;100,101,102;,
3;100,102,103;,
3;104,100,103;,
3;104,103,105;,
3;106,104,105;,
3;106,105,107;,
3;108,109,110;,
3;108,110,111;,
3;97,108,111;,
3;97,111,98;,
3;112,113,114;,
3;112,114,115;,
3;116,117,118;,
3;116,118,119;,
3;120,121,117;,
3;120,117,116;,
3;122,123,124;,
3;122,124,125;,
3;126,127,128;,
3;126,128,129;,
3;115,114,130;,
3;115,130,131;,
3;132,133,134;,
3;132,134,135;,
3;136,137,138;,
3;136,138,139;,
3;140,141,142;,
3;140,142,143;,
3;144,145,146;,
3;144,146,147;,
3;148,149,150;,
3;148,150,151;,
3;152,153,154;,
3;152,154,155;,
3;156,157,158;,
3;156,158,159;,
3;160,161,162;,
3;160,162,163;,
3;164,165,166;,
3;164,166,167;,
3;168,169,170;,
3;168,170,171;,
3;172,173,174;,
3;172,174,175;,
3;172,175,176;,
3;172,176,177;,
3;172,177,178;,
3;172,178,179;,
3;172,179,180;,
3;181,182,183;,
3;181,183,184;,
3;185,186,187;,
3;185,187,188;,
3;189,190,191;,
3;189,191,192;,
3;193,194,195;,
3;193,195,196;,
3;197,198,199;,
3;197,199,200;,
3;201,202,203;,
3;201,203,204;,
3;205,206,207;,
3;205,207,208;,
3;209,210,211;,
3;209,211,212;,
3;213,214,215;,
3;213,215,216;,
3;217,218,219;,
3;217,219,220;,
3;221,222,223;,
3;221,223,224;,
3;221,224,225;,
3;221,225,226;,
3;221,226,227;,
3;221,227,228;,
3;221,228,229;,
3;230,231,232;,
3;230,232,233;,
3;234,235,236;,
3;234,236,237;,
3;234,237,238;,
3;234,238,239;,
3;240,241,242;,
3;240,242,243;,
3;240,243,244;,
3;240,244,245;,
3;246,247,248;,
3;246,248,249;,
3;246,249,250;,
3;246,250,251;,
3;252,253,254;,
3;252,254,255;,
3;252,255,256;,
3;252,256,257;,
3;258,259,260;,
3;258,260,261;,
3;262,263,264;,
3;262,264,265;,
3;266,267,268;,
3;266,268,269;,
3;270,271,272;,
3;270,272,273;,
3;274,275,276;,
3;274,276,277;,
3;278,279,280;,
3;278,280,281;,
3;282,283,279;,
3;282,279,278;,
3;284,285,286;,
3;284,286,287;,
3;288,289,290;,
3;288,290,291;,
3;292,293,294;,
3;292,294,295;;
MeshTextureCoords {
296;
0.663572;0.628480;,
0.663572;0.949527;,
2.315700;0.949528;,
2.315700;0.628480;,
0.663573;0.000652;,
0.663572;0.321700;,
2.315700;0.321701;,
2.315700;0.000653;,
2.285180;0.693293;,
0.633051;0.693292;,
0.633051;1.014340;,
2.285180;1.014340;,
2.285180;0.065465;,
0.633052;0.065465;,
0.633052;0.386513;,
2.285180;0.386513;,
2.285180;0.693293;,
2.285180;1.014340;,
0.633051;1.014340;,
0.633051;0.693292;,
2.285180;0.065465;,
2.285180;0.386513;,
0.633052;0.386513;,
0.633052;0.065465;,
0.663572;0.628480;,
2.315700;0.628480;,
2.315700;0.949528;,
0.663572;0.949527;,
0.663573;0.000652;,
2.315700;0.000653;,
2.315700;0.321701;,
0.663573;0.321700;,
0.663572;0.628480;,
1.315700;0.628480;,
1.315700;0.628480;,
1.315700;0.949528;,
0.663573;0.000652;,
1.315700;0.000653;,
1.315700;0.000653;,
1.315700;0.321701;,
1.285180;0.693293;,
1.285180;0.693293;,
1.285180;1.014340;,
0.633051;0.693292;,
1.285180;0.065465;,
1.285180;0.065465;,
1.285180;0.386513;,
0.633052;0.065465;,
1.285180;0.693293;,
1.285180;1.014340;,
1.285180;0.693293;,
0.633051;0.693292;,
1.285180;0.065465;,
1.285180;0.386513;,
1.285180;0.065465;,
0.633052;0.065465;,
0.663572;0.628480;,
1.315700;0.628480;,
1.315700;0.949528;,
1.315700;0.628480;,
0.663573;0.000652;,
1.315700;0.000653;,
1.315700;0.321701;,
1.315700;0.000653;,
0.142360;0.932444;,
0.959570;0.932444;,
0.959570;0.482982;,
0.142360;0.482982;,
0.142360;0.104487;,
0.142360;0.289433;,
0.959570;0.289433;,
0.959570;0.104487;,
0.694340;0.886803;,
0.694340;0.999869;,
1.649119;0.999869;,
1.649119;0.886803;,
0.694340;0.665698;,
0.694340;0.778763;,
1.649119;0.778763;,
1.649119;0.665698;,
0.852039;0.932444;,
0.852039;0.482982;,
0.034835;0.482982;,
0.034835;0.932444;,
0.852039;0.104487;,
0.034835;0.104487;,
0.034835;0.289433;,
0.852039;0.289433;,
1.860170;0.886804;,
0.905400;0.886804;,
0.905400;0.999869;,
1.860170;0.999869;,
1.860170;0.665698;,
0.905400;0.665698;,
0.905400;0.778763;,
1.860170;0.778763;,
1.184040;1.250576;,
1.384540;1.250576;,
1.384540;0.936040;,
1.184040;0.936040;,
1.384540;1.250576;,
1.184040;1.250576;,
1.184040;0.936040;,
1.384540;0.936040;,
1.537420;1.250576;,
1.537420;0.936040;,
1.762990;1.250576;,
1.762990;0.936040;,
1.537420;1.250576;,
1.762990;1.250576;,
1.762990;0.936040;,
1.537420;0.936040;,
0.572513;1.250576;,
0.572513;0.936040;,
0.372011;0.936040;,
0.372011;1.250576;,
0.372011;1.250576;,
0.372011;0.936040;,
0.572513;0.936040;,
0.572513;1.250576;,
0.204091;1.250576;,
0.204091;0.936040;,
0.978530;1.250576;,
0.978530;0.936040;,
1.204091;0.936040;,
1.204091;1.250576;,
1.204091;1.250576;,
1.204091;0.936040;,
0.978530;0.936040;,
0.978530;1.250576;,
0.204091;0.936040;,
0.204091;1.250576;,
0.848967;0.941969;,
0.848967;2.255620;,
2.518260;2.255620;,
2.518260;0.941969;,
0.652620;2.288754;,
2.454320;2.288754;,
2.454320;0.870910;,
0.652620;0.870910;,
0.852039;0.104487;,
0.852039;0.289433;,
0.034835;0.289433;,
0.034835;0.104487;,
0.852039;0.482982;,
0.852039;0.932444;,
0.034835;0.932444;,
0.034835;0.482982;,
1.860170;0.288814;,
1.860170;0.175748;,
0.905400;0.175748;,
0.905400;0.288814;,
1.860170;0.509919;,
1.860170;0.396854;,
0.905400;0.396854;,
0.905400;0.509919;,
0.142360;0.104487;,
0.959570;0.104487;,
0.959570;0.289433;,
0.142360;0.289433;,
0.142360;0.482982;,
0.959570;0.482982;,
0.959570;0.932444;,
0.142360;0.932444;,
0.694350;0.288813;,
1.649119;0.288813;,
1.649119;0.175748;,
0.694350;0.175748;,
0.694350;0.509919;,
1.649119;0.509919;,
1.649119;0.396854;,
0.694350;0.396854;,
1.146170;1.733932;,
1.146170;1.862964;,
0.350474;1.862964;,
0.350474;0.841459;,
1.146170;0.841459;,
1.146170;1.035007;,
1.146170;1.219954;,
1.146170;1.413502;,
1.146170;1.540384;,
0.853114;0.910939;,
0.853114;1.932444;,
1.647738;1.932444;,
1.647738;0.910939;,
0.427058;2.338360;,
0.800132;2.338360;,
0.800132;0.716297;,
0.427058;0.716297;,
0.350474;1.862964;,
1.146170;1.862964;,
1.146170;0.841459;,
0.350474;0.841459;,
0.853114;0.910939;,
1.647738;0.910939;,
1.647738;1.932444;,
0.853114;1.932444;,
0.916628;0.887680;,
0.667593;1.928220;,
0.667592;3.704290;,
0.918557;4.746757;,
0.918556;4.746757;,
0.667591;3.704290;,
0.667592;1.928220;,
0.916627;0.887680;,
0.833610;0.885750;,
2.916627;0.887680;,
2.667592;1.928220;,
0.833610;1.011230;,
0.102660;1.879080;,
2.187600;1.879080;,
2.187600;2.004560;,
0.353625;2.921550;,
2.916628;0.887680;,
0.833610;0.885750;,
0.833610;1.011230;,
2.667593;1.928220;,
2.187600;1.879080;,
0.102660;1.879080;,
0.353625;2.921550;,
2.187600;2.004560;,
1.850970;0.038200;,
1.850970;0.858580;,
0.987408;0.858580;,
0.987408;0.754953;,
0.987408;0.599512;,
0.987408;0.497612;,
0.987408;0.342172;,
0.987408;0.193640;,
0.987408;0.038199;,
0.987408;0.038199;,
0.987408;0.858580;,
1.850970;0.858580;,
1.851830;0.038200;,
1.241870;0.173320;,
1.064950;0.261790;,
0.853407;2.196407;,
0.853407;3.042560;,
1.064950;4.977190;,
1.241870;5.065650;,
1.241870;0.173320;,
1.241870;5.065650;,
1.064950;4.977190;,
0.853407;3.042560;,
0.853407;2.196407;,
1.064950;0.261790;,
1.241870;0.173320;,
1.241870;5.065650;,
1.064950;4.977190;,
0.853407;3.042560;,
0.853407;2.196407;,
1.064950;0.261790;,
1.241870;0.173320;,
1.064950;0.261790;,
0.853407;2.196407;,
0.853407;3.042560;,
1.064950;4.977190;,
1.241870;5.065650;,
1.256730;0.481547;,
1.256730;0.684250;,
0.408760;0.684250;,
0.408760;0.481547;,
1.256730;0.684250;,
1.256730;0.481547;,
0.408760;0.481547;,
0.408760;0.684250;,
1.256730;0.481547;,
0.408760;0.481547;,
0.408760;0.684250;,
1.256730;0.684250;,
1.256730;0.684250;,
0.408760;0.684250;,
0.408760;0.481547;,
1.256730;0.481547;,
1.768691;0.896767;,
1.768691;2.778350;,
0.823203;2.778350;,
0.823203;0.896767;,
1.182230;0.896767;,
1.182230;2.778350;,
0.768691;2.778350;,
0.768691;0.896767;,
2.127710;0.896767;,
2.127710;2.778350;,
1.781738;2.443800;,
0.759380;2.443800;,
0.759380;0.409252;,
1.781738;0.409252;,
1.228893;2.443800;,
0.781738;2.443800;,
0.781738;0.409252;,
1.228893;0.409252;,
1.251250;2.443800;,
0.228893;2.443800;,
0.228893;0.409252;,
1.251250;0.409252;;
}
MeshNormals {
296;
-0.666667;0.000000;-0.333333;,
-0.500000;0.000000;-0.500000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-0.666667;0.000000;-0.333333;,
-0.500000;0.000000;-0.500000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-0.500000;0.000000;-0.500000;,
-0.666667;0.000000;-0.333333;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-0.500000;0.000000;-0.500000;,
-0.666667;0.000000;-0.333333;,
-1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.666667;0.000000;-0.333333;,
0.500000;0.000000;-0.500000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.666667;0.000000;-0.333333;,
0.500000;0.000000;-0.500000;,
0.666667;0.000000;-0.333333;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.500000;0.000000;-0.500000;,
0.666667;0.000000;-0.333333;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.500000;0.000000;-0.500000;,
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.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.447213;0.000000;,
-0.894427;0.447213;0.000000;,
-0.894427;0.447213;0.000000;,
-0.894427;0.447213;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.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.447213;0.000000;,
-0.894427;0.447213;0.000000;,
-0.894427;0.447213;0.000000;,
-0.894427;0.447213;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.970143;0.000000;0.242536;,
-0.990048;0.000000;0.080845;,
-0.980095;0.000000;0.161690;,
-0.970143;0.000000;0.242536;,
0.980095;0.000000;0.161690;,
0.970143;0.000000;0.242536;,
0.970143;0.000000;0.242536;,
0.990048;0.000000;0.080845;,
0.992063;0.000000;-0.072310;,
0.984125;0.000000;-0.144620;,
0.976187;0.000000;-0.216930;,
0.976187;0.000000;-0.216930;,
-0.984125;0.000000;-0.144620;,
-0.976187;0.000000;-0.216930;,
-0.976187;0.000000;-0.216930;,
-0.992062;0.000000;-0.072310;,
-0.970143;0.000000;-0.242536;,
-0.970143;0.000000;-0.242536;,
-0.980095;0.000000;-0.161690;,
-0.990048;0.000000;-0.080845;,
0.980095;0.000000;-0.161690;,
0.990048;0.000000;-0.080845;,
0.970143;0.000000;-0.242536;,
0.970143;0.000000;-0.242536;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.976187;0.000000;0.216930;,
0.976187;0.000000;0.216930;,
0.976187;0.000000;0.216930;,
0.976187;0.000000;0.216930;,
-0.976187;0.000000;0.216930;,
-0.976187;0.000000;0.216930;,
-0.976187;0.000000;0.216930;,
-0.976187;0.000000;0.216930;,
-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.894427;0.447213;0.000000;,
0.894427;0.447213;0.000000;,
0.894427;0.447213;0.000000;,
0.894427;0.447213;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;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.894427;0.447213;0.000000;,
0.894427;0.447213;0.000000;,
0.894427;0.447213;0.000000;,
0.894427;0.447213;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;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.383326;0.191663;0.142857;,
0.894427;0.447214;0.000000;,
0.894427;0.447214;0.000000;,
0.894427;0.447214;0.000000;,
0.447214;0.223607;0.000000;,
0.000000;0.000000;0.500000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;0.000000;,
0.000000;0.000000;-1.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;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.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.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.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.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;,
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.108696;-0.994075;0.000000;,
-0.108696;-0.994075;0.000000;,
-0.108696;-0.994075;0.000000;,
-0.108696;-0.994075;0.000000;,
0.036232;-0.998025;0.000000;,
0.072464;-0.996050;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.108696;-0.994075;0.000000;,
0.108696;-0.994075;0.000000;,
-0.108696;-0.994075;0.000000;,
-0.108696;-0.994075;0.000000;,
-0.108696;-0.994075;0.000000;,
-0.108696;-0.994075;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.108696;-0.994075;0.000000;,
0.108696;-0.994075;0.000000;,
0.108696;-0.994075;0.000000;,
0.108696;-0.994075;0.000000;;
164;
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,1,0;,
3;33,34,35;,
3;36,5,4;,
3;37,38,39;,
3;40,41,42;,
3;43,10,9;,
3;44,45,46;,
3;47,14,13;,
3;48,49,50;,
3;51,19,18;,
3;52,53,54;,
3;55,23,22;,
3;56,24,27;,
3;57,58,59;,
3;60,28,31;,
3;61,62,63;,
3;64,65,66;,
3;64,66,67;,
3;68,69,70;,
3;68,70,71;,
3;72,73,74;,
3;72,74,75;,
3;76,77,78;,
3;76,78,79;,
3;80,81,82;,
3;80,82,83;,
3;84,85,86;,
3;84,86,87;,
3;88,89,90;,
3;88,90,91;,
3;92,93,94;,
3;92,94,95;,
3;96,97,98;,
3;96,98,99;,
3;100,101,102;,
3;100,102,103;,
3;104,100,103;,
3;104,103,105;,
3;106,104,105;,
3;106,105,107;,
3;108,109,110;,
3;108,110,111;,
3;97,108,111;,
3;97,111,98;,
3;112,113,114;,
3;112,114,115;,
3;116,117,118;,
3;116,118,119;,
3;120,121,117;,
3;120,117,116;,
3;122,123,124;,
3;122,124,125;,
3;126,127,128;,
3;126,128,129;,
3;115,114,130;,
3;115,130,131;,
3;132,133,134;,
3;132,134,135;,
3;136,137,138;,
3;136,138,139;,
3;140,141,142;,
3;140,142,143;,
3;144,145,146;,
3;144,146,147;,
3;148,149,150;,
3;148,150,151;,
3;152,153,154;,
3;152,154,155;,
3;156,157,158;,
3;156,158,159;,
3;160,161,162;,
3;160,162,163;,
3;164,165,166;,
3;164,166,167;,
3;168,169,170;,
3;168,170,171;,
3;172,173,174;,
3;172,174,175;,
3;172,175,176;,
3;172,176,177;,
3;172,177,178;,
3;172,178,179;,
3;172,179,180;,
3;181,182,183;,
3;181,183,184;,
3;185,186,187;,
3;185,187,188;,
3;189,190,191;,
3;189,191,192;,
3;193,194,195;,
3;193,195,196;,
3;197,198,199;,
3;197,199,200;,
3;201,202,203;,
3;201,203,204;,
3;205,206,207;,
3;205,207,208;,
3;209,210,211;,
3;209,211,212;,
3;213,214,215;,
3;213,215,216;,
3;217,218,219;,
3;217,219,220;,
3;221,222,223;,
3;221,223,224;,
3;221,224,225;,
3;221,225,226;,
3;221,226,227;,
3;221,227,228;,
3;221,228,229;,
3;230,231,232;,
3;230,232,233;,
3;234,235,236;,
3;234,236,237;,
3;234,237,238;,
3;234,238,239;,
3;240,241,242;,
3;240,242,243;,
3;240,243,244;,
3;240,244,245;,
3;246,247,248;,
3;246,248,249;,
3;246,249,250;,
3;246,250,251;,
3;252,253,254;,
3;252,254,255;,
3;252,255,256;,
3;252,256,257;,
3;258,259,260;,
3;258,260,261;,
3;262,263,264;,
3;262,264,265;,
3;266,267,268;,
3;266,268,269;,
3;270,271,272;,
3;270,272,273;,
3;274,275,276;,
3;274,276,277;,
3;278,279,280;,
3;278,280,281;,
3;282,283,279;,
3;282,279,278;,
3;284,285,286;,
3;284,286,287;,
3;288,289,290;,
3;288,290,291;,
3;292,293,294;,
3;292,294,295;;
}
MeshMaterialList {
7;
164;
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,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
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,
5,
5,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6;
Material {
0.197900;0.355000;0.217400;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA6_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.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.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.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.600000;0.468806;0.467800;1.000000;;
39.100000;
0.138800;0.125750;0.138800;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA5_tex.png";
}
}
}
}
}
}