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.
Headers/WRay_Pick.h
/* |
* WRay_Pick.h |
* |
* QuickDraw 3D 1.6 Sample |
* Robert Dierkes |
* |
* 07/28/98 RDD Created. |
*/ |
#ifndef _HWRay_Pick |
#define _HWRay_Pick |
#include "WRay_Document.h" |
#ifdef __cplusplus |
extern "C" { |
#endif |
/*----------------------*/ |
/* Type Definitions */ |
/*----------------------*/ |
TQ3Boolean Pick_Initialize( |
void); |
TQ3Boolean Pick_Exit( |
void); |
TQ3Boolean Pick_IsAnimating( |
void); |
TQ3Status Pick_BeginAnimation( |
TDocumentPtr pDocument); |
TQ3Status Pick_Animate( |
TDocumentPtr pDocument); |
TQ3Status Pick_EndAnimation( |
TDocumentPtr pDocument); |
#ifdef __cplusplus |
} |
#endif |
#endif /* _HWRay_Pick */ |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14