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

1082 lines
25 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 {
176;
-3.500000;10.000000;20.000000;,
-3.500000;10.000000;15.000000;,
-3.500000;0.000000;15.000000;,
-3.500000;0.000000;20.000000;,
-3.500000;0.000000;15.000000;,
-3.500000;10.000000;15.000000;,
3.500000;10.000000;15.000000;,
3.500000;0.000000;15.000000;,
-3.500000;10.000000;20.000000;,
-3.500000;0.000000;20.000000;,
3.500000;0.000000;20.000000;,
3.500000;10.000000;20.000000;,
3.500000;10.000000;20.000000;,
3.500000;0.000000;20.000000;,
3.500000;0.000000;15.000000;,
3.500000;10.000000;15.000000;,
4.750000;4.556800;0.132400;,
4.750000;4.831200;1.050500;,
3.500000;2.554200;1.897000;,
3.500000;2.251600;0.921900;,
3.500000;2.554200;1.897000;,
4.750000;4.831200;1.050500;,
-4.750000;4.831200;1.050500;,
-3.500000;2.554200;1.897000;,
4.750000;4.556800;0.132400;,
3.500000;2.251600;0.921900;,
-3.500000;2.251600;0.921900;,
-4.750000;4.556800;0.132400;,
-4.750000;4.556800;0.132400;,
-3.500000;2.251600;0.921900;,
-3.500000;2.554200;1.897000;,
-4.750000;4.831200;1.050500;,
3.500000;3.500000;9.750000;,
3.500000;3.250000;8.750000;,
3.500000;4.408900;7.873100;,
3.500000;4.975000;9.697400;,
-3.500000;3.500000;9.750000;,
-3.500000;3.250000;8.750000;,
3.500000;3.250000;8.750000;,
3.500000;3.500000;9.750000;,
-3.500000;4.975000;9.697400;,
3.500000;4.975000;9.697400;,
-3.500000;4.408900;7.873100;,
3.500000;4.408900;7.873100;,
4.750000;6.641200;7.107200;,
4.750000;7.189900;8.943200;,
4.750000;7.189900;8.943200;,
-4.750000;7.189900;8.943200;,
-3.500000;3.500000;9.750000;,
-3.500000;4.975000;9.697400;,
-3.500000;4.408900;7.873100;,
-3.500000;3.250000;8.750000;,
4.750000;6.641200;7.107200;,
-4.750000;6.641200;7.107200;,
-4.750000;6.641200;7.107200;,
-4.750000;7.189900;8.943200;,
-2.750000;1.300000;3.350000;,
2.750000;1.300000;3.350000;,
2.750000;2.550000;3.350000;,
-2.750000;2.550000;3.350000;,
3.500000;2.550000;1.900000;,
-3.500000;2.550000;1.900000;,
-3.500000;1.050000;1.900000;,
-3.500000;1.050000;1.900000;,
-3.500000;2.550000;1.900000;,
-3.500000;2.250000;0.950000;,
-3.500000;1.050000;1.250000;,
3.500000;1.050000;1.900000;,
-3.500000;1.050000;1.250000;,
-3.500000;2.250000;0.950000;,
3.500000;2.250000;0.950000;,
3.500000;1.050000;1.250000;,
3.500000;1.050000;1.900000;,
3.500000;1.050000;1.250000;,
3.500000;2.250000;0.950000;,
3.500000;2.550000;1.900000;,
3.500000;0.600000;-4.400000;,
3.500000;1.200000;-11.000000;,
3.500000;9.000000;15.000000;,
3.500000;6.000000;13.000000;,
3.500000;0.600000;-4.400000;,
3.500000;6.000000;13.000000;,
3.000000;6.000000;13.000000;,
3.000000;0.600000;-4.400000;,
3.000000;6.000000;13.000000;,
3.000000;9.000000;15.000000;,
3.000000;1.200000;-11.000000;,
3.000000;0.600000;-4.400000;,
3.000000;9.000000;15.000000;,
3.500000;9.000000;15.000000;,
-3.000000;6.000000;13.000000;,
-3.000000;0.600000;-4.400000;,
-3.000000;1.200000;-11.000000;,
-3.000000;9.000000;15.000000;,
-3.500000;0.600000;-4.400000;,
-3.000000;0.600000;-4.400000;,
-3.000000;6.000000;13.000000;,
-3.500000;6.000000;13.000000;,
-3.000000;9.000000;15.000000;,
-3.500000;9.000000;15.000000;,
-3.500000;6.000000;13.000000;,
-3.500000;9.000000;15.000000;,
-3.500000;1.200000;-11.000000;,
-3.500000;0.600000;-4.400000;,
2.250000;1.500000;3.350000;,
2.250000;1.500000;12.000000;,
2.250000;2.500000;12.000000;,
2.250000;2.500000;3.350000;,
2.750000;2.000000;3.350000;,
2.750000;2.000000;12.000000;,
-2.250000;2.500000;3.350000;,
-2.750000;2.000000;3.350000;,
-2.750000;2.000000;12.000000;,
-2.250000;2.500000;12.000000;,
-2.250000;1.500000;12.000000;,
-2.250000;1.500000;3.350000;,
-4.500000;5.000000;13.000000;,
-3.500000;5.000000;15.000000;,
3.500000;5.000000;15.000000;,
4.500000;5.000000;13.000000;,
3.000000;5.000000;12.000000;,
-3.000000;5.000000;12.000000;,
-4.500000;5.000000;13.000000;,
-3.000000;5.000000;12.000000;,
-3.000000;0.000000;12.000000;,
-4.500000;0.000000;13.000000;,
3.000000;5.000000;12.000000;,
3.000000;0.000000;12.000000;,
4.500000;5.000000;13.000000;,
4.500000;0.000000;13.000000;,
3.500000;5.000000;15.000000;,
3.500000;0.000000;15.000000;,
-3.500000;0.000000;15.000000;,
-3.500000;5.000000;15.000000;,
-6.000000;1.000000;-16.750000;,
-6.000000;0.000000;-20.000000;,
-6.000000;0.000000;-15.000000;,
-6.000000;1.000000;-15.000000;,
-6.000000;1.000000;-15.000000;,
-6.000000;0.000000;-15.000000;,
6.250000;0.000000;-15.000000;,
6.250000;1.000000;-15.000000;,
6.250000;1.000000;-16.750000;,
6.250000;1.000000;-15.000000;,
6.250000;0.000000;-15.000000;,
6.250000;0.000000;-20.000000;,
-6.000000;0.000000;-20.000000;,
-6.000000;1.000000;-16.750000;,
6.250000;1.000000;-16.750000;,
6.250000;0.000000;-20.000000;,
-6.000000;1.000000;-15.000000;,
6.250000;1.000000;-15.000000;,
-3.500000;10.000000;15.000000;,
-3.500000;10.000000;20.000000;,
3.500000;10.000000;20.000000;,
3.500000;10.000000;15.000000;,
-5.250000;10.000000;15.000000;,
-5.250000;1.000000;-15.000000;,
-4.750000;0.000000;-15.000000;,
-4.750000;9.000000;15.000000;,
-5.250000;1.000000;-15.000000;,
-5.250000;10.000000;15.000000;,
5.250000;10.000000;15.000000;,
5.250000;1.000000;-15.000000;,
-4.750000;9.000000;15.000000;,
-4.750000;0.000000;-15.000000;,
4.750000;0.000000;-15.000000;,
4.750000;9.000000;15.000000;,
-5.250000;10.000000;15.000000;,
-4.750000;9.000000;15.000000;,
4.750000;9.000000;15.000000;,
5.250000;10.000000;15.000000;,
5.250000;10.000000;15.000000;,
4.750000;9.000000;15.000000;,
4.750000;0.000000;-15.000000;,
5.250000;1.000000;-15.000000;;
112;
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,36,39;,
3;40,39,41;,
3;37,42,43;,
3;37,43,38;,
3;44,45,35;,
3;44,35,34;,
3;41,46,47;,
3;41,47,40;,
3;48,49,50;,
3;48,50,51;,
3;52,43,42;,
3;52,42,53;,
3;54,50,49;,
3;54,49,55;,
3;56,57,58;,
3;56,58,59;,
3;59,58,60;,
3;59,60,61;,
3;62,56,59;,
3;62,59,61;,
3;63,64,65;,
3;63,65,66;,
3;67,60,58;,
3;67,58,57;,
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,82,81;,
3;88,81,89;,
3;90,91,92;,
3;90,92,93;,
3;94,95,96;,
3;94,96,97;,
3;98,99,97;,
3;98,97,96;,
3;100,101,102;,
3;100,102,103;,
3;104,105,106;,
3;104,106,107;,
3;108,107,106;,
3;108,106,109;,
3;104,108,109;,
3;104,109,105;,
3;110,111,112;,
3;110,112,113;,
3;114,115,110;,
3;114,110,113;,
3;111,115,114;,
3;111,114,112;,
3;116,117,118;,
3;116,118,119;,
3;116,119,120;,
3;116,120,121;,
3;122,123,124;,
3;122,124,125;,
3;123,126,127;,
3;123,127,124;,
3;126,128,129;,
3;126,129,127;,
3;128,130,131;,
3;128,131,129;,
3;122,125,132;,
3;122,132,133;,
3;134,135,136;,
3;134,136,137;,
3;138,139,140;,
3;138,140,141;,
3;142,143,144;,
3;142,144,145;,
3;146,147,148;,
3;146,148,149;,
3;147,150,151;,
3;147,151,148;,
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;;
MeshTextureCoords {
176;
0.551604;0.991175;,
0.849223;0.991175;,
0.849223;0.053277;,
0.551604;0.053277;,
0.335104;0.031982;,
0.335104;0.767278;,
0.849811;0.767278;,
0.849811;0.031982;,
0.335104;0.767278;,
0.335104;0.031982;,
0.849811;0.031982;,
0.849811;0.767278;,
0.551604;0.991175;,
0.551604;0.053277;,
0.849223;0.053277;,
0.849223;0.991175;,
0.027033;0.682197;,
0.104177;0.705252;,
0.175313;0.513913;,
0.093375;0.488484;,
0.363063;0.720285;,
0.342008;0.892609;,
0.062493;0.757755;,
0.157104;0.620920;,
0.286471;0.878042;,
0.304104;0.704069;,
0.098146;0.604704;,
0.006955;0.743189;,
0.027033;0.682197;,
0.093375;0.488484;,
0.175313;0.513913;,
0.104177;0.705252;,
0.835231;0.593389;,
0.751198;0.572381;,
0.677508;0.669766;,
0.830811;0.717343;,
0.635856;0.652482;,
0.575231;0.639858;,
0.781190;0.739224;,
0.841814;0.751847;,
0.628771;0.750649;,
0.834730;0.850015;,
0.518462;0.720309;,
0.724420;0.819675;,
0.613149;0.857359;,
0.767436;0.903467;,
0.819496;1.017850;,
0.539981;0.882996;,
0.835231;0.593389;,
0.830811;0.717343;,
0.677508;0.669766;,
0.751198;0.572381;,
0.708423;0.988716;,
0.428907;0.853863;,
0.613149;0.857359;,
0.767436;0.903467;,
0.271495;0.542491;,
0.433320;0.620564;,
0.430048;0.703577;,
0.268223;0.625504;,
0.363260;0.719992;,
0.157301;0.620627;,
0.161228;0.521012;,
0.175567;0.387507;,
0.175567;0.513557;,
0.095735;0.488347;,
0.120945;0.387507;,
0.367186;0.620377;,
0.121396;0.523598;,
0.099871;0.604484;,
0.305830;0.703849;,
0.327355;0.622964;,
0.175567;0.387507;,
0.120945;0.387507;,
0.095735;0.488347;,
0.175567;0.513557;,
1.239678;1.398424;,
0.996626;0.802679;,
1.010464;3.438050;,
1.232227;3.167210;,
0.239678;0.398424;,
0.232227;2.167210;,
0.232227;2.167210;,
0.239678;0.398424;,
1.232227;3.167210;,
1.010464;3.438050;,
0.996626;0.802679;,
1.239678;1.398424;,
0.010464;2.438050;,
0.010464;2.438050;,
1.232227;3.167210;,
1.239678;1.398424;,
0.996626;0.802679;,
1.010464;3.438050;,
0.239678;0.398424;,
0.239678;0.398424;,
0.232227;2.167210;,
0.232227;2.167210;,
0.010464;2.438050;,
0.010464;2.438050;,
1.232227;3.167210;,
1.010464;3.438050;,
0.996626;0.802679;,
1.239678;1.398424;,
0.128259;0.319001;,
0.595827;0.319001;,
0.595827;0.373055;,
0.128259;0.373055;,
0.128259;0.346028;,
0.595827;0.346028;,
0.128259;0.373055;,
0.128259;0.346028;,
0.595827;0.346028;,
0.595827;0.373055;,
0.595827;0.319001;,
0.128259;0.319001;,
1.931510;1.264920;,
2.177510;1.264920;,
2.177510;1.264920;,
1.931510;1.264920;,
1.808500;1.264920;,
1.808500;1.264920;,
1.931510;1.301510;,
1.808500;1.301510;,
1.808500;0.968173;,
1.931510;0.968173;,
1.808500;1.301510;,
1.808500;0.968173;,
1.931510;1.301510;,
1.931510;0.968173;,
2.177510;1.301510;,
2.177510;0.968173;,
2.177510;0.968173;,
2.177510;1.301510;,
1.135968;0.479701;,
0.974277;0.429950;,
1.223033;0.429950;,
1.223033;0.479701;,
0.223033;0.479701;,
0.223033;0.429950;,
0.223033;0.429950;,
0.223033;0.479701;,
1.135968;0.479701;,
1.223033;0.479701;,
1.223033;0.429950;,
0.974277;0.429950;,
0.031644;1.440200;,
0.031644;1.155110;,
0.987870;1.155110;,
0.987870;1.440200;,
0.031644;1.001610;,
0.987870;1.001610;,
1.000610;0.805416;,
0.560570;0.805416;,
0.560570;0.130952;,
1.000610;0.130952;,
0.419667;0.324904;,
0.570213;0.804514;,
0.586940;0.804514;,
0.436394;0.324904;,
0.012641;2.992379;,
0.012641;0.999140;,
0.867524;0.999140;,
0.867524;2.992379;,
0.053350;0.999140;,
0.053350;2.992379;,
0.826815;2.992379;,
0.826815;0.999140;,
0.936992;1.142210;,
0.995119;1.077610;,
2.099540;1.077610;,
2.157660;1.142210;,
0.419667;0.324904;,
0.436394;0.324904;,
0.586940;0.804514;,
0.570213;0.804514;;
}
MeshNormals {
176;
-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;,
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.889231;-0.437602;0.133286;,
0.888788;-0.439124;0.131245;,
0.889231;-0.437602;0.133286;,
0.889674;-0.436080;0.135327;,
0.000000;0.348460;0.937324;,
0.000000;0.348460;0.937324;,
0.000000;0.348460;0.937324;,
0.000000;0.348460;0.937324;,
0.000000;-0.324011;-0.946053;,
0.000000;-0.324011;-0.946053;,
0.000000;-0.324011;-0.946053;,
0.000000;-0.324011;-0.946053;,
-0.889231;-0.437602;0.133286;,
-0.889674;-0.436080;0.135327;,
-0.889231;-0.437602;0.133286;,
-0.888788;-0.439125;0.131245;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.961205;-0.149060;0.046255;,
0.921832;-0.299636;0.091255;,
0.000000;-0.634882;0.494812;,
0.000000;-0.725645;-0.450782;,
0.000000;-0.847894;-0.104123;,
0.000000;-0.299622;0.747088;,
0.000000;0.131205;0.981785;,
0.000000;0.226771;0.964205;,
0.000000;-0.417485;-0.896398;,
0.000000;-0.510441;-0.846919;,
0.882748;-0.449454;0.136883;,
0.881882;-0.451729;0.135002;,
0.000000;0.322337;0.946625;,
0.000000;0.322337;0.946625;,
-1.000000;0.000000;0.000000;,
-0.921832;-0.299636;0.091255;,
-0.961205;-0.149060;0.046255;,
-1.000000;0.000000;0.000000;,
0.000000;-0.324529;-0.945876;,
0.000000;-0.324529;-0.945876;,
-0.882748;-0.449454;0.136883;,
-0.881882;-0.451729;0.135002;,
-0.296073;0.000000;0.819808;,
0.444109;0.000000;0.729711;,
0.355287;0.200000;0.583769;,
-0.355287;0.400000;0.383769;,
0.296073;0.666667;0.153141;,
-0.444109;0.500000;0.229711;,
-0.888218;0.000000;0.459423;,
-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.888218;0.000000;0.459423;,
0.000000;-0.242536;-0.970142;,
0.000000;-0.242536;-0.970142;,
0.000000;-0.242536;-0.970142;,
0.000000;-0.242536;-0.970142;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
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.955064;0.296399;,
0.000000;-0.688155;0.653500;,
0.000000;-0.821610;0.474950;,
0.000000;-0.955064;0.296399;,
-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.554700;0.832050;,
0.000000;-0.554700;0.832050;,
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.955064;0.296399;,
0.000000;-0.955064;0.296399;,
0.000000;-0.821610;0.474950;,
0.000000;-0.688155;0.653500;,
0.000000;-0.554700;0.832050;,
0.000000;-0.554700;0.832050;,
-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.146447;-0.353553;0.000000;,
-0.146447;-0.353553;0.000000;,
-0.146447;0.353553;0.000000;,
-0.146447;0.353553;0.000000;,
0.707107;0.235702;0.000000;,
0.707107;-0.235702;0.000000;,
0.146447;0.353553;0.000000;,
-0.707107;-0.235702;0.000000;,
-0.707107;0.235702;0.000000;,
0.146447;0.353553;0.000000;,
0.146447;-0.353553;0.000000;,
0.146447;-0.353553;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
-0.724564;0.000000;-0.192418;,
-0.184900;0.000000;-0.944017;,
-0.369800;0.000000;-0.888033;,
-0.724564;0.000000;-0.192418;,
0.369800;0.000000;-0.888033;,
0.184900;0.000000;-0.944017;,
0.781185;0.000000;0.020792;,
0.667943;0.000000;-0.405629;,
0.894427;0.000000;0.447214;,
0.894427;0.000000;0.447214;,
-0.894427;0.000000;0.447214;,
-0.894427;0.000000;0.447214;,
-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;,
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.955779;-0.294086;,
0.000000;0.985260;-0.098029;,
0.000000;0.970519;-0.196057;,
0.000000;0.955779;-0.294086;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
-0.886484;-0.443242;0.132973;,
-0.886484;-0.443242;0.132973;,
-0.886484;-0.443242;0.132973;,
-0.886484;-0.443242;0.132973;,
0.000000;0.957826;-0.287348;,
0.000000;0.957826;-0.287348;,
0.000000;0.957826;-0.287348;,
0.000000;0.957826;-0.287348;,
0.000000;-0.957826;0.287348;,
0.000000;-0.957826;0.287348;,
0.000000;-0.957826;0.287348;,
0.000000;-0.957826;0.287348;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.886484;-0.443242;0.132973;,
0.886484;-0.443242;0.132973;,
0.886484;-0.443242;0.132973;,
0.886484;-0.443242;0.132973;;
112;
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,36,39;,
3;40,39,41;,
3;37,42,43;,
3;37,43,38;,
3;44,45,35;,
3;44,35,34;,
3;41,46,47;,
3;41,47,40;,
3;48,49,50;,
3;48,50,51;,
3;52,43,42;,
3;52,42,53;,
3;54,50,49;,
3;54,49,55;,
3;56,57,58;,
3;56,58,59;,
3;59,58,60;,
3;59,60,61;,
3;62,56,59;,
3;62,59,61;,
3;63,64,65;,
3;63,65,66;,
3;67,60,58;,
3;67,58,57;,
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,82,81;,
3;88,81,89;,
3;90,91,92;,
3;90,92,93;,
3;94,95,96;,
3;94,96,97;,
3;98,99,97;,
3;98,97,96;,
3;100,101,102;,
3;100,102,103;,
3;104,105,106;,
3;104,106,107;,
3;108,107,106;,
3;108,106,109;,
3;104,108,109;,
3;104,109,105;,
3;110,111,112;,
3;110,112,113;,
3;114,115,110;,
3;114,110,113;,
3;111,115,114;,
3;111,114,112;,
3;116,117,118;,
3;116,118,119;,
3;116,119,120;,
3;116,120,121;,
3;122,123,124;,
3;122,124,125;,
3;123,126,127;,
3;123,127,124;,
3;126,128,129;,
3;126,129,127;,
3;128,130,131;,
3;128,131,129;,
3;122,125,132;,
3;122,132,133;,
3;134,135,136;,
3;134,136,137;,
3;138,139,140;,
3;138,140,141;,
3;142,143,144;,
3;142,144,145;,
3;146,147,148;,
3;146,148,149;,
3;147,150,151;,
3;147,151,148;,
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;;
}
MeshMaterialList {
8;
112;
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,
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,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
4,
4,
4,
4,
4,
4,
5,
5,
5,
5,
6,
6,
7,
7,
7,
7,
7,
7,
7,
7,
7,
7;
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 {
0.657100;0.187357;0.150200;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA5_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.440800;0.126350;0.120600;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA4_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.898000;0.778764;0.799000;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA6_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.498000;0.338616;0.416600;1.000000;;
39.100000;
0.300000;0.282473;0.300000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA1_tex.png";
}
}
}
}
}
}