Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

source: downloads/OgreMain/include/Ogre.h @ 5

Last change on this file since 5 was 5, checked in by anonymous, 17 years ago

=hoffentlich gehts jetzt

File size: 4.4 KB
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-2006 Torus Knot Software Ltd
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
24You may alternatively use this source under the terms of a specific version of
25the OGRE Unrestricted License provided you have obtained such a license from
26Torus Knot Software Ltd.
27-----------------------------------------------------------------------------
28*/
29#ifndef _Ogre_H__
30#define _Ogre_H__
31// This file includes all the other files which you will need to build a client application
32#include "OgrePrerequisites.h"
33
34#include "OgreAnimation.h"
35#include "OgreAnimationState.h"
36#include "OgreAnimationTrack.h"
37#include "OgreAny.h"
38#include "OgreArchive.h"
39#include "OgreArchiveManager.h"
40#include "OgreAxisAlignedBox.h"
41#include "OgreBillboardChain.h"
42#include "OgreBillboardSet.h"
43#include "OgreBone.h"
44#include "OgreCamera.h"
45#include "OgreConfigFile.h"
46#include "OgreControllerManager.h"
47#include "OgreDataStream.h"
48#include "OgreEntity.h"
49#include "OgreException.h"
50#include "OgreFrustum.h"
51#include "OgreGpuProgram.h"
52#include "OgreGpuProgramManager.h"
53#include "OgreHardwareBufferManager.h"
54#include "OgreHardwareIndexBuffer.h"
55#include "OgreHardwarePixelBuffer.h"
56#include "OgreHardwareOcclusionQuery.h"
57#include "OgreHardwareVertexBuffer.h"
58#include "OgreHardwarePixelBuffer.h"
59#include "OgreHighLevelGpuProgram.h"
60#include "OgreHighLevelGpuProgramManager.h"
61#include "OgreKeyFrame.h"
62#include "OgreLight.h"
63#include "OgreLogManager.h"
64#include "OgreManualObject.h"
65#include "OgreMaterial.h"
66#include "OgreMaterialManager.h"
67#include "OgreMaterialSerializer.h"
68#include "OgreMath.h"
69#include "OgreMatrix3.h"
70#include "OgreMatrix4.h"
71#include "OgreMesh.h"
72#include "OgreMeshManager.h"
73#include "OgreMeshSerializer.h"
74#include "OgreOverlay.h"
75#include "OgreOverlayContainer.h"
76#include "OgreOverlayElement.h"
77#include "OgreOverlayManager.h"
78#include "OgreParticleAffector.h"
79#include "OgreParticleEmitter.h"
80#include "OgreParticleSystemManager.h"
81#include "OgrePass.h"
82#include "OgrePatchMesh.h"
83#include "OgrePatchSurface.h"
84#include "OgreProfiler.h"
85#include "OgreRadixSort.h"
86#include "OgreRenderQueueInvocation.h"
87#include "OgreRenderQueueListener.h"
88#include "OgreRenderSystem.h"
89#include "OgreRenderTargetListener.h"
90#include "OgreRenderTexture.h"
91#include "OgreRenderWindow.h"
92#include "OgreResourceBackgroundQueue.h"
93#include "OgreResourceGroupManager.h"
94#include "OgreRibbonTrail.h"
95#include "OgreRoot.h"
96#include "OgreSceneManager.h"
97#include "OgreSceneManagerEnumerator.h"
98#include "OgreSceneNode.h"
99#include "OgreSimpleRenderable.h"
100#include "OgreSkeleton.h"
101#include "OgreSkeletonInstance.h"
102#include "OgreSkeletonManager.h"
103#include "OgreSkeletonSerializer.h"
104#include "OgreStaticGeometry.h"
105#include "OgreString.h"
106#include "OgreStringConverter.h"
107#include "OgreStringVector.h"
108#include "OgreSubEntity.h"
109#include "OgreSubMesh.h"
110#include "OgreTechnique.h"
111#include "OgreTextureManager.h"
112#include "OgreTextureUnitState.h"
113#include "OgreUserDefinedObject.h"
114#include "OgreVector2.h"
115#include "OgreViewport.h"
116#include "OgreCompositor.h"
117#include "OgreCompositorManager.h"
118#include "OgreCompositorChain.h"
119#include "OgreCompositorInstance.h"
120#include "OgreCompositionTechnique.h"
121#include "OgreCompositionPass.h"
122#include "OgreCompositionTargetPass.h"
123#include "OgreWindowEventUtilities.h"
124#include "OgreShadowCameraSetup.h"
125#include "OgreShadowCameraSetupFocused.h"
126#include "OgreShadowCameraSetupLiSPSM.h"
127#include "OgreShadowCameraSetupPlaneOptimal.h"
128// .... more to come
129
130#endif
Note: See TracBrowser for help on using the repository browser.