home *** CD-ROM | disk | FTP | other *** search
/ RenderWare Demos 1994 November / Renderwaredemos1194.iso / rwftp / dos / demo / dosview.txt < prev    next >
Encoding:
Text File  |  1994-08-05  |  4.0 KB  |  96 lines

  1.      RenderWare(tm) v1.3 FCS 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. This demonstration program is freely distributable in it's current form. That
  15. is as a single zip file which must contain this text file.
  16.  
  17. RenderWare is a trademark of Canon Inc.
  18. ----------------------------------------------------------------------------
  19.  
  20. DOSVIEW.EXE
  21. ===========
  22.  
  23. This sample application is a simple geometry viewer. It uses a single
  24. RenderWare scene, camera and light for rendering purposes. The application
  25. can, however, handle multiple clumps in the scene simultaneously. Each
  26. clump can be spun and dragged individually. Clumps can be added to the
  27. scene simply by clicking on the bottom line of the screen and typing in the
  28. fie name of the clump you wich to load.  Additionally, the camera can be
  29. panned around and zoomed into or out of the scene and the light source moved.
  30.  
  31. Once the application is running, clumps can be added to the viewer
  32. by clicking on the bottom line of the screen and typing in a file name
  33. RenderWare V1.3 allows cameras to have bitmapped
  34. backdrop images. To add a backdrop type a texture filename on the bottom
  35. line.
  36.  
  37. The Application Controls
  38. ------------------------
  39.  
  40. DOSVIEW.EXE is controlled with the mouse and keyboard in particular the keys
  41. CONTROL and SHIFT. The controls for the application are as follows:
  42.  
  43. 1)  Adding a clump.
  44.     Click on the bottom line and type in a filename.
  45.  
  46. 2)  Deleting a clump.
  47.     Click the left mouse button (while holding down the SHIFT and CONTROL
  48.     keys) whilst over the clump .
  49.  
  50. 3)  Adding a backdrop image.
  51.     Simply click on the bottom line of the screen and type in a texture file
  52.     (or any MS Windows 3.1 bitmap (.bmp) file) and press return.
  53.  
  54. 4)  Deleting a backdrop image.
  55.     Click the left mouse button (while holding down the SHIFT and CONTROL
  56.     keys) whilst over the background (i.e., while the mouse pointer is not
  57.     over any clump)
  58.  
  59. 5)  Panning and zooming the camera.
  60.     Hold down the right mouse button.
  61.     Horizontal mouse movement will pan the camera around the scene.
  62.     Vertical mouse movement will zoom the camera into and out of the scene.
  63.  
  64. 6)  Tilting the camera.
  65.     Hold down the right mouse button and the SHIFT key.
  66.     Vertical mouse movement will tilt the camera over and under the scene.
  67.  
  68. 7)  Panning and tilting the light.
  69.     Hold down the right mouse button and the CONTROL key.
  70.     Horizontal mouse movement will pan the light around the scene.
  71.     Vertical mouse movement will tilt the light around the scene.
  72.  
  73. 8)  Spinning a clump.
  74.     Hold down the left mouse button with the pointer over a clump.
  75.     Horizontal mouse movement will spin the clump about its Y axis.
  76.     Vertical mouse movement will spin the clump about its X axis.
  77.  
  78. 9)  Dragging a clump.
  79.     Hold down the left mouse button and SHIFT key with the pointer over a
  80.     clump.
  81.     Horizontal mouse movement will drag the clump in X.
  82.     Vertical mouse movement will drag the clump in Y.
  83.  
  84. 10) Dragging a clump toward and away from the camera.
  85.     Hold down the left mouse button and CONTROL key with the pointer
  86.     over a clump.  Vertical mouse movement will drag the clump in Z.
  87.  
  88. 11) Scrolling the backdrop.
  89.     When a backdrop image has been loaded (see 3 above) hold down the left
  90.     mouse button over the background.
  91.     Horizontal movement of the mouse will scroll the backdrop horizontally.
  92.     Vertical movement of the mouse will scroll the backdrop vertically.
  93.  
  94. 12) Press ESC to exit.
  95.  
  96.