home *** CD-ROM | disk | FTP | other *** search
/ Stars of Shareware: Raytrace & Morphing / SOS-RAYTRACE.ISO / programm / raytrace / qrtpro / readme.txt < prev    next >
Encoding:
Text File  |  1993-09-05  |  3.5 KB  |  77 lines

  1. Revised 9-4-93. Recompiled with updated version of the compiler and
  2. with further optimizations.
  3.  
  4.                     Notes for QRTPRO.EXE
  5. ==============================================================================
  6.  
  7.   This archive contains a port of QRT version 1.5 for use on IBM
  8. compatible machines with *at least* an 80386(SX) CPU. The program will
  9. use a math coprocessor if one is installed in the machine, if not
  10. a protected mode '387 emulator will be loaded and used. The program 
  11. *may* execute in a machine with 2 megs of RAM although 4 is better.
  12. The program POVMOD included in the archive of POV-Ray 1.0 or 2.0 may 
  13. be used to change the amount of disk space the virtual memory manager will
  14. use. (POVMOD.EXE is in the POVIBM.ZIP file in the POVSOURCES library
  15. of the Graphics Developers Forum (GO GRAPHDEV) on CompuServe) The 
  16. region size is currently set to 2048K in this EXE which should be 
  17. enough for QRT. See the doc file with POVMOD (POVMOD.DOC) for further 
  18. information. 
  19.  
  20. For further documentation on QRT download the file QRT15E.ZIP from 
  21. the raytrace libs in GRAPHDEV on CompuServe. That file contains Doc's 
  22. as well as a Turbo C 2.0 real mode compile of the program that will run 
  23. on any IBM compatible machine. (No use duplicating Doc files in several 
  24. files, the real mode executable program is quite a bit smaller than 
  25. this one, a good part of the file size of that ZIP is Docs.) This compile 
  26. runs approximatly 40% faster than the real mode version in QRT15E.ZIP
  27. however. It will also report the time required to trace the image, in
  28. seconds, in the statistics report at the end of the run.
  29.  
  30. For a quick starter the syntax to run one of the example files 
  31. included here (from the command line prompt) is:
  32.  
  33. QRTPRO < MIRRORS.QRT
  34.  
  35. This will generate a 24 bit TARGA file called MIRROR.TGA. 
  36.  
  37. =========================================================================
  38.  
  39. If you get a message about a conflicting protected mode environment
  40. being detected, reboot your machine with *no TSR's or memory management*
  41. programs. QRTPRO should now run with most *current versions* of memory 
  42. managers on the market installed. Some VCPI applications, however, are
  43. still incompatible. This version will run under OS/2 2.x as a background
  44. task. DPMI_MEMORY_LIMIT (under DOS SETTINGS) must be set for 2+ Megs.
  45.     To run stand-alone under Windows 3.x your machine *MUST* have a 
  46. coprocessor installed. If your machine does not have a coprocessor
  47. installed you must copy the VEMD.386 file to your Windows subdirectory
  48. and add the following line to your SYSTEM.INI file in the [386enh]
  49. section:
  50.  
  51. device=<path>\VEMD.386
  52.  
  53. Where <path> is the DRIVE and PATH to the directory that contains VEMD.386.
  54. Case is not significant.
  55. =========================================================================
  56.  
  57.    This version of QRT writes a TARGA type 2 (uncompressed) file
  58. *ONLY*. It also assumes the video display is EGA or VGA for text
  59. output, although any should work. You may end up with wierd
  60. attributes on a mono display. Various programs can be used to
  61. convert the output to an S-VGA viewable file. Lee Crocker's program
  62. "PICLAB", available in the Graphics Support Forum on Compuserve, will
  63. do an excellent conversion to a GIF file which can then be viewed
  64. with any GIF viewing program. The image can be edited and/or
  65. converted with a commercial paint program such as ColoRix. 
  66.  
  67.  
  68. See READ_ME.TXT for information on QRT's author and the program.
  69.  
  70.  
  71. Have Fun! 
  72.  
  73. Bill Pulver, 9/4/93
  74. CIS EMAIL: 70405,1152
  75. InterNet : 70405.1152@compuserve.com   
  76.  
  77.