#include <OgreTerrainMaterialGenerator.h>
Public Member Functions | |
bool | operator== (const TerrainLayerSamplerElement &e) const |
TerrainLayerSamplerElement () | |
TerrainLayerSamplerElement (uint8 src, TerrainLayerSamplerSemantic sem, uint8 elemStart, uint8 elemCount) | |
Public Attributes | |
uint8 | source |
The source sampler index of this element relative to LayerDeclaration's list. | |
TerrainLayerSamplerSemantic | semantic |
The semantic this element represents. | |
uint8 | elementStart |
The colour element at which this element starts. | |
uint8 | elementCount |
The number of colour elements this semantic uses (usually standard per semantic). |
Definition at line 70 of file OgreTerrainMaterialGenerator.h.
Ogre::TerrainLayerSamplerElement::TerrainLayerSamplerElement | ( | ) |
Definition at line 89 of file OgreTerrainMaterialGenerator.h.
Ogre::TerrainLayerSamplerElement::TerrainLayerSamplerElement | ( | uint8 | src, | |
TerrainLayerSamplerSemantic | sem, | |||
uint8 | elemStart, | |||
uint8 | elemCount | |||
) |
Definition at line 90 of file OgreTerrainMaterialGenerator.h.
bool Ogre::TerrainLayerSamplerElement::operator== | ( | const TerrainLayerSamplerElement & | e | ) | const |
Definition at line 81 of file OgreTerrainMaterialGenerator.h.
References elementCount, elementStart, semantic, and source.
The source sampler index of this element relative to LayerDeclaration's list.
Definition at line 73 of file OgreTerrainMaterialGenerator.h.
Referenced by operator==().
The semantic this element represents.
Definition at line 75 of file OgreTerrainMaterialGenerator.h.
Referenced by operator==().
The colour element at which this element starts.
Definition at line 77 of file OgreTerrainMaterialGenerator.h.
Referenced by operator==().
The number of colour elements this semantic uses (usually standard per semantic).
Definition at line 79 of file OgreTerrainMaterialGenerator.h.
Referenced by operator==().
Copyright © 2008 Torus Knot Software Ltd
This work is licensed under a Creative Commons Attribution-ShareAlike 2.5 License.
Last modified Sun Feb 28 21:19:25 2010