home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / ACAD / POVFAST.ZIP / README < prev   
Text File  |  1994-03-14  |  3KB  |  65 lines

  1.                             14 Mar 1994.
  2. Dear PC POV users,
  3.  
  4. I have compiled POV-Ray 2.2 for the PC using Watcom386 and full optimisations.
  5. Please note that it is a 486DX-optimised version (386DX's should still run
  6. but ONLY when equipped with a coprocessor). YOU WILL NEED A MATH COPROCESSOR
  7. TO RUN THIS VERSION.
  8.  
  9. It is available via anonymous ftp on:
  10.      dolphin.doc.ic.ac.uk:/pub/graphics/pov-dos/povfast2.zip
  11.  
  12. You will need the dos4gw.exe Rational Systems dos extender run time module 
  13. in your path (I include it - it is the same extender distributed with 
  14. ghostscript for dos).
  15.  
  16. The new executable presents (compared to orig distrib in alfred.ccs.carleton..):
  17. a speedup as follows:
  18. - On DOS 5.0 486DX/25,386DX40/copro - 4MB: speedup of 12-25% on most scene files
  19. - On DOS 6.2 486DX2/50 - 12MB: about 10x speedup! This indicates that there
  20.   must be something wrong with the ICB extender running under DOS 6.2: POV was
  21.   running extremely slow on my home machine which is what forced me to try a
  22.   recompilation with watcom's 386 compiler.
  23.  
  24. You might find that for some (old) cards the display autodetect does NOT
  25. work. Use +d?? (specify ?? explicitly according to IBMPC POV documentation,
  26. file IBMPC.DOC, also included) and it should work without a problem
  27. (eg: +d1 for vga).
  28.  
  29. Feel free to re-distribute it according to the conditions set out in the
  30. file POVLEGAL.DOC (also included). 
  31.  
  32. Please, send me an e-mail if you find POVFAST faster on your PC. Tell me
  33. if you also noticed the slowness problem with dos 6.2.
  34.  
  35.  
  36. !!!!!!!!!!!!!!!!!!!!!!!!!!!!! IMPORTANT !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  37. NOTE: THIS IS AN UNOFFICIAL DISTRIBUTION.  The OFFICIAL ONE CAN BE FTP'ed
  38. FROM alfred.ccs.carleton.ca:/pub/pov-ray. DO NOT REPORT PROBLEMS OF THIS
  39. EXECUTABLE TO THE ORIGINAL AUTHORS !!!
  40. I MAY OFFER VERY LIMITED SUPPORT ON THIS VERSION AND ONLY VIA E-MAIL.
  41. NO WARRANTIES WHATSOEVER.
  42. !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
  43.  
  44. NOTE:
  45. There have been long discussions about 'correctness' of different compilations
  46. of POV. You WILL find differences in files rendered with this version
  47. and the ones rendered by the original executable. I found this to be the case
  48. only on files which depend on use of the rand() library function (random noise
  49. textures etc use it). These differences are due to differences in the rand()
  50. function itself in various compilers. I do not know whether ANSI defines a
  51. standard for the rand and srand functions semantics - I am also not sure
  52. whether the copies of these functions provided in IBM.C source file are the
  53. 'standard' ones - feel free to comment on this and if you know which is the
  54. standard, if any, I can incorporate on a later compile. I think the best
  55. way to avoid this problem for good is to override the library rand() generator
  56. and use a custom one (eg pov_rand() and pov_srand()- there is plenty of code
  57. available).
  58.  
  59. Enjoy (faster) POving...,
  60.  
  61. ---
  62.  Angelo Haritsis, Applied Systems Section
  63.  s-mail: Dpt of Computing,Imperial College, 180 Queen's Gate, London SW7 2BZ, UK
  64.  e-mail: ah@doc.ic.ac.uk - tel:+44 71 225 8452 - fax:+44 71 589 7127
  65.