home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIP_CD_2003-05.iso
/
games
/
aero
/
AeroStyle.LZH
/
AeroStyle
/
mat
/
Baloon.x
next >
Wrap
Text File
|
2001-12-28
|
12KB
|
590 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 {
92;
0.00031;1.65286;0.00127;,
0.13324;1.61134;-0.13165;,
0.00031;1.61134;-0.18672;,
0.18830;1.61134;0.00127;,
0.13324;1.61134;0.13420;,
0.00031;1.61134;0.18926;,
-0.13262;1.61134;0.13420;,
-0.18768;1.61134;0.00127;,
-0.13262;1.61134;-0.13165;,
0.24593;1.49309;-0.24435;,
0.00031;1.49309;-0.34608;,
0.34767;1.49309;0.00127;,
0.24593;1.49309;0.24689;,
0.00031;1.49309;0.34863;,
-0.24531;1.49309;0.24689;,
-0.34705;1.49309;0.00127;,
-0.24531;1.49309;-0.24435;,
0.32122;1.31612;-0.31964;,
0.00031;1.31612;-0.45257;,
0.45415;1.31612;0.00127;,
0.32122;1.31612;0.32219;,
0.00031;1.31612;0.45512;,
-0.32061;1.31612;0.32219;,
-0.45354;1.31612;0.00127;,
-0.32061;1.31612;-0.31964;,
0.34767;1.10738;-0.34608;,
0.00031;1.10738;-0.48997;,
0.49155;1.10738;0.00127;,
0.34767;1.10738;0.34863;,
0.00031;1.10738;0.49251;,
-0.34705;1.10738;0.34863;,
-0.49093;1.10738;0.00127;,
-0.34705;1.10738;-0.34608;,
0.32122;0.80603;-0.31964;,
0.00031;0.80603;-0.45257;,
0.45415;0.80603;0.00127;,
0.32122;0.80603;0.32219;,
0.00031;0.80603;0.45512;,
-0.32061;0.80603;0.32219;,
-0.45354;0.80603;0.00127;,
-0.32061;0.80603;-0.31964;,
0.21074;0.54865;-0.20916;,
0.00031;0.54865;-0.29632;,
0.29791;0.54865;0.00127;,
0.21074;0.54865;0.21171;,
0.00031;0.54865;0.29887;,
-0.21013;0.54865;0.21171;,
-0.29729;0.54865;0.00127;,
-0.21013;0.54865;-0.20916;,
0.11419;0.28470;-0.11261;,
0.00031;0.28470;-0.15979;,
0.16137;0.28470;0.00127;,
0.11419;0.28470;0.11516;,
0.00031;0.28470;0.16233;,
-0.11358;0.28470;0.11516;,
-0.16075;0.28470;0.00127;,
-0.11358;0.28470;-0.11261;,
-0.08533;0.07675;0.10319;,
0.10268;0.07675;0.10319;,
0.10268;0.07675;-0.08482;,
-0.08533;0.07675;-0.08482;,
0.10268;-0.04326;-0.08482;,
-0.08533;-0.04326;-0.08482;,
0.10268;-0.04326;0.10319;,
-0.08533;-0.04326;0.10319;,
-0.00160;0.07357;0.10413;,
0.00926;0.07067;0.10002;,
-0.08420;0.07556;0.08285;,
-0.07279;0.07399;-0.07999;,
0.10169;0.07346;-0.07497;,
0.08823;0.07617;0.10279;,
0.01050;0.07413;-0.08305;,
0.00034;0.07413;-0.08278;,
0.10165;0.06879;0.00664;,
0.10131;0.07313;-0.00498;,
-0.08406;0.07393;0.00258;,
-0.08423;0.07249;0.01129;,
-0.03430;0.07244;0.00105;,
0.04458;0.07244;0.00105;,
0.04458;0.11760;-0.18565;,
-0.03430;0.11760;-0.18565;,
0.04458;0.03873;-0.18565;,
-0.03430;0.03873;-0.18565;,
0.04458;0.00695;-0.07926;,
-0.03430;0.00695;-0.07926;,
-0.00029;0.07998;-0.21429;,
0.06818;0.04044;-0.21429;,
-0.00029;0.00091;-0.21429;,
0.06818;0.11951;-0.21429;,
-0.00029;0.15904;-0.21429;,
-0.06877;0.11951;-0.21429;,
-0.06877;0.04044;-0.21429;;
81;
3;0,1,2;,
3;0,3,1;,
3;0,4,3;,
3;0,5,4;,
3;0,6,5;,
3;0,7,6;,
3;0,8,7;,
3;0,2,8;,
4;2,1,9,10;,
4;1,3,11,9;,
4;3,4,12,11;,
4;4,5,13,12;,
4;5,6,14,13;,
4;6,7,15,14;,
4;7,8,16,15;,
4;8,2,10,16;,
4;10,9,17,18;,
4;9,11,19,17;,
4;11,12,20,19;,
4;12,13,21,20;,
4;13,14,22,21;,
4;14,15,23,22;,
4;15,16,24,23;,
4;16,10,18,24;,
4;18,17,25,26;,
4;17,19,27,25;,
4;19,20,28,27;,
4;20,21,29,28;,
4;21,22,30,29;,
4;22,23,31,30;,
4;23,24,32,31;,
4;24,18,26,32;,
4;26,25,33,34;,
4;25,27,35,33;,
4;27,28,36,35;,
4;28,29,37,36;,
4;29,30,38,37;,
4;30,31,39,38;,
4;31,32,40,39;,
4;32,26,34,40;,
4;34,33,41,42;,
4;33,35,43,41;,
4;35,36,44,43;,
4;36,37,45,44;,
4;37,38,46,45;,
4;38,39,47,46;,
4;39,40,48,47;,
4;40,34,42,48;,
4;42,41,49,50;,
4;41,43,51,49;,
4;43,44,52,51;,
4;44,45,53,52;,
4;45,46,54,53;,
4;46,47,55,54;,
4;47,48,56,55;,
4;48,42,50,56;,
4;57,58,59,60;,
4;60,59,61,62;,
4;62,61,63,64;,
4;64,63,58,57;,
4;58,63,61,59;,
4;64,57,60,62;,
3;65,66,53;,
3;57,54,67;,
3;60,56,68;,
3;59,49,69;,
3;58,52,70;,
3;71,72,50;,
3;73,74,51;,
3;75,76,55;,
4;77,78,79,80;,
4;80,79,81,82;,
4;82,81,83,84;,
4;78,83,81,79;,
4;84,77,80,82;,
3;85,86,87;,
3;85,88,86;,
3;85,89,88;,
3;85,90,89;,
3;85,91,90;,
3;85,87,91;;
MeshMaterialList {
4;
81;
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,
2,
2,
2,
2,
2,
2,
2,
2,
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,
3,
3,
3,
3,
3,
3;;
Material {
0.929412;0.847059;0.309804;1.000000;;
2.000000;
0.620000;0.620000;0.620000;;
0.102235;0.093176;0.034078;;
}
Material {
0.341176;0.423529;0.458824;1.000000;;
8.000000;
1.000000;1.000000;1.000000;;
0.085294;0.105882;0.114706;;
}
Material {
0.552941;0.407843;0.196078;1.000000;;
2.000000;
0.610000;0.610000;0.610000;;
0.060824;0.044863;0.021569;;
}
Material {
0.827451;0.827451;0.827451;0.690000;;
1.000000;
1.000000;1.000000;1.000000;;
0.206863;0.206863;0.206863;;
}
}
MeshNormals {
83;
0.000000;1.000000;-0.000000;,
0.000000;0.910987;-0.412436;,
0.291637;0.910986;-0.291636;,
0.412436;0.910986;-0.000000;,
0.291636;0.910986;0.291637;,
0.000000;0.910986;0.412436;,
-0.291636;0.910987;0.291637;,
-0.412436;0.910987;-0.000000;,
-0.291636;0.910987;-0.291636;,
0.000000;0.674305;-0.738453;,
0.522165;0.674305;-0.522165;,
0.738453;0.674305;-0.000000;,
0.522165;0.674305;0.522166;,
0.000000;0.674304;0.738454;,
-0.522165;0.674305;0.522166;,
-0.738453;0.674305;0.000000;,
-0.522165;0.674305;-0.522165;,
0.000000;0.353296;-0.935512;,
0.661506;0.353297;-0.661506;,
0.935511;0.353296;0.000000;,
0.661506;0.353296;0.661507;,
-0.000000;0.353296;0.935511;,
-0.661506;0.353296;0.661507;,
-0.935511;0.353296;0.000000;,
-0.661506;0.353296;-0.661507;,
0.000000;0.026983;-0.999636;,
0.706849;0.026983;-0.706849;,
0.999636;0.026983;0.000000;,
0.706849;0.026983;0.706849;,
-0.000000;0.026983;0.999636;,
-0.706849;0.026983;0.706849;,
-0.999636;0.026983;0.000000;,
-0.706849;0.026983;-0.706850;,
0.000000;-0.330247;-0.943894;,
0.667434;-0.330247;-0.667434;,
0.943895;-0.330247;0.000000;,
0.667434;-0.330247;0.667434;,
-0.000000;-0.330247;0.943895;,
-0.667434;-0.330247;0.667434;,
-0.943895;-0.330247;0.000000;,
-0.667434;-0.330247;-0.667434;,
0.000000;-0.489547;-0.871977;,
0.616581;-0.489546;-0.616581;,
0.871977;-0.489546;-0.000000;,
0.616581;-0.489546;0.616581;,
0.000000;-0.489546;0.871977;,
-0.616581;-0.489547;0.616581;,
-0.871977;-0.489547;-0.000000;,
-0.616581;-0.489547;-0.616581;,
-0.008591;-0.419897;-0.907531;,
0.837306;-0.348923;-0.420918;,
0.917462;-0.395271;-0.044987;,
0.438646;-0.349324;0.827987;,
0.099166;-0.394685;0.913449;,
-0.821336;-0.376479;0.428569;,
-0.907395;-0.419464;-0.026170;,
-0.628052;-0.459459;-0.628051;,
0.000000;1.000000;0.000000;,
0.000000;0.000000;-1.000000;,
0.000000;-1.000000;-0.000000;,
0.281349;-0.257377;0.924446;,
-0.990156;-0.131810;-0.047076;,
0.343487;-0.078419;-0.935878;,
0.995351;-0.043631;0.085869;,
-0.025558;-0.056042;0.998101;,
-0.024669;-0.343354;-0.938882;,
0.954998;-0.267298;-0.128574;,
-0.936918;-0.341384;-0.075104;,
0.000000;0.971962;0.235138;,
0.000000;-0.958162;-0.286228;,
-0.000000;0.000000;-1.000000;,
-0.000000;0.000000;-1.000000;,
-0.000001;0.000000;-1.000000;,
-0.000001;-0.000000;-1.000000;,
0.000001;0.000000;-1.000000;,
0.000001;0.000000;-1.000000;,
0.174565;-0.039854;-0.983839;,
0.000000;0.000000;1.000000;,
-0.012785;-0.028034;0.999525;,
1.000000;0.000000;0.000000;,
0.998837;-0.021841;0.042984;,
-1.000000;0.000000;0.000000;,
-0.997536;-0.066068;-0.023596;;
81;
3;0,2,1;,
3;0,3,2;,
3;0,4,3;,
3;0,5,4;,
3;0,6,5;,
3;0,7,6;,
3;0,8,7;,
3;0,1,8;,
4;1,2,10,9;,
4;2,3,11,10;,
4;3,4,12,11;,
4;4,5,13,12;,
4;5,6,14,13;,
4;6,7,15,14;,
4;7,8,16,15;,
4;8,1,9,16;,
4;9,10,18,17;,
4;10,11,19,18;,
4;11,12,20,19;,
4;12,13,21,20;,
4;13,14,22,21;,
4;14,15,23,22;,
4;15,16,24,23;,
4;16,9,17,24;,
4;17,18,26,25;,
4;18,19,27,26;,
4;19,20,28,27;,
4;20,21,29,28;,
4;21,22,30,29;,
4;22,23,31,30;,
4;23,24,32,31;,
4;24,17,25,32;,
4;25,26,34,33;,
4;26,27,35,34;,
4;27,28,36,35;,
4;28,29,37,36;,
4;29,30,38,37;,
4;30,31,39,38;,
4;31,32,40,39;,
4;32,25,33,40;,
4;33,34,42,41;,
4;34,35,43,42;,
4;35,36,44,43;,
4;36,37,45,44;,
4;37,38,46,45;,
4;38,39,47,46;,
4;39,40,48,47;,
4;40,33,41,48;,
4;41,42,50,49;,
4;42,43,51,50;,
4;43,44,52,51;,
4;44,45,53,52;,
4;45,46,54,53;,
4;46,47,55,54;,
4;47,48,56,55;,
4;48,41,49,56;,
4;57,57,57,57;,
4;76,58,58,58;,
4;59,59,59,59;,
4;77,77,78,77;,
4;79,79,79,80;,
4;81,82,81,81;,
3;60,60,53;,
3;82,54,61;,
3;76,62,62;,
3;80,50,63;,
3;78,52,64;,
3;65,65,49;,
3;66,66,51;,
3;67,67,55;,
4;68,68,68,68;,
4;58,58,58,58;,
4;69,69,69,69;,
4;79,79,79,79;,
4;81,81,81,81;,
3;70,72,71;,
3;70,73,72;,
3;70,58,73;,
3;70,74,58;,
3;70,75,74;,
3;70,71,75;;
}
}