fx3d.h

Go to the documentation of this file.
00001 /********************************************************************************
00002 *                                                                               *
00003 *      A d d i t i o n a l   F O X   I n c l u d e   F i l e   F o r   3 D      *
00004 *                                                                               *
00005 *********************************************************************************
00006 * Copyright (C) 1997,2006 by Jeroen van der Zijp.   All Rights Reserved.        *
00007 *********************************************************************************
00008 * This library is free software; you can redistribute it and/or                 *
00009 * modify it under the terms of the GNU Lesser General Public                    *
00010 * License as published by the Free Software Foundation; either                  *
00011 * version 2.1 of the License, or (at your option) any later version.            *
00012 *                                                                               *
00013 * This library is distributed in the hope that it will be useful,               *
00014 * but WITHOUT ANY WARRANTY; without even the implied warranty of                *
00015 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU             *
00016 * Lesser General Public License for more details.                               *
00017 *                                                                               *
00018 * You should have received a copy of the GNU Lesser General Public              *
00019 * License along with this library; if not, write to the Free Software           *
00020 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA.    *
00021 *********************************************************************************
00022 * $Id: fx3d.h,v 1.22 2006/01/22 17:58:13 fox Exp $                              *
00023 ********************************************************************************/
00024 #ifndef FX3D_H
00025 #define FX3D_H
00026 
00027 // OpenGL includes
00028 #ifdef WIN32
00029 // Avoid hauling in all of windows.h just for these
00030 #define WINGDIAPI __declspec(dllimport)
00031 #define APIENTRY __stdcall
00032 #endif
00033 #ifdef HAVE_GL_H
00034 #include <GL/gl.h>
00035 #endif
00036 #ifndef GLAPIENTRY
00037 #define GLAPIENTRY
00038 #endif
00039 #ifndef GLAPI
00040 #define GLAPI
00041 #endif
00042 #ifdef HAVE_GLU_H
00043 #include <GL/glu.h>
00044 #endif
00045 
00046 // Additional FOX includes
00047 #include "FXVec2f.h"
00048 #include "FXVec2d.h"
00049 #include "FXVec3f.h"
00050 #include "FXVec3d.h"
00051 #include "FXVec4f.h"
00052 #include "FXVec4d.h"
00053 #include "FXQuatf.h"
00054 #include "FXQuatd.h"
00055 #include "FXMat3f.h"
00056 #include "FXMat3d.h"
00057 #include "FXMat4f.h"
00058 #include "FXMat4d.h"
00059 #include "FXRangef.h"
00060 #include "FXRanged.h"
00061 #include "FXSpheref.h"
00062 #include "FXSphered.h"
00063 #include "FXExtentf.h"
00064 #include "FXExtentd.h"
00065 #include "FXGLVisual.h"
00066 #include "FXGLContext.h"
00067 #include "FXGLCanvas.h"
00068 #include "FXGLViewer.h"
00069 #include "FXGLObject.h"
00070 #include "FXGLShape.h"
00071 #include "FXGLCone.h"
00072 #include "FXGLCube.h"
00073 #include "FXGLCylinder.h"
00074 #include "FXGLSphere.h"
00075 #include "FXGLTriangleMesh.h"
00076 #include "FXGLVertices.h"
00077 
00078 #include "TnFXGraph.h"
00079 #include "TnFXVTKCanvas.h"
00080 
00081 #ifndef FX_NO_GLOBAL_NAMESPACE
00082 using namespace FX;
00083 #endif
00084 
00085 #endif

(C) 2002-2009 Niall Douglas. Some parts (C) to assorted authors.
Generated on Fri Nov 20 18:31:19 2009 for TnFOX by doxygen v1.4.7