home *** CD-ROM | disk | FTP | other *** search
/ Learn 3D Graphics Programming on the PC / Learn_3D_Graphics_Programming_on_the_PC_Ferraro.iso / rwdos / dosview.txt < prev    next >
Text File  |  1995-02-15  |  3KB  |  84 lines

  1.      RenderWare(tm) v1.4 MS-Dos Demonstration Program
  2.      ================================================
  3.  
  4. ----------------------------------------------------------------------------
  5. This demonstration program is copyright Criterion Software Limited 1994.
  6. You may not disassemble, decompile or reverse engineer this demonstration
  7. program.
  8.  
  9. This demonstration program is provided as is with no warranties of any
  10. kind. Criterion Software  will not, under any circumstances, be liable for
  11. any lost revenue or other  damages arising from the use of this
  12. demonstration program.
  13.  
  14. RenderWare is a trademark of Canon Inc.
  15. ----------------------------------------------------------------------------
  16.  
  17. DOSVIEW.EXE
  18. ===========
  19.  
  20. This sample application is a simple geometry viewer. It uses a single
  21. RenderWare scene, camera and light for rendering purposes. The application
  22. can, however, handle multiple clumps in the scene simultaneously. Each
  23. clump can be spun and dragged individually. Clumps can be added to the
  24. scene simply by clicking on the bottom line of the screen and typing in the
  25. fie name of the clump you wich to load.  Additionally, the camera can be
  26. panned around and zoomed into or out of the scene and the light source moved.
  27.  
  28. Once the application is running, clumps can be added to the viewer
  29. by clicking on the bottom line of the screen and typing in a file name.
  30.  
  31. The Application Controls
  32. ------------------------
  33.  
  34. DOSVIEW.EXE is controlled with the mouse and keyboard in particular the keys
  35. CONTROL and SHIFT. The controls for the application are as follows:
  36.  
  37. 1)  Adding a clump.
  38.     Click on the bottom line and type in a filename.
  39.  
  40. 2)  Deleting a clump.
  41.     Click the left mouse button (while holding down the SHIFT and CONTROL
  42.     keys) whilst over the clump .
  43.  
  44. 3)  Adding a backdrop image.
  45.     Simply click on the bottom line of the screen and type in a texture file
  46.     (or any MS Windows 3.1 bitmap (.bmp) file) and press return.
  47.  
  48. 4)  Deleting a backdrop image.
  49.     Click the left mouse button (while holding down the SHIFT and CONTROL
  50.     keys) whilst over the background (i.e., while the mouse pointer is not
  51.     over any clump)
  52.  
  53. 5)  Panning and zooming the camera.
  54.     Hold down the right mouse button.
  55.     Horizontal mouse movement will pan the camera around the scene.
  56.     Vertical mouse movement will zoom the camera into and out of the scene.
  57.  
  58. 6)  Tilting the camera.
  59.     Hold down the right mouse button and the SHIFT key.
  60.     Vertical mouse movement will tilt the camera over and under the scene.
  61.  
  62. 7)  Panning and tilting the light.
  63.     Hold down the right mouse button and the CONTROL key.
  64.     Horizontal mouse movement will pan the light around the scene.
  65.     Vertical mouse movement will tilt the light around the scene.
  66.  
  67. 8)  Spinning a clump.
  68.     Hold down the left mouse button with the pointer over a clump.
  69.     Horizontal mouse movement will spin the clump about its Y axis.
  70.     Vertical mouse movement will spin the clump about its X axis.
  71.  
  72. 9)  Dragging a clump.
  73.     Hold down the left mouse button and SHIFT key with the pointer over a
  74.     clump.
  75.     Horizontal mouse movement will drag the clump in X.
  76.     Vertical mouse movement will drag the clump in Y.
  77.  
  78. 10) Dragging a clump toward and away from the camera.
  79.     Hold down the left mouse button and CONTROL key with the pointer
  80.     over a clump.  Vertical mouse movement will drag the clump in Z.
  81.  
  82. 11) Press ESC to exit.
  83.  
  84.