home *** CD-ROM | disk | FTP | other *** search
Text File | 1995-12-04 | 1.0 KB | 31 lines | [TEXT/CWIE] |
- About the 3DMF Viewer project:
-
- This was written as a demo for the Developer's SIG of the
- Macintosh Downtown Business User's Group (Mac dBug) in
- Seattle, WA.
-
- It implements a Quickdraw 3D Viewer as a PowerPlant pane,
- and was written for Metrowerks Codewarrior release 7. It
- should open and display any 3DMF file, and it gives you control
- over the standard Viewer flags.
-
- All of the real work is in the class C3DMFViewerPane. Everything
- else just hooks it into PowerPlant.
-
- I tried to make the pane reusable, but it hasn't really been
- tested, especially the pane resizing code. No warrantee
- expressed or implied, etc.
-
- It won't work under some early versions of QuickDraw 3D. The test
- to see if the viewer system calls exists fails and throws an
- exception. The fix is to install a more recent version of
- QuickDraw 3D. I assume that this is a bug in QD3D.
-
- This is a straightforward use of the QuickDraw 3D Viewer
- system calls. I don't claim any copyright, but I would like to
- hear from you if you find it useful.
-
- James Jennings
- jennings@halcyon.com
- December 4, 1995
-