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,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 #ifndef STRICT
00030 #define STRICT
00031 #endif
00032 #include <windows.h>
00033 #endif
00034 #ifdef HAVE_GL_H
00035 #include <GL/gl.h>
00036 #endif
00037 #ifndef GLAPIENTRY
00038 #define GLAPIENTRY
00039 #endif
00040 #ifndef GLAPI
00041 #define GLAPI
00042 #endif
00043 #ifdef HAVE_GLU_H
00044 #include <GL/glu.h>
00045 #endif
00046 
00047 // Additional FOX includes
00048 #include "FXVec2f.h"
00049 #include "FXVec2d.h"
00050 #include "FXVec3f.h"
00051 #include "FXVec3d.h"
00052 #include "FXVec4f.h"
00053 #include "FXVec4d.h"
00054 #include "FXQuatf.h"
00055 #include "FXQuatd.h"
00056 #include "FXMat3f.h"
00057 #include "FXMat3d.h"
00058 #include "FXMat4f.h"
00059 #include "FXMat4d.h"
00060 #include "FXRangef.h"
00061 #include "FXRanged.h"
00062 #include "FXSpheref.h"
00063 #include "FXSphered.h"
00064 #include "FXExtentf.h"
00065 #include "FXExtentd.h"
00066 #include "FXGLVisual.h"
00067 #include "FXGLContext.h"
00068 #include "FXGLCanvas.h"
00069 #include "FXGLViewer.h"
00070 #include "FXGLObject.h"
00071 #include "FXGLShape.h"
00072 #include "FXGLCone.h"
00073 #include "FXGLCube.h"
00074 #include "FXGLCylinder.h"
00075 #include "FXGLSphere.h"
00076 #include "FXGLTriangleMesh.h"
00077 
00078 #ifndef FX_NO_GLOBAL_NAMESPACE
00079 using namespace FX;
00080 #endif
00081 
00082 #endif

Copyright © 1997-2005 Jeroen van der Zijp