home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / sys / sgi / 13076 < prev    next >
Encoding:
Internet Message Format  |  1992-08-31  |  726 b 

  1. Path: sparky!uunet!paladin.american.edu!darwin.sura.net!dtix!mimsy!afterlife!adm!news
  2. From: BABINB@vax1.dseg.ti.com
  3. Newsgroups: comp.sys.sgi
  4. Subject: RE: GL puzzle: zbuffer madness
  5. Message-ID: <32283@adm.brl.mil>
  6. Date: 31 Aug 92 14:32:55 GMT
  7. Sender: news@adm.brl.mil
  8. Lines: 10
  9.  
  10.  
  11.   The reason why the first program works and the second doesn't is that there
  12. is only one zbuffer per graphics head.  This means for all systems except the
  13. Skywriter there is a single zbuffer available for hidden surface removal.
  14. Thus, the first program works because you clear the zbuffer before drawing
  15. each frame.  But, the second program doesn't work because the zbuffer still
  16. has the data from the first frame.
  17.   Hope this helps.
  18.  
  19. Brad Babin
  20.