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

  1. Newsgroups: comp.graphics
  2. Path: sparky!uunet!usc!elroy.jpl.nasa.gov!ncar!destroyer!cs.ubc.ca!uw-beaver!fluke!plato!coy
  3. From: coy@plato.ds.boeing.com (Stephen B Coy)
  4. Subject: Re: Faster ray intersector for POV
  5. Message-ID: <BzHCHJ.8zI@plato.ds.boeing.com>
  6. Organization: Boeing Defense & Space Group
  7. References: <BzF6v7.Equ@plato.ds.boeing.com> <724717837snx@osea.demon.co.uk>
  8. Date: Sat, 19 Dec 1992 00:10:30 GMT
  9. Lines: 23
  10.  
  11. In article <724717837snx@osea.demon.co.uk> andy@osea.demon.co.uk (Andrew Haveland-Robinson) writes:
  12.  
  13. >I haven't come across raw2pov before though.
  14.  
  15. You should be able to find it on CIS and The Graphics Alternative
  16. BBS.
  17.  
  18. >Are raw files of the format:
  19.  
  20. The raw files are just the vertex data for the triangles.
  21.  
  22. x1 y1 z1
  23. x2 y2 z2
  24. x3 y3 z3
  25.  
  26. You end up with 9 numbers per triangle.  Most of the POV utilities
  27. that read these don't require any special formatting.
  28.  
  29. Stephen Coy
  30. coy@plato.ds.boeing.com
  31.  
  32.  
  33.  
  34.