home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / so.lzh / so / x / map / オクタOBJ.x < prev    next >
Text File  |  2000-03-10  |  10KB  |  509 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 Matamiwaku_x {
  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/map3/net_waku.bmp";
  142.  }
  143. }
  144. Material Matami_x {
  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/map3/net.bmp";
  151.  }
  152. }
  153. Mesh {
  154.  40;
  155.  30.000000;3.000000;15.000000;,
  156.  25.606602;3.000000;25.606602;,
  157.  15.000000;3.000000;30.000000;,
  158.  4.393398;3.000000;25.606602;,
  159.  0.000000;3.000000;15.000000;,
  160.  4.393398;3.000000;4.393398;,
  161.  15.000000;3.000000;0.000000;,
  162.  25.606602;3.000000;4.393398;,
  163.  30.000000;13.000000;15.000000;,
  164.  25.606602;13.000000;25.606602;,
  165.  15.000000;13.000000;30.000000;,
  166.  4.393398;13.000000;25.606602;,
  167.  0.000000;13.000000;15.000000;,
  168.  4.393398;13.000000;4.393398;,
  169.  15.000000;13.000000;0.000000;,
  170.  25.606602;13.000000;4.393398;,
  171.  29.847000;3.000000;15.000000;,
  172.  25.498415;3.000000;25.498415;,
  173.  15.000000;3.000000;29.847000;,
  174.  4.501585;3.000000;25.498415;,
  175.  0.153000;3.000000;15.000000;,
  176.  4.501585;3.000000;4.501585;,
  177.  15.000000;3.000000;0.153000;,
  178.  25.498415;3.000000;4.501585;,
  179.  29.847000;13.200001;15.000000;,
  180.  25.498415;13.200001;25.498415;,
  181.  15.000000;13.200001;29.847000;,
  182.  4.501585;13.200001;25.498415;,
  183.  0.153000;13.200001;15.000000;,
  184.  4.501585;13.200001;4.501585;,
  185.  15.000000;13.200001;0.153000;,
  186.  25.498415;13.200001;4.501585;,
  187.  4.501585;13.200001;25.498415;,
  188.  4.501585;3.000000;25.498415;,
  189.  25.498415;13.200001;4.501585;,
  190.  25.498415;3.000000;4.501585;,
  191.  4.393398;13.000000;25.606602;,
  192.  4.393398;3.000000;25.606602;,
  193.  25.606602;13.000000;4.393398;,
  194.  25.606602;3.000000;4.393398;;
  195.  
  196.  64;
  197.  3;25,24,16;,
  198.  3;16,17,25;,
  199.  3;26,25,17;,
  200.  3;17,18,26;,
  201.  3;27,26,18;,
  202.  3;18,19,27;,
  203.  3;28,32,33;,
  204.  3;33,20,28;,
  205.  3;29,28,20;,
  206.  3;20,21,29;,
  207.  3;30,29,21;,
  208.  3;21,22,30;,
  209.  3;31,30,22;,
  210.  3;22,23,31;,
  211.  3;24,34,35;,
  212.  3;35,16,24;,
  213.  3;9,8,0;,
  214.  3;0,1,9;,
  215.  3;10,9,1;,
  216.  3;1,2,10;,
  217.  3;11,10,2;,
  218.  3;2,3,11;,
  219.  3;12,36,37;,
  220.  3;37,4,12;,
  221.  3;13,12,4;,
  222.  3;4,5,13;,
  223.  3;14,13,5;,
  224.  3;5,6,14;,
  225.  3;15,14,6;,
  226.  3;6,7,15;,
  227.  3;8,38,39;,
  228.  3;39,0,8;,
  229.  3;16,24,25;,
  230.  3;25,17,16;,
  231.  3;17,25,26;,
  232.  3;26,18,17;,
  233.  3;18,26,27;,
  234.  3;27,19,18;,
  235.  3;33,32,28;,
  236.  3;28,20,33;,
  237.  3;20,28,29;,
  238.  3;29,21,20;,
  239.  3;21,29,30;,
  240.  3;30,22,21;,
  241.  3;22,30,31;,
  242.  3;31,23,22;,
  243.  3;35,34,24;,
  244.  3;24,16,35;,
  245.  3;0,8,9;,
  246.  3;9,1,0;,
  247.  3;1,9,10;,
  248.  3;10,2,1;,
  249.  3;2,10,11;,
  250.  3;11,3,2;,
  251.  3;37,36,12;,
  252.  3;12,4,37;,
  253.  3;4,12,13;,
  254.  3;13,5,4;,
  255.  3;5,13,14;,
  256.  3;14,6,5;,
  257.  3;6,14,15;,
  258.  3;15,7,6;,
  259.  3;39,38,8;,
  260.  3;8,0,39;;
  261.  
  262.  MeshMaterialList {
  263.   2;
  264.   64;
  265.   0,
  266.   0,
  267.   0,
  268.   0,
  269.   0,
  270.   0,
  271.   0,
  272.   0,
  273.   0,
  274.   0,
  275.   0,
  276.   0,
  277.   0,
  278.   0,
  279.   0,
  280.   0,
  281.   1,
  282.   1,
  283.   1,
  284.   1,
  285.   1,
  286.   1,
  287.   1,
  288.   1,
  289.   1,
  290.   1,
  291.   1,
  292.   1,
  293.   1,
  294.   1,
  295.   1,
  296.   1,
  297.   0,
  298.   0,
  299.   0,
  300.   0,
  301.   0,
  302.   0,
  303.   0,
  304.   0,
  305.   0,
  306.   0,
  307.   0,
  308.   0,
  309.   0,
  310.   0,
  311.   0,
  312.   0,
  313.   1,
  314.   1,
  315.   1,
  316.   1,
  317.   1,
  318.   1,
  319.   1,
  320.   1,
  321.   1,
  322.   1,
  323.   1,
  324.   1,
  325.   1,
  326.   1,
  327.   1,
  328.   1;;
  329.   {Matamiwaku_x}
  330.   {Matami_x}
  331.  }
  332.  MeshNormals {
  333.   64;
  334.   -0.923880;0.000000;-0.382683;,
  335.   -0.923880;0.000000;-0.382683;,
  336.   -0.382683;0.000000;-0.923880;,
  337.   -0.382683;0.000000;-0.923880;,
  338.   0.382683;0.000000;-0.923880;,
  339.   0.382683;0.000000;-0.923880;,
  340.   0.923880;0.000000;-0.382683;,
  341.   0.923880;0.000000;-0.382683;,
  342.   0.923880;0.000000;0.382683;,
  343.   0.923880;0.000000;0.382683;,
  344.   0.382683;0.000000;0.923880;,
  345.   0.382683;0.000000;0.923880;,
  346.   -0.382683;0.000000;0.923880;,
  347.   -0.382683;0.000000;0.923880;,
  348.   -0.923880;0.000000;0.382683;,
  349.   -0.923880;0.000000;0.382683;,
  350.   -0.923880;0.000000;-0.382683;,
  351.   -0.923880;0.000000;-0.382683;,
  352.   -0.382683;0.000000;-0.923880;,
  353.   -0.382683;0.000000;-0.923880;,
  354.   0.382683;0.000000;-0.923880;,
  355.   0.382683;0.000000;-0.923880;,
  356.   0.923880;0.000000;-0.382683;,
  357.   0.923880;0.000000;-0.382683;,
  358.   0.923880;0.000000;0.382683;,
  359.   0.923880;0.000000;0.382683;,
  360.   0.382683;0.000000;0.923880;,
  361.   0.382683;0.000000;0.923880;,
  362.   -0.382683;0.000000;0.923880;,
  363.   -0.382683;0.000000;0.923880;,
  364.   -0.923880;0.000000;0.382683;,
  365.   -0.923880;0.000000;0.382683;,
  366.   0.923880;0.000000;0.382683;,
  367.   0.923880;0.000000;0.382683;,
  368.   0.382683;0.000000;0.923880;,
  369.   0.382683;0.000000;0.923880;,
  370.   -0.382683;0.000000;0.923880;,
  371.   -0.382683;0.000000;0.923880;,
  372.   -0.923880;0.000000;0.382683;,
  373.   -0.923880;0.000000;0.382683;,
  374.   -0.923880;0.000000;-0.382683;,
  375.   -0.923880;0.000000;-0.382683;,
  376.   -0.382683;0.000000;-0.923880;,
  377.   -0.382683;0.000000;-0.923880;,
  378.   0.382683;0.000000;-0.923880;,
  379.   0.382683;0.000000;-0.923880;,
  380.   0.923880;0.000000;-0.382683;,
  381.   0.923880;0.000000;-0.382683;,
  382.   0.923880;0.000000;0.382683;,
  383.   0.923880;0.000000;0.382683;,
  384.   0.382683;0.000000;0.923880;,
  385.   0.382683;0.000000;0.923880;,
  386.   -0.382683;0.000000;0.923880;,
  387.   -0.382683;0.000000;0.923880;,
  388.   -0.923880;0.000000;0.382683;,
  389.   -0.923880;0.000000;0.382683;,
  390.   -0.923880;0.000000;-0.382683;,
  391.   -0.923880;0.000000;-0.382683;,
  392.   -0.382683;0.000000;-0.923880;,
  393.   -0.382683;0.000000;-0.923880;,
  394.   0.382683;0.000000;-0.923880;,
  395.   0.382683;0.000000;-0.923880;,
  396.   0.923880;0.000000;-0.382683;,
  397.   0.923880;0.000000;-0.382683;;
  398.  
  399.   64;
  400.   3;0,0,0;,
  401.   3;1,1,1;,
  402.   3;2,2,2;,
  403.   3;3,3,3;,
  404.   3;4,4,4;,
  405.   3;5,5,5;,
  406.   3;6,6,6;,
  407.   3;7,7,7;,
  408.   3;8,8,8;,
  409.   3;9,9,9;,
  410.   3;10,10,10;,
  411.   3;11,11,11;,
  412.   3;12,12,12;,
  413.   3;13,13,13;,
  414.   3;14,14,14;,
  415.   3;15,15,15;,
  416.   3;16,16,16;,
  417.   3;17,17,17;,
  418.   3;18,18,18;,
  419.   3;19,19,19;,
  420.   3;20,20,20;,
  421.   3;21,21,21;,
  422.   3;22,22,22;,
  423.   3;23,23,23;,
  424.   3;24,24,24;,
  425.   3;25,25,25;,
  426.   3;26,26,26;,
  427.   3;27,27,27;,
  428.   3;28,28,28;,
  429.   3;29,29,29;,
  430.   3;30,30,30;,
  431.   3;31,31,31;,
  432.   3;32,32,32;,
  433.   3;33,33,33;,
  434.   3;34,34,34;,
  435.   3;35,35,35;,
  436.   3;36,36,36;,
  437.   3;37,37,37;,
  438.   3;38,38,38;,
  439.   3;39,39,39;,
  440.   3;40,40,40;,
  441.   3;41,41,41;,
  442.   3;42,42,42;,
  443.   3;43,43,43;,
  444.   3;44,44,44;,
  445.   3;45,45,45;,
  446.   3;46,46,46;,
  447.   3;47,47,47;,
  448.   3;48,48,48;,
  449.   3;49,49,49;,
  450.   3;50,50,50;,
  451.   3;51,51,51;,
  452.   3;52,52,52;,
  453.   3;53,53,53;,
  454.   3;54,54,54;,
  455.   3;55,55,55;,
  456.   3;56,56,56;,
  457.   3;57,57,57;,
  458.   3;58,58,58;,
  459.   3;59,59,59;,
  460.   3;60,60,60;,
  461.   3;61,61,61;,
  462.   3;62,62,62;,
  463.   3;63,63,63;;
  464.  }
  465.  MeshTextureCoords {
  466.   40;
  467.   8.000000;-1.000000;
  468.   13.303301;-1.000000;
  469.   8.000000;-1.000000;
  470.   2.696699;-1.000000;
  471.   8.000000;-1.000000;
  472.   2.696699;-1.000000;
  473.   8.000000;-1.000000;
  474.   13.303301;-1.000000;
  475.   8.000000;-6.000000;
  476.   13.303301;-6.000000;
  477.   8.000000;-6.000000;
  478.   2.696699;-6.000000;
  479.   8.000000;-6.000000;
  480.   2.696699;-6.000000;
  481.   8.000000;-6.000000;
  482.   13.303301;-6.000000;
  483.   0.000000;2.000000;
  484.   2.000003;2.000000;
  485.   0.000000;2.000000;
  486.   -2.000003;2.000000;
  487.   0.000000;2.000000;
  488.   -2.000003;2.000000;
  489.   0.000000;2.000000;
  490.   2.000003;2.000000;
  491.   0.000000;-0.000000;
  492.   2.000003;-0.000000;
  493.   0.000000;-0.000000;
  494.   -2.000003;-0.000000;
  495.   0.000000;-0.000000;
  496.   -2.000003;-0.000000;
  497.   0.000000;-0.000000;
  498.   2.000003;-0.000000;
  499.   2.000003;-0.000000;
  500.   2.000003;2.000000;
  501.   -2.000003;-0.000000;
  502.   -2.000003;2.000000;
  503.   13.303301;-6.000000;
  504.   13.303301;-1.000000;
  505.   2.696699;-6.000000;
  506.   2.696699;-1.000000;;
  507.  }
  508. }
  509.