home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwwin / rwvis.tx_ / rwvis.bin
Text File  |  1995-11-14  |  3KB  |  86 lines

  1.      RenderWare(tm) v1.4 FCS MS Windows Demonstration Program
  2.      =============================================================
  3.  
  4. ----------------------------------------------------------------------------
  5. This demonstration program is copyright Criterion Software Limited 1994. 
  6. Criterion Software grants you a license to use it only in the form as 
  7. supplied. You may not disassemble, decompile or reverse engineer this 
  8. demonstration program.
  9.  
  10. This demonstration programs is provided as is with no warranties of any
  11. kind. Criterion Software will not, under any circumstances, be liable for
  12. any lost revenue or other damages arising from the use of this
  13. demonstration programs.
  14.  
  15. RenderWare is a registered trademark of Canon Inc.
  16. Other trademarks acknowledged.
  17.  
  18.  
  19. RWVIS.EXE
  20. =========
  21.  
  22. RWVIS.EXE is a demonstration of RenderWare's applicability to scientific
  23. visualization and graphing applications. The demonstration allows the
  24. user to plot several graphs and control their appearance by applying
  25. textures etc.
  26.  
  27. The Application Controls
  28. ------------------------
  29.  
  30. The demonstration is mainly controlled by menus. However
  31. it is possible to rotate the graph itself and the light
  32. illuminating the graph using the mouse.
  33.  
  34. 1) Rotating the object.
  35.    Hold the left mouse button down and move the mouse.
  36.    The graph will continue to rotate after the mouse
  37.    button is release as if the graph has momentum.
  38.  
  39. 1) Moving the light.
  40.    Hold the right mouse button down and move the mouse.
  41.  
  42. The Menus
  43. ---------
  44.  
  45. The Plot Menu
  46. This menu is used to select the actual functions used to
  47. plot the graph. From the menu you should select a function
  48. in x (f(x)) and function in y (f(y)) and a means to combine
  49. those functions. A dynamically changing graph may also be
  50. selected.
  51.     f(x) items       - Select a function in x.
  52.     f(y) items       - Select a function in y.
  53.     f(x), f(y) items - Select a means of combining f(x) and f(y).
  54.     Membrane         - Select a dynamically changing "membrane"
  55.                        like graph.
  56.  
  57. The Resolution Menu
  58. Select the number of polygons used to approximate the surface
  59. of the graph. The actual number of polygons used is the square
  60. of the resolution.
  61.     4                - Use 16 polygons to approximate the graph.
  62.     8                - Use 64 polygons to approximate the graph.
  63.     16               - Use 256 polygons to approximate the graph.
  64.  
  65. The Shading Menu
  66.     Flat             - Flat shade the graph.
  67.     Smooth           - Smooth shade the graph.
  68.  
  69. The Texture Menu
  70.     None             - Don't apply a texture map to the graph.
  71.     Wood             - Apply a wood texture map to the graph.
  72.     Brick            - Apply a brick texture map to the graph.
  73.     Marble           - Apply a marble texture map to the graph.
  74.     Mandelbrot       - Apply a mandelbrot texture map to the graph.
  75.     Mandrill         - Apply a mandrill texture map to the graph.
  76.  
  77. The Help Menu
  78.     About            - Displays information about this demonstration.
  79.  
  80.        ==========================================================
  81.  
  82.  
  83.  
  84.  
  85.  
  86.