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.
Skinny3DSources ƒ/BoxModel.h
// File BoxModel.h |
#ifndef _BOXMODEL_ |
#define _BOXMODEL_ |
#include "QD3D.h" |
#include "QD3DSet.h" |
#include "QD3DGroup.h" |
#include "QD3DDrawContext.h" |
#include "QD3DCamera.h" |
#include "QD3DView.h" |
#include "QD3DLight.h" |
#include "QD3DRenderer.h" |
#include "QD3DShader.h" |
#include "QD3DStyle.h" |
#include "QD3DGeometry.h" |
#include "QD3DMath.h" |
#include "ValueControls.h" |
TQ3GroupObject MakeBox(void); |
void DisposeBoxModel(TQ3GroupObject model); |
VccPtr BoxDataToVCC(TQ3Object theObj); |
void VCCtoBoxData(VccPtr vcc, TQ3BoxData *boxData); |
#endif |
Copyright © 2003 Apple Computer, Inc. All Rights Reserved. Terms of Use | Privacy Policy | Updated: 2003-01-14