home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIP_CD_2003-05.iso
/
games
/
aero
/
AeroStyle.LZH
/
AeroStyle
/
mat
/
MiddlePlane.x
< prev
next >
Wrap
Text File
|
2002-01-16
|
16KB
|
746 lines
xof 0302txt 0064
template Header {
<3D82AB43-62DA-11cf-AB39-0020AF71E433>
WORD major;
WORD minor;
DWORD flags;
}
template Vector {
<3D82AB5E-62DA-11cf-AB39-0020AF71E433>
FLOAT x;
FLOAT y;
FLOAT z;
}
template Coords2d {
<F6F23F44-7686-11cf-8F52-0040333594A3>
FLOAT u;
FLOAT v;
}
template Matrix4x4 {
<F6F23F45-7686-11cf-8F52-0040333594A3>
array FLOAT matrix[16];
}
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 IndexedColor {
<1630B820-7842-11cf-8F52-0040333594A3>
DWORD index;
ColorRGBA indexColor;
}
template Boolean {
<4885AE61-78E8-11cf-8F52-0040333594A3>
WORD truefalse;
}
template Boolean2d {
<4885AE63-78E8-11cf-8F52-0040333594A3>
Boolean u;
Boolean v;
}
template MaterialWrap {
<4885AE60-78E8-11cf-8F52-0040333594A3>
Boolean u;
Boolean v;
}
template TextureFilename {
<A42790E1-7810-11cf-8F52-0040333594A3>
STRING filename;
}
template Material {
<3D82AB4D-62DA-11cf-AB39-0020AF71E433>
ColorRGBA faceColor;
FLOAT power;
ColorRGB specularColor;
ColorRGB emissiveColor;
[...]
}
template MeshFace {
<3D82AB5F-62DA-11cf-AB39-0020AF71E433>
DWORD nFaceVertexIndices;
array DWORD faceVertexIndices[nFaceVertexIndices];
}
template MeshFaceWraps {
<4885AE62-78E8-11cf-8F52-0040333594A3>
DWORD nFaceWrapValues;
Boolean2d faceWrapValues;
}
template MeshTextureCoords {
<F6F23F40-7686-11cf-8F52-0040333594A3>
DWORD nTextureCoords;
array Coords2d textureCoords[nTextureCoords];
}
template MeshMaterialList {
<F6F23F42-7686-11cf-8F52-0040333594A3>
DWORD nMaterials;
DWORD nFaceIndexes;
array DWORD faceIndexes[nFaceIndexes];
[Material]
}
template MeshNormals {
<F6F23F43-7686-11cf-8F52-0040333594A3>
DWORD nNormals;
array Vector normals[nNormals];
DWORD nFaceNormals;
array MeshFace faceNormals[nFaceNormals];
}
template MeshVertexColors {
<1630B821-7842-11cf-8F52-0040333594A3>
DWORD nVertexColors;
array IndexedColor vertexColors[nVertexColors];
}
template Mesh {
<3D82AB44-62DA-11cf-AB39-0020AF71E433>
DWORD nVertices;
array Vector vertices[nVertices];
DWORD nFaces;
array MeshFace faces[nFaces];
[...]
}
Header{
1;
0;
1;
}
Mesh {
130;
0.00000;0.10036;0.01884;,
0.00000;0.07826;-0.14274;,
-0.73855;0.12615;-0.14700;,
-0.76802;0.14457;0.02285;,
-0.73855;0.12615;0.10111;,
0.00000;0.07826;0.09685;,
0.76802;0.14457;0.02285;,
0.73855;0.12615;-0.14700;,
0.73855;0.12615;0.10111;,
-0.05186;-0.11626;0.01128;,
-0.05186;-0.13836;-0.12108;,
-0.59731;-0.09047;-0.12108;,
-0.63171;-0.07205;0.01328;,
-0.59731;-0.09047;0.07519;,
-0.05186;-0.13836;0.07519;,
0.63171;-0.07205;0.01328;,
0.59731;-0.09047;-0.12108;,
0.05186;-0.13836;-0.12108;,
0.05186;-0.11626;0.01128;,
0.05186;-0.13836;0.07519;,
0.59731;-0.09047;0.07519;,
-0.00000;-0.12442;0.49397;,
0.03610;-0.15530;0.40728;,
0.05143;-0.08887;0.39782;,
0.02957;-0.04708;0.39621;,
-0.02957;-0.04708;0.39621;,
-0.05143;-0.08887;0.39782;,
-0.03610;-0.15530;0.40728;,
0.06665;-0.06754;0.25462;,
0.04069;-0.17374;0.25462;,
0.03333;-0.01823;0.25462;,
-0.03333;-0.01823;0.25462;,
-0.06665;-0.06754;0.25462;,
-0.04069;-0.17374;0.25462;,
0.03832;-0.17374;-0.23699;,
0.01562;-0.06371;-0.82827;,
0.03123;-0.02113;-0.88792;,
0.07664;-0.07821;-0.23699;,
0.01562;0.02145;-0.88792;,
0.03832;0.01732;-0.23699;,
-0.01562;0.02145;-0.88792;,
-0.03832;0.01732;-0.23699;,
-0.03123;-0.02113;-0.88792;,
-0.07664;-0.07821;-0.23699;,
-0.01562;-0.06371;-0.82827;,
-0.03832;-0.17374;-0.23699;,
-0.18888;0.01261;-0.75905;,
-0.01765;0.00267;-0.75905;,
-0.01765;0.00267;-0.88279;,
-0.21539;0.01261;-0.88279;,
-0.11155;0.13500;-0.81129;,
-0.12150;0.00403;-0.81129;,
-0.12150;0.00403;-0.93502;,
-0.11155;0.13500;-0.93502;,
-0.18888;0.13852;-0.75905;,
0.00000;0.12858;-0.75905;,
0.00000;0.12858;-0.88279;,
-0.21539;0.13852;-0.88279;,
0.21539;0.01261;-0.88279;,
0.01765;0.00267;-0.88279;,
0.01765;0.00267;-0.75905;,
0.18888;0.01261;-0.75905;,
0.11155;0.13500;-0.93502;,
0.12150;0.00403;-0.93502;,
0.12150;0.00403;-0.81129;,
0.11155;0.13500;-0.81129;,
0.21539;0.13852;-0.88279;,
0.18888;0.13852;-0.75905;,
-0.14424;0.09789;0.04298;,
-0.15639;0.09789;0.03040;,
-0.27535;-0.11631;-0.07213;,
-0.26725;-0.11631;-0.06374;,
-0.38977;0.10518;0.05098;,
-0.37719;0.10518;0.03883;,
-0.27466;-0.11631;-0.08013;,
-0.28305;-0.11631;-0.07203;,
-0.31913;0.10372;-0.07361;,
-0.33128;0.10372;-0.08619;,
-0.45024;-0.09882;0.03717;,
-0.44214;-0.09882;0.04556;,
-0.56466;0.11538;-0.06561;,
-0.55208;0.11538;-0.07776;,
-0.44955;-0.09882;0.02917;,
-0.45793;-0.09882;0.03727;,
0.26725;-0.11631;-0.06374;,
0.27535;-0.11631;-0.07213;,
0.15639;0.09789;0.03040;,
0.14424;0.09789;0.04298;,
0.28305;-0.11631;-0.07203;,
0.27466;-0.11631;-0.08013;,
0.37719;0.10518;0.03883;,
0.38977;0.10518;0.05098;,
0.44214;-0.09882;0.04556;,
0.45024;-0.09882;0.03717;,
0.33128;0.10372;-0.08619;,
0.31913;0.10372;-0.07361;,
0.45793;-0.09882;0.03727;,
0.44955;-0.09882;0.02917;,
0.55208;0.11538;-0.07776;,
0.56466;0.11538;-0.06561;,
-0.18274;0.12473;0.01170;,
-0.11269;0.12473;0.01170;,
-0.11873;0.11691;-0.18897;,
-0.17669;0.11691;-0.18897;,
-0.11873;0.05319;-0.18897;,
-0.17669;0.05319;-0.18897;,
-0.11269;0.04537;0.01170;,
-0.18274;0.04537;0.01170;,
-0.14814;0.08900;-0.21902;,
-0.14814;0.00956;-0.21902;,
-0.07934;0.04928;-0.21902;,
-0.07934;0.12871;-0.21902;,
-0.14814;0.16843;-0.21902;,
-0.21693;0.12871;-0.21902;,
-0.21693;0.04928;-0.21902;,
0.17669;0.11691;-0.18897;,
0.11873;0.11691;-0.18897;,
0.11269;0.12473;0.01170;,
0.18274;0.12473;0.01170;,
0.17669;0.05319;-0.18897;,
0.11873;0.05319;-0.18897;,
0.18274;0.04537;0.01170;,
0.11269;0.04537;0.01170;,
0.07934;0.04928;-0.21902;,
0.14814;0.00956;-0.21902;,
0.14814;0.08900;-0.21902;,
0.07934;0.12871;-0.21902;,
0.14814;0.16843;-0.21902;,
0.21693;0.12871;-0.21902;,
0.21693;0.04928;-0.21902;;
106;
4;0,1,2,3;,
4;0,3,4,5;,
4;4,2,1,5;,
3;4,3,2;,
4;6,7,1,0;,
4;5,8,6,0;,
4;5,1,7,8;,
3;7,6,8;,
4;9,10,11,12;,
4;9,12,13,14;,
4;13,11,10,14;,
3;13,12,11;,
4;15,16,17,18;,
4;19,20,15,18;,
4;19,17,16,20;,
3;16,15,20;,
3;21,22,23;,
3;21,23,24;,
3;21,24,25;,
3;21,25,26;,
3;21,26,27;,
3;21,27,22;,
4;28,23,22,29;,
4;30,24,23,28;,
4;31,25,24,30;,
4;32,26,25,31;,
4;33,27,26,32;,
4;29,22,27,33;,
4;34,35,36,37;,
4;34,37,28,29;,
4;37,36,38,39;,
4;37,39,30,28;,
4;39,38,40,41;,
4;39,41,31,30;,
4;41,40,42,43;,
4;41,43,32,31;,
4;43,42,44,45;,
4;43,45,33,32;,
4;45,44,35,34;,
4;45,34,29,33;,
4;42,36,35,44;,
4;40,38,36,42;,
4;46,47,48,49;,
4;49,48,47,46;,
4;50,51,52,53;,
4;53,52,51,50;,
4;54,55,56,57;,
4;57,56,55,54;,
4;58,59,60,61;,
4;61,60,59,58;,
4;62,63,64,65;,
4;65,64,63,62;,
4;66,56,55,67;,
4;67,55,56,66;,
4;68,69,70,71;,
4;71,70,69,68;,
4;72,73,74,75;,
4;75,74,73,72;,
4;76,77,78,79;,
4;79,78,77,76;,
4;80,81,82,83;,
4;83,82,81,80;,
4;84,85,86,87;,
4;87,86,85,84;,
4;88,89,90,91;,
4;91,90,89,88;,
4;92,93,94,95;,
4;95,94,93,92;,
4;96,97,98,99;,
4;99,98,97,96;,
4;100,101,102,103;,
4;103,102,104,105;,
4;105,104,106,107;,
4;107,106,101,100;,
4;101,106,104,102;,
4;107,100,103,105;,
3;108,109,110;,
3;108,110,111;,
3;108,111,112;,
3;108,112,113;,
3;108,113,114;,
3;108,114,109;,
3;110,109,108;,
3;111,110,108;,
3;112,111,108;,
3;113,112,108;,
3;114,113,108;,
3;109,114,108;,
4;115,116,117,118;,
4;119,120,116,115;,
4;121,122,120,119;,
4;118,117,122,121;,
4;116,120,122,117;,
4;119,115,118,121;,
3;123,124,125;,
3;126,123,125;,
3;127,126,125;,
3;128,127,125;,
3;129,128,125;,
3;124,129,125;,
3;125,124,123;,
3;125,123,126;,
3;125,126,127;,
3;125,127,128;,
3;125,128,129;,
3;125,129,124;;
MeshMaterialList {
4;
106;
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,
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,
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,
2,
2,
2,
2,
2,
2,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3,
3;;
Material {
0.500000;0.423529;0.258824;1.000000;;
4.000000;
0.280000;0.280000;0.280000;;
0.360000;0.304941;0.186353;;
}
Material {
0.619608;0.733333;1.000000;0.540000;;
1.500000;
1.000000;1.000000;1.000000;;
0.154902;0.183333;0.250000;;
}
Material {
0.278000;0.318000;0.416000;1.000000;;
16.000000;
1.000000;1.000000;1.000000;;
0.069500;0.079500;0.104000;;
}
Material {
0.690196;0.690196;0.698039;0.720000;;
1.000000;
1.000000;1.000000;1.000000;;
0.310588;0.310588;0.314118;;
}
}
MeshNormals {
126;
0.060591;0.968816;0.240259;,
0.000000;0.970599;0.240701;,
0.060794;0.991317;-0.116600;,
0.000000;0.993154;-0.116816;,
0.061687;0.996115;0.062842;,
0.000000;0.998016;0.062962;,
-0.060591;0.968816;0.240259;,
-0.060794;0.991317;-0.116600;,
-0.061687;0.996115;0.062842;,
0.078676;0.954940;0.286182;,
0.080712;0.986805;-0.140362;,
0.081581;0.993868;0.074637;,
-0.078676;0.954940;0.286182;,
-0.080712;0.986805;-0.140362;,
-0.081581;0.993868;0.074637;,
0.902329;-0.418464;-0.103394;,
0.996783;-0.032744;-0.073160;,
0.933131;0.358170;-0.031322;,
0.000000;0.999980;0.006349;,
-0.996783;-0.032745;-0.073160;,
-0.902329;-0.418465;-0.103394;,
0.950125;-0.189919;0.247373;,
0.936081;0.147063;0.319571;,
0.457584;0.774373;0.436993;,
-0.457584;0.774373;0.436993;,
-0.936081;0.147061;0.319571;,
-0.950125;-0.189921;0.247372;,
0.851887;0.135728;0.505833;,
0.963116;-0.266670;0.035981;,
0.990542;0.120679;0.065298;,
0.501240;0.855839;0.127661;,
-0.501240;0.855839;0.127661;,
-0.990542;0.120679;0.065298;,
-0.963116;-0.266671;0.035981;,
0.930477;-0.363356;-0.046742;,
0.999209;0.027963;-0.028270;,
0.910105;0.414342;-0.005359;,
0.000000;0.999229;0.039257;,
-0.999209;0.027963;-0.028270;,
-0.930477;-0.363357;-0.046742;,
0.054089;0.998522;-0.005379;,
0.997131;-0.075691;0.000000;,
0.049335;0.998770;-0.004940;,
0.000000;0.999988;-0.004946;,
-0.054089;0.998522;-0.005379;,
-0.997131;-0.075691;0.000000;,
-0.049335;0.998770;-0.004940;,
-0.717731;0.066833;0.693106;,
-0.693207;0.064644;-0.717834;,
-0.549290;0.645682;0.530448;,
-0.571330;-0.568820;-0.591629;,
0.717731;0.066833;0.693106;,
0.693207;0.064644;-0.717834;,
0.549290;0.645682;0.530448;,
0.571330;-0.568820;-0.591629;,
0.000000;0.999242;-0.038933;,
0.000000;0.000000;-1.000000;,
0.000000;-0.999242;-0.038932;,
-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.306655;-0.951821;0.000000;,
0.000000;-1.000000;-0.000000;,
-0.530000;-0.847998;0.000000;,
0.306655;-0.951821;-0.000000;,
0.530000;-0.847998;-0.000000;,
-0.285564;-0.958360;0.000000;,
-0.087462;-0.996168;0.000000;,
-0.472051;-0.881571;0.000000;,
0.087462;-0.996168;-0.000000;,
0.285564;-0.958360;-0.000000;,
0.472051;-0.881571;-0.000000;,
-0.650874;0.417036;0.634385;,
-0.000004;-0.942037;0.335509;,
-0.000003;-0.973397;0.229123;,
-0.000001;-0.998194;0.060068;,
-0.910105;0.414342;-0.005359;,
-0.933131;0.358169;-0.031322;,
-0.000001;-0.995772;-0.091859;,
-0.000001;-0.920293;-0.391231;,
-0.000000;-0.457710;-0.889102;,
-0.054089;-0.998522;0.005379;,
-0.997131;0.075691;-0.000000;,
-0.049335;-0.998770;0.004940;,
0.000000;-0.999988;0.004946;,
0.054089;-0.998522;0.005379;,
0.997131;0.075691;-0.000000;,
0.049335;-0.998770;0.004940;,
0.717731;-0.066833;-0.693106;,
0.693207;-0.064644;0.717834;,
0.549290;-0.645682;-0.530448;,
0.571330;0.568820;0.591629;,
-0.717731;-0.066833;-0.693106;,
-0.693207;-0.064644;0.717834;,
-0.549290;-0.645682;-0.530448;,
-0.571330;0.568820;0.591629;,
0.000000;0.000000;1.000000;,
0.999546;0.000000;-0.030122;,
-0.999546;0.000000;-0.030123;,
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.999546;0.000000;-0.030122;,
0.999546;0.000000;-0.030123;,
-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;;
106;
4;5,3,2,4;,
4;5,4,0,1;,
4;72,72,73,73;,
3;72,74,72;,
4;8,7,3,5;,
4;1,6,8,5;,
4;73,73,75,75;,
3;75,76,75;,
4;11,10,10,11;,
4;11,11,9,9;,
4;77,77,78,78;,
3;77,79,77;,
4;14,13,13,14;,
4;12,12,14,14;,
4;80,80,81,81;,
3;81,82,81;,
3;27,21,22;,
3;27,22,23;,
3;83,23,24;,
3;83,24,25;,
3;83,25,26;,
3;84,85,85;,
4;29,22,21,28;,
4;30,23,22,29;,
4;31,24,23,30;,
4;32,25,24,31;,
4;33,26,25,32;,
4;86,85,85,86;,
4;34,15,16,35;,
4;34,35,29,28;,
4;35,16,17,36;,
4;35,36,30,29;,
4;37,18,18,37;,
4;37,37,31,30;,
4;87,88,19,38;,
4;87,38,32,31;,
4;38,19,20,39;,
4;38,39,33,32;,
4;89,90,90,89;,
4;89,89,86,86;,
4;91,91,90,90;,
4;56,56,91,91;,
4;40,40,40,40;,
4;92,92,92,92;,
4;41,41,41,41;,
4;93,93,93,93;,
4;42,43,43,42;,
4;94,95,95,94;,
4;44,44,44,44;,
4;96,96,96,96;,
4;45,45,45,45;,
4;97,97,97,97;,
4;46,43,43,46;,
4;98,95,95,98;,
4;47,47,47,47;,
4;99,99,99,99;,
4;48,48,48,48;,
4;100,100,100,100;,
4;49,49,49,49;,
4;101,101,101,101;,
4;50,50,50,50;,
4;102,102,102,102;,
4;51,51,51,51;,
4;103,103,103,103;,
4;52,52,52,52;,
4;104,104,104,104;,
4;53,53,53,53;,
4;105,105,105,105;,
4;54,54,54,54;,
4;106,106,106,106;,
4;55,55,55,55;,
4;56,56,56,56;,
4;57,57,57,57;,
4;107,107,107,107;,
4;108,108,108,108;,
4;109,109,109,109;,
3;64,58,59;,
3;64,59,60;,
3;64,60,61;,
3;64,61,62;,
3;64,62,63;,
3;64,63,58;,
3;110,111,112;,
3;113,110,112;,
3;114,113,112;,
3;115,114,112;,
3;116,115,112;,
3;111,116,112;,
4;55,55,55,55;,
4;56,56,56,56;,
4;57,57,57,57;,
4;107,107,107,107;,
4;117,117,117,117;,
4;118,118,118,118;,
3;66,65,71;,
3;67,66,71;,
3;68,67,71;,
3;69,68,71;,
3;70,69,71;,
3;65,70,71;,
3;119,120,121;,
3;119,121,122;,
3;119,122,123;,
3;119,123,124;,
3;119,124,125;,
3;119,125,120;;
}
}