home *** CD-ROM | disk | FTP | other *** search
/ MEGAGAMES Premium 2: 34 Jogos / MEGAGAMESPremium02_34Jogos.iso / corrida / r2000 / data1.cab / Program_Executable_Files / CPoint.x < prev    next >
Text File  |  2000-03-13  |  10KB  |  495 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.  78;
  136.  18.00000;10.00000;1.00000;,
  137.  18.00000;10.00000;-1.00000;,
  138.  16.00000;10.00000;-1.00000;,
  139.  16.00000;10.00000;1.00000;,
  140.  18.00000;10.00000;-1.00000;,
  141.  18.00000;-10.00000;-1.00000;,
  142.  16.00000;-10.00000;-1.00000;,
  143.  16.00000;10.00000;-1.00000;,
  144.  18.00000;-10.00000;-1.00000;,
  145.  18.00000;-10.00000;1.00000;,
  146.  16.00000;-10.00000;1.00000;,
  147.  16.00000;-10.00000;-1.00000;,
  148.  18.00000;-10.00000;1.00000;,
  149.  18.00000;10.00000;1.00000;,
  150.  16.00000;10.00000;1.00000;,
  151.  16.00000;-10.00000;1.00000;,
  152.  18.00000;-10.00000;1.00000;,
  153.  18.00000;-10.00000;-1.00000;,
  154.  18.00000;10.00000;-1.00000;,
  155.  18.00000;10.00000;1.00000;,
  156.  16.00000;10.00000;1.00000;,
  157.  16.00000;10.00000;-1.00000;,
  158.  16.00000;-10.00000;-1.00000;,
  159.  16.00000;-10.00000;1.00000;,
  160.  -16.00000;10.00000;1.00000;,
  161.  -16.00000;10.00000;-1.00000;,
  162.  -18.00000;10.00000;-1.00000;,
  163.  -18.00000;10.00000;1.00000;,
  164.  -16.00000;10.00000;-1.00000;,
  165.  -16.00000;-10.00000;-1.00000;,
  166.  -18.00000;-10.00000;-1.00000;,
  167.  -18.00000;10.00000;-1.00000;,
  168.  -16.00000;-10.00000;-1.00000;,
  169.  -16.00000;-10.00000;1.00000;,
  170.  -18.00000;-10.00000;1.00000;,
  171.  -18.00000;-10.00000;-1.00000;,
  172.  -16.00000;-10.00000;1.00000;,
  173.  -16.00000;10.00000;1.00000;,
  174.  -18.00000;10.00000;1.00000;,
  175.  -18.00000;-10.00000;1.00000;,
  176.  -16.00000;-10.00000;1.00000;,
  177.  -16.00000;-10.00000;-1.00000;,
  178.  -16.00000;10.00000;-1.00000;,
  179.  -16.00000;10.00000;1.00000;,
  180.  -18.00000;10.00000;1.00000;,
  181.  -18.00000;10.00000;-1.00000;,
  182.  -18.00000;-10.00000;-1.00000;,
  183.  -18.00000;-10.00000;1.00000;,
  184.  18.00000;8.00000;-1.00000;,
  185.  18.00000;8.00000;1.00000;,
  186.  -18.00000;8.00000;1.00000;,
  187.  -18.00000;8.00000;-1.00000;,
  188.  18.00000;8.00000;1.00000;,
  189.  18.00000;10.00000;1.00000;,
  190.  -18.00000;10.00000;1.00000;,
  191.  -18.00000;8.00000;1.00000;,
  192.  18.00000;10.00000;1.00000;,
  193.  18.00000;10.00000;-1.00000;,
  194.  -18.00000;10.00000;-1.00000;,
  195.  -18.00000;10.00000;1.00000;,
  196.  18.00000;10.00000;-1.00000;,
  197.  -18.00000;10.00000;-1.00000;,
  198.  18.00000;10.00000;-1.00000;,
  199.  18.00000;10.00000;1.00000;,
  200.  18.00000;8.00000;1.00000;,
  201.  18.00000;8.00000;-1.00000;,
  202.  -18.00000;8.00000;-1.00000;,
  203.  -18.00000;8.00000;1.00000;,
  204.  -18.00000;10.00000;1.00000;,
  205.  -18.00000;10.00000;-1.00000;,
  206.  17.99598;13.63698;1.01938;,
  207.  -18.00402;13.63698;1.01938;,
  208.  -18.00000;10.00000;1.00000;,
  209.  18.00000;10.00000;1.00000;,
  210.  -18.00000;10.00000;-1.00000;,
  211.  -18.05201;13.53473;-0.89842;,
  212.  17.94799;13.53473;-0.89842;,
  213.  18.00000;10.00000;-1.00000;;
  214.  
  215.  40;
  216.  3;0,1,2;,
  217.  3;0,2,3;,
  218.  3;4,5,6;,
  219.  3;4,6,7;,
  220.  3;8,9,10;,
  221.  3;8,10,11;,
  222.  3;12,13,14;,
  223.  3;12,14,15;,
  224.  3;16,17,18;,
  225.  3;16,18,19;,
  226.  3;20,21,22;,
  227.  3;20,22,23;,
  228.  3;24,25,26;,
  229.  3;24,26,27;,
  230.  3;28,29,30;,
  231.  3;28,30,31;,
  232.  3;32,33,34;,
  233.  3;32,34,35;,
  234.  3;36,37,38;,
  235.  3;36,38,39;,
  236.  3;40,41,42;,
  237.  3;40,42,43;,
  238.  3;44,45,46;,
  239.  3;44,46,47;,
  240.  3;48,49,50;,
  241.  3;48,50,51;,
  242.  3;52,53,54;,
  243.  3;52,54,55;,
  244.  3;56,57,58;,
  245.  3;56,58,59;,
  246.  3;60,48,51;,
  247.  3;60,51,61;,
  248.  3;62,63,64;,
  249.  3;62,64,65;,
  250.  3;66,67,68;,
  251.  3;66,68,69;,
  252.  3;70,71,72;,
  253.  3;70,72,73;,
  254.  3;74,75,76;,
  255.  3;74,76,77;;
  256.  
  257.  MeshMaterialList {
  258.   6;
  259.   40;
  260.   4,
  261.   4,
  262.   4,
  263.   4,
  264.   4,
  265.   4,
  266.   4,
  267.   4,
  268.   4,
  269.   4,
  270.   4,
  271.   4,
  272.   4,
  273.   4,
  274.   4,
  275.   4,
  276.   4,
  277.   4,
  278.   4,
  279.   4,
  280.   4,
  281.   4,
  282.   4,
  283.   4,
  284.   4,
  285.   4,
  286.   4,
  287.   4,
  288.   4,
  289.   4,
  290.   4,
  291.   4,
  292.   4,
  293.   4,
  294.   4,
  295.   4,
  296.   4,
  297.   4,
  298.   5,
  299.   5;;
  300.   Material {
  301.    1.000000;1.000000;1.000000;1.000000;;
  302.    5.000000;
  303.    0.000000;0.000000;0.000000;;
  304.    0.250000;0.250000;0.250000;;
  305.    TextureFilename {
  306.     "GND5.bmp";
  307.    }
  308.   }
  309.   Material {
  310.    1.000000;1.000000;1.000000;1.000000;;
  311.    5.000000;
  312.    0.000000;0.000000;0.000000;;
  313.    0.250000;0.250000;0.250000;;
  314.    TextureFilename {
  315.     "wall.bmp";
  316.    }
  317.   }
  318.   Material {
  319.    1.000000;1.000000;1.000000;1.000000;;
  320.    5.000000;
  321.    0.000000;0.000000;0.000000;;
  322.    0.250000;0.250000;0.250000;;
  323.    TextureFilename {
  324.     "GND.bmp";
  325.    }
  326.   }
  327.   Material {
  328.    1.000000;1.000000;1.000000;1.000000;;
  329.    5.000000;
  330.    0.000000;0.000000;0.000000;;
  331.    0.250000;0.250000;0.250000;;
  332.    TextureFilename {
  333.     "WOOD01.bmp";
  334.    }
  335.   }
  336.   Material {
  337.    1.000000;1.000000;1.000000;1.000000;;
  338.    0.000000;
  339.    0.000000;0.000000;0.000000;;
  340.    0.610000;0.610000;0.610000;;
  341.    TextureFilename {
  342.     "iron.bmp";
  343.    }
  344.   }
  345.   Material {
  346.    1.000000;1.000000;1.000000;1.000000;;
  347.    0.000000;
  348.    0.000000;0.000000;0.000000;;
  349.    0.000000;0.000000;0.000000;;
  350.    TextureFilename {
  351.     "CheckPoint.bmp";
  352.    }
  353.   }
  354.  }
  355.  MeshNormals {
  356.   14;
  357.   0.000000;1.000000;0.000000;,
  358.   0.000000;0.000000;-1.000000;,
  359.   0.000000;-1.000000;-0.000000;,
  360.   0.000000;-0.002665;0.999996;,
  361.   0.000000;-0.005330;0.999986;,
  362.   0.000000;-0.005330;0.999986;,
  363.   0.000000;0.028726;-0.999587;,
  364.   0.000000;0.000000;1.000000;,
  365.   1.000000;0.000000;0.000000;,
  366.   -1.000000;0.000000;0.000000;,
  367.   0.000000;-0.000000;1.000000;,
  368.   0.000000;0.009576;-0.999954;,
  369.   0.000000;0.000000;-1.000000;,
  370.   0.000000;0.019153;-0.999817;;
  371.   40;
  372.   3;0,0,0;,
  373.   3;0,0,0;,
  374.   3;1,1,1;,
  375.   3;1,1,1;,
  376.   3;2,2,2;,
  377.   3;2,2,2;,
  378.   3;7,7,7;,
  379.   3;7,7,7;,
  380.   3;8,8,8;,
  381.   3;8,8,8;,
  382.   3;9,9,9;,
  383.   3;9,9,9;,
  384.   3;0,0,0;,
  385.   3;0,0,0;,
  386.   3;1,1,1;,
  387.   3;1,1,1;,
  388.   3;2,2,2;,
  389.   3;2,2,2;,
  390.   3;7,7,7;,
  391.   3;7,7,7;,
  392.   3;8,8,8;,
  393.   3;8,8,8;,
  394.   3;9,9,9;,
  395.   3;9,9,9;,
  396.   3;2,2,2;,
  397.   3;2,2,2;,
  398.   3;10,3,3;,
  399.   3;10,3,10;,
  400.   3;0,0,0;,
  401.   3;0,0,0;,
  402.   3;11,12,12;,
  403.   3;11,12,13;,
  404.   3;8,8,8;,
  405.   3;8,8,8;,
  406.   3;9,9,9;,
  407.   3;9,9,9;,
  408.   3;5,4,3;,
  409.   3;5,3,3;,
  410.   3;13,6,6;,
  411.   3;13,6,11;;
  412.  }
  413.  MeshTextureCoords {
  414.   78;
  415.   0.375000;-4.500000;
  416.   0.125000;-4.500000;
  417.   0.875000;-4.500000;
  418.   0.625000;-4.500000;
  419.   0.000000;-4.500000;
  420.   0.000000;5.500000;
  421.   -1.000000;5.500000;
  422.   -1.000000;-4.500000;
  423.   0.125000;5.500000;
  424.   0.375000;5.500000;
  425.   -0.375000;5.500000;
  426.   -0.125000;5.500000;
  427.   0.000000;5.500000;
  428.   0.000000;-4.500000;
  429.   -1.000000;-4.500000;
  430.   -1.000000;5.500000;
  431.   -0.500000;5.500000;
  432.   -1.500000;5.500000;
  433.   -1.500000;-4.500000;
  434.   -0.500000;-4.500000;
  435.   -0.500000;-4.500000;
  436.   -1.500000;-4.500000;
  437.   -1.500000;5.500000;
  438.   -0.500000;5.500000;
  439.   1.000000;0.000000;
  440.   1.000000;1.000000;
  441.   0.000000;1.000000;
  442.   0.000000;0.000000;
  443.   -17.000000;-4.500000;
  444.   -17.000000;5.500000;
  445.   -18.000000;5.500000;
  446.   -18.000000;-4.500000;
  447.   1.000000;0.000000;
  448.   1.000000;1.000000;
  449.   0.000000;1.000000;
  450.   0.000000;0.000000;
  451.   -17.000000;5.500000;
  452.   -17.000000;-4.500000;
  453.   -18.000000;-4.500000;
  454.   -18.000000;5.500000;
  455.   -0.500000;5.500000;
  456.   -1.500000;5.500000;
  457.   -1.500000;-4.500000;
  458.   -0.500000;-4.500000;
  459.   -0.500000;-4.500000;
  460.   -1.500000;-4.500000;
  461.   -1.500000;5.500000;
  462.   -0.500000;5.500000;
  463.   -0.000000;9.500000;
  464.   -1.000000;9.500000;
  465.   -1.000000;-8.500000;
  466.   -0.000000;-8.500000;
  467.   -0.000000;9.500000;
  468.   -1.000000;9.500000;
  469.   -1.000000;-8.500000;
  470.   0.000000;-8.500000;
  471.   8.500000;1.000000;
  472.   8.500000;0.000000;
  473.   -9.500000;0.000000;
  474.   -9.500000;1.000000;
  475.   -1.000000;9.500000;
  476.   -1.000000;-8.500000;
  477.   1.000000;0.000000;
  478.   1.000000;1.000000;
  479.   0.000000;1.000000;
  480.   0.000000;0.000000;
  481.   1.000000;0.000000;
  482.   1.000000;1.000000;
  483.   0.000000;1.000000;
  484.   0.000000;0.000000;
  485.   8.497990;-0.418490;
  486.   -9.502010;-0.418490;
  487.   -9.500000;1.400000;
  488.   8.500000;1.400000;
  489.   -0.998560;0.000000;
  490.   -1.000000;1.000000;
  491.   -0.001440;1.000000;
  492.   0.000000;0.000000;;
  493.  }
  494. }
  495.