home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIP_CD_2003-05.iso
/
games
/
aero
/
AeroStyle.LZH
/
AeroStyle
/
mat
/
FireEffect.x
< prev
next >
Wrap
Text File
|
2001-12-20
|
10KB
|
492 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 {
67;
-0.11431;-0.19799;-0.49848;,
-0.00000;-0.22862;-0.49848;,
0.10288;-0.17819;-0.25951;,
-0.00000;-0.20576;-0.25951;,
0.11431;-0.19799;-0.49848;,
0.19799;-0.11431;-0.49848;,
0.20576;0.00000;-0.25951;,
0.17819;-0.10288;-0.25951;,
0.22862;0.00000;-0.49848;,
0.19799;0.11431;-0.49848;,
0.10288;0.17819;-0.25951;,
0.17819;0.10288;-0.25951;,
0.11431;0.19799;-0.49848;,
0.00000;0.22862;-0.49848;,
-0.10288;0.17819;-0.25951;,
0.00000;0.20576;-0.25951;,
-0.11431;0.19799;-0.49848;,
-0.19799;0.11431;-0.49848;,
-0.20576;0.00000;-0.25951;,
-0.17819;0.10288;-0.25951;,
-0.22862;0.00000;-0.49848;,
-0.19799;-0.11431;-0.49848;,
-0.10288;-0.17819;-0.25951;,
-0.17819;-0.10288;-0.25951;,
0.11693;-0.09811;-0.00616;,
0.05221;-0.14343;-0.00616;,
0.14343;0.05221;-0.00616;,
0.15032;-0.02651;-0.00616;,
0.02651;0.15032;-0.00616;,
0.09811;0.11693;-0.00616;,
-0.11693;0.09811;-0.00616;,
-0.05221;0.14343;-0.00616;,
-0.14343;-0.05221;-0.00616;,
-0.15032;0.02651;-0.00616;,
-0.02651;-0.15032;-0.00616;,
-0.09811;-0.11693;-0.00616;,
0.10117;-0.05841;0.12904;,
0.05841;-0.10117;0.12904;,
0.10117;0.05841;0.12904;,
0.11683;0.00000;0.12904;,
0.00000;0.11683;0.12904;,
0.05841;0.10117;0.12904;,
-0.10117;0.05841;0.12904;,
-0.05841;0.10117;0.12904;,
-0.10117;-0.05841;0.12904;,
-0.11683;0.00000;0.12904;,
0.00000;-0.11683;0.12904;,
-0.05841;-0.10117;0.12904;,
0.03161;-0.05475;0.21826;,
0.00000;-0.06323;0.21826;,
0.05475;-0.03161;0.21826;,
0.06323;0.00000;0.21826;,
0.05475;0.03161;0.21826;,
0.03161;0.05475;0.21826;,
0.00000;0.06323;0.21826;,
-0.03161;0.05475;0.21826;,
-0.05475;0.03161;0.21826;,
-0.06323;0.00000;0.21826;,
-0.05475;-0.03161;0.21826;,
-0.03161;-0.05475;0.21826;,
0.00000;-0.00000;0.24959;,
-0.09694;0.22837;-0.71826;,
0.14931;0.19813;-0.71826;,
-0.24624;0.03023;-0.71826;,
-0.14931;-0.19814;-0.71826;,
0.09694;-0.22837;-0.71826;,
0.24624;-0.03024;-0.71826;;
66;
4;0,1,2,3;,
4;4,5,6,7;,
4;8,9,10,11;,
4;12,13,14,15;,
4;16,17,18,19;,
4;20,21,22,23;,
4;3,2,24,25;,
4;7,6,26,27;,
4;11,10,28,29;,
4;15,14,30,31;,
4;19,18,32,33;,
4;23,22,34,35;,
4;25,24,36,37;,
4;27,26,38,39;,
4;29,28,40,41;,
4;31,30,42,43;,
4;33,32,44,45;,
4;35,34,46,47;,
4;46,37,48,49;,
4;37,36,50,48;,
4;36,39,51,50;,
4;39,38,52,51;,
4;38,41,53,52;,
4;41,40,54,53;,
4;40,43,55,54;,
4;43,42,56,55;,
4;42,45,57,56;,
4;45,44,58,57;,
4;44,47,59,58;,
4;47,46,49,59;,
3;49,48,60;,
3;48,50,60;,
3;50,51,60;,
3;51,52,60;,
3;52,53,60;,
3;53,54,60;,
3;54,55,60;,
3;55,56,60;,
3;56,57,60;,
3;57,58,60;,
3;58,59,60;,
3;59,49,60;,
3;61,17,16;,
3;62,13,12;,
3;63,21,20;,
3;64,1,0;,
3;65,5,4;,
3;9,8,66;,
4;3,2,1,0;,
4;7,6,5,4;,
4;11,10,9,8;,
4;15,14,13,12;,
4;19,18,17,16;,
4;23,22,21,20;,
4;25,24,2,3;,
4;27,26,6,7;,
4;29,28,10,11;,
4;31,30,14,15;,
4;33,32,18,19;,
4;35,34,22,23;,
3;16,17,61;,
3;12,13,62;,
3;20,21,63;,
3;0,1,64;,
3;4,5,65;,
3;66,8,9;;
MeshMaterialList {
1;
66;
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;;
Material {
1.000000;0.514000;0.204000;0.700000;;
5.000000;
0.000000;0.000000;0.000000;;
1.000000;0.514000;0.204000;;
}
}
MeshNormals {
73;
-0.258592;-0.965082;0.041800;,
0.706489;-0.706488;0.041801;,
0.965082;0.258593;0.041802;,
0.258594;0.965081;0.041800;,
-0.706488;0.706489;0.041800;,
-0.965081;-0.258594;0.041799;,
-0.921761;-0.381545;0.069133;,
-0.130453;-0.989041;0.069133;,
0.791308;-0.607496;0.069134;,
0.921762;0.381544;0.069134;,
0.130454;0.989041;0.069133;,
-0.791308;0.607497;0.069133;,
-0.730016;-0.665949;0.153582;,
0.211722;-0.965187;0.153582;,
0.941737;-0.299238;0.153581;,
0.730016;0.665950;0.153582;,
-0.211721;0.965188;0.153582;,
-0.941737;0.299239;0.153582;,
-0.450599;-0.862528;0.230230;,
0.521674;-0.821493;0.230230;,
0.972271;0.041035;0.230230;,
0.450595;0.862530;0.230229;,
-0.521672;0.821494;0.230230;,
-0.972271;-0.041034;0.230230;,
-0.114779;-0.893166;0.434833;,
0.500006;-0.751123;0.431053;,
0.716115;-0.545984;0.434833;,
0.900495;0.057456;0.431053;,
0.830894;0.347183;0.434833;,
0.400488;0.808581;0.431053;,
0.114778;0.893167;0.434832;,
-0.500006;0.751124;0.431053;,
-0.716115;0.545985;0.434833;,
-0.900495;-0.057456;0.431054;,
-0.830894;-0.347181;0.434833;,
-0.400490;-0.808580;0.431053;,
0.000001;-0.675904;0.736990;,
0.337953;-0.585350;0.736989;,
0.585350;-0.337953;0.736989;,
0.675904;-0.000002;0.736990;,
0.585349;0.337953;0.736990;,
0.337951;0.585351;0.736989;,
0.000001;0.675904;0.736990;,
-0.337952;0.585350;0.736989;,
-0.585349;0.337953;0.736990;,
-0.675904;-0.000000;0.736990;,
-0.585351;-0.337951;0.736990;,
-0.337953;-0.585350;0.736990;,
-0.000000;0.000000;1.000000;,
-0.211722;0.965187;-0.153582;,
0.130453;0.989041;-0.069133;,
-0.941737;0.299238;-0.153581;,
-0.791308;0.607496;-0.069134;,
-0.730016;-0.665950;-0.153582;,
-0.921762;-0.381544;-0.069134;,
0.211721;-0.965188;-0.153582;,
-0.130454;-0.989041;-0.069133;,
0.941737;-0.299239;-0.153582;,
0.791308;-0.607497;-0.069133;,
0.730016;0.665949;-0.153582;,
0.921761;0.381545;-0.069133;,
-0.413038;0.887485;-0.204375;,
-0.975104;0.086043;-0.204375;,
-0.562065;-0.801445;-0.204376;,
0.413037;-0.887486;-0.204376;,
0.975104;-0.086044;-0.204376;,
0.562068;0.801443;-0.204375;,
0.706488;-0.706489;-0.041800;,
-0.258594;-0.965081;-0.041800;,
0.965081;0.258594;-0.041799;,
0.258592;0.965082;-0.041800;,
-0.706489;0.706488;-0.041801;,
-0.965082;-0.258593;-0.041802;;
66;
4;7,7,13,13;,
4;8,8,14,14;,
4;9,9,15,15;,
4;10,10,16,16;,
4;11,11,17,17;,
4;6,6,12,12;,
4;13,13,19,19;,
4;14,14,20,20;,
4;15,15,21,21;,
4;16,16,22,22;,
4;17,17,23,23;,
4;12,12,18,18;,
4;19,19,26,25;,
4;20,20,28,27;,
4;21,21,30,29;,
4;22,22,32,31;,
4;23,23,34,33;,
4;18,18,24,35;,
4;24,25,37,36;,
4;25,26,38,37;,
4;26,27,39,38;,
4;27,28,40,39;,
4;28,29,41,40;,
4;29,30,42,41;,
4;30,31,43,42;,
4;31,32,44,43;,
4;32,33,45,44;,
4;33,34,46,45;,
4;34,35,47,46;,
4;35,24,36,47;,
3;36,37,48;,
3;37,38,48;,
3;38,39,48;,
3;39,40,48;,
3;40,41,48;,
3;41,42,48;,
3;42,43,48;,
3;43,44,48;,
3;44,45,48;,
3;45,46,48;,
3;46,47,48;,
3;47,36,48;,
3;4,11,11;,
3;3,10,10;,
3;5,6,6;,
3;0,7,7;,
3;1,8,8;,
3;9,9,2;,
4;49,49,50,50;,
4;51,51,52,52;,
4;53,53,54,54;,
4;55,55,56,56;,
4;57,57,58,58;,
4;59,59,60,60;,
4;61,61,49,49;,
4;62,62,51,51;,
4;63,63,53,53;,
4;64,64,55,55;,
4;65,65,57,57;,
4;66,66,59,59;,
3;58,58,67;,
3;56,56,68;,
3;60,60,69;,
3;50,50,70;,
3;52,52,71;,
3;72,54,54;;
}
}