Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members

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,2009 by Jeroen van der Zijp.   All Rights Reserved.        *
00007 *********************************************************************************
00008 * This library is free software; you can redistribute it and/or modify          *
00009 * it under the terms of the GNU Lesser General Public License as published by   *
00010 * the Free Software Foundation; either version 3 of the License, or             *
00011 * (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                 *
00016 * GNU Lesser General Public License for more details.                           *
00017 *                                                                               *
00018 * You should have received a copy of the GNU Lesser General Public License      *
00019 * along with this program.  If not, see <http://www.gnu.org/licenses/>          *
00020 *********************************************************************************
00021 * $Id: fx3d.h,v 1.30 2009/01/06 13:07:29 fox Exp $                              *
00022 ********************************************************************************/
00023 #ifndef FX3D_H
00024 #define FX3D_H
00025 
00026 // OpenGL includes
00027 #ifdef WIN32
00028 #ifndef STRICT
00029 #define STRICT
00030 #endif
00031 #include <windows.h>
00032 #endif
00033 #ifdef HAVE_GL_H
00034 #ifndef GL_GLEXT_PROTOTYPES
00035 #define GL_GLEXT_PROTOTYPES 1
00036 #endif
00037 #include <GL/gl.h>
00038 #endif
00039 #ifndef GLAPIENTRY
00040 #define GLAPIENTRY
00041 #endif
00042 #ifndef GLAPI
00043 #define GLAPI
00044 #endif
00045 #ifdef HAVE_GLU_H
00046 #include <GL/glu.h>
00047 #endif
00048 
00049 // Additional FOX includes
00050 #include "FXVec2f.h"
00051 #include "FXVec2d.h"
00052 #include "FXVec3f.h"
00053 #include "FXVec3d.h"
00054 #include "FXVec4f.h"
00055 #include "FXVec4d.h"
00056 #include "FXQuatf.h"
00057 #include "FXQuatd.h"
00058 #include "FXMat3f.h"
00059 #include "FXMat3d.h"
00060 #include "FXMat4f.h"
00061 #include "FXMat4d.h"
00062 #include "FXRangef.h"
00063 #include "FXRanged.h"
00064 #include "FXSpheref.h"
00065 #include "FXSphered.h"
00066 #include "FXExtentf.h"
00067 #include "FXExtentd.h"
00068 #include "FXComplexf.h"
00069 #include "FXComplexd.h"
00070 #include "FXGLVisual.h"
00071 #include "FXGLContext.h"
00072 #include "FXGLCanvas.h"
00073 #include "FXGLViewer.h"
00074 #include "FXGLObject.h"
00075 #include "FXGLShape.h"
00076 #include "FXGLCone.h"
00077 #include "FXGLCube.h"
00078 #include "FXGLCylinder.h"
00079 #include "FXGLSphere.h"
00080 #include "FXGLTriangleMesh.h"
00081 
00082 #ifndef FX_NO_GLOBAL_NAMESPACE
00083 using namespace FX;
00084 #endif
00085 
00086 #endif

Copyright © 1997-2009 Jeroen van der Zijp