home *** CD-ROM | disk | FTP | other *** search
/ The 3rd Dimension / TheThirdDimension.iso / data / 60star.x < prev    next >
Text File  |  1996-06-14  |  11KB  |  531 lines

  1. xof 0302txt 0064
  2. template Header {
  3.  <3D82AB43-62DA-11cf-AB39-0020AF71E433>
  4.  WORD major;
  5.  WORD minor;
  6.  DWORD flags;
  7. }
  8.  
  9. template Vector {
  10.  <3D82AB5E-62DA-11cf-AB39-0020AF71E433>
  11.  FLOAT x;
  12.  FLOAT y;
  13.  FLOAT z;
  14. }
  15.  
  16. template Coords2d {
  17.  <F6F23F44-7686-11cf-8F52-0040333594A3>
  18.  FLOAT u;
  19.  FLOAT v;
  20. }
  21.  
  22. template Matrix4x4 {
  23.  <F6F23F45-7686-11cf-8F52-0040333594A3>
  24.  array FLOAT matrix[16];
  25. }
  26.  
  27. template ColorRGBA {
  28.  <35FF44E0-6C7C-11cf-8F52-0040333594A3>
  29.  FLOAT red;
  30.  FLOAT green;
  31.  FLOAT blue;
  32.  FLOAT alpha;
  33. }
  34.  
  35. template ColorRGB {
  36.  <D3E16E81-7835-11cf-8F52-0040333594A3>
  37.  FLOAT red;
  38.  FLOAT green;
  39.  FLOAT blue;
  40. }
  41.  
  42. template IndexedColor {
  43.  <1630B820-7842-11cf-8F52-0040333594A3>
  44.  DWORD index;
  45.  ColorRGBA indexColor;
  46. }
  47.  
  48. template Boolean {
  49.  <4885AE61-78E8-11cf-8F52-0040333594A3>
  50.  WORD truefalse;
  51. }
  52.  
  53. template Boolean2d {
  54.  <4885AE63-78E8-11cf-8F52-0040333594A3>
  55.  Boolean u;
  56.  Boolean v;
  57. }
  58.  
  59. template MaterialWrap {
  60.  <4885AE60-78E8-11cf-8F52-0040333594A3>
  61.  Boolean u;
  62.  Boolean v;
  63. }
  64.  
  65. template TextureFilename {
  66.  <A42790E1-7810-11cf-8F52-0040333594A3>
  67.  STRING filename;
  68. }
  69.  
  70. template Material {
  71.  <3D82AB4D-62DA-11cf-AB39-0020AF71E433>
  72.  ColorRGBA faceColor;
  73.  FLOAT power;
  74.  ColorRGB specularColor;
  75.  ColorRGB emissiveColor;
  76.  [...]
  77. }
  78.  
  79. template MeshFace {
  80.  <3D82AB5F-62DA-11cf-AB39-0020AF71E433>
  81.  DWORD nFaceVertexIndices;
  82.  array DWORD faceVertexIndices[nFaceVertexIndices];
  83. }
  84.  
  85. template MeshFaceWraps {
  86.  <4885AE62-78E8-11cf-8F52-0040333594A3>
  87.  DWORD nFaceWrapValues;
  88.  Boolean2d faceWrapValues;
  89. }
  90.  
  91. template MeshTextureCoords {
  92.  <F6F23F40-7686-11cf-8F52-0040333594A3>
  93.  DWORD nTextureCoords;
  94.  array Coords2d textureCoords[nTextureCoords];
  95. }
  96.  
  97. template MeshMaterialList {
  98.  <F6F23F42-7686-11cf-8F52-0040333594A3>
  99.  DWORD nMaterials;
  100.  DWORD nFaceIndexes;
  101.  array DWORD faceIndexes[nFaceIndexes];
  102.  [Material]
  103. }
  104.  
  105. template MeshNormals {
  106.  <F6F23F43-7686-11cf-8F52-0040333594A3>
  107.  DWORD nNormals;
  108.  array Vector normals[nNormals];
  109.  DWORD nFaceNormals;
  110.  array MeshFace faceNormals[nFaceNormals];
  111. }
  112.  
  113. template MeshVertexColors {
  114.  <1630B821-7842-11cf-8F52-0040333594A3>
  115.  DWORD nVertexColors;
  116.  array IndexedColor vertexColors[nVertexColors];
  117. }
  118.  
  119. template Mesh {
  120.  <3D82AB44-62DA-11cf-AB39-0020AF71E433>
  121.  DWORD nVertices;
  122.  array Vector vertices[nVertices];
  123.  DWORD nFaces;
  124.  array MeshFace faces[nFaces];
  125.  [...]
  126. }
  127.  
  128. Header {
  129.  1;
  130.  0;
  131.  1;
  132. }
  133.  
  134. Mesh {
  135.  72;
  136.  0.000000;2.755200;0.900000;,
  137.  -0.000000;2.755200;-0.900000;,
  138.  1.026505;0.859890;0.900000;,
  139.  1.026504;0.859890;-0.900000;,
  140.  1.158071;0.847273;0.900000;,
  141.  1.158071;0.847273;-0.900000;,
  142.  2.605301;0.708484;0.900000;,
  143.  2.605300;0.708483;-0.900000;,
  144.  3.000000;0.670632;0.899999;,
  145.  2.999999;0.670632;-0.900000;,
  146.  2.715881;0.452232;0.899999;,
  147.  2.715880;0.452232;-0.900000;,
  148.  1.579405;-0.421369;0.900000;,
  149.  1.579405;-0.421369;-0.900000;,
  150.  1.295286;-0.639769;0.900000;,
  151.  1.295286;-0.639769;-0.900000;,
  152.  1.390138;-0.992341;0.900000;,
  153.  1.390137;-0.992341;-0.900000;,
  154.  1.769543;-2.402628;0.900000;,
  155.  1.769542;-2.402628;-0.900000;,
  156.  1.864394;-2.755200;0.900000;,
  157.  1.864394;-2.755200;-0.900000;,
  158.  1.553662;-2.536800;0.900000;,
  159.  1.553661;-2.536799;-0.900000;,
  160.  0.310732;-1.663200;0.900000;,
  161.  0.310732;-1.663199;-0.900000;,
  162.  0.000000;-1.444799;0.900000;,
  163.  -0.000000;-1.444799;-0.900000;,
  164.  -0.310732;-1.663200;0.900000;,
  165.  -0.310732;-1.663199;-0.900000;,
  166.  -1.553661;-2.536800;0.900000;,
  167.  -1.553662;-2.536799;-0.899999;,
  168.  -1.864394;-2.755200;0.900001;,
  169.  -1.864394;-2.755200;-0.899999;,
  170.  -1.769542;-2.402628;0.900000;,
  171.  -1.769543;-2.402628;-0.899999;,
  172.  -1.390137;-0.992341;0.900000;,
  173.  -1.390138;-0.992341;-0.900000;,
  174.  -1.295286;-0.639769;0.900000;,
  175.  -1.295286;-0.639769;-0.900000;,
  176.  -1.579405;-0.421369;0.900000;,
  177.  -1.579405;-0.421369;-0.900000;,
  178.  -2.715880;0.452232;0.900000;,
  179.  -2.715881;0.452232;-0.899999;,
  180.  -2.999999;0.670632;0.900000;,
  181.  -3.000000;0.670632;-0.899999;,
  182.  -2.605300;0.708484;0.900000;,
  183.  -2.605301;0.708483;-0.899999;,
  184.  -1.158071;0.847273;0.900000;,
  185.  -1.158071;0.847273;-0.900000;,
  186.  -1.026504;0.859890;0.900000;,
  187.  -1.026505;0.859890;-0.900000;,
  188.  1.026504;0.859890;-0.900000;,
  189.  2.999999;0.670632;-0.900001;,
  190.  1.295286;-0.639769;-0.900000;,
  191.  1.864394;-2.755200;-0.900000;,
  192.  -0.000000;-1.444799;-0.900000;,
  193.  -1.864394;-2.755200;-0.899999;,
  194.  -1.295286;-0.639769;-0.899999;,
  195.  -3.000000;0.670632;-0.899999;,
  196.  -1.026505;0.859890;-0.900000;,
  197.  -0.000000;2.755200;-0.900000;,
  198.  1.026505;0.859890;0.900000;,
  199.  3.000000;0.670632;0.899999;,
  200.  1.295286;-0.639769;0.900000;,
  201.  1.864394;-2.755200;0.900000;,
  202.  0.000000;-1.444799;0.900000;,
  203.  -1.864394;-2.755200;0.900001;,
  204.  -1.295286;-0.639769;0.900000;,
  205.  -2.999999;0.670632;0.900000;,
  206.  -1.026504;0.859890;0.900000;,
  207.  0.000000;2.755200;0.900000;;
  208.  
  209.  68;
  210.  3;0,3,1;,
  211.  3;3,0,2;,
  212.  3;2,5,3;,
  213.  3;5,2,4;,
  214.  3;4,7,5;,
  215.  3;7,4,6;,
  216.  3;6,9,7;,
  217.  3;9,6,8;,
  218.  3;8,11,9;,
  219.  3;11,8,10;,
  220.  3;10,13,11;,
  221.  3;13,10,12;,
  222.  3;12,15,13;,
  223.  3;15,12,14;,
  224.  3;14,17,15;,
  225.  3;17,14,16;,
  226.  3;16,19,17;,
  227.  3;19,16,18;,
  228.  3;18,21,19;,
  229.  3;21,18,20;,
  230.  3;20,23,21;,
  231.  3;23,20,22;,
  232.  3;22,25,23;,
  233.  3;25,22,24;,
  234.  3;24,27,25;,
  235.  3;27,24,26;,
  236.  3;26,29,27;,
  237.  3;29,26,28;,
  238.  3;28,31,29;,
  239.  3;31,28,30;,
  240.  3;30,33,31;,
  241.  3;33,30,32;,
  242.  3;32,35,33;,
  243.  3;35,32,34;,
  244.  3;34,37,35;,
  245.  3;37,34,36;,
  246.  3;36,39,37;,
  247.  3;39,36,38;,
  248.  3;38,41,39;,
  249.  3;41,38,40;,
  250.  3;40,43,41;,
  251.  3;43,40,42;,
  252.  3;42,45,43;,
  253.  3;45,42,44;,
  254.  3;44,47,45;,
  255.  3;47,44,46;,
  256.  3;46,49,47;,
  257.  3;49,46,48;,
  258.  3;48,51,49;,
  259.  3;51,48,50;,
  260.  3;50,1,51;,
  261.  3;1,50,0;,
  262.  3;54,52,53;,
  263.  3;56,54,55;,
  264.  3;58,56,57;,
  265.  3;60,58,59;,
  266.  3;52,60,61;,
  267.  3;56,52,54;,
  268.  3;60,56,58;,
  269.  3;56,60,52;,
  270.  3;62,64,63;,
  271.  3;64,66,65;,
  272.  3;66,68,67;,
  273.  3;68,70,69;,
  274.  3;70,62,71;,
  275.  3;62,66,64;,
  276.  3;66,70,68;,
  277.  3;70,66,62;;
  278.  
  279.  MeshMaterialList {
  280.   1;
  281.   1;
  282.   0;;
  283.   Material {
  284.    1.000000;1.000000;1.000000;1.000000;;
  285.    0.000000;
  286.    0.000000;0.000000;0.000000;;
  287.    0.000000;0.000000;0.000000;;
  288.   }
  289.  }
  290.  MeshNormals {
  291.   92;
  292.   0.879316;0.476240;-0.000000;,
  293.   -0.879316;0.476240;0.000000;,
  294.   0.879316;0.476240;-0.000000;,
  295.   -0.879316;0.476239;0.000000;,
  296.   0.879316;0.476240;-0.000000;,
  297.   0.095462;0.995433;-0.000000;,
  298.   0.879316;0.476240;-0.000000;,
  299.   0.095462;0.995433;-0.000000;,
  300.   0.095462;0.995433;-0.000000;,
  301.   0.095462;0.995433;-0.000000;,
  302.   0.095462;0.995433;-0.000000;,
  303.   0.095462;0.995433;-0.000000;,
  304.   0.095462;0.995433;-0.000000;,
  305.   0.609443;-0.792830;-0.000000;,
  306.   0.095462;0.995433;-0.000000;,
  307.   0.609443;-0.792830;-0.000000;,
  308.   0.609443;-0.792830;-0.000000;,
  309.   0.609443;-0.792830;-0.000000;,
  310.   0.609443;-0.792830;-0.000000;,
  311.   0.609443;-0.792830;-0.000000;,
  312.   0.609443;-0.792830;-0.000000;,
  313.   0.965665;0.259790;-0.000000;,
  314.   0.609443;-0.792830;-0.000000;,
  315.   0.965665;0.259790;-0.000000;,
  316.   0.965665;0.259790;-0.000000;,
  317.   0.965665;0.259790;-0.000000;,
  318.   0.965665;0.259790;-0.000000;,
  319.   0.965665;0.259790;-0.000000;,
  320.   0.965665;0.259790;-0.000000;,
  321.   -0.575030;-0.818132;-0.000000;,
  322.   0.965665;0.259790;-0.000000;,
  323.   -0.575030;-0.818132;-0.000000;,
  324.   -0.575030;-0.818132;-0.000000;,
  325.   -0.575030;-0.818132;-0.000000;,
  326.   -0.575030;-0.818133;0.000000;,
  327.   -0.575030;-0.818133;-0.000000;,
  328.   -0.575030;-0.818132;0.000000;,
  329.   0.575030;-0.818133;-0.000000;,
  330.   -0.575030;-0.818133;0.000000;,
  331.   0.575030;-0.818133;-0.000000;,
  332.   0.575030;-0.818132;-0.000000;,
  333.   0.575030;-0.818133;-0.000000;,
  334.   0.575029;-0.818133;-0.000000;,
  335.   0.575029;-0.818133;-0.000000;,
  336.   0.575030;-0.818132;-0.000000;,
  337.   -0.965665;0.259790;0.000000;,
  338.   0.575030;-0.818132;-0.000000;,
  339.   -0.965665;0.259790;0.000000;,
  340.   -0.965665;0.259790;0.000000;,
  341.   -0.965665;0.259790;0.000000;,
  342.   -0.965665;0.259790;0.000000;,
  343.   -0.965665;0.259790;0.000000;,
  344.   -0.965665;0.259790;0.000000;,
  345.   -0.609442;-0.792830;0.000000;,
  346.   -0.965665;0.259790;0.000000;,
  347.   -0.609442;-0.792830;0.000000;,
  348.   -0.609443;-0.792830;0.000000;,
  349.   -0.609442;-0.792830;0.000000;,
  350.   -0.609443;-0.792830;0.000000;,
  351.   -0.609443;-0.792830;0.000000;,
  352.   -0.609443;-0.792830;0.000000;,
  353.   -0.095462;0.995433;-0.000000;,
  354.   -0.609443;-0.792830;0.000000;,
  355.   -0.095462;0.995433;-0.000000;,
  356.   -0.095462;0.995433;-0.000000;,
  357.   -0.095462;0.995433;-0.000000;,
  358.   -0.095462;0.995433;-0.000000;,
  359.   -0.095462;0.995433;-0.000000;,
  360.   -0.095462;0.995433;-0.000000;,
  361.   -0.879316;0.476239;0.000000;,
  362.   -0.095462;0.995433;-0.000000;,
  363.   -0.879316;0.476239;0.000000;,
  364.   -0.000000;-0.000000;-1.000000;,
  365.   -0.000000;-0.000000;-1.000000;,
  366.   -0.000000;-0.000000;-1.000000;,
  367.   0.000000;0.000000;-1.000000;,
  368.   0.000000;0.000000;-1.000000;,
  369.   -0.000000;-0.000000;-1.000000;,
  370.   -0.000000;-0.000000;-1.000000;,
  371.   -0.000000;-0.000000;-1.000000;,
  372.   -0.000000;-0.000000;-1.000000;,
  373.   -0.000000;0.000000;-1.000000;,
  374.   0.000000;0.000000;1.000000;,
  375.   0.000000;0.000000;1.000000;,
  376.   0.000000;0.000000;1.000000;,
  377.   0.000000;0.000000;1.000000;,
  378.   0.000000;0.000000;1.000000;,
  379.   0.000000;0.000000;1.000000;,
  380.   0.000000;0.000000;1.000000;,
  381.   0.000000;0.000000;1.000000;,
  382.   0.000000;0.000000;1.000000;,
  383.   0.000000;0.000000;1.000000;;
  384.  
  385.   68;
  386.   3;0,6,2;,
  387.   3;6,0,4;,
  388.   3;5,9,7;,
  389.   3;9,5,8;,
  390.   3;8,11,9;,
  391.   3;11,8,10;,
  392.   3;10,14,11;,
  393.   3;14,10,12;,
  394.   3;13,17,15;,
  395.   3;17,13,16;,
  396.   3;16,19,17;,
  397.   3;19,16,18;,
  398.   3;18,22,19;,
  399.   3;22,18,20;,
  400.   3;21,25,23;,
  401.   3;25,21,24;,
  402.   3;24,27,25;,
  403.   3;27,24,26;,
  404.   3;26,30,27;,
  405.   3;30,26,28;,
  406.   3;29,33,31;,
  407.   3;33,29,32;,
  408.   3;32,35,33;,
  409.   3;35,32,34;,
  410.   3;34,38,35;,
  411.   3;38,34,36;,
  412.   3;37,41,39;,
  413.   3;41,37,40;,
  414.   3;40,43,41;,
  415.   3;43,40,42;,
  416.   3;42,46,43;,
  417.   3;46,42,44;,
  418.   3;45,49,47;,
  419.   3;49,45,48;,
  420.   3;48,51,49;,
  421.   3;51,48,50;,
  422.   3;50,54,51;,
  423.   3;54,50,52;,
  424.   3;53,57,55;,
  425.   3;57,53,56;,
  426.   3;56,59,57;,
  427.   3;59,56,58;,
  428.   3;58,62,59;,
  429.   3;62,58,60;,
  430.   3;61,65,63;,
  431.   3;65,61,64;,
  432.   3;64,67,65;,
  433.   3;67,64,66;,
  434.   3;66,70,67;,
  435.   3;70,66,68;,
  436.   3;69,3,71;,
  437.   3;3,69,1;,
  438.   3;74,72,73;,
  439.   3;76,74,75;,
  440.   3;78,76,77;,
  441.   3;80,78,79;,
  442.   3;72,80,81;,
  443.   3;76,72,74;,
  444.   3;80,76,78;,
  445.   3;76,80,72;,
  446.   3;82,84,83;,
  447.   3;84,86,85;,
  448.   3;86,88,87;,
  449.   3;88,90,89;,
  450.   3;90,82,91;,
  451.   3;82,86,84;,
  452.   3;86,90,88;,
  453.   3;90,86,82;;
  454.  }
  455.  MeshTextureCoords {
  456.   72;
  457.   0.000000;0.000000;,
  458.   0.000000;0.000000;,
  459.   0.000000;0.000000;,
  460.   0.000000;0.000000;,
  461.   0.000000;0.000000;,
  462.   0.000000;0.000000;,
  463.   0.000000;0.000000;,
  464.   0.000000;0.000000;,
  465.   0.000000;0.000000;,
  466.   0.000000;0.000000;,
  467.   0.000000;0.000000;,
  468.   0.000000;0.000000;,
  469.   0.000000;0.000000;,
  470.   0.000000;0.000000;,
  471.   0.000000;0.000000;,
  472.   0.000000;0.000000;,
  473.   0.000000;0.000000;,
  474.   0.000000;0.000000;,
  475.   0.000000;0.000000;,
  476.   0.000000;0.000000;,
  477.   0.000000;0.000000;,
  478.   0.000000;0.000000;,
  479.   0.000000;0.000000;,
  480.   0.000000;0.000000;,
  481.   0.000000;0.000000;,
  482.   0.000000;0.000000;,
  483.   0.000000;0.000000;,
  484.   0.000000;0.000000;,
  485.   0.000000;0.000000;,
  486.   0.000000;0.000000;,
  487.   0.000000;0.000000;,
  488.   0.000000;0.000000;,
  489.   0.000000;0.000000;,
  490.   0.000000;0.000000;,
  491.   0.000000;0.000000;,
  492.   0.000000;0.000000;,
  493.   0.000000;0.000000;,
  494.   0.000000;0.000000;,
  495.   0.000000;0.000000;,
  496.   0.000000;0.000000;,
  497.   0.000000;0.000000;,
  498.   0.000000;0.000000;,
  499.   0.000000;0.000000;,
  500.   0.000000;0.000000;,
  501.   0.000000;0.000000;,
  502.   0.000000;0.000000;,
  503.   0.000000;0.000000;,
  504.   0.000000;0.000000;,
  505.   0.000000;0.000000;,
  506.   0.000000;0.000000;,
  507.   0.000000;0.000000;,
  508.   0.000000;0.000000;,
  509.   0.000000;0.000000;,
  510.   0.000000;0.000000;,
  511.   0.000000;0.000000;,
  512.   0.000000;0.000000;,
  513.   0.000000;0.000000;,
  514.   0.000000;0.000000;,
  515.   0.000000;0.000000;,
  516.   0.000000;0.000000;,
  517.   0.000000;0.000000;,
  518.   0.000000;0.000000;,
  519.   0.000000;0.000000;,
  520.   0.000000;0.000000;,
  521.   0.000000;0.000000;,
  522.   0.000000;0.000000;,
  523.   0.000000;0.000000;,
  524.   0.000000;0.000000;,
  525.   0.000000;0.000000;,
  526.   0.000000;0.000000;,
  527.   0.000000;0.000000;,
  528.   0.000000;0.000000;;
  529.  }
  530. }
  531.