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.
DZSpace.h
/* |
* File: DZSpace.h |
* |
* Copyright © 1996 Apple Computer, Inc. |
*/ |
#ifndef __DZSpace__ |
#define __DZSpace__ |
#include <QD3D.h> |
void Space_Init( |
void); |
void Space_Exit( |
void); |
void Space_Submit( |
TQ3ViewObject inView, |
const TQ3Point3D* inPosition, |
const TQ3Vector3D* inDirection); |
#endif /* __DZSpace__ */ |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-10-14