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

1606 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 {
281;
9.000000;45.000000;-25.000000;,
9.000000;45.000000;25.000000;,
-9.000000;45.000000;25.000000;,
-9.000000;45.000000;-25.000000;,
9.000000;45.000000;25.000000;,
9.000000;50.000000;25.000000;,
-9.000000;50.000000;25.000000;,
-9.000000;45.000000;25.000000;,
-9.000000;0.000000;25.000000;,
-9.000000;5.000000;-25.000000;,
-15.000000;5.000000;-25.000000;,
-25.000000;0.000000;25.000000;,
-50.000000;50.000000;25.000000;,
-50.000000;0.000000;25.000000;,
-25.000000;0.000000;25.000000;,
-25.000000;50.000000;25.000000;,
50.000000;0.000000;25.000000;,
50.000000;50.000000;25.000000;,
25.000000;50.000000;25.000000;,
25.000000;0.000000;25.000000;,
-15.000000;45.000000;-25.000000;,
15.000000;45.000000;-25.000000;,
25.000000;50.000000;25.000000;,
-25.000000;50.000000;25.000000;,
-15.000000;5.000000;-25.000000;,
-15.000000;45.000000;-25.000000;,
-25.000000;50.000000;25.000000;,
-25.000000;0.000000;25.000000;,
15.000000;5.000000;-25.000000;,
9.000000;5.000000;-25.000000;,
9.000000;0.000000;25.000000;,
25.000000;0.000000;25.000000;,
15.000000;45.000000;-25.000000;,
15.000000;5.000000;-25.000000;,
25.000000;0.000000;25.000000;,
25.000000;50.000000;25.000000;,
-25.000000;45.800000;28.000000;,
-25.000000;48.800000;28.000000;,
-50.000000;48.800000;28.000000;,
-50.000000;45.800000;28.000000;,
-25.000000;45.800000;25.000000;,
-25.000000;48.800000;25.000000;,
-25.000000;48.800000;28.000000;,
-25.000000;45.800000;28.000000;,
-50.000000;45.800000;25.000000;,
-25.000000;45.800000;25.000000;,
-25.000000;45.800000;28.000000;,
-50.000000;45.800000;28.000000;,
-50.000000;48.800000;25.000000;,
-50.000000;48.800000;28.000000;,
-25.000000;48.800000;28.000000;,
-25.000000;48.800000;25.000000;,
9.000000;45.000000;25.000000;,
9.000000;45.000000;-25.000000;,
9.000000;50.000000;25.000000;,
-9.000000;45.000000;25.000000;,
-9.000000;50.000000;25.000000;,
-9.000000;45.000000;-25.000000;,
-37.000000;48.000000;28.150000;,
-41.000000;48.000000;28.150000;,
-41.000000;47.500000;28.150000;,
-37.000000;47.500000;28.150000;,
-42.000000;47.500000;28.150000;,
-42.000000;48.000000;28.150000;,
-46.000000;48.000000;28.150000;,
-46.000000;47.500000;28.150000;,
-31.000000;47.500000;28.150000;,
-31.000000;48.000000;28.150000;,
-35.000000;48.000000;28.150000;,
-35.000000;47.500000;28.150000;,
-26.000000;48.000000;28.150000;,
-30.000000;48.000000;28.150000;,
-30.000000;47.500000;28.150000;,
-26.000000;47.500000;28.150000;,
-20.000000;32.000000;0.000000;,
-20.000000;39.000000;0.000000;,
-20.000000;39.000000;25.000000;,
-20.000000;32.000000;25.000000;,
-25.000000;39.000000;25.000000;,
-25.000000;32.000000;25.000000;,
20.000000;32.000000;0.000000;,
20.000000;32.000000;25.000000;,
20.000000;39.000000;25.000000;,
20.000000;39.000000;0.000000;,
25.000000;32.000000;25.000000;,
25.000000;39.000000;25.000000;,
1.250000;44.800000;-16.250000;,
0.250000;44.800000;-16.250000;,
0.250000;44.800000;-19.250000;,
1.250000;44.800000;-19.250000;,
-0.250000;44.800000;-16.250000;,
-1.250000;44.800000;-16.250000;,
-1.250000;44.800000;-19.250000;,
-0.250000;44.800000;-19.250000;,
1.250000;44.800000;0.750000;,
0.250000;44.800000;0.750000;,
0.250000;44.800000;-2.250000;,
1.250000;44.800000;-2.250000;,
-0.250000;44.800000;0.750000;,
-1.250000;44.800000;0.750000;,
-1.250000;44.800000;-2.250000;,
-0.250000;44.800000;-2.250000;,
1.250000;44.800000;17.750000;,
0.250000;44.800000;17.750000;,
0.250000;44.800000;14.750000;,
1.250000;44.800000;14.750000;,
-0.250000;44.800000;17.750000;,
-1.250000;44.800000;17.750000;,
-1.250000;44.800000;14.750000;,
-0.250000;44.800000;14.750000;,
23.000000;37.000000;25.150000;,
24.000000;37.000000;25.150000;,
24.000000;38.000000;25.150000;,
23.000000;38.000000;25.150000;,
22.000000;38.000000;25.150000;,
21.000000;38.000000;25.150000;,
21.000000;34.000000;25.150000;,
22.000000;34.000000;25.150000;,
-22.000000;37.000000;25.150000;,
-21.000000;37.000000;25.150000;,
-21.000000;38.000000;25.150000;,
-22.000000;38.000000;25.150000;,
-23.000000;38.000000;25.150000;,
-24.000000;38.000000;25.150000;,
-24.000000;34.000000;25.150000;,
-23.000000;34.000000;25.150000;,
-24.850000;46.000000;25.500000;,
-24.850000;47.900000;25.500000;,
-24.850000;47.900000;26.500000;,
-24.850000;46.000000;26.500000;,
-7.500000;47.900000;25.150000;,
-8.500000;47.900000;25.150000;,
-8.500000;46.000000;25.150000;,
-7.500000;46.000000;25.150000;,
-3.000000;45.000000;24.500000;,
-6.000000;45.000000;24.500000;,
-6.000000;44.000000;24.500000;,
-3.000000;44.000000;24.500000;,
-6.000000;45.000000;23.500000;,
-3.000000;45.000000;23.500000;,
6.000000;44.000000;24.500000;,
3.000000;44.000000;24.500000;,
3.000000;45.000000;23.500000;,
6.000000;45.000000;23.500000;,
6.000000;45.000000;24.500000;,
3.000000;45.000000;24.500000;,
3.000000;45.000000;24.500000;,
3.000000;45.000000;23.500000;,
3.000000;44.000000;24.500000;,
-7.600000;48.500000;24.900000;,
-7.600000;48.500000;23.200000;,
8.400000;48.500000;23.200000;,
8.400000;48.500000;24.900000;,
-7.600000;46.000000;23.200000;,
-7.600000;46.000000;24.900000;,
8.400000;46.000000;24.900000;,
8.400000;46.000000;23.200000;,
8.400000;48.500000;23.200000;,
8.400000;46.000000;23.200000;,
8.400000;46.000000;24.900000;,
8.400000;48.500000;24.900000;,
1.000000;46.750000;25.050000;,
8.000000;46.750000;25.050000;,
8.000000;47.750000;25.050000;,
1.000000;47.750000;25.050000;,
-6.000000;46.750000;25.050000;,
0.000000;46.750000;25.050000;,
0.000000;47.750000;25.050000;,
-6.000000;47.750000;25.050000;,
-25.000000;46.750000;27.000000;,
-21.050000;45.800000;27.000000;,
-21.050000;45.850000;27.000000;,
-25.000000;46.800000;27.000000;,
-20.950000;46.750000;27.000000;,
-17.600000;45.800000;27.000000;,
-17.600000;45.850000;27.000000;,
-20.950000;46.800000;27.000000;,
-17.500000;46.750000;27.000000;,
-14.150000;45.800000;27.000000;,
-14.150000;45.850000;27.000000;,
-17.500000;46.800000;27.000000;,
-10.600000;46.750000;27.000000;,
-7.250000;45.800000;27.000000;,
-7.250000;45.850000;27.000000;,
-10.600000;46.800000;27.000000;,
-7.000000;45.800000;25.000000;,
-7.000000;45.800000;27.000000;,
-25.000000;45.800000;27.000000;,
-25.000000;45.800000;25.000000;,
-7.000000;45.950000;27.000000;,
-7.000000;45.950000;25.000000;,
-25.000000;45.950000;27.000000;,
-25.000000;45.950000;25.000000;,
-25.000000;46.450000;24.950000;,
-25.000000;46.350000;24.900000;,
-9.000000;46.350000;24.900000;,
-9.000000;46.450000;24.950000;,
-25.000000;46.350000;25.000000;,
-9.000000;46.350000;25.000000;,
-25.000000;46.800000;24.950000;,
-25.000000;46.700000;24.900000;,
-9.000000;46.700000;24.900000;,
-9.000000;46.800000;24.950000;,
-25.000000;46.700000;25.000000;,
-9.000000;46.700000;25.000000;,
-7.050000;46.800000;26.950000;,
-7.100000;46.700000;26.900000;,
-7.100000;46.700000;25.000000;,
-7.050000;46.800000;25.000000;,
-7.000000;46.700000;27.000000;,
-7.000000;46.700000;25.000000;,
-25.000000;46.800000;26.950000;,
-25.000000;46.700000;26.900000;,
-25.000000;46.700000;27.000000;,
-7.050000;46.450000;26.950000;,
-7.100000;46.350000;26.900000;,
-7.100000;46.350000;25.000000;,
-7.050000;46.450000;25.000000;,
-7.000000;46.350000;27.000000;,
-7.000000;46.350000;25.000000;,
-25.000000;46.450000;26.950000;,
-25.000000;46.350000;26.900000;,
-25.000000;46.350000;27.000000;,
-7.250000;45.700000;26.850000;,
-7.200000;45.700000;27.100000;,
-7.200000;46.850000;27.100000;,
-7.250000;46.850000;26.850000;,
-7.150000;45.700000;26.850000;,
-7.150000;46.850000;26.850000;,
-10.700000;45.700000;26.850000;,
-10.650000;45.700000;27.100000;,
-10.650000;46.850000;27.100000;,
-10.700000;46.850000;26.850000;,
-10.600000;45.700000;26.850000;,
-10.600000;46.850000;26.850000;,
-10.600000;45.700000;25.066699;,
-10.650000;45.700000;24.816699;,
-10.650000;46.850000;24.816699;,
-10.600000;46.850000;25.066699;,
-10.700000;45.700000;25.066699;,
-10.700000;46.850000;25.066699;,
-14.150000;45.700000;26.850000;,
-14.100000;45.700000;27.100000;,
-14.100000;46.850000;27.100000;,
-14.150000;46.850000;26.850000;,
-14.050000;45.700000;26.850000;,
-14.050000;46.850000;26.850000;,
-14.050000;45.700000;25.066699;,
-14.100000;45.700000;24.816699;,
-14.100000;46.850000;24.816699;,
-14.050000;46.850000;25.066699;,
-14.150000;45.700000;25.066699;,
-14.150000;46.850000;25.066699;,
-17.600000;45.700000;26.850000;,
-17.550000;45.700000;27.100000;,
-17.550000;46.850000;27.100000;,
-17.600000;46.850000;26.850000;,
-17.500000;45.700000;26.850000;,
-17.500000;46.850000;26.850000;,
-17.500000;45.700000;25.066699;,
-17.550000;45.700000;24.816699;,
-17.550000;46.850000;24.816699;,
-17.500000;46.850000;25.066699;,
-17.600000;45.700000;25.066699;,
-17.600000;46.850000;25.066699;,
-20.950000;45.700000;25.066699;,
-21.000000;45.700000;24.816699;,
-21.000000;46.850000;24.816699;,
-20.950000;46.850000;25.066699;,
-21.050000;45.700000;25.066699;,
-21.050000;46.850000;25.066699;,
-21.050000;45.700000;26.850000;,
-21.000000;45.700000;27.100000;,
-21.000000;46.850000;27.100000;,
-21.050000;46.850000;26.850000;,
-20.950000;45.700000;26.850000;,
-20.950000;46.850000;26.850000;,
-14.050000;46.750000;27.000000;,
-10.700000;45.800000;27.000000;,
-10.700000;45.850000;27.000000;,
-14.050000;46.800000;27.000000;;
178;
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;48,49,50;,
3;48,50,51;,
3;52,53,54;,
3;55,56,57;,
3;30,29,9;,
3;30,9,8;,
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;70,72,73;,
3;74,75,76;,
3;74,76,77;,
3;77,76,78;,
3;77,78,79;,
3;80,81,82;,
3;80,82,83;,
3;81,84,85;,
3;81,85,82;,
3;77,79,74;,
3;76,75,78;,
3;81,80,84;,
3;82,85,83;,
3;86,87,88;,
3;86,88,89;,
3;90,91,92;,
3;90,92,93;,
3;94,95,96;,
3;94,96,97;,
3;98,99,100;,
3;98,100,101;,
3;102,103,104;,
3;102,104,105;,
3;106,107,108;,
3;106,108,109;,
3;110,111,112;,
3;110,112,113;,
3;114,115,116;,
3;114,116,117;,
3;118,119,120;,
3;118,120,121;,
3;122,123,124;,
3;122,124,125;,
3;126,127,128;,
3;126,128,129;,
3;130,131,132;,
3;130,132,133;,
3;134,135,136;,
3;134,136,137;,
3;137,136,138;,
3;137,138,139;,
3;140,141,142;,
3;140,142,143;,
3;144,145,141;,
3;144,141,140;,
3;134,137,139;,
3;135,138,136;,
3;144,140,143;,
3;146,147,148;,
3;149,150,151;,
3;149,151,152;,
3;153,154,155;,
3;153,155,156;,
3;150,153,156;,
3;150,156,151;,
3;150,149,154;,
3;150,154,153;,
3;157,158,159;,
3;157,159,160;,
3;161,162,163;,
3;161,163,164;,
3;165,166,167;,
3;165,167,168;,
3;169,170,171;,
3;169,171,172;,
3;173,174,175;,
3;173,175,176;,
3;177,178,179;,
3;177,179,180;,
3;181,182,183;,
3;181,183,184;,
3;185,186,187;,
3;185,187,188;,
3;185,186,189;,
3;185,189,190;,
3;186,189,191;,
3;186,191,187;,
3;190,192,191;,
3;190,191,189;,
3;193,194,195;,
3;193,195,196;,
3;197,193,196;,
3;197,196,198;,
3;199,200,201;,
3;199,201,202;,
3;203,199,202;,
3;203,202,204;,
3;205,206,207;,
3;205,207,208;,
3;209,205,208;,
3;209,208,210;,
3;211,212,206;,
3;211,206,205;,
3;213,211,205;,
3;213,205,209;,
3;214,215,216;,
3;214,216,217;,
3;218,214,217;,
3;218,217,219;,
3;220,221,215;,
3;220,215,214;,
3;222,220,214;,
3;222,214,218;,
3;223,224,225;,
3;223,225,226;,
3;224,227,228;,
3;224,228,225;,
3;229,230,231;,
3;229,231,232;,
3;230,233,234;,
3;230,234,231;,
3;235,236,237;,
3;235,237,238;,
3;236,239,240;,
3;236,240,237;,
3;241,242,243;,
3;241,243,244;,
3;242,245,246;,
3;242,246,243;,
3;247,248,249;,
3;247,249,250;,
3;248,251,252;,
3;248,252,249;,
3;253,254,255;,
3;253,255,256;,
3;254,257,258;,
3;254,258,255;,
3;259,260,261;,
3;259,261,262;,
3;260,263,264;,
3;260,264,261;,
3;265,266,267;,
3;265,267,268;,
3;266,269,270;,
3;266,270,267;,
3;271,272,273;,
3;271,273,274;,
3;272,275,276;,
3;272,276,273;,
3;277,278,279;,
3;277,279,280;;
MeshTextureCoords {
281;
0.692610;0.111159;,
0.692610;0.863224;,
0.401328;0.863224;,
0.401328;0.111159;,
2.316350;0.666107;,
2.316350;1.059810;,
0.677786;1.059810;,
0.677786;0.666107;,
0.401328;0.863224;,
0.401328;0.111159;,
0.304234;0.111159;,
0.142410;0.863224;,
2.699870;2.082920;,
2.699870;0.382268;,
2.031890;0.382268;,
2.031890;2.082920;,
0.027929;0.382268;,
0.027929;2.082920;,
0.695915;2.082920;,
0.695915;0.382268;,
0.304234;0.111159;,
0.789704;0.111159;,
0.951527;0.863224;,
0.142410;0.863224;,
0.832015;0.552333;,
0.832015;1.912860;,
2.167990;2.082920;,
2.167990;0.382268;,
0.789704;0.111159;,
0.692610;0.111159;,
0.692610;0.863224;,
0.951527;0.863224;,
0.832015;1.912860;,
0.832015;0.552333;,
2.167980;0.382268;,
2.167980;2.082920;,
2.516180;0.817041;,
2.516180;1.053260;,
0.240399;1.053260;,
0.240399;0.817041;,
1.516180;0.817041;,
1.516180;1.053260;,
1.516180;1.053260;,
1.516180;0.817041;,
0.737852;0.863224;,
1.142410;0.863224;,
1.142410;0.908348;,
0.737852;0.908348;,
0.737852;0.863224;,
0.737852;0.908348;,
1.142410;0.908348;,
1.142410;0.863224;,
2.167980;1.912860;,
0.832015;1.912860;,
2.167980;2.082920;,
2.167980;1.912860;,
2.167980;2.082920;,
0.832015;1.912860;,
0.206479;0.969104;,
0.140916;0.969104;,
0.140916;0.960862;,
0.206479;0.960862;,
0.124525;0.960862;,
0.124525;0.969104;,
0.058962;0.969104;,
0.058962;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;,
0.500000;0.828253;,
0.500000;0.983624;,
1.035330;0.983624;,
1.035330;0.828253;,
1.035330;0.983624;,
1.035330;0.828253;,
0.500000;0.828253;,
1.035330;0.828253;,
1.035330;0.983624;,
0.500000;0.983624;,
1.035330;0.828253;,
1.035330;0.983624;,
0.506765;0.766420;,
0.460703;0.766420;,
0.460703;0.626022;,
0.506765;0.626022;,
0.437673;0.766420;,
0.391611;0.766420;,
0.391611;0.626022;,
0.437673;0.626022;,
0.506765;0.562009;,
0.460703;0.562009;,
0.460703;0.421611;,
0.506765;0.421611;,
0.437673;0.562009;,
0.391611;0.562009;,
0.391611;0.421611;,
0.437673;0.421611;,
0.506765;1.357600;,
0.460703;1.357600;,
0.460703;1.217200;,
0.506765;1.217200;,
0.437673;1.357600;,
0.391611;1.357600;,
0.391611;1.217200;,
0.437673;1.217200;,
-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;,
0.976726;0.988784;,
0.976726;1.988777;,
0.021934;1.988777;,
0.021934;0.988784;,
0.965126;1.995909;,
0.010334;1.995909;,
0.010334;0.995915;,
0.965126;0.995915;,
1.166440;1.909470;,
1.166440;2.803660;,
0.864154;2.803660;,
0.864154;1.909470;,
1.166440;2.803660;,
1.166440;1.909470;,
0.864154;0.226904;,
0.864154;1.121092;,
1.166440;1.121092;,
1.166440;0.226904;,
1.166440;0.226904;,
1.166440;1.121092;,
1.166440;0.121092;,
1.166440;0.121092;,
0.864154;0.121092;,
0.907870;1.170080;,
0.907870;1.170080;,
4.304680;1.170080;,
4.304680;1.170080;,
0.907870;0.597724;,
0.907870;0.597724;,
4.304680;0.597724;,
4.304680;0.597724;,
2.304680;1.170080;,
2.304680;0.597724;,
2.304680;0.597724;,
2.304680;1.170080;,
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.000983;1.053910;,
0.366723;1.053910;,
0.366723;1.053910;,
0.000983;1.053910;,
0.375982;1.053910;,
0.686167;1.053910;,
0.686167;1.053910;,
0.375982;1.053910;,
0.695426;1.053910;,
1.005610;1.053910;,
1.005610;1.053910;,
0.695426;1.053910;,
1.334310;1.053910;,
1.644500;1.053910;,
1.644500;1.053910;,
1.334310;1.053910;,
1.667650;0.868722;,
1.667650;1.053910;,
0.000983;1.053910;,
0.000983;0.868722;,
1.667650;1.053910;,
1.667650;0.868722;,
0.000983;1.053910;,
0.000983;0.868722;,
0.000983;0.864092;,
0.000983;0.859462;,
1.482460;0.859462;,
1.482460;0.864092;,
0.000983;0.868722;,
1.482460;0.868722;,
0.000983;0.864092;,
0.000983;0.859462;,
1.482460;0.859462;,
1.482460;0.864092;,
0.000983;0.868722;,
1.482460;0.868722;,
1.663020;1.049280;,
1.658390;1.044650;,
1.658390;0.868722;,
1.663020;0.868722;,
1.667650;1.053910;,
1.667650;0.868722;,
0.000983;1.049280;,
0.000983;1.044650;,
0.000983;1.053910;,
1.663020;1.049280;,
1.658390;1.044650;,
1.658390;0.868722;,
1.663020;0.868722;,
1.667650;1.053910;,
1.667650;0.868722;,
0.000983;1.049280;,
0.000983;1.044650;,
0.000983;1.053910;,
1.644500;1.040020;,
1.649130;1.063170;,
1.649130;1.063170;,
1.644500;1.040020;,
1.653760;1.040020;,
1.653760;1.040020;,
1.325050;1.040020;,
1.329680;1.063170;,
1.329680;1.063170;,
1.325050;1.040020;,
1.334310;1.040020;,
1.334310;1.040020;,
1.334310;0.874897;,
1.329680;0.851749;,
1.329680;0.851749;,
1.334310;0.874897;,
1.325050;0.874897;,
1.325050;0.874897;,
1.005610;1.040020;,
1.010240;1.063170;,
1.010240;1.063170;,
1.005610;1.040020;,
1.014870;1.040020;,
1.014870;1.040020;,
1.014870;0.874897;,
1.010240;0.851749;,
1.010240;0.851749;,
1.014870;0.874897;,
1.005610;0.874897;,
1.005610;0.874897;,
0.686167;1.040020;,
0.690796;1.063170;,
0.690796;1.063170;,
0.686167;1.040020;,
0.695426;1.040020;,
0.695426;1.040020;,
0.695426;0.874897;,
0.690796;0.851749;,
0.690796;0.851749;,
0.695426;0.874897;,
0.686167;0.874897;,
0.686167;0.874897;,
0.375982;0.874897;,
0.371353;0.851749;,
0.371353;0.851749;,
0.375982;0.874897;,
0.366723;0.874897;,
0.366723;0.874897;,
0.366723;1.040020;,
0.371353;1.063170;,
0.371353;1.063170;,
0.366723;1.040020;,
0.375982;1.040020;,
0.375982;1.040020;,
1.014870;1.053910;,
1.325050;1.053910;,
1.325050;1.053910;,
1.014870;1.053910;;
}
MeshNormals {
281;
0.000000;-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.995037;0.099504;,
0.000000;0.995037;0.099504;,
0.000000;0.995037;0.099504;,
0.000000;0.995037;0.099504;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;-0.995037;0.099504;,
0.000000;-0.995037;0.099504;,
0.000000;-0.995037;0.099504;,
0.000000;-0.995037;0.099504;,
0.980581;0.000000;0.196116;,
0.980581;0.000000;0.196116;,
0.980581;0.000000;0.196116;,
0.980581;0.000000;0.196116;,
0.000000;0.995037;0.099504;,
0.000000;0.995037;0.099504;,
0.000000;0.995037;0.099504;,
0.000000;0.995037;0.099504;,
-0.980581;0.000000;0.196116;,
-0.980581;0.000000;0.196116;,
-0.980581;0.000000;0.196116;,
-0.980581;0.000000;0.196116;,
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;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
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.666667;-0.333333;0.000000;,
0.500000;0.500000;0.000000;,
0.500000;0.250000;0.250000;,
0.250000;-0.250000;0.500000;,
0.000000;0.333333;0.666667;,
0.000000;-0.500000;0.500000;,
-0.666667;-0.333333;0.000000;,
-0.250000;-0.250000;0.500000;,
-0.500000;0.250000;0.250000;,
-0.500000;0.500000;0.000000;,
0.000000;-0.500000;0.500000;,
0.000000;0.333333;0.666667;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-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;,
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.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.333333;-0.666667;0.000000;,
0.400000;-0.200000;0.400000;,
0.000000;-0.666667;0.333333;,
0.000000;-1.000000;0.000000;,
0.250000;0.500000;0.250000;,
0.666667;0.333333;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;0.333333;0.666667;,
-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.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.447209;0.298140;,
0.000000;-0.447214;0.894427;,
0.000000;-0.447214;0.894427;,
0.000000;-0.447205;-0.298147;,
0.000000;-0.447200;-0.894434;,
0.000000;-0.447200;-0.894434;,
0.000000;-0.447223;0.298138;,
0.000000;-0.447227;0.894420;,
0.000000;-0.447227;0.894420;,
0.000000;-0.447218;-0.298145;,
0.000000;-0.447214;-0.894427;,
0.000000;-0.447214;-0.894427;,
0.149071;-0.447218;-0.149072;,
0.298142;-0.447224;0.596280;,
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.447223;0.298138;,
0.000000;-0.447227;0.894420;,
0.000000;-0.447214;-0.894427;,
0.149072;-0.447205;-0.149073;,
0.298144;-0.447210;0.596285;,
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.447209;0.298140;,
0.000000;-0.447214;0.894427;,
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;;
178;
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;48,49,50;,
3;48,50,51;,
3;52,53,54;,
3;55,56,57;,
3;30,29,9;,
3;30,9,8;,
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;70,72,73;,
3;74,75,76;,
3;74,76,77;,
3;77,76,78;,
3;77,78,79;,
3;80,81,82;,
3;80,82,83;,
3;81,84,85;,
3;81,85,82;,
3;77,79,74;,
3;76,75,78;,
3;81,80,84;,
3;82,85,83;,
3;86,87,88;,
3;86,88,89;,
3;90,91,92;,
3;90,92,93;,
3;94,95,96;,
3;94,96,97;,
3;98,99,100;,
3;98,100,101;,
3;102,103,104;,
3;102,104,105;,
3;106,107,108;,
3;106,108,109;,
3;110,111,112;,
3;110,112,113;,
3;114,115,116;,
3;114,116,117;,
3;118,119,120;,
3;118,120,121;,
3;122,123,124;,
3;122,124,125;,
3;126,127,128;,
3;126,128,129;,
3;130,131,132;,
3;130,132,133;,
3;134,135,136;,
3;134,136,137;,
3;137,136,138;,
3;137,138,139;,
3;140,141,142;,
3;140,142,143;,
3;144,145,141;,
3;144,141,140;,
3;134,137,139;,
3;135,138,136;,
3;144,140,143;,
3;146,147,148;,
3;149,150,151;,
3;149,151,152;,
3;153,154,155;,
3;153,155,156;,
3;150,153,156;,
3;150,156,151;,
3;150,149,154;,
3;150,154,153;,
3;157,158,159;,
3;157,159,160;,
3;161,162,163;,
3;161,163,164;,
3;165,166,167;,
3;165,167,168;,
3;169,170,171;,
3;169,171,172;,
3;173,174,175;,
3;173,175,176;,
3;177,178,179;,
3;177,179,180;,
3;181,182,183;,
3;181,183,184;,
3;185,186,187;,
3;185,187,188;,
3;185,186,189;,
3;185,189,190;,
3;186,189,191;,
3;186,191,187;,
3;190,192,191;,
3;190,191,189;,
3;193,194,195;,
3;193,195,196;,
3;197,193,196;,
3;197,196,198;,
3;199,200,201;,
3;199,201,202;,
3;203,199,202;,
3;203,202,204;,
3;205,206,207;,
3;205,207,208;,
3;209,205,208;,
3;209,208,210;,
3;211,212,206;,
3;211,206,205;,
3;213,211,205;,
3;213,205,209;,
3;214,215,216;,
3;214,216,217;,
3;218,214,217;,
3;218,217,219;,
3;220,221,215;,
3;220,215,214;,
3;222,220,214;,
3;222,214,218;,
3;223,224,225;,
3;223,225,226;,
3;224,227,228;,
3;224,228,225;,
3;229,230,231;,
3;229,231,232;,
3;230,233,234;,
3;230,234,231;,
3;235,236,237;,
3;235,237,238;,
3;236,239,240;,
3;236,240,237;,
3;241,242,243;,
3;241,243,244;,
3;242,245,246;,
3;242,246,243;,
3;247,248,249;,
3;247,249,250;,
3;248,251,252;,
3;248,252,249;,
3;253,254,255;,
3;253,255,256;,
3;254,257,258;,
3;254,258,255;,
3;259,260,261;,
3;259,261,262;,
3;260,263,264;,
3;260,264,261;,
3;265,266,267;,
3;265,267,268;,
3;266,269,270;,
3;266,270,267;,
3;271,272,273;,
3;271,273,274;,
3;272,275,276;,
3;272,276,273;,
3;277,278,279;,
3;277,279,280;;
}
MeshMaterialList {
9;
178;
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,
3,
3,
3,
3,
3,
3,
3,
3,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
4,
5,
5,
5,
5,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8,
8;
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 {
1.000000;0.642228;0.591800;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intC_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.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;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.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.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 {
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";
}
}
}
}
}
}