home *** CD-ROM | disk | FTP | other *** search
Text File | 1996-03-08 | 826 b | 25 lines | [TEXT/CWIE] |
- //MetaFileView.h
- //::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
- //
- // Quickdraw 3D sample code
- //
- // Rick Evans, AppleLink: DEVSUPPORT (devsupport@applelink.apple.com)
- //
- // The following functions were adapted from the QD3D sample MetaFileRead.
- //
- // ©1996 Apple Computer Inc., All Rights Reserved
- //
- //::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::
-
- #ifndef _MetaFileView_H_
- #define _MetaFileView_H_
-
- #include "View3DMF.h"
-
- // prototypes for public functions
- TQ3ViewObject MyNewView(GrafPtr theWindow, Rect* theRect) ;
- TQ3GroupObject MyNewModelFromBuffer(PluginInstance* This) ;
- TQ3Status DocumentDraw3DData( PluginInstance* theDocument ) ;
- TQ3Point3D AdjustCamera (PluginInstance* t, short winWidth, short winHeight) ;
-
- #endif