Path: utzoo!attcan!uunet!lll-winken!ames!mailrus!tut.cis.ohio-state.edu!ucbvax!cidam.me.rmit.oz.AU!mg From: mg@cidam.me.rmit.oz.AU ("Mike A. Gigante") Newsgroups: comp.sys.sgi Subject: getgpos() Message-ID: <8905080045.AA13626@uunet.uu.net> Date: 8 May 89 13:35:40 GMT Sender: daemon@ucbvax.BERKELEY.EDU Organization: The Internet Lines: 21 I have the following code fragment: ortho(-14.0, 14.0, -14.0, 14.0) move2(-14.0, -14.0) .... getgpos(&xw, &yw, &zw, &w) the result is that xw = yw = w = -1.0, not -14.0 as I expected from the description of getgpos. This is inside a library to supplement GL (actually it is the extra routines from GNU-digs to add hershey fonts etc) so I don't have access to the original calls to ortho etc. I have got around the problem by recoding to use relative calls (rmv, rdr and so on) so that the answer is really for my curiosity... Mike P.S. I am using a PI withfull graphics and FP options