home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #27 / NN_1992_27.iso / spool / comp / sys / sgi / 16488 < prev    next >
Encoding:
Text File  |  1992-11-16  |  1.6 KB  |  38 lines

  1. Newsgroups: comp.sys.sgi
  2. Path: sparky!uunet!convex!darwin.sura.net!spool.mu.edu!agate!stanford.edu!CSD-NewsHost.Stanford.EDU!CSD-Newshost!teo
  3. From: teo@Xenon.Stanford.EDU (Patrick ChengSan Teo)
  4. Subject: ortho2 and ortho
  5. Message-ID: <TEO.92Nov16113340@Xenon.Stanford.EDU>
  6. Sender: news@CSD-NewsHost.Stanford.EDU
  7. Reply-To: teo@cs.Stanford.EDU
  8. Organization: Computer Science Department, Stanford University.
  9. Distribution: comp.sys.sgi
  10. Date: 16 Nov 92 11:33:40
  11. Lines: 25
  12.  
  13.  
  14. I've just finished implementing the Lisp FFI for GL.  Everything seems
  15. to work fine except for ortho(), ortho2() and window().  I tried
  16. (ortho2 0.0 60.0 0.0 60.0), i.e. ortho2(0.0, 60.0, 0.0, 60.0) which I
  17. got from the book and it gave me a ERR_BADWINDOW error.  The arguments
  18. to ortho2 are floats and those check out correctly.  Does anybody know
  19. how ortho2 is implemented and what other reasons can there be for
  20. ERR_BADWINDOW (besides specifying bogus clipping coordinates)?  I
  21. check the window that GL was referring to with (winget) and that
  22. checks out okay too.  
  23.  
  24. Any help is greatly appreciated!!
  25.  
  26. Thanks in advance,
  27. Patrick
  28.  
  29. --
  30. -------------------------------------------------------------------------------
  31. Patrick Cheng-San Teo                                       teo@cs.stanford.edu
  32. Department of Computer Science                      kcirtap@leland.stanford.edu
  33. Stanford University                                  Home Phone: (415) 497-4559
  34.  
  35. "Everything should be made as simple as possible, but not simpler"
  36. -- Albert Einstein
  37. -------------------------------------------------------------------------------
  38.