source: GTP/trunk/App/Demos/Geom/OgreStuff/include/Ogre.h @ 1092

Revision 1092, 3.7 KB checked in by gumbau, 18 years ago (diff)

LodStrips? and LODTrees demos

Line 
1/*
2-----------------------------------------------------------------------------
3This source file is part of OGRE
4    (Object-oriented Graphics Rendering Engine)
5For the latest info, see http://www.ogre3d.org/
6
7Copyright (c) 2000-2005 The OGRE Team
8Also see acknowledgements in Readme.html
9
10This program is free software; you can redistribute it and/or modify it under
11the terms of the GNU Lesser General Public License as published by the Free Software
12Foundation; either version 2 of the License, or (at your option) any later
13version.
14
15This program is distributed in the hope that it will be useful, but WITHOUT
16ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
17FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
18
19You should have received a copy of the GNU Lesser General Public License along with
20this program; if not, write to the Free Software Foundation, Inc., 59 Temple
21Place - Suite 330, Boston, MA 02111-1307, USA, or go to
22http://www.gnu.org/copyleft/lesser.txt.
23-----------------------------------------------------------------------------
24*/
25#ifndef _Ogre_H__
26#define _Ogre_H__
27// This file includes all the other files which you will need to build a client application
28#include "OgrePrerequisites.h"
29
30#include "OgreAnimation.h"
31#include "OgreAnimationTrack.h"
32#include "OgreArchive.h"
33#include "OgreArchiveManager.h"
34#include "OgreAxisAlignedBox.h"
35#include "OgreBillboardSet.h"
36#include "OgreBone.h"
37#include "OgreCamera.h"
38#include "OgreConfigFile.h"
39#include "OgreControllerManager.h"
40#include "OgreDataStream.h"
41#include "OgreEntity.h"
42#include "OgreEventProcessor.h"
43#include "OgreException.h"
44#include "OgreFrustum.h"
45#include "OgreGpuProgram.h"
46#include "OgreGpuProgramManager.h"
47#include "OgreHardwareBufferManager.h"
48#include "OgreHardwareIndexBuffer.h"
49#include "OgreHardwareOcclusionQuery.h"
50#include "OgreHardwareVertexBuffer.h"
51#include "OgreHardwarePixelBuffer.h"
52#include "OgreHighLevelGpuProgram.h"
53#include "OgreHighLevelGpuProgramManager.h"
54#include "OgreInput.h"
55#include "OgreKeyFrame.h"
56#include "OgreLight.h"
57#include "OgreLogManager.h"
58#include "OgreMaterial.h"
59#include "OgreMaterialManager.h"
60#include "OgreMaterialSerializer.h"
61#include "OgreMath.h"
62#include "OgreMatrix3.h"
63#include "OgreMatrix4.h"
64#include "OgreMesh.h"
65#include "OgreMeshManager.h"
66#include "OgreMeshSerializer.h"
67#include "OgreOverlay.h"
68#include "OgreOverlayContainer.h"
69#include "OgreOverlayElement.h"
70#include "OgreOverlayManager.h"
71#include "OgreParticleAffector.h"
72#include "OgreParticleEmitter.h"
73#include "OgreParticleSystemManager.h"
74#include "OgrePass.h"
75#include "OgrePatchMesh.h"
76#include "OgrePatchSurface.h"
77#include "OgrePlatformManager.h"
78#include "OgreProfiler.h"
79#include "OgreRenderQueueListener.h"
80#include "OgreRenderSystem.h"
81#include "OgreRenderTargetListener.h"
82#include "OgreRenderTexture.h"
83#include "OgreRenderWindow.h"
84#include "OgreResourceGroupManager.h"
85#include "OgreRoot.h"
86#include "OgreSceneManager.h"
87#include "OgreSceneManagerEnumerator.h"
88#include "OgreSceneNode.h"
89#include "OgreSimpleRenderable.h"
90#include "OgreSkeleton.h"
91#include "OgreSkeletonInstance.h"
92#include "OgreSkeletonManager.h"
93#include "OgreSkeletonSerializer.h"
94#include "OgreStaticGeometry.h"
95#include "OgreString.h"
96#include "OgreStringConverter.h"
97#include "OgreStringVector.h"
98#include "OgreSubEntity.h"
99#include "OgreSubMesh.h"
100#include "OgreTechnique.h"
101#include "OgreTextureManager.h"
102#include "OgreTextureManager.h"
103#include "OgreTextureUnitState.h"
104#include "OgreUserDefinedObject.h"
105#include "OgreVector2.h"
106#include "OgreViewport.h"
107// .... more to come
108
109#endif
Note: See TracBrowser for help on using the repository browser.