home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / sys / sgi / graphics / 199 < prev    next >
Encoding:
Internet Message Format  |  1993-01-25  |  826 b 

  1. Path: sparky!uunet!ogicse!usenet.coe.montana.edu!saimiri.primate.wisc.edu!doug.cae.wisc.edu!robios.me.wisc.edu!reznik
  2. From: reznik@robios.me.wisc.edu (Dan S Reznik)
  3. Newsgroups: comp.sys.sgi.graphics
  4. Subject: Orthographic Proj + PolarView
  5. Message-ID: <REZNIK.93Jan25154256@robios2.me.wisc.edu>
  6. Date: 25 Jan 93 23:42:56 GMT
  7. Article-I.D.: robios2.REZNIK.93Jan25154256
  8. Organization: U. Wisconsin-Madison, Robotics Laboratory
  9. Lines: 14
  10.  
  11. I am having difficulties making anything appear on the screen when I
  12. combine ortho() with polarview(). if instead of ortho() I use
  13. perspective() everything works fine. Specifically, I am trying to view
  14. a cubical array of voxel centered around (0,0,0). For that I do
  15.  
  16.    ortho(-A, A, -A, A, -A, A); /* A is bigger than the volume's radius */
  17.  
  18. and then
  19.  
  20.    perspective(...);
  21.  
  22. what's wrong ?
  23.  
  24. Dan
  25.