OGRE  1.9
Object-Oriented Graphics Rendering Engine
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
OgreConfig.h File Reference
#include "OgreBuildSettings.h"
+ Include dependency graph for OgreConfig.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define OGRE_ASSERT_MODE   0
 There are three modes for handling asserts in OGRE: 0 - STANDARD - Standard asserts in debug builds, nothing in release builds 1 - RELEASE_EXCEPTIONS - Standard asserts in debug builds, exceptions in release builds 2 - EXCEPTIONS - Exceptions in debug builds, exceptions in release builds. More...
 
#define OGRE_CONTAINERS_USE_CUSTOM_MEMORY_ALLOCATOR   1
 
#define OGRE_DOUBLE_PRECISION   0
 If set to 1, Real is typedef'ed to double. More...
 
#define OGRE_MAX_BLEND_WEIGHTS   4
 Define max number of blending weights allowed per vertex. More...
 
#define OGRE_MAX_MULTIPLE_RENDER_TARGETS   8
 Define max number of multiple render targets (MRTs) to render to at once. More...
 
#define OGRE_MAX_SIMULTANEOUS_LIGHTS   8
 Define max number of lights allowed per pass. More...
 
#define OGRE_MAX_TEXTURE_COORD_SETS   8
 Define number of texture coordinate sets allowed per vertex. More...
 
#define OGRE_MAX_TEXTURE_LAYERS   16
 Define max number of texture layers allowed per pass on any card. More...
 
#define OGRE_MEMORY_ALLOCATOR   OGRE_MEMORY_ALLOCATOR_NEDPOOLING
 
#define OGRE_MEMORY_ALLOCATOR_NED   2
 
#define OGRE_MEMORY_ALLOCATOR_NEDPOOLING   4
 
#define OGRE_MEMORY_ALLOCATOR_STD   1
 
#define OGRE_MEMORY_ALLOCATOR_USER   3
 
#define OGRE_MEMORY_TRACKER_DEBUG_MODE   0
 
#define OGRE_MEMORY_TRACKER_RELEASE_MODE   0
 
#define OGRE_NO_DDS_CODEC   0
 Disables use of the internal image codec for loading DDS files. More...
 
#define OGRE_NO_ETC_CODEC   1
 Disables use of the internal image codec for loading ETC files. More...
 
#define OGRE_NO_FREEIMAGE   0
 Disables use of the FreeImage image library for loading images. More...
 
#define OGRE_NO_ZIP_ARCHIVE   0
 Disables use of the ZIP archive support. More...
 
#define OGRE_PRETEND_TEXTURE_UNITS   0
 If set to >0, OGRE will always 'think' that the graphics card only has the number of texture units specified. More...
 
#define OGRE_PROFILING   0
 If set to 1, profiling code will be included in the application. More...
 
#define OGRE_STRING_USE_CUSTOM_MEMORY_ALLOCATOR   0
 
#define OGRE_THREAD_PROVIDER   0
 Provider for threading functionality, there are 4 options. More...
 
#define OGRE_THREAD_SUPPORT   0
 Support for multithreading, there are 3 options. More...
 

Macro Definition Documentation

#define OGRE_ASSERT_MODE   0

There are three modes for handling asserts in OGRE: 0 - STANDARD - Standard asserts in debug builds, nothing in release builds 1 - RELEASE_EXCEPTIONS - Standard asserts in debug builds, exceptions in release builds 2 - EXCEPTIONS - Exceptions in debug builds, exceptions in release builds.

Definition at line 49 of file OgreConfig.h.

#define OGRE_CONTAINERS_USE_CUSTOM_MEMORY_ALLOCATOR   1

Definition at line 94 of file OgreConfig.h.

#define OGRE_DOUBLE_PRECISION   0

If set to 1, Real is typedef'ed to double.

Otherwise, Real is typedef'ed to float. Setting this allows you to perform mathematical operations in the CPU (Quaternion, Vector3 etc) with more precision, but bear in mind that the GPU still operates in single-precision mode.

Definition at line 63 of file OgreConfig.h.

#define OGRE_MAX_BLEND_WEIGHTS   4

Define max number of blending weights allowed per vertex.

Definition at line 80 of file OgreConfig.h.

#define OGRE_MAX_MULTIPLE_RENDER_TARGETS   8

