OGRE
1.11.6
Object-Oriented Graphics Rendering Engine
|
Description of a sampler that will be used with each layer. More...
#include <OgreTerrainMaterialGenerator.h>
Public Member Functions | |
TerrainLayerSampler () | |
TerrainLayerSampler (const String &aliasName, PixelFormat fmt) | |
bool | operator== (const TerrainLayerSampler &s) const |
Public Attributes | |
String | alias |
A descriptive name that is merely used to assist in recognition. More... | |
PixelFormat | format |
The format required of this texture. More... | |
Description of a sampler that will be used with each layer.
|
inline |
|
inline |
|
inline |
String Ogre::TerrainLayerSampler::alias |
A descriptive name that is merely used to assist in recognition.
Referenced by operator==().
PixelFormat Ogre::TerrainLayerSampler::format |
The format required of this texture.
Referenced by operator==().