|  | OGRE 2.1
    Object-Oriented Graphics Rendering Engine | 
Information about one element of a sampler / texture within a layer. More...
#include <OgreTerrainMaterialGenerator.h>
| Public Member Functions | |
| TerrainLayerSamplerElement () | |
| TerrainLayerSamplerElement (uint8 src, TerrainLayerSamplerSemantic sem, uint8 elemStart, uint8 elemCount) | |
| bool | operator== (const TerrainLayerSamplerElement &e) const | 
| Public Attributes | |
| uint8 | elementCount | 
| The number of colour elements this semantic uses (usually standard per semantic) | |
| uint8 | elementStart | 
| The colour element at which this element starts. | |
| TerrainLayerSamplerSemantic | semantic | 
| The semantic this element represents. | |
| uint8 | source | 
| The source sampler index of this element relative to LayerDeclaration's list. | |
Information about one element of a sampler / texture within a layer.
| 
 | inline | 
References Ogre::TLSS_ALBEDO.
| 
 | inline | 
| 
 | inline | 
| uint8 Ogre::TerrainLayerSamplerElement::elementCount | 
The number of colour elements this semantic uses (usually standard per semantic)
| uint8 Ogre::TerrainLayerSamplerElement::elementStart | 
The colour element at which this element starts.
| TerrainLayerSamplerSemantic Ogre::TerrainLayerSamplerElement::semantic | 
The semantic this element represents.
| uint8 Ogre::TerrainLayerSamplerElement::source | 
The source sampler index of this element relative to LayerDeclaration's list.