home *** CD-ROM | disk | FTP | other *** search
/ Celestin Apprentice 4 / Apprentice-Release4.iso / Source Code / PowerPlant / C3DMFViewer / README < prev   
Encoding:
Text File  |  1995-12-04  |  1.0 KB  |  31 lines  |  [TEXT/CWIE]

  1. About the 3DMF Viewer project:
  2.  
  3. This was written as a demo for the Developer's SIG of the 
  4. Macintosh Downtown Business User's Group (Mac dBug) in 
  5. Seattle, WA.
  6.  
  7. It implements a Quickdraw 3D Viewer as a PowerPlant pane,
  8. and was written for Metrowerks Codewarrior release 7. It
  9. should open and display any 3DMF file, and it gives you control 
  10. over the standard Viewer flags.
  11.  
  12. All of the real work is in the class C3DMFViewerPane. Everything
  13. else just hooks it into PowerPlant.
  14.  
  15. I tried to make the pane reusable, but it hasn't really been 
  16. tested, especially the pane resizing code. No warrantee 
  17. expressed or implied, etc.
  18.  
  19. It won't work under some early versions of QuickDraw 3D. The test
  20. to see if the viewer system calls exists fails and throws an
  21. exception. The fix is to install a more recent version of 
  22. QuickDraw 3D. I assume that this is a bug in QD3D.
  23.  
  24. This is a straightforward use of the QuickDraw 3D Viewer
  25. system calls. I don't claim any copyright, but I would like to 
  26. hear from you if you find it useful.
  27.  
  28. James Jennings
  29. jennings@halcyon.com
  30. December 4, 1995
  31.