00001 //-------------------------------------------------------------------- 00002 // 00003 // File: Txq3dDefines.h 00004 // 00005 // Purpose: #defines needed by the txq3d directory 00006 // 00007 // Version: $Id: Txq3dDefines.h,v 1.1 2001/10/08 20:27:05 kgl Exp $ 00008 // 00009 // Author: Kelly G. Luetkemeyer 00010 // 00011 // Copyright (c) 2000 by Tech-X Corporation. All rights reserved. 00012 //--------------------------------------------------------------------------- 00013 00014 #ifndef TXQ3D_DEFINES_H 00015 #define TXQ3D_DEFINES_H 00016 00017 00018 #define PERSPECTIVE 0 00019 #define ORTHOGRAPHIC 1 00020 00021 #endif
Copyright Tech-X Corporation, all rights reserved.