home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #19 / NN_1992_19.iso / spool / comp / graphics / 9397 < prev    next >
Encoding:
Internet Message Format  |  1992-09-02  |  909 b 

  1. Path: sparky!uunet!cs.utexas.edu!sun-barr!ames!agate!drkszk
  2. From: drkszk@ocf.berkeley.edu (Derek Suzuki)
  3. Newsgroups: comp.graphics
  4. Subject: Re: 3-d animation
  5. Date: 3 Sep 1992 00:09:30 GMT
  6. Organization: U. C. Berkeley Open Computing Facility
  7. Lines: 11
  8. Message-ID: <183l3qINNc93@agate.berkeley.edu>
  9. References: <1833kfINN6nb@agate.berkeley.edu>
  10. NNTP-Posting-Host: lightning.berkeley.edu
  11. Keywords: 3d clip animation
  12.  
  13.     It's been suggested that I draw every 3d frame onto a memory
  14. bitmap, then blt that to screen when it is complete.  However, under
  15. OS/2 PM I can't do page flipping (I only control the applicaion's
  16. window).  I also want to be able to use the GPI primitive functions,
  17. such as the polygon draws and fills.  This would save me a lot of
  18. effort, as well as taking advantage of graphics accelerators.  Is
  19. there an equivalent to page flipping that works well with a GUI?
  20.  
  21. Derek
  22. drkszk@ocf.berkeley.edu
  23.  
  24.