Define max number of multiple render targets (MRTs) to render to at once.

Definition at line 116 of file OgreConfig.h.

#define OGRE_MAX_SIMULTANEOUS_LIGHTS   8

Define max number of lights allowed per pass.

Definition at line 76 of file OgreConfig.h.

#define OGRE_MAX_TEXTURE_COORD_SETS   8

Define number of texture coordinate sets allowed per vertex.

Definition at line 68 of file OgreConfig.h.

#define OGRE_MAX_TEXTURE_LAYERS   16

Define max number of texture layers allowed per pass on any card.

Definition at line 72 of file OgreConfig.h.

#define OGRE_MEMORY_ALLOCATOR   OGRE_MEMORY_ALLOCATOR_NEDPOOLING

Definition at line 89 of file OgreConfig.h.

#define OGRE_MEMORY_ALLOCATOR_NED   2

Definition at line 84 of file OgreConfig.h.

#define OGRE_MEMORY_ALLOCATOR_NEDPOOLING   4

Definition at line 86 of file OgreConfig.h.

#define OGRE_MEMORY_ALLOCATOR_STD   1

Definition at line 83 of file OgreConfig.h.

#define OGRE_MEMORY_ALLOCATOR_USER   3

Definition at line 85 of file OgreConfig.h.

#define OGRE_MEMORY_TRACKER_DEBUG_MODE   0

Definition at line 108 of file OgreConfig.h.

#define OGRE_MEMORY_TRACKER_RELEASE_MODE   0

Definition at line 112 of file OgreConfig.h.

#define OGRE_NO_DDS_CODEC   0

Disables use of the internal image codec for loading DDS files.

WARNING: Use only when you want to provide your own image loading code via codecs.

Definition at line 170 of file OgreConfig.h.

#define OGRE_NO_ETC_CODEC   1

Disables use of the internal image codec for loading ETC files.

WARNING: Use only when you want to provide your own image loading code via codecs.

Definition at line 177 of file OgreConfig.h.

#define OGRE_NO_FREEIMAGE   0

Disables use of the FreeImage image library for loading images.

WARNING: Use only when you want to provide your own image loading code via codecs.

Definition at line 163 of file OgreConfig.h.

#define OGRE_NO_ZIP_ARCHIVE   0

Disables use of the ZIP archive support.

WARNING: Disabling this will make the samples unusable.

Definition at line 184 of file OgreConfig.h.

#define OGRE_PRETEND_TEXTURE_UNITS   0

If set to >0, OGRE will always 'think' that the graphics card only has the number of texture units specified.

Very useful for testing multipass fallback.

Definition at line 55 of file OgreConfig.h.

#define OGRE_PROFILING   0

If set to 1, profiling code will be included in the application.

When you are deploying your application you will probably want to set this to 0

Definition at line 40 of file OgreConfig.h.

#define OGRE_STRING_USE_CUSTOM_MEMORY_ALLOCATOR   0

Definition at line 101 of file OgreConfig.h.

#define OGRE_THREAD_PROVIDER   0

Provider for threading functionality, there are 4 options.

OGRE_THREAD_PROVIDER = 0 No support for threading. OGRE_THREAD_PROVIDER = 1 Boost libraries provide threading functionality. OGRE_THREAD_PROVIDER = 2 Poco libraries provide threading functionality. OGRE_THREAD_PROVIDER = 3 TBB library provides threading functionality.

Definition at line 156 of file OgreConfig.h.

#define OGRE_THREAD_SUPPORT   0

Support for multithreading, there are 3 options.

OGRE_THREAD_SUPPORT = 0 No support for threading. OGRE_THREAD_SUPPORT = 1 Thread support for background loading, by both loading and constructing resources in a background thread. Resource management and SharedPtr handling becomes thread-safe, and resources may be completely loaded in the background. The places where threading is available are clearly marked, you should assume state is NOT thread safe unless otherwise stated in relation to this flag. OGRE_THREAD_SUPPORT = 2 Thread support for background resource preparation. This means that resource data can streamed into memory in the background, but the final resource construction (including RenderSystem dependencies) is still done in the primary thread. Has a lower synchronisation primitive overhead than full threading while still allowing the major blocking aspects of resource management (I/O) to be done in the background.

Definition at line 138 of file OgreConfig.h.