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

1099 lines
26 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 {
184;
26.795901;10.000000;-92.947802;,
23.791901;0.000000;-92.947802;,
22.100901;0.000000;-92.947802;,
28.486899;10.000000;-92.947802;,
29.682701;10.000000;-91.865402;,
24.987699;0.000000;-91.865402;,
29.682701;10.000000;-90.334605;,
28.486899;10.000000;-89.252198;,
24.987699;0.000000;-90.334605;,
23.791901;0.000000;-89.252198;,
25.600099;10.000000;-91.865402;,
26.795901;10.000000;-89.252198;,
20.905099;0.000000;-91.865402;,
22.100901;0.000000;-89.252198;,
25.600099;10.000000;-91.865402;,
20.905099;0.000000;-91.865402;,
25.600099;10.000000;-90.334605;,
25.600099;10.000000;-90.334605;,
20.905099;0.000000;-90.334605;,
20.905099;0.000000;-90.334605;,
27.997699;10.000000;-93.921702;,
27.362000;10.000000;-93.352698;,
23.011899;0.000000;-93.921702;,
22.376200;0.000000;-93.352698;,
27.997699;10.000000;-94.726195;,
23.011899;0.000000;-94.726195;,
27.362000;10.000000;-95.295194;,
22.376200;0.000000;-95.295194;,
26.462901;10.000000;-93.352698;,
21.477101;0.000000;-93.352698;,
26.462901;10.000000;-95.295194;,
25.827200;10.000000;-93.921702;,
21.477101;0.000000;-95.295194;,
20.841400;0.000000;-93.921702;,
25.827200;10.000000;-94.726195;,
25.827200;10.000000;-93.921702;,
25.827200;10.000000;-94.726195;,
20.841400;0.000000;-93.921702;,
20.841400;0.000000;-94.726195;,
20.841400;0.000000;-94.726195;,
27.997699;10.000000;-96.821702;,
27.362000;10.000000;-96.252704;,
23.011899;0.000000;-96.821702;,
26.462901;10.000000;-96.252704;,
22.376200;0.000000;-96.252704;,
27.997699;10.000000;-97.626195;,
23.011899;0.000000;-97.626195;,
27.362000;10.000000;-98.195200;,
22.376200;0.000000;-98.195200;,
26.462901;10.000000;-98.195200;,
21.477101;0.000000;-96.252704;,
25.827200;10.000000;-96.821702;,
21.477101;0.000000;-98.195200;,
20.841400;0.000000;-96.821702;,
25.827200;10.000000;-97.626195;,
25.827200;10.000000;-96.821702;,
25.827200;10.000000;-97.626195;,
20.841400;0.000000;-96.821702;,
20.841400;0.000000;-97.626195;,
20.841400;0.000000;-97.626195;,
-26.795901;10.000000;-94.552198;,
-23.791901;0.000000;-94.552198;,
-22.100901;0.000000;-94.552198;,
-28.486899;10.000000;-94.552198;,
-29.682701;10.000000;-95.634598;,
-24.987699;0.000000;-95.634598;,
-29.682701;10.000000;-97.165395;,
-28.486899;10.000000;-98.247802;,
-24.987699;0.000000;-97.165395;,
-23.791901;0.000000;-98.247802;,
-25.600099;10.000000;-95.634598;,
-26.795901;10.000000;-98.247802;,
-20.905099;0.000000;-95.634598;,
-22.100901;0.000000;-98.247802;,
-25.600099;10.000000;-95.634598;,
-20.905099;0.000000;-95.634598;,
-25.600099;10.000000;-97.165395;,
-25.600099;10.000000;-97.165395;,
-20.905099;0.000000;-97.165395;,
-20.905099;0.000000;-97.165395;,
-27.997699;10.000000;-93.578298;,
-27.362000;10.000000;-94.147302;,
-23.011899;0.000000;-93.578298;,
-22.376200;0.000000;-94.147302;,
-27.997699;10.000000;-92.773805;,
-23.011899;0.000000;-92.773805;,
-27.362000;10.000000;-92.204806;,
-22.376200;0.000000;-92.204806;,
-26.462901;10.000000;-94.147302;,
-21.477101;0.000000;-94.147302;,
-26.462901;10.000000;-92.204806;,
-25.827200;10.000000;-93.578298;,
-21.477101;0.000000;-92.204806;,
-20.841400;0.000000;-93.578298;,
-25.827200;10.000000;-92.773805;,
-25.827200;10.000000;-93.578298;,
-25.827200;10.000000;-92.773805;,
-20.841400;0.000000;-93.578298;,
-20.841400;0.000000;-92.773805;,
-20.841400;0.000000;-92.773805;,
-26.462901;10.000000;-91.247296;,
-25.827200;10.000000;-90.678298;,
-21.477101;0.000000;-91.247296;,
-20.841400;0.000000;-90.678298;,
-27.362000;10.000000;-91.247296;,
-22.376200;0.000000;-91.247296;,
-27.997699;10.000000;-90.678298;,
-23.011899;0.000000;-90.678298;,
-27.997699;10.000000;-89.873805;,
-23.011899;0.000000;-89.873805;,
-27.362000;10.000000;-89.304800;,
-22.376200;0.000000;-89.304800;,
-26.462901;10.000000;-89.304800;,
-21.477101;0.000000;-89.304800;,
-25.827200;10.000000;-89.873805;,
-20.841400;0.000000;-89.873805;,
-25.827200;10.000000;-90.678298;,
-25.827200;10.000000;-89.873805;,
-20.841400;0.000000;-90.678298;,
-20.841400;0.000000;-89.873805;,
29.500000;9.000000;-100.000000;,
26.400000;2.800000;-100.000000;,
23.300000;2.800000;-100.000000;,
22.100000;3.300000;-100.000000;,
21.700000;4.300000;-100.000000;,
23.900000;8.700000;-100.000000;,
29.500000;9.000000;-87.500000;,
24.800000;9.000000;-87.500000;,
23.900000;8.700000;-87.500000;,
21.700000;4.300000;-87.500000;,
22.100000;3.300000;-87.500000;,
23.300000;2.800000;-87.500000;,
-29.500000;9.000000;-87.500000;,
-26.400000;2.800000;-87.500000;,
-23.300000;2.800000;-87.500000;,
-22.100000;3.300000;-87.500000;,
-21.700000;4.300000;-87.500000;,
-23.900000;8.700000;-87.500000;,
-29.500000;9.000000;-100.000000;,
-24.800000;9.000000;-100.000000;,
-23.900000;8.700000;-100.000000;,
-21.700000;4.300000;-100.000000;,
-22.100000;3.300000;-100.000000;,
-23.300000;2.800000;-100.000000;,
24.800000;9.000000;-100.000000;,
26.400000;2.800000;-87.500000;,
-24.800000;9.000000;-87.500000;,
-26.400000;2.800000;-100.000000;,
26.400000;2.800000;-87.500000;,
23.300000;2.800000;-87.500000;,
23.300000;2.800000;-100.000000;,
26.400000;2.800000;-100.000000;,
22.100000;3.300000;-87.500000;,
22.100000;3.300000;-100.000000;,
22.100000;3.300000;-87.500000;,
21.700000;4.300000;-87.500000;,
21.700000;4.300000;-100.000000;,
22.100000;3.300000;-100.000000;,
23.900000;8.700000;-87.500000;,
23.900000;8.700000;-100.000000;,
24.800000;9.000000;-87.500000;,
24.800000;9.000000;-100.000000;,
24.800000;9.000000;-87.500000;,
29.500000;9.000000;-87.500000;,
29.500000;9.000000;-100.000000;,
24.800000;9.000000;-100.000000;,
-26.400000;2.800000;-100.000000;,
-23.300000;2.800000;-100.000000;,
-23.300000;2.800000;-87.500000;,
-26.400000;2.800000;-87.500000;,
-22.100000;3.300000;-100.000000;,
-22.100000;3.300000;-87.500000;,
-22.100000;3.300000;-100.000000;,
-21.700000;4.300000;-100.000000;,
-21.700000;4.300000;-87.500000;,
-22.100000;3.300000;-87.500000;,
-23.900000;8.700000;-100.000000;,
-23.900000;8.700000;-87.500000;,
-24.800000;9.000000;-100.000000;,
-24.800000;9.000000;-87.500000;,
-24.800000;9.000000;-100.000000;,
-29.500000;9.000000;-100.000000;,
-29.500000;9.000000;-87.500000;,
-24.800000;9.000000;-87.500000;;
128;
3;0,1,2;,
3;3,1,0;,
3;4,5,3;,
3;3,5,1;,
3;6,7,8;,
3;7,9,8;,
3;0,2,10;,
3;7,11,9;,
3;10,2,12;,
3;11,13,9;,
3;14,15,16;,
3;11,17,13;,
3;16,15,18;,
3;17,19,13;,
3;20,21,22;,
3;21,23,22;,
3;24,25,26;,
3;26,25,27;,
3;21,28,23;,
3;28,29,23;,
3;26,27,30;,
3;28,31,29;,
3;30,27,32;,
3;31,33,29;,
3;30,32,34;,
3;35,36,37;,
3;34,32,38;,
3;36,39,37;,
3;40,41,42;,
3;41,43,44;,
3;41,44,42;,
3;45,46,47;,
3;47,46,48;,
3;47,48,49;,
3;43,50,44;,
3;43,51,50;,
3;49,48,52;,
3;51,53,50;,
3;49,52,54;,
3;55,56,57;,
3;54,52,58;,
3;56,59,57;,
3;60,61,62;,
3;63,61,60;,
3;64,65,63;,
3;63,65,61;,
3;66,67,68;,
3;67,69,68;,
3;60,62,70;,
3;67,71,69;,
3;70,62,72;,
3;71,73,69;,
3;74,75,76;,
3;71,77,73;,
3;76,75,78;,
3;77,79,73;,
3;80,81,82;,
3;81,83,82;,
3;84,85,86;,
3;86,85,87;,
3;81,88,83;,
3;88,89,83;,
3;86,87,90;,
3;88,91,89;,
3;90,87,92;,
3;91,93,89;,
3;90,92,94;,
3;95,96,97;,
3;94,92,98;,
3;96,99,97;,
3;100,101,102;,
3;101,103,102;,
3;104,100,105;,
3;100,102,105;,
3;106,104,107;,
3;104,105,107;,
3;108,109,110;,
3;110,109,111;,
3;110,111,112;,
3;112,111,113;,
3;112,113,114;,
3;114,113,115;,
3;116,117,118;,
3;117,119,118;,
3;120,121,122;,
3;120,122,123;,
3;120,123,124;,
3;120,124,125;,
3;126,127,128;,
3;126,128,129;,
3;126,129,130;,
3;126,130,131;,
3;132,133,134;,
3;132,134,135;,
3;132,135,136;,
3;132,136,137;,
3;138,139,140;,
3;138,140,141;,
3;138,141,142;,
3;138,142,143;,
3;120,125,144;,
3;126,131,145;,
3;132,137,146;,
3;138,143,147;,
3;148,149,150;,
3;148,150,151;,
3;149,152,153;,
3;149,153,150;,
3;154,155,156;,
3;154,156,157;,
3;155,158,159;,
3;155,159,156;,
3;158,160,161;,
3;158,161,159;,
3;162,163,164;,
3;162,164,165;,
3;166,167,168;,
3;166,168,169;,
3;167,170,171;,
3;167,171,168;,
3;172,173,174;,
3;172,174,175;,
3;173,176,177;,
3;173,177,174;,
3;176,178,179;,
3;176,179,177;,
3;180,181,182;,
3;180,182,183;;
MeshTextureCoords {
184;
0.744514;0.523360;,
0.403019;0.523360;,
0.345307;0.523360;,
0.802226;0.523360;,
0.843037;0.568457;,
0.443830;0.568457;,
0.843037;0.632236;,
0.802226;0.677332;,
0.443830;0.632236;,
0.403019;0.677332;,
0.703703;0.568457;,
0.744514;0.677332;,
0.304496;0.568457;,
0.345307;0.677332;,
2.705440;0.583702;,
2.306230;0.583702;,
2.705440;0.647481;,
0.703703;0.632236;,
2.306230;0.647481;,
0.304496;0.632236;,
0.785530;0.482784;,
0.763835;0.506491;,
0.376399;0.482784;,
0.354703;0.506491;,
0.785530;0.449266;,
0.376399;0.449266;,
0.763835;0.425559;,
0.354703;0.425559;,
0.733149;0.506491;,
0.324018;0.506491;,
0.733149;0.425559;,
0.711454;0.482784;,
0.324018;0.425559;,
0.302322;0.482784;,
0.711454;0.449266;,
2.713190;0.498030;,
2.713190;0.464511;,
2.304060;0.498030;,
0.302322;0.449266;,
2.304060;0.464511;,
0.785530;0.361960;,
0.763835;0.385667;,
0.376399;0.361960;,
0.733149;0.385667;,
0.354703;0.385667;,
0.785530;0.328441;,
0.376399;0.328441;,
0.763835;0.304735;,
0.354703;0.304735;,
0.733149;0.304735;,
0.324018;0.385667;,
0.711454;0.361960;,
0.324018;0.304735;,
0.302322;0.361960;,
0.711454;0.328441;,
2.713190;0.377205;,
2.713190;0.343687;,
2.304060;0.377205;,
0.302322;0.328441;,
2.304060;0.343687;,
0.744212;0.544644;,
0.402717;0.544644;,
0.345006;0.544644;,
0.801924;0.544644;,
0.842735;0.589740;,
0.443529;0.589740;,
0.842735;0.653519;,
0.801924;0.698615;,
0.443529;0.653519;,
0.402717;0.698615;,
0.703401;0.589740;,
0.744212;0.698615;,
0.304194;0.589740;,
0.345006;0.698615;,
0.958040;0.426663;,
0.879302;0.426663;,
0.958040;0.362885;,
0.703401;0.653519;,
0.879302;0.362885;,
0.304194;0.653519;,
0.785228;0.504067;,
0.763533;0.527774;,
0.376097;0.504067;,
0.354401;0.527774;,
0.785228;0.470549;,
0.376097;0.470549;,
0.763533;0.446842;,
0.354401;0.446842;,
0.732847;0.527774;,
0.323716;0.527774;,
0.732847;0.446842;,
0.711152;0.504067;,
0.323716;0.446842;,
0.302020;0.504067;,
0.711152;0.470549;,
0.950289;0.512336;,
0.950289;0.545855;,
0.881476;0.512336;,
0.302020;0.470549;,
0.881476;0.545855;,
0.732847;0.406950;,
0.711152;0.383243;,
0.323716;0.406950;,
0.302020;0.383243;,
0.763533;0.406950;,
0.354401;0.406950;,
0.785228;0.383243;,
0.376097;0.383243;,
0.785228;0.349725;,
0.376097;0.349725;,
0.763533;0.326018;,
0.354401;0.326018;,
0.732847;0.326018;,
0.323716;0.326018;,
0.711152;0.349725;,
0.302020;0.349725;,
0.950289;0.633160;,
0.950289;0.666679;,
0.881476;0.633160;,
0.881476;0.666679;,
0.732966;0.751916;,
2.285840;1.013592;,
2.491750;1.687077;,
2.462820;1.980991;,
2.272140;2.134310;,
1.170099;1.948608;,
0.732966;0.751916;,
1.045144;1.773007;,
1.170099;1.948609;,
2.272140;2.134310;,
2.462820;1.980991;,
2.491750;1.687077;,
0.764973;0.196172;,
2.317850;0.457848;,
2.523750;1.131330;,
2.494830;1.425250;,
2.304150;1.578570;,
1.202106;1.392860;,
0.764973;0.196172;,
1.077151;1.217260;,
1.202106;1.392860;,
2.304150;1.578570;,
2.494830;1.425250;,
2.523750;1.131330;,
1.045144;1.773007;,
2.285840;1.013592;,
1.077151;1.217260;,
2.317850;0.457848;,
0.690249;0.405053;,
0.690249;0.570812;,
0.021867;0.570812;,
0.021867;0.405053;,
0.690249;0.634977;,
0.021867;0.634977;,
0.929064;0.530647;,
0.929064;0.635790;,
2.075660;0.635790;,
2.075660;0.530647;,
0.929064;1.098420;,
2.075660;1.098420;,
0.929064;1.129960;,
2.075660;1.129960;,
0.690249;0.490606;,
0.690249;0.239294;,
0.021867;0.239294;,
0.021867;0.490606;,
0.292153;0.410117;,
0.292153;0.575877;,
0.960535;0.575877;,
0.960535;0.410117;,
0.292153;0.640041;,
0.960535;0.640041;,
2.075660;0.530647;,
2.075660;0.635790;,
0.929064;0.635790;,
0.929064;0.530647;,
2.075660;1.098420;,
0.929064;1.098420;,
2.075660;1.129960;,
0.929064;1.129960;,
0.292153;0.495671;,
0.292153;0.244358;,
0.960535;0.244358;,
0.960535;0.495671;;
}
MeshNormals {
184;
-0.213353;0.100169;-0.902373;,
0.213354;-0.100169;-0.902373;,
-0.426707;0.200339;-0.804746;,
0.426707;-0.200339;-0.804746;,
0.640061;-0.300508;-0.707119;,
0.640061;-0.300508;-0.707119;,
0.640063;-0.300509;0.707116;,
0.426709;-0.200340;0.804744;,
0.640063;-0.300509;0.707116;,
0.213354;-0.100170;0.902372;,
-0.640060;0.300508;-0.707119;,
-0.213354;0.100170;0.902372;,
-0.640060;0.300508;-0.707119;,
-0.426708;0.200339;0.804745;,
-0.905198;0.424990;0.000000;,
-0.905198;0.424990;0.000000;,
-0.905198;0.424990;0.000000;,
-0.640062;0.300509;0.707117;,
-0.905198;0.424990;0.000000;,
-0.640062;0.300509;0.707117;,
0.632865;-0.315534;0.707051;,
0.421910;-0.210356;0.804701;,
0.632865;-0.315534;0.707051;,
0.210955;-0.105178;0.902350;,
0.632865;-0.315534;-0.707051;,
0.632865;-0.315534;-0.707051;,
0.421910;-0.210356;-0.804701;,
0.210955;-0.105178;-0.902350;,
-0.210955;0.105178;0.902350;,
-0.421910;0.210356;0.804701;,
-0.210955;0.105178;-0.902350;,
-0.632865;0.315534;0.707051;,
-0.421910;0.210356;-0.804701;,
-0.632865;0.315534;0.707051;,
-0.632865;0.315534;-0.707051;,
-0.894935;0.446197;0.000000;,
-0.894935;0.446197;0.000000;,
-0.894935;0.446197;0.000000;,
-0.632865;0.315534;-0.707051;,
-0.894935;0.446197;0.000000;,
0.632865;-0.315534;0.707051;,
0.421910;-0.210356;0.804701;,
0.632865;-0.315534;0.707051;,
-0.210955;0.105178;0.902350;,
0.210955;-0.105178;0.902350;,
0.632865;-0.315534;-0.707051;,
0.632865;-0.315534;-0.707051;,
0.421910;-0.210356;-0.804701;,
0.210955;-0.105178;-0.902350;,
-0.210955;0.105178;-0.902350;,
-0.421910;0.210356;0.804701;,
-0.632865;0.315534;0.707051;,
-0.421910;0.210356;-0.804701;,
-0.632865;0.315534;0.707051;,
-0.632865;0.315534;-0.707051;,
-0.894935;0.446197;0.000000;,
-0.894935;0.446197;0.000000;,
-0.894935;0.446197;0.000000;,
-0.632865;0.315534;-0.707051;,
-0.894935;0.446197;0.000000;,
0.213353;0.100169;0.902373;,
-0.213354;-0.100169;0.902373;,
0.426707;0.200339;0.804746;,
-0.426707;-0.200339;0.804746;,
-0.640061;-0.300508;0.707119;,
-0.640061;-0.300508;0.707119;,
-0.640063;-0.300509;-0.707116;,
-0.426709;-0.200340;-0.804744;,
-0.640063;-0.300509;-0.707116;,
-0.213354;-0.100170;-0.902372;,
0.640060;0.300508;0.707119;,
0.213354;0.100170;-0.902372;,
0.640060;0.300508;0.707119;,
0.426708;0.200339;-0.804745;,
0.905198;0.424990;0.000000;,
0.905198;0.424990;0.000000;,
0.905198;0.424990;0.000000;,
0.640062;0.300509;-0.707117;,
0.905198;0.424990;0.000000;,
0.640062;0.300509;-0.707117;,
-0.632865;-0.315534;-0.707051;,
-0.421910;-0.210356;-0.804701;,
-0.632865;-0.315534;-0.707051;,
-0.210955;-0.105178;-0.902350;,
-0.632865;-0.315534;0.707051;,
-0.632865;-0.315534;0.707051;,
-0.421910;-0.210356;0.804701;,
-0.210955;-0.105178;0.902350;,
0.210955;0.105178;-0.902350;,
0.421910;0.210356;-0.804701;,
0.210955;0.105178;0.902350;,
0.632865;0.315534;-0.707051;,
0.421910;0.210356;0.804701;,
0.632865;0.315534;-0.707051;,
0.632865;0.315534;0.707051;,
0.894935;0.446197;0.000000;,
0.894935;0.446197;0.000000;,
0.894935;0.446197;0.000000;,
0.632865;0.315534;0.707051;,
0.894935;0.446197;0.000000;,
0.210955;0.105178;-0.902350;,
0.632865;0.315534;-0.707051;,
0.421910;0.210356;-0.804701;,
0.632865;0.315534;-0.707051;,
-0.421910;-0.210356;-0.804701;,
-0.210955;-0.105178;-0.902350;,
-0.632865;-0.315534;-0.707051;,
-0.632865;-0.315534;-0.707051;,
-0.632865;-0.315534;0.707051;,
-0.632865;-0.315534;0.707051;,
-0.421910;-0.210356;0.804701;,
-0.210955;-0.105178;0.902350;,
0.210955;0.105178;0.902350;,
0.421910;0.210356;0.804701;,
0.632865;0.315534;0.707051;,
0.632865;0.315534;0.707051;,
0.894935;0.446197;0.000000;,
0.894935;0.446197;0.000000;,
0.894935;0.446197;0.000000;,
0.894935;0.446197;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;-1.000000;0.000000;,
-0.256410;-0.948718;0.000000;,
-0.128205;-0.974359;0.000000;,
0.000000;-1.000000;0.000000;,
-0.384616;-0.923077;0.000000;,
-0.384616;-0.923077;0.000000;,
-0.928477;-0.371390;0.000000;,
-0.905777;0.174346;0.000000;,
-0.917127;-0.098522;0.000000;,
-0.928477;-0.371390;0.000000;,
-0.508961;0.781527;0.000000;,
-0.701694;0.614370;0.000000;,
-0.316228;0.948683;0.000000;,
-0.316228;0.948683;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.256410;-0.948718;0.000000;,
0.128205;-0.974359;0.000000;,
0.000000;-1.000000;0.000000;,
0.384616;-0.923077;0.000000;,
0.384616;-0.923077;0.000000;,
0.928477;-0.371390;0.000000;,
0.905777;0.174346;0.000000;,
0.917127;-0.098522;0.000000;,
0.928477;-0.371390;0.000000;,
0.508961;0.781527;0.000000;,
0.701694;0.614370;0.000000;,
0.316228;0.948683;0.000000;,
0.316228;0.948683;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;;
128;
3;0,1,2;,
3;3,1,0;,
3;4,5,3;,
3;3,5,1;,
3;6,7,8;,
3;7,9,8;,
3;0,2,10;,
3;7,11,9;,
3;10,2,12;,
3;11,13,9;,
3;14,15,16;,
3;11,17,13;,
3;16,15,18;,
3;17,19,13;,
3;20,21,22;,
3;21,23,22;,
3;24,25,26;,
3;26,25,27;,
3;21,28,23;,
3;28,29,23;,
3;26,27,30;,
3;28,31,29;,
3;30,27,32;,
3;31,33,29;,
3;30,32,34;,
3;35,36,37;,
3;34,32,38;,
3;36,39,37;,
3;40,41,42;,
3;41,43,44;,
3;41,44,42;,
3;45,46,47;,
3;47,46,48;,
3;47,48,49;,
3;43,50,44;,
3;43,51,50;,
3;49,48,52;,
3;51,53,50;,
3;49,52,54;,
3;55,56,57;,
3;54,52,58;,
3;56,59,57;,
3;60,61,62;,
3;63,61,60;,
3;64,65,63;,
3;63,65,61;,
3;66,67,68;,
3;67,69,68;,
3;60,62,70;,
3;67,71,69;,
3;70,62,72;,
3;71,73,69;,
3;74,75,76;,
3;71,77,73;,
3;76,75,78;,
3;77,79,73;,
3;80,81,82;,
3;81,83,82;,
3;84,85,86;,
3;86,85,87;,
3;81,88,83;,
3;88,89,83;,
3;86,87,90;,
3;88,91,89;,
3;90,87,92;,
3;91,93,89;,
3;90,92,94;,
3;95,96,97;,
3;94,92,98;,
3;96,99,97;,
3;100,101,102;,
3;101,103,102;,
3;104,100,105;,
3;100,102,105;,
3;106,104,107;,
3;104,105,107;,
3;108,109,110;,
3;110,109,111;,
3;110,111,112;,
3;112,111,113;,
3;112,113,114;,
3;114,113,115;,
3;116,117,118;,
3;117,119,118;,
3;120,121,122;,
3;120,122,123;,
3;120,123,124;,
3;120,124,125;,
3;126,127,128;,
3;126,128,129;,
3;126,129,130;,
3;126,130,131;,
3;132,133,134;,
3;132,134,135;,
3;132,135,136;,
3;132,136,137;,
3;138,139,140;,
3;138,140,141;,
3;138,141,142;,
3;138,142,143;,
3;120,125,144;,
3;126,131,145;,
3;132,137,146;,
3;138,143,147;,
3;148,149,150;,
3;148,150,151;,
3;149,152,153;,
3;149,153,150;,
3;154,155,156;,
3;154,156,157;,
3;155,158,159;,
3;155,159,156;,
3;158,160,161;,
3;158,161,159;,
3;162,163,164;,
3;162,164,165;,
3;166,167,168;,
3;166,168,169;,
3;167,170,171;,
3;167,171,168;,
3;172,173,174;,
3;172,174,175;,
3;173,176,177;,
3;173,177,174;,
3;176,178,179;,
3;176,179,177;,
3;180,181,182;,
3;180,182,183;;
}
MeshMaterialList {
3;
128;
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,
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,
1,
1,
1,
1,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2;
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.714300;0.413313;0.177900;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genC2_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";
}
}
}
}
}
}