home *** CD-ROM | disk | FTP | other *** search
- 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
- From: mmcohen@cats.ucsc.edu (Michael M Cohen)
- Newsgroups: comp.sys.sgi.graphics
- Subject: glcompat
- Message-ID: <1hrmu2INNfgp@darkstar.UCSC.EDU>
- Date: 30 Dec 92 08:34:10 GMT
- Organization: University of California; Santa Cruz
- Lines: 26
- NNTP-Posting-Host: si.ucsc.edu
-
-
- I'm trying to get mapcolor to work when I do it rather than waiting
- till cursor enters window with something like:
-
- winset(sgm.wid);
- drawmode(NORMALDRAW);
- singlebuffer();
- cmode();
- glcompat(GLC_SLOWMAPCOLORS, TRUE);
- gconfig();
- ortho2((double)sgm.zx1,(double)sgm.zx2,
- (double)sgm.zy1,(double)sgm.zy2);
-
- But it still is buffering the mapcolor requests till I move
- cursor to window. Any hints on making this work?
-
- System S16123: Crimson-VGX 4.0.5
- --
-
- ======================================================================
- = Dr. Michael M. Cohen mmcohen@dewi.ucsc.edu =
- = Program in Experimental Psychology mmcohen@fuzzy.ucsc.edu =
- = 433 Clark Kerr Hall 408-459-2655 LAB =
- = University of California - Santa Cruz 408-459-2700 MSGS =
- = Santa Cruz, CA 95064 408-459-3519 FAX =
- ======================================================================
-