home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / graphics / 14082 < prev    next >
Encoding:
Internet Message Format  |  1993-01-21  |  1.0 KB

  1. Path: sparky!uunet!spool.mu.edu!yale.edu!newsserver.jvnc.net!netnews.upenn.edu!gradient.cis.upenn.edu!jnimerof
  2. From: jnimerof@gradient.cis.upenn.edu (Jeff Nimeroff)
  3. Newsgroups: comp.graphics
  4. Subject: Re: PoV question: Is there a way to render shadows but not objects?
  5. Summary: Ray tracing shadows
  6. Keywords: shadow tracing
  7. Message-ID: <106069@netnews.upenn.edu>
  8. Date: 21 Jan 93 21:55:15 GMT
  9. References: <1993Jan16.160403.21036@exucom.com> <107404@bu.edu> <pierre.727648742@manning>
  10. Sender: news@netnews.upenn.edu
  11. Organization: University of Pennsylvania
  12. Lines: 14
  13. Nntp-Posting-Host: gradient.cis.upenn.edu
  14.  
  15. For each eye ray, fire into the scene.  If it doesn't intersect the scene
  16. color a background color, non-black.
  17. If an object is hit, fire shadow feelers at the light source.  If there is
  18. an occlusion, color that point on the surface (its pixel in screen space)
  19. as black.
  20.  
  21. I think this would work...
  22.  
  23. Jeffry Nimeroff
  24. Computer Graphics Research Laboratory
  25. Computer and Information Science
  26. University of Pennsylvania
  27. Ph.D. 1993
  28.  
  29.