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

1630 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 {
287;
-1.445200;0.262000;-0.690000;,
-1.444200;0.262100;1.569800;,
-1.000300;0.325500;1.760000;,
-1.000400;0.325500;-0.890000;,
1.445200;0.262000;-0.690000;,
1.000400;0.325500;-0.890000;,
1.000300;0.325500;1.760000;,
1.444200;0.262100;1.569800;,
2.110700;0.155900;1.586700;,
2.110400;0.155900;2.275200;,
2.750500;0.050600;2.402700;,
2.750600;0.050600;1.446500;,
2.110700;0.155900;-0.719300;,
2.110400;0.155900;-0.030800;,
2.750500;0.050600;0.096700;,
2.750600;0.050600;-0.859500;,
2.110700;0.155900;-3.025300;,
2.110400;0.155900;-2.336800;,
2.750500;0.050600;-2.209300;,
2.750600;0.050600;-3.165500;,
-2.110700;0.155900;1.586700;,
-2.750600;0.050600;1.446500;,
-2.750500;0.050600;2.402700;,
-2.110400;0.155900;2.275200;,
-2.110700;0.155900;-0.719300;,
-2.750600;0.050600;-0.859500;,
-2.750500;0.050600;0.096700;,
-2.110400;0.155900;-0.030800;,
-2.110700;0.155900;-3.025300;,
-2.750600;0.050600;-3.165500;,
-2.750500;0.050600;-2.209300;,
-2.110400;0.155900;-2.336800;,
1.028300;-1.162300;3.479300;,
1.028300;-0.540300;4.101600;,
1.028300;-0.540300;4.273300;,
1.028300;-1.162300;4.269000;,
1.028300;-1.324600;4.105300;,
1.028300;-1.324600;3.479300;,
-1.026500;-1.162300;3.479300;,
-1.026500;-1.324600;3.479300;,
-1.026500;-1.324600;4.105300;,
-1.026500;-1.162300;4.269000;,
-1.026500;-0.540300;4.273300;,
-1.026500;-0.540300;4.101600;,
-0.410000;0.250000;4.772400;,
-0.410000;-0.880000;4.772400;,
0.440000;-0.880000;4.772400;,
0.440000;0.250000;4.772400;,
1.011500;-1.475000;4.225000;,
1.011500;-1.475000;1.975000;,
1.011500;-0.950000;1.450000;,
1.011500;0.300000;4.750000;,
1.011500;-0.950000;4.750000;,
-1.010400;0.300000;4.750000;,
-1.010400;-0.950000;1.450000;,
-1.010400;-1.475000;1.975000;,
-1.010400;-1.475000;4.225000;,
-1.010400;-0.950000;4.750000;,
-1.885300;-0.975000;3.100100;,
-2.760300;-0.475000;3.225200;,
-2.760600;-0.475000;-3.274800;,
-1.885600;-0.975000;-3.274900;,
1.885600;-0.975000;-3.274900;,
2.760600;-0.475000;-3.274800;,
2.760300;-0.475000;3.225200;,
1.885300;-0.975000;3.100100;,
-1.885300;-0.975000;3.100100;,
-1.885400;-0.975000;1.475100;,
-1.010300;-1.475000;1.975000;,
-1.010300;-1.475000;2.975000;,
1.885300;-0.975000;3.100100;,
1.010300;-1.475000;2.975000;,
1.010300;-1.475000;1.975000;,
1.885400;-0.975000;1.475100;,
-1.010400;-1.475000;4.225000;,
1.011500;-1.475000;4.225000;,
1.011500;-0.950000;4.750000;,
-1.010400;-0.950000;4.750000;,
1.011500;-1.475000;1.975000;,
-1.010400;-1.475000;1.975000;,
-1.010400;0.300000;4.750000;,
1.011500;0.300000;4.750000;,
1.011500;0.300000;-1.950000;,
-1.010400;0.300000;-1.950000;,
0.700000;-0.300000;-3.650000;,
0.700000;-0.975000;-3.650000;,
-0.700000;-0.975000;-3.650000;,
-0.700000;-0.300000;-3.650000;,
0.700000;-0.300000;-4.300000;,
-0.700000;-0.300000;-4.300000;,
0.700000;0.200000;-4.300000;,
-0.700000;0.200000;-4.300000;,
0.700000;0.300000;-1.950000;,
0.700000;0.650000;-2.600000;,
-0.700000;0.650000;-2.600000;,
-0.700000;0.300000;-1.950000;,
0.700000;0.650000;-3.750000;,
-0.700000;0.650000;-3.750000;,
0.700000;0.650000;-2.600000;,
-0.700000;0.650000;-2.600000;,
-0.660400;0.300000;-1.950000;,
-0.660400;0.300000;1.500000;,
-0.510400;0.550000;1.300000;,
-0.510400;0.550000;-2.414300;,
0.661500;0.300000;1.500000;,
0.511500;0.550000;1.300000;,
0.661500;0.300000;-1.950000;,
0.511500;0.550000;-2.414300;,
-1.010200;-0.475000;3.975000;,
-2.760300;-0.475000;3.225200;,
2.760300;-0.475000;3.225200;,
1.010200;-0.475000;3.975000;,
1.011500;0.300000;4.750000;,
1.011500;-0.950000;1.450000;,
1.011500;0.300000;-1.950000;,
-1.010400;0.300000;4.750000;,
-1.010400;0.300000;-1.950000;,
-1.010400;-0.950000;1.450000;,
-1.010700;0.298400;-4.025000;,
-1.010700;-0.475000;-4.025000;,
-2.760600;-0.475000;-3.274800;,
-2.760600;0.025000;-3.274800;,
-1.010600;-0.975000;-3.650000;,
-1.885600;-0.975000;-3.274900;,
1.010700;0.298400;-4.025000;,
2.760600;0.025000;-3.274800;,
2.760600;-0.475000;-3.274800;,
1.010700;-0.475000;-4.025000;,
1.885600;-0.975000;-3.274900;,
1.010600;-0.975000;-3.650000;,
1.010400;-0.450000;-4.500000;,
1.010400;-0.975700;-3.650000;,
0.700100;-0.975700;-3.650000;,
0.700100;-0.450000;-4.500000;,
1.010400;0.300000;-4.500000;,
0.700100;0.300000;-4.500000;,
1.010400;0.300000;-1.950000;,
0.860400;1.050000;-2.700000;,
0.700100;1.050000;-2.700000;,
0.700100;0.300000;-1.950000;,
0.860400;1.050000;-3.750000;,
0.700100;1.050000;-3.750000;,
0.860400;1.050000;-2.700000;,
0.700100;1.050000;-2.700000;,
-1.010400;0.300000;-4.500000;,
-0.699900;0.300000;-4.500000;,
-0.699900;-0.450000;-4.500000;,
-1.010400;-0.450000;-4.500000;,
-0.699900;-0.975700;-3.650000;,
-1.010400;-0.975700;-3.650000;,
-0.860400;1.050000;-3.750000;,
-0.699900;1.050000;-3.750000;,
-1.010400;0.300000;-1.950000;,
-0.699900;0.300000;-1.950000;,
-0.699900;1.050000;-2.700000;,
-0.860400;1.050000;-2.700000;,
-0.860400;1.050000;-2.700000;,
-0.699900;1.050000;-2.700000;,
-0.510400;0.550000;1.300000;,
0.511500;0.550000;1.300000;,
0.511500;0.550000;-2.414300;,
-0.510400;0.550000;-2.414300;,
0.700100;0.300000;-4.500000;,
0.700100;-0.450000;-4.500000;,
0.700100;-0.975700;-3.650000;,
0.700100;0.300000;-1.950000;,
0.700100;1.050000;-2.700000;,
0.700100;1.050000;-3.750000;,
-0.699900;0.300000;-4.500000;,
-0.699900;1.050000;-3.750000;,
-0.699900;1.050000;-2.700000;,
-0.699900;0.300000;-1.950000;,
-0.699900;-0.975700;-3.650000;,
-0.699900;-0.450000;-4.500000;,
-2.760300;0.025000;3.225200;,
-2.760300;-0.475000;3.225200;,
-1.010200;-0.475000;3.975000;,
-1.010200;0.298400;3.975000;,
-2.760600;0.025000;-3.274800;,
-2.760600;-0.475000;-3.274800;,
-2.760300;-0.475000;3.225200;,
-2.760300;0.025000;3.225200;,
2.760300;0.025000;3.225200;,
1.010200;0.298400;3.975000;,
1.010200;-0.475000;3.975000;,
2.760300;-0.475000;3.225200;,
2.760600;0.025000;-3.274800;,
2.760300;0.025000;3.225200;,
2.760300;-0.475000;3.225200;,
2.760600;-0.475000;-3.274800;,
-1.010400;-0.950000;4.750000;,
1.011500;-0.950000;4.750000;,
1.011500;0.300000;4.750000;,
-1.010400;0.300000;4.750000;,
1.010400;0.300000;-4.500000;,
1.010400;0.300000;-1.950000;,
1.010400;-0.975700;-3.650000;,
1.010400;-0.450000;-4.500000;,
0.860400;1.050000;-3.750000;,
0.860400;1.050000;-2.700000;,
-1.010400;0.300000;-4.500000;,
-1.010400;-0.450000;-4.500000;,
-1.010400;-0.975700;-3.650000;,
-1.010400;0.300000;-1.950000;,
-0.860400;1.050000;-2.700000;,
-0.860400;1.050000;-3.750000;,
0.724900;0.925000;2.362600;,
0.724900;0.925000;3.612600;,
1.087000;1.069800;3.612600;,
1.087000;1.069800;2.362600;,
1.337000;0.444800;3.612600;,
1.337000;0.444800;2.362600;,
0.974900;0.300000;3.612600;,
0.974900;0.300000;2.362600;,
-0.725100;0.925000;3.612400;,
-0.725100;0.925000;2.362400;,
-1.087200;1.069800;2.362400;,
-1.087200;1.069800;3.612400;,
-1.337200;0.444800;3.612400;,
-1.337200;0.444800;2.362400;,
-0.975100;0.300000;2.362400;,
-0.975100;0.300000;3.612400;,
0.724900;0.300000;2.112600;,
0.725000;0.300000;1.737600;,
0.724900;1.550000;2.362600;,
-0.725000;0.300000;1.737500;,
-0.725100;1.550000;2.362400;,
0.724900;1.550000;2.362600;,
0.725000;0.300000;1.737600;,
0.724900;1.550000;2.987600;,
0.724900;0.925000;3.362600;,
-0.725000;0.300000;1.737500;,
-0.725100;0.300000;2.112400;,
-0.725100;1.550000;2.362400;,
-0.725100;1.550000;2.362400;,
-0.725100;1.550000;2.987400;,
0.724900;1.550000;2.987600;,
0.724900;1.550000;2.362600;,
-0.725100;0.925000;3.362400;,
-0.725100;1.550000;2.987400;,
0.724800;0.300000;3.987600;,
-0.725200;0.300000;3.987400;,
-2.760300;0.025000;3.225200;,
-1.010200;0.298400;3.975000;,
-1.010700;0.298400;-4.025000;,
-2.760600;0.025000;-3.274800;,
2.760300;0.025000;3.225200;,
2.760600;0.025000;-3.274800;,
1.010700;0.298400;-4.025000;,
1.010200;0.298400;3.975000;,
-1.010600;-0.975000;-3.650000;,
-1.010400;-0.975000;1.475000;,
-1.885400;-0.975000;1.475100;,
-1.885600;-0.975000;-3.274900;,
1.010600;-0.975000;-3.650000;,
1.010400;-0.975000;1.475000;,
1.885600;-0.975000;-3.274900;,
1.885400;-0.975000;1.475100;,
1.010400;-0.975000;1.475000;,
1.010600;-0.975000;-3.650000;,
1.010300;-1.475000;1.975000;,
-1.010300;-1.475000;1.975000;,
-0.725100;0.925000;3.612400;,
-0.725200;0.300000;3.987400;,
0.724800;0.300000;3.987600;,
0.724900;0.925000;3.612600;,
0.724900;0.925000;3.362600;,
-0.725100;0.925000;3.362400;,
-0.725100;1.550000;2.987400;,
0.724900;1.550000;2.987600;,
1.010300;-1.475000;1.975000;,
0.974900;0.300000;2.362600;,
0.724900;0.925000;2.362600;,
1.087000;1.069800;2.362600;,
1.337000;0.444800;2.362600;,
-0.725100;0.925000;2.362400;,
-0.975100;0.300000;2.362400;,
-1.337200;0.444800;2.362400;,
-1.087200;1.069800;2.362400;,
0.724900;0.925000;3.612600;,
0.974900;0.300000;3.612600;,
1.337000;0.444800;3.612600;,
1.087000;1.069800;3.612600;,
-0.975100;0.300000;3.612400;,
-0.725100;0.925000;3.612400;,
-1.087200;1.069800;3.612400;,
-1.337200;0.444800;3.612400;;
180;
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;32,35,36;,
3;32,36,37;,
3;38,39,40;,
3;38,40,41;,
3;38,41,42;,
3;38,42,43;,
3;44,45,46;,
3;44,46,47;,
3;48,49,50;,
3;48,50,51;,
3;48,51,52;,
3;53,54,55;,
3;53,55,56;,
3;53,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,75,74;,
3;78,74,79;,
3;80,81,82;,
3;80,82,83;,
3;84,85,86;,
3;84,86,87;,
3;88,84,87;,
3;88,87,89;,
3;90,88,89;,
3;90,89,91;,
3;92,93,94;,
3;92,94,95;,
3;96,90,91;,
3;96,91,97;,
3;98,96,97;,
3;98,97,99;,
3;100,101,102;,
3;100,102,103;,
3;101,104,105;,
3;101,105,102;,
3;106,107,105;,
3;106,105,104;,
3;69,108,109;,
3;71,110,111;,
3;112,113,114;,
3;115,116,117;,
3;118,119,120;,
3;118,120,121;,
3;119,122,123;,
3;119,123,120;,
3;124,125,126;,
3;124,126,127;,
3;127,126,128;,
3;127,128,129;,
3;130,131,132;,
3;130,132,133;,
3;134,130,133;,
3;134,133,135;,
3;136,137,138;,
3;136,138,139;,
3;140,134,135;,
3;140,135,141;,
3;142,140,141;,
3;142,141,143;,
3;144,145,146;,
3;144,146,147;,
3;147,146,148;,
3;147,148,149;,
3;150,151,145;,
3;150,145,144;,
3;152,153,154;,
3;152,154,155;,
3;156,157,151;,
3;156,151,150;,
3;158,159,160;,
3;158,160,161;,
3;162,163,164;,
3;162,164,165;,
3;162,165,166;,
3;162,166,167;,
3;168,169,170;,
3;168,170,171;,
3;168,171,172;,
3;168,172,173;,
3;174,175,176;,
3;174,176,177;,
3;178,179,180;,
3;178,180,181;,
3;182,183,184;,
3;182,184,185;,
3;186,187,188;,
3;186,188,189;,
3;190,191,192;,
3;190,192,193;,
3;194,195,196;,
3;194,196,197;,
3;195,194,198;,
3;195,198,199;,
3;200,201,202;,
3;200,202,203;,
3;203,204,205;,
3;203,205,200;,
3;206,207,208;,
3;206,208,209;,
3;209,208,210;,
3;209,210,211;,
3;212,213,211;,
3;212,211,210;,
3;214,215,216;,
3;214,216,217;,
3;218,217,216;,
3;218,216,219;,
3;220,221,218;,
3;220,218,219;,
3;206,222,223;,
3;206,223,224;,
3;225,226,227;,
3;225,227,228;,
3;229,230,206;,
3;229,206,224;,
3;231,232,215;,
3;231,215,233;,
3;234,235,236;,
3;234,236,237;,
3;215,238,239;,
3;215,239,233;,
3;213,222,206;,
3;240,212,207;,
3;221,241,214;,
3;232,220,215;,
3;242,243,244;,
3;242,244,245;,
3;246,247,248;,
3;246,248,249;,
3;250,251,252;,
3;250,252,253;,
3;254,255,251;,
3;254,251,250;,
3;256,257,258;,
3;256,258,259;,
3;255,260,261;,
3;255,261,251;,
3;262,263,264;,
3;262,264,265;,
3;262,265,266;,
3;262,266,267;,
3;268,267,266;,
3;268,266,269;,
3;252,251,261;,
3;257,270,258;,
3;271,272,273;,
3;271,273,274;,
3;275,276,277;,
3;275,277,278;,
3;279,280,281;,
3;279,281,282;,
3;283,284,285;,
3;283,285,286;;
MeshTextureCoords {
287;
0.006384;1.893951;,
0.006805;1.030682;,
0.188046;0.958010;,
0.187989;1.970347;,
1.186520;1.893951;,
1.004920;1.970347;,
1.004860;0.958010;,
1.186100;1.030682;,
1.198479;0.573113;,
1.198613;0.870531;,
0.978537;0.925609;,
0.978506;0.512558;,
1.198479;0.576970;,
1.198613;0.874390;,
0.978537;0.929460;,
0.978506;0.516410;,
1.198479;0.580820;,
1.198613;0.878240;,
0.978537;0.933320;,
0.978506;0.520260;,
1.189451;0.573113;,
0.969479;0.512557;,
0.969510;0.925609;,
1.189585;0.870531;,
1.189451;0.576970;,
0.969479;0.516410;,
0.969510;0.929460;,
1.189585;0.874390;,
1.189452;0.580820;,
0.969479;0.520260;,
0.969510;0.933320;,
1.189586;0.878240;,
0.059558;0.669905;,
0.442232;0.669780;,
0.495015;0.604094;,
0.302425;0.367672;,
0.202177;0.368223;,
0.009656;0.607804;,
0.059558;0.669905;,
0.009656;0.607804;,
0.202177;0.368223;,
0.302425;0.367672;,
0.495015;0.604094;,
0.442232;0.669780;,
0.031395;0.948649;,
0.031395;0.433932;,
0.371484;0.433932;,
0.371484;0.948649;,
0.376360;0.622291;,
0.376360;0.122220;,
0.493043;0.005536;,
0.770859;0.738974;,
0.493043;0.738974;,
0.770859;0.738974;,
0.493042;0.005536;,
0.376359;0.122220;,
0.376359;0.622291;,
0.493042;0.738974;,
2.052670;0.825085;,
2.074230;0.975963;,
0.953410;0.976021;,
0.953401;0.825142;,
0.953401;0.174858;,
0.953410;0.023979;,
2.074230;0.024037;,
2.052670;0.174916;,
1.052670;0.825085;,
0.772462;0.825099;,
0.858670;0.674215;,
1.031100;0.674206;,
1.052670;0.174916;,
1.031100;0.325794;,
0.858670;0.325785;,
0.772462;0.174901;,
0.664611;0.815726;,
0.664611;0.215132;,
0.786723;0.215132;,
0.786723;0.815726;,
0.141275;0.215132;,
0.141275;0.815726;,
1.786723;0.815723;,
1.786723;0.215132;,
0.228344;0.215132;,
0.228344;0.815723;,
0.569137;0.206981;,
0.569137;0.206981;,
0.569137;0.815851;,
0.569137;0.815851;,
0.851827;0.206981;,
0.851827;0.815851;,
0.851827;0.206981;,
0.851827;0.815851;,
0.829795;0.206981;,
1.112484;0.206981;,
1.112484;0.815851;,
0.829795;0.815851;,
0.612628;0.206981;,
0.612628;0.815851;,
0.112484;0.206981;,
0.112484;0.815851;,
0.524531;2.290583;,
0.524531;0.963320;,
0.620709;1.040265;,
0.620709;2.469201;,
0.524531;0.963320;,
0.620709;1.040265;,
0.524531;2.290583;,
0.620709;2.469201;,
1.203540;0.674197;,
1.074230;0.975963;,
1.074230;0.024037;,
1.203540;0.325803;,
0.770859;1.738974;,
0.493043;1.005536;,
0.770859;0.249870;,
0.770859;1.738974;,
0.770859;0.249870;,
0.493042;1.005536;,
1.011220;0.878929;,
0.856519;0.878929;,
0.856519;0.205188;,
0.956532;0.205188;,
0.756506;0.878937;,
0.756506;0.542066;,
1.005970;0.858720;,
0.951282;0.184979;,
0.851268;0.184979;,
0.851268;0.858720;,
0.751255;0.521857;,
0.751255;0.858728;,
0.918256;0.531030;,
0.918256;1.017969;,
0.744727;1.017969;,
0.744727;0.531030;,
0.918256;0.531030;,
0.744727;0.531030;,
0.918256;0.991850;,
0.834373;0.562197;,
0.744727;0.562197;,
0.744727;0.991850;,
0.834373;0.960680;,
0.744727;0.960680;,
0.834373;1.562197;,
0.744727;1.562197;,
0.788156;0.531030;,
0.961802;0.531030;,
0.961802;0.531030;,
0.788156;0.531030;,
0.961802;1.017969;,
0.788156;1.017969;,
0.872044;0.960680;,
0.961802;0.960680;,
0.788156;0.991850;,
0.961802;0.991850;,
0.961802;0.562197;,
0.872044;0.562197;,
0.872044;1.562197;,
0.961802;1.562197;,
0.751931;2.000265;,
1.006320;2.000265;,
1.006320;0.478780;,
0.751931;0.478780;,
0.585120;2.168975;,
0.296585;2.168975;,
0.094322;1.721747;,
0.585120;0.827290;,
0.873654;1.221903;,
0.873654;1.774362;,
0.585120;2.168975;,
0.873654;1.774362;,
0.873654;1.221903;,
0.585120;0.827290;,
0.094322;1.721747;,
0.296585;2.168975;,
1.070178;0.996933;,
1.070178;0.781564;,
0.899318;0.781564;,
0.899318;1.114696;,
1.551160;0.996933;,
1.551160;0.781565;,
0.070178;0.781564;,
0.070178;0.996933;,
1.070177;0.996933;,
0.899318;1.114696;,
0.899318;0.781564;,
1.070177;0.781564;,
1.551160;0.996933;,
0.070177;0.996933;,
0.070177;0.781564;,
1.551160;0.781565;,
0.999484;0.896306;,
0.999484;0.160595;,
1.416242;0.160595;,
1.416242;0.896303;,
0.585120;2.168975;,
0.585120;0.827290;,
0.094322;1.721747;,
0.296585;2.168975;,
0.873654;1.774362;,
0.873654;1.221903;,
0.585120;2.168975;,
0.296585;2.168975;,
0.094322;1.721747;,
0.585120;0.827290;,
0.873654;1.221903;,
0.873654;1.774362;,
0.815331;0.325034;,
0.815331;0.672321;,
0.855573;0.672326;,
0.855573;0.325040;,
0.681930;0.672329;,
0.681930;0.325043;,
0.641688;0.672323;,
0.641688;0.325037;,
0.815332;0.672293;,
0.815332;0.325007;,
0.855573;0.325004;,
0.855573;0.672290;,
0.681930;0.672285;,
0.681930;0.324998;,
0.641688;0.325004;,
0.641688;0.672290;,
0.641688;0.255577;,
0.641688;0.151391;,
0.988975;0.325034;,
0.141756;0.019096;,
0.572889;0.019074;,
0.572889;0.980818;,
0.141756;0.980841;,
0.988975;0.498677;,
0.815331;0.602863;,
0.641688;0.151364;,
0.641688;0.255549;,
0.988975;0.325007;,
1.164132;2.063061;,
0.980270;2.063087;,
0.980240;0.937090;,
1.164102;0.937060;,
0.815332;0.602836;,
0.988975;0.498650;,
0.641688;0.776506;,
0.641688;0.776479;,
0.108041;0.974995;,
0.016157;0.039832;,
0.996391;0.040057;,
0.904482;0.975177;,
0.108041;0.025000;,
0.904482;0.024820;,
0.996391;0.959940;,
0.016157;0.960170;,
0.988434;0.769481;,
0.089207;0.769409;,
0.089198;1.002725;,
0.922629;1.002792;,
0.988434;0.230519;,
0.089207;0.230591;,
0.922629;0.997210;,
0.089198;0.997270;,
0.089207;1.230591;,
0.988434;1.230519;,
0.001477;0.230599;,
0.001477;0.769401;,
0.486655;0.994225;,
0.068410;0.994238;,
0.068410;0.005987;,
0.486655;0.005973;,
0.486655;0.005964;,
0.486655;0.994216;,
0.904901;0.994202;,
0.904901;0.005951;,
0.001477;1.230599;,
0.502862;0.654656;,
0.507346;0.975527;,
0.321589;0.978125;,
0.317105;0.657255;,
0.507277;0.653320;,
0.502791;0.980960;,
0.317033;0.978304;,
0.321519;0.650665;,
0.507375;0.975538;,
0.502891;0.654667;,
0.317136;0.657267;,
0.321620;0.978137;,
0.502762;0.980971;,
0.507248;0.653331;,
0.321493;0.650676;,
0.317007;0.978315;;
}
MeshNormals {
287;
-0.141362;0.989958;0.000012;,
-0.141398;0.989953;0.000019;,
-0.141362;0.989958;0.000012;,
-0.141326;0.989963;0.000005;,
0.141362;0.989958;0.000012;,
0.141326;0.989963;0.000005;,
0.141362;0.989958;0.000012;,
0.141398;0.989953;0.000019;,
0.162343;0.986734;0.000044;,
0.162310;0.986740;0.000071;,
0.162343;0.986734;0.000044;,
0.162377;0.986729;0.000017;,
0.162343;0.986734;0.000044;,
0.162310;0.986740;0.000071;,
0.162343;0.986734;0.000044;,
0.162377;0.986729;0.000017;,
0.162343;0.986734;0.000044;,
0.162310;0.986740;0.000071;,
0.162343;0.986734;0.000044;,
0.162377;0.986729;0.000017;,
-0.162343;0.986734;0.000044;,
-0.162377;0.986729;0.000017;,
-0.162343;0.986734;0.000044;,
-0.162310;0.986740;0.000071;,
-0.162343;0.986734;0.000044;,
-0.162377;0.986729;0.000017;,
-0.162343;0.986734;0.000044;,
-0.162310;0.986740;0.000071;,
-0.162343;0.986734;0.000044;,
-0.162377;0.986729;0.000017;,
-0.162343;0.986734;0.000044;,
-0.162310;0.986740;0.000071;,
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;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;,
-0.496138;-0.868244;0.000023;,
-0.496137;-0.868245;0.000023;,
-0.496138;-0.868244;0.000023;,
-0.496139;-0.868243;0.000023;,
0.496138;-0.868244;0.000023;,
0.496139;-0.868243;0.000023;,
0.496138;-0.868244;0.000023;,
0.496137;-0.868245;0.000023;,
-0.496124;-0.868252;0.000015;,
-0.496109;-0.868260;0.000031;,
-0.496124;-0.868252;0.000015;,
-0.393040;-0.772481;0.338374;,
0.496124;-0.868252;0.000015;,
0.393040;-0.772481;0.338374;,
0.496124;-0.868252;0.000015;,
0.496109;-0.868260;0.000031;,
0.000000;-0.853553;0.353553;,
0.000000;-0.853553;0.353553;,
0.000000;-0.707107;0.707107;,
0.000000;-0.707107;0.707107;,
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.333333;-0.666667;,
0.000000;0.000000;-1.000000;,
0.000000;0.000000;-1.000000;,
0.000000;-0.666667;-0.333333;,
0.000000;-0.666667;-0.333333;,
0.000000;-0.333333;-0.666667;,
0.000000;0.257986;-0.877746;,
0.000000;0.515972;-0.755492;,
0.000000;0.880471;0.474100;,
0.000000;0.880471;0.474100;,
0.000000;0.880471;0.474100;,
0.000000;0.880471;0.474100;,
0.000000;0.849305;-0.422159;,
0.000000;0.924653;-0.211079;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
-0.857493;0.514496;0.000000;,
-0.285831;0.587962;0.520579;,
-0.571662;0.551229;0.260290;,
-0.857493;0.514496;0.000000;,
0.428746;0.569595;0.390434;,
0.428746;0.569595;0.390434;,
0.857493;0.514496;0.000000;,
0.857493;0.514496;0.000000;,
-0.289941;-0.676718;0.676747;,
-0.289941;-0.676718;0.676747;,
0.289941;-0.676718;0.676747;,
0.289941;-0.676718;0.676747;,
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.394027;0.000000;-0.919099;,
-0.347610;-0.378389;-0.810841;,
-0.370822;-0.189190;-0.864972;,
-0.394027;0.000000;-0.919099;,
-0.324390;-0.567596;-0.756708;,
-0.324401;-0.567583;-0.756712;,
0.394027;0.000000;-0.919099;,
0.394027;0.000000;-0.919099;,
0.370822;-0.189190;-0.864972;,
0.347610;-0.378389;-0.810841;,
0.324401;-0.567583;-0.756712;,
0.324390;-0.567596;-0.756708;,
0.000000;-0.566990;-0.684000;,
0.000000;-0.850485;-0.526000;,
0.000000;-0.850485;-0.526000;,
0.000000;-0.283495;-0.842000;,
0.000000;0.235702;-0.902369;,
0.000000;0.471405;-0.804738;,
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.804738;-0.471404;,
0.000000;0.902369;-0.235702;,
0.000000;1.000000;0.000000;,
0.000000;1.000000;0.000000;,
0.000000;0.235702;-0.902369;,
0.000000;0.471405;-0.804738;,
0.000000;-0.283495;-0.842000;,
0.000000;-0.566990;-0.684000;,
0.000000;-0.850485;-0.526000;,
0.000000;-0.850485;-0.526000;,
0.000000;0.804738;-0.471405;,
0.000000;0.902369;-0.235702;,
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;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;,
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.393812;0.000000;0.919191;,
-0.393812;0.000000;0.919191;,
-0.393812;0.000000;0.919191;,
-0.393812;0.000000;0.919191;,
-1.000000;0.000000;0.000046;,
-1.000000;0.000000;0.000046;,
-1.000000;0.000000;0.000046;,
-1.000000;0.000000;0.000046;,
0.393812;0.000000;0.919191;,
0.393812;0.000000;0.919191;,
0.393812;0.000000;0.919191;,
0.393812;0.000000;0.919191;,
1.000000;0.000000;0.000046;,
1.000000;0.000000;0.000046;,
1.000000;0.000000;0.000046;,
1.000000;0.000000;0.000046;,
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.993527;0.065372;0.000000;,
0.987054;0.130744;0.000000;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
0.980581;0.196116;0.000000;,
0.980581;0.196116;0.000000;,
-0.993527;0.065372;0.000000;,
-1.000000;0.000000;0.000000;,
-1.000000;0.000000;0.000000;,
-0.987054;0.130744;0.000000;,
-0.980581;0.196116;0.000000;,
-0.980581;0.196116;0.000000;,
0.562544;0.304155;-0.097141;,
0.209042;0.622133;0.263234;,
0.061957;0.742805;0.000000;,
0.495217;0.557098;0.000000;,
0.742752;-0.061910;0.000000;,
0.557027;-0.495211;0.000000;,
0.510664;-0.513757;0.175489;,
0.525858;-0.328173;-0.340207;,
-0.015652;0.724283;0.175388;,
-0.718185;0.200131;-0.113473;,
-0.278587;0.649951;0.000000;,
-0.278587;0.649951;0.000000;,
-0.649889;-0.278561;0.000000;,
-0.649889;-0.278561;0.000000;,
-0.474339;-0.528286;-0.226805;,
-0.580432;-0.306344;0.263082;,
0.840207;0.136029;-0.340074;,
1.000000;-0.000053;0.000213;,
1.000000;0.000000;0.000080;,
0.000093;0.447185;-0.894441;,
0.000123;0.447156;-0.894456;,
0.000093;0.447185;-0.894441;,
0.000062;0.447214;-0.894427;,
1.000000;0.000000;0.000000;,
1.000000;0.000000;0.000000;,
-1.000000;0.000053;-0.000213;,
-0.840207;0.136136;-0.340340;,
-1.000000;0.000000;-0.000080;,
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;,
0.789386;0.315754;0.526468;,
-0.789561;0.315824;0.526164;,
-0.154357;0.988015;0.000008;,
-0.154352;0.988016;0.000010;,
-0.154357;0.988015;0.000008;,
-0.154362;0.988014;0.000007;,
0.154357;0.988015;0.000008;,
0.154362;0.988015;0.000007;,
0.154357;0.988015;0.000008;,
0.154352;0.988016;0.000010;,
0.000000;-1.000000;0.000000;,
-0.000016;-0.882843;-0.282843;,
-0.000027;-0.902369;-0.235702;,
0.000000;-1.000000;0.000000;,
0.000000;-1.000000;0.000000;,
0.000000;-0.804738;-0.471405;,
0.000000;-1.000000;0.000000;,
0.000040;-0.853553;-0.353553;,
0.000027;-0.902369;-0.235702;,
0.000000;-1.000000;0.000000;,
0.000000;-0.707107;-0.707107;,
-0.000027;-0.707107;-0.707107;,
-0.000059;0.757248;0.428746;,
-0.000118;0.514496;0.857493;,
-0.000118;0.514496;0.857493;,
-0.000059;0.757248;0.428746;,
-0.000059;0.757248;0.428746;,
-0.000059;0.757248;0.428746;,
-0.000118;0.514496;0.857493;,
-0.000118;0.514496;0.857493;,
0.000081;-0.707107;-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;;
180;
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;32,35,36;,
3;32,36,37;,
3;38,39,40;,
3;38,40,41;,
3;38,41,42;,
3;38,42,43;,
3;44,45,46;,
3;44,46,47;,
3;48,49,50;,
3;48,50,51;,
3;48,51,52;,
3;53,54,55;,
3;53,55,56;,
3;53,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,75,74;,
3;78,74,79;,
3;80,81,82;,
3;80,82,83;,
3;84,85,86;,
3;84,86,87;,
3;88,84,87;,
3;88,87,89;,
3;90,88,89;,
3;90,89,91;,
3;92,93,94;,
3;92,94,95;,
3;96,90,91;,
3;96,91,97;,
3;98,96,97;,
3;98,97,99;,
3;100,101,102;,
3;100,102,103;,
3;101,104,105;,
3;101,105,102;,
3;106,107,105;,
3;106,105,104;,
3;69,108,109;,
3;71,110,111;,
3;112,113,114;,
3;115,116,117;,
3;118,119,120;,
3;118,120,121;,
3;119,122,123;,
3;119,123,120;,
3;124,125,126;,
3;124,126,127;,
3;127,126,128;,
3;127,128,129;,
3;130,131,132;,
3;130,132,133;,
3;134,130,133;,
3;134,133,135;,
3;136,137,138;,
3;136,138,139;,
3;140,134,135;,
3;140,135,141;,
3;142,140,141;,
3;142,141,143;,
3;144,145,146;,
3;144,146,147;,
3;147,146,148;,
3;147,148,149;,
3;150,151,145;,
3;150,145,144;,
3;152,153,154;,
3;152,154,155;,
3;156,157,151;,
3;156,151,150;,
3;158,159,160;,
3;158,160,161;,
3;162,163,164;,
3;162,164,165;,
3;162,165,166;,
3;162,166,167;,
3;168,169,170;,
3;168,170,171;,
3;168,171,172;,
3;168,172,173;,
3;174,175,176;,
3;174,176,177;,
3;178,179,180;,
3;178,180,181;,
3;182,183,184;,
3;182,184,185;,
3;186,187,188;,
3;186,188,189;,
3;190,191,192;,
3;190,192,193;,
3;194,195,196;,
3;194,196,197;,
3;195,194,198;,
3;195,198,199;,
3;200,201,202;,
3;200,202,203;,
3;203,204,205;,
3;203,205,200;,
3;206,207,208;,
3;206,208,209;,
3;209,208,210;,
3;209,210,211;,
3;212,213,211;,
3;212,211,210;,
3;214,215,216;,
3;214,216,217;,
3;218,217,216;,
3;218,216,219;,
3;220,221,218;,
3;220,218,219;,
3;206,222,223;,
3;206,223,224;,
3;225,226,227;,
3;225,227,228;,
3;229,230,206;,
3;229,206,224;,
3;231,232,215;,
3;231,215,233;,
3;234,235,236;,
3;234,236,237;,
3;215,238,239;,
3;215,239,233;,
3;213,222,206;,
3;240,212,207;,
3;221,241,214;,
3;232,220,215;,
3;242,243,244;,
3;242,244,245;,
3;246,247,248;,
3;246,248,249;,
3;250,251,252;,
3;250,252,253;,
3;254,255,251;,
3;254,251,250;,
3;256,257,258;,
3;256,258,259;,
3;255,260,261;,
3;255,261,251;,
3;262,263,264;,
3;262,264,265;,
3;262,265,266;,
3;262,266,267;,
3;268,267,266;,
3;268,266,269;,
3;252,251,261;,
3;257,270,258;,
3;271,272,273;,
3;271,273,274;,
3;275,276,277;,
3;275,277,278;,
3;279,280,281;,
3;279,281,282;,
3;283,284,285;,
3;283,285,286;;
}
MeshMaterialList {
9;
180;
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,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
2,
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,
3,
3,
3,
3,
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,
4,
4,
4,
4,
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,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
6,
7,
7,
7,
7,
8,
8,
8,
8;
Material {
0.338800;0.258481;0.338800;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv1_tex.png";
}
}
Material {
0.171400;0.110284;0.171400;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv2_tex.png";
}
}
Material {
0.849000;0.485841;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv6_tex.png";
}
}
Material {
0.849000;0.485841;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv2_tex.png";
}
}
Material {
0.849000;0.485841;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv5_tex.png";
}
}
Material {
0.849000;0.485841;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vtv3_tex.png";
}
}
Material {
0.428600;0.346789;0.428600;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
0.000000;0.000000;0.000000;;
TextureFilename {
"vrsun8_tex.png";
}
}
Material {
1.000000;1.000000;1.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
1.000000;1.000000;1.000000;;
TextureFilename {
"vtv1_tex.png";
}
}
Material {
1.000000;0.000000;0.000000;1.000000;;
1.000000;
0.000000;0.000000;0.000000;;
1.000000;0.100000;0.100000;;
TextureFilename {
"vtv1_tex.png";
}
}
}
}
}
}