Retired Document
Important: This sample code may not represent best practices for current development. The project may use deprecated symbols and illustrate technologies and techniques that are no longer recommended.
Includes/PickMeshShapePartSupport.h
// PickMeshShapePartSupport.h |
// |
// Modification History: |
// |
// 12/27/94 nick initial version |
// 11/09/95 robert Removed unused prototypes |
#ifndef _PICKMESHSHAPEPARTSUPPORT_H_ |
#define _PICKMESHSHAPEPARTSUPPORT_H_ |
// Macintosh System Stuff |
#include <Windows.h> |
// QuickDraw 3D stuff |
#include "QD3D.h" |
TQ3ViewObject MyNewView( |
WindowPtr theWindow); |
TQ3DrawContextObject MyNewDrawContext( |
WindowPtr theWindow); |
TQ3CameraObject MyNewCamera( |
WindowPtr theWindow); |
TQ3GroupObject MyNewCamera( |
WindowPtr theWindow); |
TQ3GroupObject MyNewLights( |
void); |
TQ3GroupObject MyNewModel( |
void); |
#endif |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14