home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #30 / NN_1992_30.iso / spool / comp / graphics / 13044 < prev    next >
Encoding:
Text File  |  1992-12-21  |  2.2 KB  |  67 lines

  1. Newsgroups: comp.graphics
  2. From: andy@osea.demon.co.uk (Andrew Haveland-Robinson)
  3. Path: sparky!uunet!pipex!demon!osea.demon.co.uk!andy
  4. Distribution: world
  5. Subject: Re: Faster ray intersector for POV
  6. References: <BzF6v7.Equ@plato.ds.boeing.com>
  7. X-Mailer: cppnews $Revision: 1.14 $
  8. Organization: Haveland-Robinson Associates
  9. Lines: 53
  10. Date: Fri, 18 Dec 1992 15:30:37 +0000
  11. Message-ID: <724717837snx@osea.demon.co.uk>
  12. Sender: usenet@demon.co.uk
  13.  
  14.  
  15. In article <BzF6v7.Equ@plato.ds.boeing.com> coy@plato.ds.boeing.com (Stephen B Coy) writes:
  16.  
  17. >In article <724573602snx@osea.demon.co.uk> andy@osea.demon.co.uk (Andrew Haveland-Robinson) writes:
  18. >>I haven't been through the code in detail, but there must be a few loops
  19. >>that could be unwound a little.  The sluggishness comes from multiplatform
  20. >>code I guess.
  21. >
  22. >In general ray tracing is a slow process.  Right now the best way to
  23. >get the most speed out of POV is to make sure that your objects use
  24. >bounding boxes to help speed things up.  If you are render polygon
  25. >objects you should be using raw2pov which automatically adds the
  26. >bounding heirarchy.  Many people have reported 10-15 times speedups
  27. >with this.  Currently the POV developers are looking into adding
  28. >automatic bounding for a future version.  Until then you'll either
  29. >have to do it by hand or use a different ray tracer like RayShade,
  30. >Vivid, Bob, or MTV.
  31. >
  32. >Stephen Coy
  33. >coy@plato.ds.boeing.com
  34. >
  35. >author of Vivid & Bob
  36. >drinker of fine ales
  37.  
  38. Indeed Stephen - remember the Vivid/POV polygon benchtest I sent you??
  39. I haven't come across raw2pov before though.
  40.  
  41. Are raw files of the format:
  42.  
  43. 1
  44. 4    4    3    4
  45. 1.   1.   5
  46. 1.   1.   4
  47. 1.   1.   3
  48. 1.   1.   2
  49. 0.   0.   0.
  50. 1.   .55  0.
  51. 0.   1.1  0.
  52. 333 .55  1.
  53. 3    1    1    2    4
  54. 3    2    2    3    4
  55. 3    3    1    4    3
  56. 3    4    1    3    2
  57.  
  58. Cheers
  59. Andy.
  60.  
  61. +-----------------------------------------------------------------------+
  62. | Haveland-Robinson Associates   | Email: andy@osea.demon.co.uk         |
  63. | 54 Greenfield Road, London     |        ahaveland@cix.compulink.co.uk |
  64. | N15 5EP England. 081-800 1708  | Also:  0621-88756 081-802 4502       |
  65. +-----------------------------------------------------------------------+
  66. > Some dream of doing great things, while others stay awake and do them <
  67.