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/process.h
// |
// process.h |
// |
#define NUM_TEST 5 |
enum |
{ |
TEST_TRIMESH, |
TEST_SPHERE, |
TEST_TORUS |
}; |
extern void InitTest(void); |
extern void DoModelWindowNullEvent(void); |
extern void UpdateModelWindow(void); |
extern void DrawModelWindow(void); |
extern void BuildCurrentTest(void); |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14