home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus Extra 1996 #6 / AmigaPlus-eXtra-6-96.iso.7z / AmigaPlus-eXtra-6-96.iso / programme / ham8_r3d / ham8_r3d.doc next >
Text File  |  1994-03-15  |  3KB  |  78 lines

  1.  
  2. *****************************************************************************
  3.  
  4.                       ham8_r3d.library 1.1  (16.03.94)
  5.  
  6.                               by Konrad Dubiel
  7.                  Banshee of World Federation of Mad Hackers
  8.  
  9. *****************************************************************************
  10.  
  11.  
  12.                                INTRODUCTION
  13.                               --------------
  14.  
  15. "ham8_r3d.library" is a custom display interface for Realsoft's raytracing
  16. program "Real 3D". It allows to render images directly to HAM8 screen and
  17. save them in IFF ILBM format. This library is intended for use with Real 3D
  18. v1.4.1 and is rather useless for owners of Real 3D v2.0 because it has HAM8
  19. support built in. 
  20.  
  21. This library is a freeware, but is Copyright (c) by Konrad Dubiel. This
  22. archive may be freely distributed as long as all files remain unchanged.
  23.  
  24. Suggestions, bug-reports, Real 3D objects and images please send to:
  25. Konrad Dubiel
  26. Bartnicza 12/5                 e-mail addresses:
  27. 71-487 Szczecin                Bitnet:    banshee@plszus11
  28. Poland                         Internet:  banshee@uoo.univ.szczecin.pl
  29.  
  30.  
  31.                                REQUIREMENTS
  32.                               --------------
  33.  
  34. To use this library you need:
  35.   - Real 3D v1.4.1 or later,
  36.   - Amiga computer with AGA chipset,
  37.   - Kickstart 3.0 (surprise !),
  38.   - asl and iffparse libraries.
  39.  
  40.  
  41.                                INSTALLATION
  42.                               --------------
  43.  
  44. I think that installation doesn't require use of Installer. Simply copy
  45. ham8_r3d.library to your LIBS: or REAL: directory.
  46.  
  47.  
  48.                                    USAGE
  49.                                   -------
  50.  
  51. After installing this library you must enter Real's "Solid" mode and select
  52. function "Library name" from menu "Frame buffer". Then type
  53. "ham8_r3d.library" and select OK. This name will be saved in RealEnv file
  54. when you exit Real, so you need to type it only once. When the library is
  55. loaded "Frame buffer" menu contains four additional functions (this is true
  56. for Real 3D v1.4.2, in v1.4.1 there are five new functions).
  57.  
  58. "Open screen"
  59. Opens a screen (behind all others) and sets "Width" and "Height" to its size.
  60. You must select this function first, before rendering. Images are rendered to
  61. this screen in "Lampless", "Shadowless" and "Normal" modes.
  62.  
  63. "Close screen"
  64. Closes the screen. It is of course automatically closed when you exit the
  65. program.
  66.  
  67. "Set modes"
  68. Opens a screen mode requester. You can set any monitor you want, overscan and
  69. size. Screens larger then overscan area are autoscrolled. After setting
  70. display mode screen is re-opened. You must have previously opened screen to
  71. use this function.
  72.  
  73. "Save"
  74. Saves rendered HAM8 image in IFF ILBM format. If you activate "IFF-24" or
  75. "TARGA" gadget, image will be saved as 24 bit IFF or TARGA. Users of Real 3D
  76. v1.4.1 will find two save functions in "Frame buffer" menu - "Custom save"
  77. saves HAM8 IFF, and "24 bit save" saves IFF24 or TARGA.
  78.