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

906 lines
22 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 {
160;
-2.000000;3.500000;-1.500000;,
3.000000;3.500000;-1.500000;,
3.000000;16.500000;-1.500000;,
-2.000000;21.500000;-1.500000;,
-2.000000;54.500000;1.500000;,
3.000000;49.500000;1.500000;,
3.000000;38.500000;1.500000;,
-2.000000;33.500000;1.500000;,
-2.000000;21.500000;-1.500000;,
-5.000000;20.257400;-4.500000;,
-5.000000;34.742598;-4.500000;,
-2.000000;33.500000;-1.500000;,
-2.000000;33.500000;-1.500000;,
3.000000;38.500000;-1.500000;,
3.000000;49.500000;-1.500000;,
-2.000000;54.500000;-1.500000;,
-2.000000;33.500000;1.500000;,
-5.000000;34.742598;4.500000;,
-5.000000;20.257400;4.500000;,
-2.000000;21.500000;1.500000;,
-2.000000;21.500000;1.500000;,
3.000000;16.500000;1.500000;,
3.000000;3.500000;1.500000;,
-2.000000;3.500000;1.500000;,
3.000000;7.500000;4.500000;,
3.000000;7.500000;1.500000;,
3.000000;12.500000;1.500000;,
3.000000;12.500000;4.500000;,
3.000000;41.500000;4.500000;,
3.000000;41.500000;1.500000;,
3.000000;46.500000;1.500000;,
3.000000;46.500000;4.500000;,
3.000000;41.500000;-1.500000;,
3.000000;41.500000;-4.500000;,
3.000000;46.500000;-4.500000;,
3.000000;46.500000;-1.500000;,
3.000000;7.500000;-1.500000;,
3.000000;7.500000;-4.500000;,
3.000000;12.500000;-4.500000;,
3.000000;12.500000;-1.500000;,
0.000000;7.500000;4.500000;,
3.000000;7.500000;1.500000;,
3.000000;7.500000;4.500000;,
0.000000;12.500000;4.500000;,
3.000000;12.500000;4.500000;,
3.000000;12.500000;1.500000;,
0.000000;41.500000;4.500000;,
3.000000;41.500000;1.500000;,
3.000000;41.500000;4.500000;,
0.000000;46.500000;4.500000;,
3.000000;46.500000;4.500000;,
3.000000;46.500000;1.500000;,
3.000000;41.500000;-1.500000;,
0.000000;41.500000;-4.500000;,
3.000000;41.500000;-4.500000;,
3.000000;46.500000;-1.500000;,
3.000000;46.500000;-4.500000;,
0.000000;46.500000;-4.500000;,
3.000000;7.500000;-1.500000;,
0.000000;7.500000;-4.500000;,
3.000000;7.500000;-4.500000;,
3.000000;12.500000;-1.500000;,
3.000000;12.500000;-4.500000;,
0.000000;12.500000;-4.500000;,
-3.242600;51.500000;-4.500000;,
0.000000;48.257402;-4.500000;,
0.000000;39.742598;-4.500000;,
-5.000000;34.742598;-4.500000;,
-25.000000;51.500000;-4.500000;,
-25.000000;51.500000;4.500000;,
-5.000000;34.742598;4.500000;,
0.000000;39.742598;4.500000;,
0.000000;48.257402;4.500000;,
-3.242600;51.500000;4.500000;,
3.000000;3.500000;-1.500000;,
0.000000;3.500000;-4.500000;,
0.000000;15.257400;-4.500000;,
3.000000;16.500000;-1.500000;,
3.000000;16.500000;-1.500000;,
0.000000;15.257400;-4.500000;,
-5.000000;20.257400;-4.500000;,
-2.000000;21.500000;-1.500000;,
-2.000000;3.500000;-1.500000;,
-2.000000;21.500000;-1.500000;,
-2.000000;21.500000;1.500000;,
-2.000000;3.500000;1.500000;,
-2.000000;54.500000;1.500000;,
-2.000000;33.500000;1.500000;,
-2.000000;33.500000;-1.500000;,
-2.000000;54.500000;-1.500000;,
0.000000;39.742598;4.500000;,
-5.000000;34.742598;4.500000;,
3.000000;49.500000;1.500000;,
0.000000;48.257402;4.500000;,
0.000000;39.742598;4.500000;,
3.000000;38.500000;1.500000;,
-25.000000;54.500000;1.500000;,
-25.000000;51.500000;4.500000;,
-3.242600;51.500000;4.500000;,
-2.000000;54.500000;1.500000;,
-3.242600;51.500000;4.500000;,
0.000000;48.257402;4.500000;,
-25.000000;3.500000;-4.500000;,
-5.000000;20.257400;-4.500000;,
0.000000;15.257400;-4.500000;,
0.000000;3.500000;-4.500000;,
-2.000000;54.500000;-1.500000;,
-3.242600;51.500000;-4.500000;,
-25.000000;51.500000;-4.500000;,
-25.000000;54.500000;-1.500000;,
-25.000000;51.500000;-4.500000;,
-5.000000;34.742598;-4.500000;,
-5.000000;34.742598;-4.500000;,
0.000000;39.742598;-4.500000;,
3.000000;38.500000;-1.500000;,
0.000000;39.742598;-4.500000;,
0.000000;48.257402;-4.500000;,
3.000000;49.500000;-1.500000;,
0.000000;48.257402;-4.500000;,
-3.242600;51.500000;-4.500000;,
-25.000000;3.500000;4.500000;,
-5.000000;20.257400;4.500000;,
-5.000000;34.742598;4.500000;,
-25.000000;51.500000;4.500000;,
-2.000000;21.500000;1.500000;,
-5.000000;20.257400;4.500000;,
0.000000;15.257400;4.500000;,
3.000000;16.500000;1.500000;,
3.000000;16.500000;1.500000;,
0.000000;15.257400;4.500000;,
0.000000;3.500000;4.500000;,
3.000000;3.500000;1.500000;,
0.000000;3.500000;4.500000;,
0.000000;15.257400;4.500000;,
0.000000;7.500000;4.500000;,
3.000000;7.500000;4.500000;,
3.000000;12.500000;4.500000;,
0.000000;12.500000;4.500000;,
0.000000;41.500000;4.500000;,
3.000000;41.500000;4.500000;,
3.000000;46.500000;4.500000;,
0.000000;46.500000;4.500000;,
3.000000;41.500000;-4.500000;,
0.000000;41.500000;-4.500000;,
0.000000;46.500000;-4.500000;,
3.000000;46.500000;-4.500000;,
3.000000;7.500000;-4.500000;,
0.000000;7.500000;-4.500000;,
0.000000;12.500000;-4.500000;,
3.000000;12.500000;-4.500000;,
-2.000000;21.500000;1.500000;,
-2.000000;21.500000;-1.500000;,
-4.292200;7.417800;4.549800;,
-4.292200;4.667800;4.549800;,
-1.542200;4.667800;4.550000;,
-1.542200;7.417800;4.550000;,
-1.536100;7.417800;-4.549500;,
-1.536100;4.667800;-4.549500;,
-4.286100;4.667800;-4.549900;,
-4.286100;7.417800;-4.549900;;
84;
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;43,44,45;,
3;46,47,48;,
3;49,50,51;,
3;52,53,54;,
3;55,56,57;,
3;58,59,60;,
3;61,62,63;,
3;64,65,66;,
3;64,66,67;,
3;64,67,68;,
3;69,70,71;,
3;69,71,72;,
3;69,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,89;,
3;6,90,91;,
3;6,91,7;,
3;92,93,94;,
3;92,94,95;,
3;96,97,98;,
3;96,98,99;,
3;4,100,101;,
3;4,101,5;,
3;102,103,104;,
3;102,104,105;,
3;106,107,108;,
3;106,108,109;,
3;110,111,103;,
3;110,103,102;,
3;12,112,113;,
3;12,113,13;,
3;114,115,116;,
3;114,116,117;,
3;14,118,119;,
3;14,119,15;,
3;120,121,122;,
3;120,122,123;,
3;124,125,126;,
3;124,126,127;,
3;128,129,130;,
3;128,130,131;,
3;120,132,133;,
3;120,133,121;,
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;150,151,88;,
3;150,88,87;,
3;152,153,154;,
3;152,154,155;,
3;156,157,158;,
3;156,158,159;;
MeshTextureCoords {
160;
0.692935;0.929284;,
0.832651;0.929284;,
0.832651;1.201257;,
0.692935;1.305862;,
0.692935;0.996254;,
0.832651;0.891649;,
0.832651;0.661518;,
0.692935;0.556913;,
0.139196;0.683688;,
0.055366;0.657691;,
0.055366;0.960738;,
0.139196;0.934740;,
0.692935;0.556913;,
0.832651;0.661518;,
0.832651;0.891649;,
0.692935;0.996254;,
0.139196;0.934740;,
0.055366;0.960738;,
0.055366;0.657691;,
0.139196;0.683688;,
0.692935;1.305862;,
0.832651;1.201257;,
0.832651;0.929284;,
0.692935;0.929284;,
0.384910;0.078943;,
0.461637;0.078943;,
0.461637;0.206820;,
0.384910;0.206820;,
0.384910;0.948510;,
0.461637;0.948510;,
0.461637;1.076390;,
0.384910;1.076390;,
0.538363;0.948510;,
0.615090;0.948510;,
0.615090;1.076390;,
0.538363;1.076390;,
0.538363;0.078943;,
0.615090;0.078943;,
0.615090;0.206820;,
0.538363;0.206820;,
0.500000;0.615090;,
0.576726;0.538363;,
0.576726;0.615090;,
0.500000;0.615090;,
0.576726;0.615090;,
0.576726;0.538363;,
0.500000;0.615090;,
0.576726;0.538363;,
0.576726;0.615090;,
0.500000;0.615090;,
0.576726;0.615090;,
0.576726;0.538363;,
0.576726;0.461637;,
0.500000;0.384910;,
0.576726;0.384910;,
0.576726;0.461637;,
0.576726;0.384910;,
0.500000;0.384910;,
0.576726;0.461637;,
0.500000;0.384910;,
0.576726;0.384910;,
0.576726;0.461637;,
0.576726;0.384910;,
0.500000;0.384910;,
0.669993;1.004060;,
0.760603;0.936218;,
0.760603;0.758082;,
0.620886;0.653477;,
0.062020;1.004060;,
0.062020;1.004060;,
0.620886;0.653477;,
0.760603;0.758082;,
0.760603;0.936218;,
0.669993;1.004060;,
0.443855;0.011612;,
0.360025;0.011612;,
0.360025;0.257588;,
0.443855;0.283585;,
0.832651;0.201257;,
0.748821;0.175260;,
0.609105;0.279864;,
0.692935;0.305862;,
0.682258;0.786875;,
0.682258;1.163453;,
0.682258;1.163453;,
0.682258;0.786875;,
0.682258;0.853845;,
0.682258;0.414504;,
0.682258;0.414504;,
0.682258;0.853845;,
0.748821;0.687516;,
0.609105;0.582911;,
0.443855;0.973977;,
0.360025;0.947980;,
0.360025;0.769844;,
0.443855;0.743847;,
0.039561;0.157902;,
0.039561;0.095139;,
0.647534;0.095139;,
0.682258;0.157902;,
0.658211;0.933491;,
0.748821;0.865652;,
0.062020;0.999850;,
0.620886;1.350431;,
0.760603;1.245826;,
0.760603;0.999850;,
0.682258;0.157902;,
0.647534;0.095139;,
0.039561;0.095139;,
0.039561;0.157902;,
0.062020;2.004060;,
0.620886;1.653477;,
0.609105;0.582911;,
0.748821;0.687516;,
0.443855;0.743847;,
0.360025;0.769844;,
0.360025;0.947980;,
0.443855;0.973977;,
0.748821;0.865652;,
0.658211;0.933491;,
0.062020;0.999850;,
0.620886;1.350431;,
0.620886;1.653477;,
0.062020;2.004060;,
0.692935;0.305862;,
0.609105;0.279864;,
0.748821;0.175260;,
0.832651;0.201257;,
0.443855;0.283585;,
0.360025;0.257588;,
0.360025;0.011612;,
0.443855;0.011612;,
0.760603;0.999850;,
0.760603;1.245826;,
0.760603;0.083534;,
0.844433;0.083534;,
0.844433;0.188139;,
0.760603;0.188139;,
0.760603;0.794848;,
0.844433;0.794848;,
0.844433;0.899453;,
0.760603;0.899453;,
0.844433;0.794848;,
0.760603;0.794848;,
0.760603;0.899453;,
0.844433;0.899453;,
0.844433;0.083534;,
0.760603;0.083534;,
0.760603;0.188139;,
0.844433;0.188139;,
0.682258;0.163453;,
0.682258;0.163453;,
0.002738;0.999484;,
0.002738;0.001409;,
1.000810;0.001409;,
1.000810;0.999484;,
0.002738;0.999484;,
0.002738;0.001409;,
1.000810;0.001409;,
1.000810;0.999484;;
}
MeshNormals {
160;
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.250001;0.250001;-0.146448;,
0.250001;0.250001;-0.146448;,
0.250001;-0.250001;-0.146448;,
0.250001;-0.250001;-0.146448;,
0.707107;0.000000;-0.707107;,
0.707107;0.000000;-0.707107;,
0.707107;0.000000;-0.707107;,
0.707107;0.000000;-0.707107;,
0.250001;-0.250001;0.146448;,
0.250001;-0.250001;0.146448;,
0.250001;0.250001;0.146448;,
0.250001;0.250001;0.146448;,
0.707107;0.000000;0.707107;,
0.707107;0.000000;0.707107;,
0.707107;0.000000;0.707107;,
0.707107;0.000000;0.707107;,
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;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
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;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-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.707107;0.000000;-0.707107;,
0.707107;0.000000;-0.707107;,
0.707107;0.000000;-0.707107;,
0.707107;0.000000;-0.707107;,
0.500002;0.500002;-0.707103;,
0.500002;0.500002;-0.707103;,
0.500002;0.500002;-0.707103;,
0.500002;0.500002;-0.707103;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
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.500002;-0.500002;0.707103;,
0.500002;-0.500002;0.707103;,
0.707107;0.000000;0.707107;,
0.707107;0.000000;0.707107;,
0.707107;0.000000;0.707107;,
0.707107;0.000000;0.707107;,
0.000000;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
0.000000;0.707107;0.707107;,
0.500002;0.500002;0.707103;,
0.500002;0.500002;0.707103;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.000000;0.707107;-0.707107;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.500002;-0.500002;-0.707103;,
0.500002;-0.500002;-0.707103;,
0.707107;0.000000;-0.707107;,
0.707107;0.000000;-0.707107;,
0.707107;0.000000;-0.707107;,
0.707107;0.000000;-0.707107;,
0.500002;0.500002;-0.707103;,
0.500002;0.500002;-0.707103;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.500002;0.500002;0.707103;,
0.500002;0.500002;0.707103;,
0.500002;0.500002;0.707103;,
0.500002;0.500002;0.707103;,
0.707107;0.000000;0.707107;,
0.707107;0.000000;0.707107;,
0.707107;0.000000;0.707107;,
0.707107;0.000000;0.707107;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
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;,
-0.000073;0.000000;1.000000;,
-0.000073;0.000000;1.000000;,
-0.000073;0.000000;1.000000;,
-0.000073;0.000000;1.000000;,
0.000145;0.000000;-1.000000;,
0.000145;0.000000;-1.000000;,
0.000145;0.000000;-1.000000;,
0.000145;0.000000;-1.000000;;
84;
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;43,44,45;,
3;46,47,48;,
3;49,50,51;,
3;52,53,54;,
3;55,56,57;,
3;58,59,60;,
3;61,62,63;,
3;64,65,66;,
3;64,66,67;,
3;64,67,68;,
3;69,70,71;,
3;69,71,72;,
3;69,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,89;,
3;6,90,91;,
3;6,91,7;,
3;92,93,94;,
3;92,94,95;,
3;96,97,98;,
3;96,98,99;,
3;4,100,101;,
3;4,101,5;,
3;102,103,104;,
3;102,104,105;,
3;106,107,108;,
3;106,108,109;,
3;110,111,103;,
3;110,103,102;,
3;12,112,113;,
3;12,113,13;,
3;114,115,116;,
3;114,116,117;,
3;14,118,119;,
3;14,119,15;,
3;120,121,122;,
3;120,122,123;,
3;124,125,126;,
3;124,126,127;,
3;128,129,130;,
3;128,130,131;,
3;120,132,133;,
3;120,133,121;,
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;150,151,88;,
3;150,88,87;,
3;152,153,154;,
3;152,154,155;,
3;156,157,158;,
3;156,158,159;;
}
MeshMaterialList {
4;
84;
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
0,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
1,
2,
2,
3,
3,
3,
3;
Material {
0.261200;0.169734;0.188700;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genA3_tex.png";
}
}
Material {
0.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.000000;0.000000;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"NULL.png";
}
}
Material {
0.893900;0.348307;0.299200;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"genC3_tex.png";
}
}
}
}
}
}