home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #31 / NN_1992_31.iso / spool / comp / sys / sgi / graphics / 68 < prev    next >
Encoding:
Internet Message Format  |  1992-12-30  |  1.4 KB

  1. Path: sparky!uunet!zaphod.mps.ohio-state.edu!cs.utexas.edu!qt.cs.utexas.edu!yale.edu!spool.mu.edu!olivea!hal.com!darkstar.UCSC.EDU!cats.ucsc.edu!mmcohen
  2. From: mmcohen@cats.ucsc.edu (Michael M Cohen)
  3. Newsgroups: comp.sys.sgi.graphics
  4. Subject: glcompat
  5. Message-ID: <1hrmu2INNfgp@darkstar.UCSC.EDU>
  6. Date: 30 Dec 92 08:34:10 GMT
  7. Organization: University of California; Santa Cruz
  8. Lines: 26
  9. NNTP-Posting-Host: si.ucsc.edu
  10.  
  11.  
  12. I'm trying to get mapcolor to work when I do it rather than waiting
  13. till cursor enters window with something like:
  14.  
  15.         winset(sgm.wid);
  16.         drawmode(NORMALDRAW);
  17.         singlebuffer();
  18.         cmode();
  19.         glcompat(GLC_SLOWMAPCOLORS, TRUE);
  20.         gconfig();
  21.         ortho2((double)sgm.zx1,(double)sgm.zx2,
  22.                 (double)sgm.zy1,(double)sgm.zy2);
  23.  
  24. But it still is buffering the mapcolor requests till I move
  25. cursor to window. Any hints on making this work?
  26.  
  27. System S16123: Crimson-VGX 4.0.5
  28. -- 
  29.  
  30. ======================================================================
  31. =   Dr. Michael M. Cohen                   mmcohen@dewi.ucsc.edu     = 
  32. =   Program in Experimental Psychology     mmcohen@fuzzy.ucsc.edu    =
  33. =   433 Clark Kerr Hall                    408-459-2655 LAB          = 
  34. =   University of California - Santa Cruz  408-459-2700 MSGS         = 
  35. =   Santa Cruz, CA 95064                   408-459-3519 FAX          = 
  36. ======================================================================
  37.