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

1135 lines
27 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 {
191;
28.000000;1.000000;-20.000000;,
20.000000;1.000000;-20.000000;,
24.500000;10.000000;-20.000000;,
32.500000;10.000000;-20.000000;,
28.000000;1.000000;-10.000000;,
32.500000;10.000000;-10.000000;,
24.500000;10.000000;-10.000000;,
20.000000;1.000000;-10.000000;,
28.000000;1.000000;10.000000;,
20.000000;1.000000;10.000000;,
24.500000;10.000000;10.000000;,
32.500000;10.000000;10.000000;,
28.000000;1.000000;20.000000;,
32.500000;10.000000;20.000000;,
24.500000;10.000000;20.000000;,
20.000000;1.000000;20.000000;,
-28.000000;1.000000;-40.000000;,
-20.000000;1.000000;-40.000000;,
-24.500000;10.000000;-40.000000;,
-32.500000;10.000000;-40.000000;,
-28.000000;1.000000;40.000000;,
-32.500000;10.000000;40.000000;,
-24.500000;10.000000;40.000000;,
-20.000000;1.000000;40.000000;,
-27.500000;0.000000;60.000000;,
-19.500000;0.000000;60.000000;,
-24.500000;10.000000;60.000000;,
-32.500000;10.000000;60.000000;,
28.000000;1.000000;-40.000000;,
32.500000;10.000000;-40.000000;,
24.500000;10.000000;-40.000000;,
20.000000;1.000000;-40.000000;,
28.000000;1.000000;40.000000;,
20.000000;1.000000;40.000000;,
24.500000;10.000000;40.000000;,
32.500000;10.000000;40.000000;,
27.500000;0.000000;60.000000;,
32.500000;10.000000;60.000000;,
24.500000;10.000000;60.000000;,
19.500000;0.000000;60.000000;,
-32.500000;10.000000;60.000000;,
-24.500000;10.000000;60.000000;,
-44.500000;50.000000;60.000000;,
-52.500000;50.000000;60.000000;,
52.500000;50.000000;60.000000;,
44.500000;50.000000;60.000000;,
-28.000000;1.000000;-20.000000;,
-32.500000;10.000000;-20.000000;,
-24.500000;10.000000;-20.000000;,
-20.000000;1.000000;-20.000000;,
-28.000000;1.000000;-10.000000;,
-20.000000;1.000000;-10.000000;,
-24.500000;10.000000;-10.000000;,
-32.500000;10.000000;-10.000000;,
-28.000000;1.000000;10.000000;,
-32.500000;10.000000;10.000000;,
-24.500000;10.000000;10.000000;,
-20.000000;1.000000;10.000000;,
-28.000000;1.000000;20.000000;,
-20.000000;1.000000;20.000000;,
-24.500000;10.000000;20.000000;,
-32.500000;10.000000;20.000000;,
20.000000;1.000000;-20.000000;,
20.000000;1.000000;-10.000000;,
24.500000;10.000000;-10.000000;,
24.500000;10.000000;-20.000000;,
20.000000;1.000000;10.000000;,
20.000000;1.000000;20.000000;,
24.500000;10.000000;20.000000;,
24.500000;10.000000;10.000000;,
-20.000000;1.000000;-50.000000;,
-24.500000;10.000000;-50.000000;,
-24.500000;10.000000;-40.000000;,
-20.000000;1.000000;-40.000000;,
-20.000000;1.000000;40.000000;,
-24.500000;10.000000;40.000000;,
-24.500000;10.000000;60.000000;,
-19.500000;0.000000;60.000000;,
20.000000;1.000000;-50.000000;,
20.000000;1.000000;-40.000000;,
24.500000;10.000000;-40.000000;,
24.500000;10.000000;-50.000000;,
20.000000;1.000000;40.000000;,
19.500000;0.000000;60.000000;,
24.500000;10.000000;60.000000;,
24.500000;10.000000;40.000000;,
-24.500000;10.000000;-50.000000;,
-44.500000;50.000000;-50.000000;,
-44.500000;50.000000;60.000000;,
24.500000;10.000000;-50.000000;,
44.500000;50.000000;60.000000;,
44.500000;50.000000;-50.000000;,
-20.000000;1.000000;-20.000000;,
-24.500000;10.000000;-20.000000;,
-24.500000;10.000000;-10.000000;,
-20.000000;1.000000;-10.000000;,
-20.000000;1.000000;10.000000;,
-24.500000;10.000000;10.000000;,
-24.500000;10.000000;20.000000;,
-20.000000;1.000000;20.000000;,
-28.000000;1.000000;40.000000;,
-28.000000;1.000000;-40.000000;,
-32.500000;10.000000;-40.000000;,
-32.500000;10.000000;40.000000;,
28.000000;1.000000;40.000000;,
32.500000;10.000000;40.000000;,
32.500000;10.000000;-40.000000;,
28.000000;1.000000;-40.000000;,
-32.500000;10.000000;-50.000000;,
-24.500000;10.000000;-50.000000;,
-24.500000;10.000000;60.000000;,
-32.500000;10.000000;60.000000;,
32.500000;10.000000;-50.000000;,
32.500000;10.000000;60.000000;,
24.500000;10.000000;60.000000;,
24.500000;10.000000;-50.000000;,
28.000000;1.000000;40.000000;,
28.000000;1.000000;-40.000000;,
-28.000000;1.000000;-40.000000;,
-28.000000;1.000000;40.000000;,
20.000000;1.000000;-40.000000;,
20.000000;1.000000;-50.000000;,
-20.000000;1.000000;-50.000000;,
-20.000000;1.000000;-40.000000;,
19.500000;0.000000;60.000000;,
20.000000;1.000000;40.000000;,
-20.000000;1.000000;40.000000;,
-19.500000;0.000000;60.000000;,
-23.500000;5.500000;-40.000000;,
-22.792901;5.207100;0.000000;,
-22.792901;5.207100;-40.000000;,
-24.207099;5.207100;-40.000000;,
-23.500000;5.500000;0.000000;,
-22.792901;3.792900;-40.000000;,
-23.500000;3.500000;0.000000;,
-23.500000;3.500000;-40.000000;,
-22.500000;4.500000;-40.000000;,
-22.792901;3.792900;0.000000;,
-22.500000;4.500000;0.000000;,
-22.792901;5.207100;0.000000;,
-22.792901;5.207100;40.000000;,
-22.500000;4.500000;40.000000;,
-23.500000;5.500000;0.000000;,
-24.207099;5.207100;0.000000;,
-23.500000;5.500000;40.000000;,
-24.207099;5.207100;0.000000;,
-24.207099;5.207100;40.000000;,
-22.792901;3.792900;0.000000;,
-23.500000;3.500000;40.000000;,
-23.500000;3.500000;0.000000;,
-22.792901;3.792900;40.000000;,
-22.500000;4.500000;0.000000;,
-25.000000;8.500000;-40.000000;,
-24.292901;8.207100;0.000000;,
-24.292901;8.207100;-40.000000;,
-25.707099;8.207100;-40.000000;,
-25.000000;8.500000;0.000000;,
-24.292901;6.792900;-40.000000;,
-25.000000;6.500000;0.000000;,
-25.000000;6.500000;-40.000000;,
-24.000000;7.500000;-40.000000;,
-24.292901;6.792900;0.000000;,
-24.000000;7.500000;0.000000;,
-24.292901;8.207100;0.000000;,
-24.292901;8.207100;40.000000;,
-24.000000;7.500000;40.000000;,
-25.000000;8.500000;0.000000;,
-25.707099;8.207100;0.000000;,
-25.000000;8.500000;40.000000;,
-25.707099;8.207100;0.000000;,
-25.707099;8.207100;40.000000;,
-24.292901;6.792900;0.000000;,
-25.000000;6.500000;40.000000;,
-25.000000;6.500000;0.000000;,
-24.292901;6.792900;40.000000;,
-24.000000;7.500000;0.000000;,
26.000000;8.500000;-40.000000;,
27.414198;7.914200;0.000000;,
27.414198;7.914200;-40.000000;,
26.000000;8.500000;0.000000;,
24.585800;7.914200;-40.000000;,
24.585800;7.914200;0.000000;,
24.000000;6.500000;-40.000000;,
24.000000;6.500000;0.000000;,
24.585800;5.085800;-40.000000;,
24.585800;5.085800;0.000000;,
27.414198;7.914200;40.000000;,
26.000000;8.500000;40.000000;,
24.585800;7.914200;40.000000;,
24.000000;6.500000;40.000000;,
24.585800;5.085800;40.000000;;
122;
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;37,44,45;,
3;37,45,38;,
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;70,72,73;,
3;74,75,76;,
3;74,76,77;,
3;78,79,80;,
3;78,80,81;,
3;82,83,84;,
3;82,84,85;,
3;86,87,88;,
3;86,88,76;,
3;89,84,90;,
3;89,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,105,106;,
3;104,106,107;,
3;108,109,110;,
3;108,110,111;,
3;112,113,114;,
3;112,114,115;,
3;116,117,118;,
3;116,118,119;,
3;120,121,122;,
3;120,122,123;,
3;124,125,126;,
3;124,126,127;,
3;128,129,130;,
3;131,132,128;,
3;133,134,135;,
3;136,137,133;,
3;130,138,136;,
3;130,129,138;,
3;128,132,129;,
3;139,140,141;,
3;142,140,139;,
3;131,143,132;,
3;142,144,140;,
3;145,144,142;,
3;145,146,144;,
3;133,137,134;,
3;147,148,149;,
3;136,138,137;,
3;147,150,148;,
3;151,150,147;,
3;139,141,151;,
3;151,141,150;,
3;152,153,154;,
3;155,156,152;,
3;157,158,159;,
3;160,161,157;,
3;154,162,160;,
3;154,153,162;,
3;152,156,153;,
3;163,164,165;,
3;166,164,163;,
3;155,167,156;,
3;166,168,164;,
3;169,168,166;,
3;169,170,168;,
3;157,161,158;,
3;171,172,173;,
3;160,162,161;,
3;171,174,172;,
3;175,174,171;,
3;163,165,175;,
3;175,165,174;,
3;176,177,178;,
3;176,179,177;,
3;180,179,176;,
3;180,181,179;,
3;182,181,180;,
3;182,183,181;,
3;184,183,182;,
3;184,185,183;,
3;179,186,177;,
3;179,187,186;,
3;181,187,179;,
3;181,188,187;,
3;183,188,181;,
3;183,189,188;,
3;185,189,183;,
3;185,190,189;;
MeshTextureCoords {
191;
0.932953;0.158701;,
0.814434;0.158701;,
0.881101;0.292035;,
0.999620;0.292035;,
0.932953;0.158701;,
0.999620;0.292035;,
0.881101;0.292035;,
0.814434;0.158701;,
0.932953;0.158701;,
0.814434;0.158701;,
0.881101;0.292035;,
0.999620;0.292035;,
0.932953;0.158701;,
0.999620;0.292035;,
0.881101;0.292035;,
0.814434;0.158701;,
0.103323;0.158701;,
0.221841;0.158701;,
0.155175;0.292035;,
0.036656;0.292035;,
0.103323;0.158701;,
0.036656;0.292035;,
0.155175;0.292035;,
0.221841;0.158701;,
0.110730;0.143887;,
0.229249;0.143887;,
0.155175;0.292035;,
0.036656;0.292035;,
0.932953;0.158701;,
0.999620;0.292035;,
0.881101;0.292035;,
0.814434;0.158701;,
0.932953;0.158701;,
0.814434;0.158701;,
0.881101;0.292035;,
0.999620;0.292035;,
0.925546;0.143887;,
0.999620;0.292035;,
0.881101;0.292035;,
0.807027;0.143887;,
1.036656;0.292035;,
1.155175;0.292035;,
0.858878;0.884628;,
0.740360;0.884628;,
1.295920;0.884628;,
1.177400;0.884628;,
0.103323;0.158701;,
0.036656;0.292035;,
0.155175;0.292035;,
0.221841;0.158701;,
0.103323;0.158701;,
0.221841;0.158701;,
0.155175;0.292035;,
0.036656;0.292035;,
0.103323;0.158701;,
0.036656;0.292035;,
0.155175;0.292035;,
0.221841;0.158701;,
0.103323;0.158701;,
0.221841;0.158701;,
0.155175;0.292035;,
0.036656;0.292035;,
1.022310;0.897841;,
0.894104;0.897841;,
0.894104;1.013230;,
1.022310;1.013230;,
0.637693;0.897841;,
0.509488;0.897841;,
0.509488;1.013230;,
0.637693;1.013230;,
1.406920;0.897841;,
1.406920;1.013230;,
1.278720;1.013230;,
1.278720;0.897841;,
1.253077;0.897841;,
1.253077;1.013230;,
0.996667;1.013230;,
0.996667;0.885020;,
1.406920;0.897841;,
1.278720;0.897841;,
1.278720;1.013230;,
1.406920;1.013230;,
1.253077;0.897841;,
0.996667;0.885020;,
0.996667;1.013230;,
1.253077;1.013230;,
2.406920;1.013230;,
2.406920;1.526050;,
0.996667;1.526050;,
2.406920;1.013230;,
0.996667;1.526050;,
2.406920;1.526050;,
1.022310;0.897841;,
1.022310;1.013230;,
0.894104;1.013230;,
0.894104;0.897841;,
0.637693;0.897841;,
0.637693;1.013230;,
0.509488;1.013230;,
0.509488;0.897841;,
2.679730;1.696120;,
0.806190;1.696120;,
0.806190;1.906890;,
2.679730;1.906890;,
2.679730;1.696120;,
2.679730;1.906890;,
0.806190;1.906890;,
0.806190;1.696120;,
2.972040;1.596040;,
2.972040;1.801170;,
0.151530;1.801170;,
0.151530;1.596040;,
2.972040;3.262700;,
0.151530;3.262700;,
0.151530;3.057580;,
2.972040;3.057580;,
0.431442;1.742020;,
1.784091;1.742020;,
1.784091;0.800185;,
0.431442;0.800185;,
0.784091;1.607470;,
0.953172;1.607470;,
0.953172;0.934733;,
0.784091;0.934733;,
3.367333;7.667140;,
4.668197;6.463750;,
2.129930;3.995260;,
0.892520;5.260360;,
0.569690;0.799336;,
0.382627;1.336757;,
0.577233;0.802082;,
0.559470;0.795616;,
0.375084;1.334011;,
0.570768;0.799728;,
0.365941;1.330683;,
0.560547;0.796008;,
0.577679;0.802244;,
0.376162;1.334403;,
0.383073;1.336919;,
0.382627;0.336757;,
0.188021;0.871431;,
0.188467;0.871594;,
0.375084;0.334011;,
0.364863;1.330291;,
0.180478;0.868686;,
0.364863;0.330291;,
0.170257;0.864966;,
0.376162;0.334403;,
0.171335;0.865358;,
0.365941;0.330683;,
0.181556;0.869078;,
0.383073;0.336919;,
0.564564;0.797471;,
0.377501;1.334891;,
0.572107;0.800216;,
0.554344;0.793750;,
0.369958;1.332146;,
0.565642;0.797863;,
0.360815;1.328818;,
0.555421;0.794143;,
0.572554;0.800378;,
0.371036;1.332538;,
0.377947;1.335053;,
0.377501;0.334891;,
0.182895;0.869566;,
0.183341;0.869728;,
0.369958;0.332146;,
0.359737;1.328425;,
0.175352;0.866820;,
0.359737;0.328425;,
0.165131;0.863100;,
0.371036;0.332538;,
0.166209;0.863492;,
0.360815;0.328818;,
0.176430;0.867213;,
0.377947;0.335053;,
1.205160;0.030630;,
1.025640;0.570795;,
1.220250;0.036120;,
1.010560;0.565304;,
1.184720;0.023189;,
0.990116;0.557864;,
1.170900;0.018158;,
0.976293;0.552833;,
1.171790;0.018483;,
0.977186;0.553158;,
0.831037;1.105470;,
0.815952;1.099980;,
0.795510;1.092540;,
0.781687;1.087510;,
0.782579;1.087830;;
}
MeshNormals {
191;
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.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.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.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.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;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;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.998752;0.049938;,
0.000000;0.998752;0.049938;,
0.000000;0.998752;0.049938;,
0.000000;0.998752;0.049938;,
0.127565;0.923875;0.000000;,
0.563088;0.743481;0.000000;,
0.743481;0.563088;0.000000;,
-0.382694;0.923875;0.000000;,
-0.127565;0.923875;0.000000;,
0.563088;-0.743481;0.000000;,
0.382694;-0.923875;0.000000;,
0.382694;-0.923875;0.000000;,
0.923875;-0.127565;0.000000;,
0.743481;-0.563088;0.000000;,
0.923875;0.127565;0.000000;,
0.743481;0.563088;0.000000;,
0.563088;0.743481;0.000000;,
0.923875;0.127565;0.000000;,
0.127565;0.923875;0.000000;,
-0.382694;0.923875;0.000000;,
-0.127565;0.923875;0.000000;,
-0.382694;0.923875;0.000000;,
-0.382694;0.923875;0.000000;,
0.563088;-0.743481;0.000000;,
0.382694;-0.923875;0.000000;,
0.382694;-0.923875;0.000000;,
0.743481;-0.563088;0.000000;,
0.923875;-0.127565;0.000000;,
0.127565;0.923875;0.000000;,
0.563088;0.743481;0.000000;,
0.743481;0.563088;0.000000;,
-0.382694;0.923875;0.000000;,
-0.127565;0.923875;0.000000;,
0.563088;-0.743481;0.000000;,
0.382694;-0.923875;0.000000;,
0.382694;-0.923875;0.000000;,
0.923875;-0.127565;0.000000;,
0.743481;-0.563088;0.000000;,
0.923875;0.127565;0.000000;,
0.743481;0.563088;0.000000;,
0.563088;0.743481;0.000000;,
0.923875;0.127565;0.000000;,
0.127565;0.923875;0.000000;,
-0.382694;0.923875;0.000000;,
-0.127565;0.923875;0.000000;,
-0.382694;0.923875;0.000000;,
-0.382694;0.923875;0.000000;,
0.563088;-0.743481;0.000000;,
0.382694;-0.923875;0.000000;,
0.382694;-0.923875;0.000000;,
0.743481;-0.563088;0.000000;,
0.923875;-0.127565;0.000000;,
0.127565;0.923875;0.000000;,
0.382694;0.923875;0.000000;,
0.382694;0.923875;0.000000;,
0.000000;0.923875;0.000000;,
-0.563088;0.743481;0.000000;,
-0.653285;0.653285;0.000000;,
-0.923875;0.127565;0.000000;,
-0.923875;0.000000;0.000000;,
-0.923875;-0.382694;0.000000;,
-0.923875;-0.382694;0.000000;,
0.382694;0.923875;0.000000;,
-0.127565;0.923875;0.000000;,
-0.743481;0.563088;0.000000;,
-0.923875;-0.127565;0.000000;,
-0.923875;-0.382694;0.000000;;
122;
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;37,44,45;,
3;37,45,38;,
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;70,72,73;,
3;74,75,76;,
3;74,76,77;,
3;78,79,80;,
3;78,80,81;,
3;82,83,84;,
3;82,84,85;,
3;86,87,88;,
3;86,88,76;,
3;89,84,90;,
3;89,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,105,106;,
3;104,106,107;,
3;108,109,110;,
3;108,110,111;,
3;112,113,114;,
3;112,114,115;,
3;116,117,118;,
3;116,118,119;,
3;120,121,122;,
3;120,122,123;,
3;124,125,126;,
3;124,126,127;,
3;128,129,130;,
3;131,132,128;,
3;133,134,135;,
3;136,137,133;,
3;130,138,136;,
3;130,129,138;,
3;128,132,129;,
3;139,140,141;,
3;142,140,139;,
3;131,143,132;,
3;142,144,140;,
3;145,144,142;,
3;145,146,144;,
3;133,137,134;,
3;147,148,149;,
3;136,138,137;,
3;147,150,148;,
3;151,150,147;,
3;139,141,151;,
3;151,141,150;,
3;152,153,154;,
3;155,156,152;,
3;157,158,159;,
3;160,161,157;,
3;154,162,160;,
3;154,153,162;,
3;152,156,153;,
3;163,164,165;,
3;166,164,163;,
3;155,167,156;,
3;166,168,164;,
3;169,168,166;,
3;169,170,168;,
3;157,161,158;,
3;171,172,173;,
3;160,162,161;,
3;171,174,172;,
3;175,174,171;,
3;163,165,175;,
3;175,165,174;,
3;176,177,178;,
3;176,179,177;,
3;180,179,176;,
3;180,181,179;,
3;182,181,180;,
3;182,183,181;,
3;184,183,182;,
3;184,185,183;,
3;179,186,177;,
3;179,187,186;,
3;181,187,179;,
3;181,188,187;,
3;183,188,181;,
3;183,189,188;,
3;185,189,183;,
3;185,190,189;;
}
MeshMaterialList {
6;
122;
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,
2,
2,
2,
2,
2,
2,
2,
2,
3,
3,
3,
3,
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,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5,
5;
Material {
1.000000;1.000000;1.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intE_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.722400;0.537766;0.572000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"intD_tex.png";
}
}
Material {
0.849000;0.489414;0.263400;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genC4_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";
}
}
}
}
}
}