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

Go to the source code of this file.

Classes

struct  Ogre::TerrainLayerDeclaration
 The definition of the information each layer will contain in this terrain. More...
 
struct  Ogre::TerrainLayerSampler
 Description of a sampler that will be used with each layer. More...
 
struct  Ogre::TerrainLayerSamplerElement
 Information about one element of a sampler / texture within a layer. More...
 
class  Ogre::TerrainMaterialGenerator
 Class that provides functionality to generate materials for use with a terrain. More...
 
class  Ogre::TerrainMaterialGenerator::Profile
 Inner class which should also be subclassed to provide profile-specific material generation. More...
 

Namespaces

 Ogre
 

This source file is part of OGRE (Object-oriented Graphics Rendering Engine) For the latest info, see http://www.ogre3d.org/

 

Typedefs

typedef vector
< TerrainLayerSamplerElement >
::type 
Ogre::TerrainLayerSamplerElementList
 
typedef vector
< TerrainLayerSampler >::type 
Ogre::TerrainLayerSamplerList
 
typedef SharedPtr
< TerrainMaterialGenerator > 
Ogre::TerrainMaterialGeneratorPtr
 

Enumerations

enum  Ogre::TerrainLayerSamplerSemantic { Ogre::TLSS_ALBEDO = 0, Ogre::TLSS_NORMAL = 1, Ogre::TLSS_HEIGHT = 2, Ogre::TLSS_SPECULAR = 3 }
 Enumeration of types of data that can be read from textures that are specific to a given layer. More...