home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / so.lzh / so / x / wepon / DRAM_CAN.X < prev    next >
Text File  |  2000-03-10  |  7KB  |  330 lines

  1. xof 0302txt 0064
  2.  
  3. template Header {
  4.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  5.  WORD major;
  6.  WORD minor;
  7.  DWORD flags;
  8. }
  9.  
  10. template Vector {
  11.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  12.  FLOAT x;
  13.  FLOAT y;
  14.  FLOAT z;
  15. }
  16.  
  17. template Coords2d {
  18.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  19.  FLOAT u;
  20.  FLOAT v;
  21. }
  22.  
  23. template Matrix4x4 {
  24.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  25.  array FLOAT matrix[16];
  26. }
  27.  
  28. template ColorRGBA {
  29.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  30.  FLOAT red;
  31.  FLOAT green;
  32.  FLOAT blue;
  33.  FLOAT alpha;
  34. }
  35.  
  36. template ColorRGB {
  37.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  38.  FLOAT red;
  39.  FLOAT green;
  40.  FLOAT blue;
  41. }
  42.  
  43. template IndexedColor {
  44.  <1630B820-7842-11cf-8F52-0040333594A3>
  45.  DWORD index;
  46.  ColorRGBA indexColor;
  47. }
  48.  
  49. template Boolean {
  50.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  51.  WORD truefalse;
  52. }
  53.  
  54. template Boolean2d {
  55.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  56.  Boolean u;
  57.  Boolean v;
  58. }
  59.  
  60. template MaterialWrap {
  61.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  62.  Boolean u;
  63.  Boolean v;
  64. }
  65.  
  66. template TextureFilename {
  67.  <A42790E1-7810-11cf-8F52-0040333594A3>
  68.  STRING filename;
  69. }
  70.  
  71. template Material {
  72.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  73.  ColorRGBA faceColor;
  74.  FLOAT power;
  75.  ColorRGB specularColor;
  76.  ColorRGB emissiveColor;
  77.  [...]
  78. }
  79.  
  80. template MeshFace {
  81.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  82.  DWORD nFaceVertexIndices;
  83.  array DWORD faceVertexIndices[nFaceVertexIndices];
  84. }
  85.  
  86. template MeshFaceWraps {
  87.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  88.  DWORD nFaceWrapValues;
  89.  Boolean2d faceWrapValues;
  90. }
  91.  
  92. template MeshTextureCoords {
  93.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  94.  DWORD nTextureCoords;
  95.  array Coords2d textureCoords[nTextureCoords];
  96. }
  97.  
  98. template MeshMaterialList {
  99.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  100.  DWORD nMaterials;
  101.  DWORD nFaceIndexes;
  102.  array DWORD faceIndexes[nFaceIndexes];
  103.  [Material]
  104. }
  105.  
  106. template MeshNormals {
  107.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  108.  DWORD nNormals;
  109.  array Vector normals[nNormals];
  110.  DWORD nFaceNormals;
  111.  array MeshFace faceNormals[nFaceNormals];
  112. }
  113.  
  114. template MeshVertexColors {
  115.  <1630B821-7842-11cf-8F52-0040333594A3>
  116.  DWORD nVertexColors;
  117.  array IndexedColor vertexColors[nVertexColors];
  118. }
  119.  
  120. template Mesh {
  121.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  122.  DWORD nVertices;
  123.  array Vector vertices[nVertices];
  124.  DWORD nFaces;
  125.  array MeshFace faces[nFaces];
  126.  [...]
  127. }
  128.  
  129. Header {
  130.  1;
  131.  0;
  132.  1;
  133. }
  134.  
  135. Material Matdram_can_huta {
  136.  1.000000;1.000000;1.000000;1.000000;;
  137.  21.333333;
  138.  0.000000;0.000000;0.000000;;
  139.  0.000000;0.000000;0.000000;;
  140.  TextureFilename {
  141.   "tex/wpn/âhâëâÇè╩é╙é╜.bmp";
  142.  }
  143. }
  144. Material Matdram_can {
  145.  1.000000;1.000000;1.000000;1.000000;;
  146.  21.333333;
  147.  0.000000;0.000000;0.000000;;
  148.  0.000000;0.000000;0.000000;;
  149.  TextureFilename {
  150.   "tex/wpn/âhâëâÇè╩.bmp";
  151.  }
  152. }
  153. Mesh {
  154.  34;
  155.  0.503212;-0.208434;0.500000;,
  156.  0.503212;0.207734;0.500000;,
  157.  0.208937;0.502010;0.500000;,
  158.  -0.207232;0.502010;0.500000;,
  159.  -0.501507;0.207734;0.500000;,
  160.  -0.501507;-0.208434;0.500000;,
  161.  -0.207232;-0.502709;0.500000;,
  162.  0.208937;-0.502709;0.500000;,
  163.  0.503212;-0.208434;-0.500000;,
  164.  0.503212;0.207734;-0.500000;,
  165.  0.208937;0.502010;-0.500000;,
  166.  -0.207232;0.502010;-0.500000;,
  167.  -0.501507;0.207734;-0.500000;,
  168.  -0.501507;-0.208434;-0.500000;,
  169.  -0.207232;-0.502709;-0.500000;,
  170.  0.208937;-0.502709;-0.500000;,
  171.  0.503212;-0.208434;0.500000;,
  172.  0.503212;0.207734;0.500000;,
  173.  0.208937;0.502010;0.500000;,
  174.  -0.207232;0.502010;0.500000;,
  175.  -0.501507;0.207734;0.500000;,
  176.  -0.501507;-0.208434;0.500000;,
  177.  -0.207232;-0.502709;0.500000;,
  178.  -0.207232;-0.502709;0.500000;,
  179.  -0.207232;-0.502709;-0.500000;,
  180.  0.208937;-0.502709;0.500000;,
  181.  0.503212;0.207734;-0.500000;,
  182.  0.503212;-0.208434;-0.500000;,
  183.  0.208937;-0.502709;-0.500000;,
  184.  -0.207232;-0.502709;-0.500000;,
  185.  -0.501507;-0.208434;-0.500000;,
  186.  0.208937;0.502010;-0.500000;,
  187.  -0.501507;0.207734;-0.500000;,
  188.  -0.207232;0.502010;-0.500000;;
  189.  
  190.  28;
  191.  3;7,0,1;,
  192.  3;6,7,1;,
  193.  3;5,6,1;,
  194.  3;5,1,2;,
  195.  3;5,2,3;,
  196.  3;3,4,5;,
  197.  3;16,8,9;,
  198.  3;9,17,16;,
  199.  3;17,9,10;,
  200.  3;10,18,17;,
  201.  3;18,10,11;,
  202.  3;11,19,18;,
  203.  3;19,11,12;,
  204.  3;12,20,19;,
  205.  3;20,12,13;,
  206.  3;13,21,20;,
  207.  3;21,13,14;,
  208.  3;14,22,21;,
  209.  3;23,24,15;,
  210.  3;15,25,23;,
  211.  3;25,15,8;,
  212.  3;8,16,25;,
  213.  3;26,27,28;,
  214.  3;26,28,29;,
  215.  3;26,29,30;,
  216.  3;31,26,30;,
  217.  3;30,32,33;,
  218.  3;30,33,31;;
  219.  
  220.  MeshMaterialList {
  221.   2;
  222.   28;
  223.   0,0,0,0,0,0,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,0,0,0,0,0,0;;
  224.   {Matdram_can_huta}
  225.   {Matdram_can}
  226.  }
  227.  MeshNormals {
  228.   32;
  229.   0.000000;0.000000;1.000000;,
  230.   0.000000;0.000000;1.000000;,
  231.   0.000000;0.000000;-1.000000;,
  232.   0.000000;0.000000;-1.000000;,
  233.   0.000000;0.000000;1.000000;,
  234.   0.000000;0.000000;1.000000;,
  235.   0.000000;0.000000;1.000000;,
  236.   0.000000;0.000000;1.000000;,
  237.   0.000000;0.000000;1.000000;,
  238.   0.000000;0.000000;1.000000;,
  239.   0.967538;-0.252725;0.000000;,
  240.   0.862856;-0.505449;0.000000;,
  241.   0.967538;0.252725;0.000000;,
  242.   0.862856;0.505449;0.000000;,
  243.   0.505450;0.862856;0.000000;,
  244.   0.252725;0.967538;0.000000;,
  245.   -0.252725;0.967538;0.000000;,
  246.   -0.505449;0.862856;0.000000;,
  247.   -0.862856;0.505449;0.000000;,
  248.   -0.967538;0.252725;0.000000;,
  249.   -0.967538;-0.252725;0.000000;,
  250.   -0.862856;-0.505449;0.000000;,
  251.   -0.505450;-0.862856;0.000000;,
  252.   -0.252725;-0.967538;0.000000;,
  253.   0.252725;-0.967538;0.000000;,
  254.   0.505449;-0.862856;0.000000;,
  255.   0.000000;0.000000;-1.000000;,
  256.   0.000000;0.000000;-1.000000;,
  257.   0.000000;0.000000;-1.000000;,
  258.   0.000000;0.000000;-1.000000;,
  259.   0.000000;0.000000;-1.000000;,
  260.   0.000000;0.000000;-1.000000;;
  261.  
  262.   28;
  263.   3;4,0,5;,
  264.   3;6,4,5;,
  265.   3;7,6,5;,
  266.   3;7,5,8;,
  267.   3;7,8,9;,
  268.   3;9,1,7;,
  269.   3;10,11,12;,
  270.   3;12,13,10;,
  271.   3;13,12,14;,
  272.   3;14,15,13;,
  273.   3;15,14,16;,
  274.   3;16,17,15;,
  275.   3;17,16,18;,
  276.   3;18,19,17;,
  277.   3;19,18,20;,
  278.   3;20,21,19;,
  279.   3;21,20,22;,
  280.   3;22,23,21;,
  281.   3;23,22,24;,
  282.   3;24,25,23;,
  283.   3;25,24,11;,
  284.   3;11,10,25;,
  285.   3;26,2,27;,
  286.   3;26,27,28;,
  287.   3;26,28,29;,
  288.   3;30,26,29;,
  289.   3;29,3,31;,
  290.   3;29,31,30;;
  291.  }
  292.  MeshTextureCoords {
  293.   34;
  294.   1.000000;0.707107;
  295.   1.000000;0.292893;
  296.   0.707107;0.000000;
  297.   0.292893;0.000000;
  298.   0.000000;0.292893;
  299.   0.000000;0.707107;
  300.   0.292893;1.000000;
  301.   0.707107;1.000000;
  302.   0.812500;1.000000;
  303.   0.687500;1.000000;
  304.   0.562500;1.000000;
  305.   0.437500;1.000000;
  306.   0.312500;1.000000;
  307.   0.187500;1.000000;
  308.   0.062500;1.000000;
  309.   0.937500;1.000000;
  310.   0.812500;0.000000;
  311.   0.687500;0.000000;
  312.   0.562500;0.000000;
  313.   0.437500;0.000000;
  314.   0.312500;0.000000;
  315.   0.187500;0.000000;
  316.   0.062500;0.000000;
  317.   1.062500;0.000000;
  318.   1.062500;1.000000;
  319.   0.937500;0.000000;
  320.   1.000000;0.292893;
  321.   1.000000;0.707107;
  322.   0.707107;1.000000;
  323.   0.292893;1.000000;
  324.   0.000000;0.707107;
  325.   0.707107;0.000000;
  326.   0.000000;0.292893;
  327.   0.292893;0.000000;;
  328.  }
  329. }
  330.