OGRE
1.9.0
|
An instance of a layer, with specific texture names. More...
#include <OgreTerrain.h>
Public Member Functions | |
LayerInstance () | |
Public Attributes | |
StringVector | textureNames |
List of texture names to import; must match with TerrainLayerDeclaration. | |
Real | worldSize |
The world size of the texture to be applied in this layer. | |
An instance of a layer, with specific texture names.
Definition at line 298 of file OgreTerrain.h.
Ogre::Terrain::LayerInstance::LayerInstance | ( | ) |
Definition at line 305 of file OgreTerrain.h.
StringVector Ogre::Terrain::LayerInstance::textureNames |
List of texture names to import; must match with TerrainLayerDeclaration.
Definition at line 303 of file OgreTerrain.h.
Real Ogre::Terrain::LayerInstance::worldSize |
The world size of the texture to be applied in this layer.
Definition at line 301 of file OgreTerrain.h.