home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!gatech!concert!borg!glycine!bergman
- From: bergman@glycine.cs.unc.edu (Larry Bergman)
- Newsgroups: comp.sys.sgi
- Subject: anti-aliasing/depthcuing problem
- Message-ID: <18532@borg.cs.unc.edu>
- Date: 23 Dec 92 16:59:19 GMT
- Sender: news@cs.unc.edu
- Lines: 15
-
- I'm having difficulty toggling anit-aliasing and
- depthcuing in my program. If I specify anti-aliasing
- (using "subpixel(TRUE); linesmooth(SML_ON);
- blendfunction(BF_SA,BF_MSA);") or depthcuing
- (using "depthcue(TRUE);") at the start of the program,
- both work fine (all these commands after "gconfig").
- If I try to turn them on, using the same commands while
- the program is running, I get no results. Is there
- somthing else I need to be doing. Any tips will be
- welcome.
-
- Thanks, Larry Bergman
- --
-
-
-